Typo and Rails 1.1 continued
Posted by Michael Wed, 29 Mar 2006 13:55:18 GMT
Okay, so the real fix is to freeze 1.0 into your vendor directory. The quickest way I know how to do this is to get into your Typo root directory and do:
rails .
This will try to reinstall rails, say no to overwriting everything but the Rakefile (you zipped up the whole thing just in case right?). After letting it recreate your Rakefile (that you backed up since you have stuff in there):
rake freeze_edge REVISION=3303
Restart whatever you are using to serve rails and that’s it!
Email me at mike@imapenguin.com if you have a better way or need help.
