RSS
9 Dec 2007

Rails 2.0.1 Final Released!

Author: ceefour | Filed under: Cool, Friends, News, Praises, Rails, Reviews, Ruby, Tips, Web 2.0

rails Rails 2.0.1 Final Released!

It’s not just Rails 2.0 but another added bump in the minor version icon smile Rails 2.0.1 Final Released!

There are thousands (literally, considering the Subversion revision numbers icon wink Rails 2.0.1 Final Released! of improvements, including:

  • Action Pack: Resources
  • Action Pack: Multiview
  • Action Pack: Record identification
  • Action Pack: HTTP Loving
  • Action Pack: Security
  • Action Pack: Exception handling
  • Action Pack: Cookie store sessions
  • Action Pack: New request profiler
  • Action Pack: Miscellaneous
  • Active Record: Performance
  • Active Record: Sexy migrations
  • Active Record: Foxy fixtures
  • Active Record: XML in, JSON out
  • Active Record: Shedding some weight
  • Active Record: with_scope with a dash of syntactic vinegar
  • ActionWebService out, ActiveResource in
  • ActiveSupport
  • Action Mailer
  • Rails: The debugger is back
  • Rails: Clean up your environment
  • Rails: Easier plugin order
  • And hundreds upon hundreds of other improvements

It’s not my call so I’ll let David Heinemeier Hansson’s announcement at 37signals’ Riding Rails blog speak for real icon smile Rails 2.0.1 Final Released!

To update your Rails (and everything!): icon smile Rails 2.0.1 Final Released!

sudo gem update

PS: Rubygems 0.9.5 is also here, too! So, to update this:

sudo gem update --system

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

  • http://custom-rails.com/?p=205 Custom Rails » <b>Rails</b> 2.0.1 Final Released!

    [...] Check This Out! While looking through the blogosphere we stumbled on an interesting post today. Here’s a quick excerpt: It’s not just Rails 2.0 but another added bump in the minor version. There are thousands (literally, considering the Subversion revision numbers of improvements, including:. Action Pack: Resources; Action Pack: Multiview … [...]

  • http://www.yieldferret.com Y Ferret

    Sweet update! No problems updating the gem.

  • Nemo

    I recently tried to do an update with the method you described. It worked but when I go to create a test rails app, I get Rails version 1.2.4 under the About your applications environment link. Do have any ideas as to why?

    Thanks for the help!