Ruby on Rails News

The Rails Blog: News & Release Notes

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

  • Another tale about Rails scaling

    TJ Vanderpoel is currently preparing a case study on how he scaled his mortgage processing application with a single lighttpd web server powered by a cluster of FastCGI application servers....

  • Four Days on Rails

    John McCreesh has published a great new 30+ paged tutorials for getting started with Rails entitled Four Days on Rails. Rails is well documented on-line; in fact, possibly too well...

  • "What the fuck are we gonna do now?!"

    Master: “Hmmm. The argument on programmer productivity seems to be lost..” Apprentice: “It’s game over, man. Just game over! What the fuck are we gonna do now?!” Master: “You are...

  • RubyGems 0.8.6 fixes critical error

    So now that you just upgraded to RubyGems 0.8.5, please do so again to 0.8.6. The 0.8.5 version contained a bad bug that would render the rails command to create...

  • Rails book slated for late-summer release

    Dave Thomas is busy writing the first Rails book and has been making great progress lately. In his blog post Quite a Week For Rails, he says: I’ve actually finished...

  • Get a life-time TextDrive for $399

    TextDrive is our wonderful host. They’re contributing big time to the development of Rails and are up to date with the latest (like exploring lighttpd as an Apache alternative). They’ve...

  • Installing Rails through RubyGems 3x faster!

    RubGems 0.8.5 has been released and turbo-charges the installation of new gems and updating of the repository lists. In general, it’s about three times faster than the old version. All...

  • Bruce Tate discovers Ruby on Rails

    Bruce Tate is the author of Bitter Java and Bitter EJB, so if you were just judging by the titles of those books, you may not be too surprised that...

  • Rails 0.10.0 loves lighttpd

    With the release of Rails 0.10.0, the reign of Apache has finally ended and equal opportunity for all web servers has been introduced. The most important beneficial of this is...

  • Rails for Strut-ters: Dealing with the view

    Brian McCallister is doing an excellent job showing Strut-ters how Rails work by comparing it to their own environment. In this round, he’s taking a look at the oh-horror that...