I did run rails:update rake. And I updated rails. But even now when I
run script/generate controller someController I have to edit the test
file so that it is changed from ActionController::Testcase to
ActiveSupport::TestCase.
Should I update something else so I don't have to do this everytime? And
it does this only for the functionals not the unit test skeletons.
Sounds like you should maybe just bite the bullet and upgrade to 2.3.2
if that's being an issue.
When you say "If I move up to another version [of Rails], my
application does not work", what do you mean? Can you provide specific
errors?
Best,
Milan
On Apr 22, 12:48�am, Mitchell Gould <rails-mailing-l...@andreas-s.net>
Just a quick reply.
Two things:
1. How do I move my app to 2.3.2? Do I just change the configuration
settings?
2. When I have done this in the past the application won't start up
meaning the server won't launch.