Rails 1.2: REST admiration, HTTP lovefest, and UTF-8 celebrations
Fantastic news today: Rails 1.2 has finally been released
.
I’ve been using the REStful features of 1.2 for a while now so it’s great to see it finally released (as 1.2.1). For anyone who hasn’t used the latest version of (edge) Rails you might be in for a shock, there are some huge changes in this release, especially for routing. You may also notice warning messages about features soon to be deprecated with Rails 2.
As always, you get a hold of the latest and greatest through gems:
gem install rails --include-dependencies
…or if you prefer to freeze it straight up, you can:
rake rails:freeze:edge TAG=rel_1-2-1
If you go with the gems, remember to change your version binding in config/environment.rb. Otherwise, you’ll still be tied to whatever old version you were using before.
About this entry
You’re currently reading “Rails 1.2: REST admiration, HTTP lovefest, and UTF-8 celebrations,” an entry on Slash Dot Dash
- Published:
- 01.19.07 / 8am
- Category:
- Ruby on Rails

Comments are closed
Comments are currently closed on this entry.