Despite the claim that Rails now work under 1.9, I fail: testapp\ $ script/console script/console:2:in `require'': no such file to load -- script/../config/boot (LoadError) from script/console:2:in `<main>'' Does that mean that Rails still do not work under 1.9 or I am doing anything extremely stupid? -- Posted via http://www.ruby-forum.com/.
Did you update your gems after moving to Rails 1.9? On Aug 25, 2:58 pm, Damian Terentiev <rails-mailing-l...@andreas- s.net> wrote:> Despite the claim that Rails now work under 1.9, I fail: > > testapp\ $ script/console > script/console:2:in `require'': no such file to load -- > script/../config/boot (LoadError) > from script/console:2:in `<main>'' > > Does that mean that Rails still do not work under 1.9 or I am doing > anything extremely stupid? > -- > Posted viahttp://www.ruby-forum.com/.
That should read Ruby 1.9. :) On Aug 26, 10:11 am, Mukund <marut...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Did you update your gems after moving to Rails 1.9? > > On Aug 25, 2:58 pm, Damian Terentiev <rails-mailing-l...@andreas- > > > > s.net> wrote: > > Despite the claim that Rails now work under 1.9, I fail: > > > testapp\ $ script/console > > script/console:2:in `require'': no such file to load -- > > script/../config/boot (LoadError) > > from script/console:2:in `<main>'' > > > Does that mean that Rails still do not work under 1.9 or I am doing > > anything extremely stupid? > > -- > > Posted viahttp://www.ruby-forum.com/.
Well, I originally had 1.9.2 preview. Everything works under 1.9.1 though. -- Posted via http://www.ruby-forum.com/.
On Tue, Aug 25, 2009 at 10:33 PM, Damian Terentiev < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Well, I originally had 1.9.2 preview. Everything works under 1.9.1 > though.Ruby 1.9.1 is production release whereas 1.9.2 is a release candidate. Next, you''ll need to install all your gems for 1.9.1 by doing: sudo gem install <gem name> -Conrad> > -- > 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---