@jgarber my takeaway is that if I call you a webgod, I can call myself a webmaster.
Founder of [i] Collective Idea.
@jgarber my takeaway is that if I call you a webgod, I can call myself a webmaster.
@jgarber I’ll look it up eventually.
hm, haven’t had devise problems on 8 recently. Make sure it is the newest version?
@jgarber Sometimes I’m amazed and how well I’ve tuned out from rando drama. So, uh, do I need to catch up?
@kpl I have not but I have an app I’d love to try it on. Just need a bunch of spare time…
Chatting with Wix tech support about working around their DNS setup limitations.
So how's your day going?
@akahn Get it asap. One it goes to seed, you’re screwed
Took the cargo bike down a closed-to-cars 8th Street this morning to drop off seats for the parade. So pleasant. Let’s close this all the time!
Vote those pests out!
(Actually just a couple millages, but still go vote!) #ivoted
@jgarber co-sign.
@jgarber yes, I am clearly the one with power here.
Spot the difference
@andrewnez I might have some Collective Idea team members available depending on lift and timing. Feel free to ping me here or daniel@collectiveidea.com
Go watch this 9-minute documentary on Holland, Michigan’s citywide fiber-to-the-home project, if you're interested in what we did here. https://www.youtube.com/watch?v=ZX5AUok50OQ
#hollandfiber
currently writing a Cucumber file and wow it has been a while. 🥒
THANK YOU to our generous supporters who recently purchased #RailsConf Supporter Tickets. 💙
💎 Ben Sheldon
💎 Collective Idea
💎 McGeary Consulting Group
Supporter Tickets are priced at a premium to help with costs associated with our programs and operations, including Scholars and Guides (which offers free tickets for up-and-coming devs). ✨
If you'd like to purchase a Supporter Ticket for the upcoming conference, you can do so here: https://buff.ly/SQ3phZK
@rubycentral we were at the first one and we’ll be at the last one. See you there!
@jgarber not French, but W. S. Gilbert’s line was “Awaiting the sensation of a short, sharp shock,
From a cheap and chippy chopper on a big black block!”
might need to do
policy.script_src *script_src
@jgarber this work?
```ruby
Rails.application.configure do
config.content_security_policy do |policy|
script_src = [:self, :https]
script_src << :unsafe_inline if Rails.env.development?
policy.script_src script_src
end
end
```