Rails 2.2.2 issue: undefined method `activate_bin_path' for Gem:Module (NoMethodError)

后端 未结 5 893
时光取名叫无心
时光取名叫无心 2020-12-17 08:49

I am working on Rails 2.2.2 application. For this I installed rvm with Ruby version 1.9.3p551. There is no Gemfile for this application. So as mentioned in the environment.

5条回答
  •  自闭症患者
    2020-12-17 09:42

    Try run through the bundle

    cd myapp
    gem install bundler
    bundle install
    bundle exec rake db:create
    

提交回复
热议问题