Rails -V Cannot Load Such File -- Rails/Cli (Loaderror)

rails -v cannot load such file -- rails/cli (LoadError)

Turns out I just had to run
bundle install
and everything was fine. However, for my pinteresting repo, which uses the paperclip gem, I had to run
sudo apt-get install imagemagick
in order to upload images in development.

Haven't dared commit anything new and push and deploy to heroku yet though. I think it should be fine though (touch wood).

cannot load such file -- rails/commands (LoadError)

In Rails 2.3.x the command to start the server is

./script/server start

or

ruby script/server

Please give it a try.



Related Topics



Leave a reply



Submit