[Rails] Re: Error starting server

2010-02-22 Thread Sébastien Clément
Sharagoz -- wrote: > http://www.ruby-forum.com/topic/203527#886517 Thank you. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.c

[Rails] Re: Error starting server

2010-02-22 Thread Sharagoz --
http://www.ruby-forum.com/topic/203527#886517 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this grou

[Rails] Re: Error starting server after freezing rails

2008-09-06 Thread Frederick Cheung
Sounds like you've got a mismatch between the version of rails frozen and the boot.rb in your app. rake rails:update should update boot.rb to the correct version. Fred On 6 Sep 2008, at 06:43, Dan <[EMAIL PROTECTED]> wrote: > > I tried to freeze Rails version 1.2.3, but after doing so I get t

[Rails] Re: Error starting server after freezing rails

2008-09-06 Thread Conrad Taylor
Hi, if you used the following command to freeze Rails: rake rails:freeze:edge a) update your environment.rb by making sure that it contains RAILS_GEM_VERSION = '2.1.1' b) run the following command in the root of your rails application: rake rails:update rake rails:freeze:gems a)