I upgraded to 1.1.3. Now, ActiveRBAC quit working. Is there an easy way to downgrade / revert to Rails 1.1.2. I''d rather not have to reinstall everything. -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/042e1841/attachment.html
Larry Kelly wrote:> I upgraded to 1.1.3. Now, ActiveRBAC quit working. Is there an easy way > to > downgrade / revert to Rails 1.1.2. I''d rather not have to reinstall > everything.Presuming you didn''t uninstall the 1.1.2 gem, I believe you should be able to just add: RAILS_GEM_VERSION = "1.1.2" to config/environment.rb -- Posted via http://www.ruby-forum.com/.