Tag
Your search for Ruby & Rails returned 22 results.
Becoming an Engineering Leader Panel at RailsConf 2017
This is where my thoughts and passion lie right now and I was incredibly excited to have this panel accepted at RailsConf. I was even more excited to have such an amazing, diverse, thoughtful group of panelists in Abel Martin, Neha Batra, and Shay Howe. Are you a new manager? Have you been asked to lead a project? Do you want to see change in your company but ...
Javascript and Ruby on Rails at Chicago Ruby Meetup at Blue1647
This was a really fun talk to give to beginners. I tried to demystify how Javascript works in general and with Rails.
Print CSS for Rails and a print link helper
A while back How About We for Couples launched gift memberships and we needed a way to allow the buyer to print something for the person they were giving it to. "No problem," I thought - we'll use a print stylesheet! Turns out there was a bit more to it than that. (more…)
Incremental Design ♥
We got some love for our RailsConf Incremental Design talk. (more…)
Struct to hold url attributes you care about
Parsing urls can be quite annoying. Ruby's URI#parse and CGI#parse do a lot of the heavy lifting, they often don't give you exactly what you want in a convenient format. (more…)