Category Archives: Ruby on Rails
Test your mailers in Rails 3
I don’t blog very often but I felt this was worth posting, since it left me scratching my head for a few minutes… Trying to test new mailers in Rails 3 (v 3.0.3 to be exact) with no real documentation … Continue reading
Updating Multiple DOM Elements (Unobtrusively) with AJAX in Rails
Okay, so you’re like me and you have a complex app that requires AJAX calls to update numerous areas on the page with content from partials. For instance, a date range changes, gets submitted, and that updates a calendar, the … Continue reading
Rails Collection Blocks
My great friend and mentor Jake Dempsey is always preaching about code readability and keeping logic out of views, etc, and therefore he’s always writing nice little helpers to do some of the magic — for instance, collection_content_for(collection) which will … Continue reading
Fancy Forgot Password with jQuery/ui and Rails
By now, you have to know how fascinated I am by jQuery, and how much I love using it with Rails to make things simple, yet slick. Last week I did some wireframes for a client, and one of them … Continue reading