hi, im trying to experiment a rails3 on my ubuntu10.04 32bit, with installation guide from rails official website have installed all packages, when i try to run script/rails server it showed my following errors: root@c2h2vaio:~/a# script/rails s /root/a/config/boot.rb:9:in `rescue in <top (required)>'': uninitialized constant Bundler (NameError) from /root/a/config/boot.rb:5:in `<top (required)>'' from script/rails:5:in `require'' from script/rails:5:in `<main>'' anyone got any ideas? or where should i post this? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
btw my ruby version is 1.9.1 ruby -v ruby 1.9.1p378 (2010-01-10 revision 26273) [i486-linux] -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Yiling, Ruby 1.9.1 is not supported, better upgrade to Ruby 1.9.2-head. More information here: http://guides.rails.info/3_0_release_notes.html#rails-3-requires-ruby-187 cheers On Thu, Jun 10, 2010 at 3:14 AM, Yiling Cao <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> btw my ruby version is 1.9.1 > > ruby -v > ruby 1.9.1p378 (2010-01-10 revision 26273) [i486-linux] > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Diego Carrion http://www.diegocarrion.com http://www.mouseoverstudio.com/blog/ http://www.twitter.com/dcrec1 http://www.workingwithrails.com/person/13580-diego-carrion -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.