cannot load such file in Rails console -


after try use command: "bundle install --without production" , "rails g bootstrap:layout application fixed" rails application don't work

when type command get:

/usr/local/bin/rails:23:in load': cannot load such file -- /usr/share/rubygems-integration/all/gems/railties-4.1.8/bin/rails (loaderror) /usr/local/bin/rails:23:in '

i'm beginner in ror , can don't understand something. please me. sorry english:)

try adding gemfile

gem 'rb-readline' 

and try install readline

sudo apt-get install libreadline-dev 

i had , error before , solved problem


Comments