Reputation: 49
I have this error when i try to execute "rails server" on debian8:
/usr/local/bin/rails:23:in 'load': cannot load such file -- /usr/share/rubygems-integration/all/gems/railties-4.1.8/bin/rails (LoadError) from /usr/local/bin/rails:23:in ''
Upvotes: 1
Views: 667
Reputation: 61
$ gem list
$ gem install rails
Run the command again. It will download and install missing dependencies, including railties.
Upvotes: 1