The Rails Blog: News & Release Notes

Discover the latest Rails news, version releases, community updates, and feature announcements.

  • Beginning Ruby on Rails E-Commerce

    Christian Hellsten and Jarkko Laine’s new book has hit the shelves: Beginning Ruby on Rails E-Commerce. Their pitch: Beginning Ruby on Rails E-Commerce: From Novice to Professional is the first...

  • A Voter Guide in Rails

    In the United States, elections are coming up next week. Radical Designs, a Rails development shop in San Francisco, has put together a site (using Rails) to let voters build,...

  • RailsDay winners announced (finally)!

    RailsDay finally got around to announcing the winners. Congratulations to them all. Especially Amy Hoy and Bryan Wood, who with Freckle won the Best Overall. Also of interest is jaded...

  • Ruby on Rails Camp in San Jose on November 9th

    Ruby on Rails Camp is an event for up to 120 people who can make it out to the IBM Almaden Research Center in San Jose and are willing to...

  • Paris on Rails on November 17th

    Regional Rails conferences are popping up all over the place. On November 17th, Paris on Rails will go down. It looks like it’ll be a great show for all French...

  • RailsConf 2007 - Call for proposals

    There are only 216 days until RailsConf 2007! The 2nd annual International Rails Conference will be in Portland, Oregon on May 17-20, 2007. Don’t worry, it’s going to be a...

  • Testing page caching with new plugin

    Damien Merenne has created a swank plugin for page cache testing. Whether caching has happened or they’ve been expired. Quite useful for testing sweeper logic, which, like any caching techniques,...

  • Make your own rescue screens on edge

    Mike Naberezny has a brief tutorial on how to make your own custom rescue screens for development mode when using Rails Edge. This way you can tailor the look of...

  • Who wants faster ERb rendering for free?

    Stefan Kaes from RailsExpress has recently released a Rails plugin that greatly reduces the time Rails spends for rendering ERb templates. He’s now looking for help to get the code...

  • Capistrano cheat sheet

    David Pettifer has created a compact Capistrano cheat sheet in PDF format. It summarizes helper methods, pre-defined variables, standard tasks, capfile syntax, standard release directory structure, and more. So go...