ruby - Comand Rails server -


i tried command rails server, error

/usr/local/bin/rails:23:in `load': cannot load such file -- /usr/share/rubygems-integration/all/gems/railties-4.2.6/bin/rails (loaderror)     /usr/local/bin/rails:23:in `<main>' 

try these commands:

  1. gem update --system
  2. bundle install
  3. rails server

or one-liner:

gem update --system; bundle install; rails server 

Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo