Saturday, February 24, 2007

Living on the edge with Rails

Edge Rails is the latest bleeding edge Rails version, I usually use stable, but needed to use Edge for a recent project. It's pretty simple, just go:

rake rails:freeze:edge
rake rails:update

and to check what version your server is running:

ruby script/about