Rails 1.1 oddities
Did upgrading to Rails 1.1 give you some problems? If so, try remvoing you ..app\vendor\rails\ folder and re-try running
rake freeze_edge
to hop back on edge rails. Also, make sure you have rake .7 installed by running a
gem install rake
and if you get weird Rake namespace errors, you may have clashing installs of rake whic would need to be dealt with. These are the gotchas I came across so I hope they help.
rake freeze_edge
to hop back on edge rails. Also, make sure you have rake .7 installed by running a
gem install rake
and if you get weird Rake namespace errors, you may have clashing installs of rake whic would need to be dealt with. These are the gotchas I came across so I hope they help.
0 Comments:
Post a Comment
<< Home