The Rails Rescue Handbook is a new, 83 page PDF e-book by Mike Gunderloy that goes in-depth on how to "rescue" a Rails project that might have, well, gone off the rails. The book is aimed at people who've had to…
Adam McCrea of EdgeCase has put together a screencast demonstrating how to easily implement Ajax file uploads in your Rails application. It's about ten minutes long.
For a couple of months now, I've been getting regular e-mails from Carlos Taborda of new host Webbynode, asking me to check out their service, give it a try, watch their screencasts, and so on. You know, the usual promotional…
Nate Kontny of Inkling Markets has found a nasty security hole in the code example provided in both the documentation and blog post for the Digest Authentication functionality in Rails 2.3. If you've built your routine in a similar way to that as shown…
Streamlined is a Rails plugin that can give your Rails application beautiful user interfaces right out of the box. You need to have your models and controllers setup already, but once you have, you add a single layout line, along with…