Hello, I''m new to rails 3 beta 3 I create my first app with # rails firsttest then # rails s /home/luc/firsttest/config/boot.rb:4:in `require'': no such file to load -- bundler (LoadError) from /home/luc/firsttest/config/boot.rb:4:in `<top (required)>'' from script/rails:8:in `require'' from script/rails:8:in `<main>'' I don''t know what''s wrong. Can anyone help me ? Regards, Luc -- 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.
Add this to your ~/.bashrc export GEM_HOME=/usr/lib/ruby1.9.1/gems/1.9.1 and do a "source ~/.bashrc 1.9.1 is the ruby version, change it according to your development environment> # rails s > /home/luc/firsttest/config/boot.rb:4:in `require'': no such file to > load -- bundler (LoadError) > from /home/luc/firsttest/config/boot.rb:4:in `<top (required)>'' > from script/rails:8:in `require'' > from script/rails:8:in `<main>''-- 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.