Mandeep Kaur
2012-Jun-19 14:45 UTC
Cannot load such file -- script/../config/boot (LoadError)
Hello Friends, I want to use multiple Rails versions on my system for different applications. For this I have created Gemfile and place that file in application folder. Then I have use bundle install command in application directory. Its run without giving any error. But when I run bundle exec script/server, it gives error (LoadError). Gemfile includes : source ''https://rubygems.org'' gem ''rails'', ''~> 2.3.8'' Then I run, $ bundle install in terminal. After that start the application using $ bundle exec script/server It gives following error: $ bundle exec script/server script/server:2:in `require'': cannot load such file -- script/../config/boot (LoadError) from script/server:2:in `<main>'' Please help me to solve this problem. -- Mandeep Kaur http://mandeepsimak.wordpress.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.
David Angga
2012-Jun-20 10:15 UTC
Re: Cannot load such file -- script/../config/boot (LoadError)
from the error message, there''s no config/boot.rb file this tutorial will show you how to install bundle on rails 2: http://gembundler.com/rails23.html usualy i''m using rvm to manage multiple applications/ruby/rails on one system: https://rvm.io// On Tue, Jun 19, 2012 at 9:45 PM, Mandeep Kaur <meghasimak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello Friends, > > I want to use multiple Rails versions on my system for different > applications. For this I have created Gemfile and place that file in > application folder. Then I have use bundle install command in > application directory. Its run without giving any error. But when I > run bundle exec script/server, it gives error (LoadError). > > Gemfile includes : > > source ''https://rubygems.org'' > > gem ''rails'', ''~> 2.3.8'' > > Then I run, $ bundle install in terminal. After that start the application > using > > $ bundle exec script/server > > It gives following error: > > $ bundle exec script/server > script/server:2:in `require'': cannot load such file -- > script/../config/boot (LoadError) > from script/server:2:in `<main>'' > > Please help me to solve this problem. > > > > -- > Mandeep Kaur > http://mandeepsimak.wordpress.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. > >-- *David Angga Prasetya* *RoR Developers* skype: david.angga phone: +62 85 222 1 5555 2 * * -- 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.
Mandeep Kaur
2012-Jun-21 05:57 UTC
Re: Cannot load such file -- script/../config/boot (LoadError)
On Wed, Jun 20, 2012 at 3:45 PM, David Angga <carsmetic.oc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> from the error message, there''s no config/boot.rb file > this tutorial will show you how to install bundle on rails 2: > http://gembundler.com/rails23.html > > usualy i''m using rvm to manage multiple applications/ruby/rails on one > system: > https://rvm.io//Using above, gives same error. Please help me to solve this problem. -- Mandeep Kaur http://mandeepsimak.wordpress.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.