I was reviewing Rails Changelog for few past days, and here is what I found interesting:
- It appears that default server for ./script/server is Mongrel now (also it seems to support Lighttpd and Webrick as well)
- One-letter aliases were added to script/console (t – test, d – development, p – production)
- Capistrano tool was updated to reflect deprecation of ‘migrate’ task (uses ‘db:migrate’ instead)
- http_authentication plugin was checked into repository




