I\'m working on a Rails app that currently uses Rails 1.2, so I\'m now quite a long way behind the latest stable release (Rails 2.3).
How should I go about the process o
I found that those docs were missing a few details and moving from 2.1 => 2.2 took quite some time. Here are my notes:
Biggest time sink: assert_redirected_to
has changed significantly, no longer supporting hashes (at all?)
Also, need to set environment/test.rb
to disable forgery protection
If anyone's got news on these points for 2.3 that'd be super awesome.