Re: [Rails] 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:
usualy i'm using rvm to manage multiple applications/ruby/rails on one system:
On Tue, Jun 19, 2012 at 9:45 PM, Mandeep Kaur <meghasimak@gmail.com> 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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home