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).
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 K. [email protected]
wrote:
from the error message, there’s no config/boot.rb file
this tutorial will show you how to install bundle on rails 2: Gem Bundler – Manage your Ruby gems