Ruby on Rails Tuesday, January 27, 2015

I use the command and next execute the app prueba2

rails server

And appear the next message:

which means you are not using RVM ruby properly, in "prueba2" directory please run:

    rvm use ruby-2.1.2 &&
    bundle install

Thank you very much
Fernando Torres


El martes, 27 de enero de 2015, 17:59:14 (UTC-5), Michał Papis escribió:
your ruby is:

> ruby -v
> ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]

but rails new prints:

> /usr/local/rvm/gems/ruby-2.1.2@global/gems/bundler-1.7.7/lib/bundler.rb:301: warning: Insecure world writable dir /usr/local/rvm/gems in PATH, mode 042777

which means you are not using RVM ruby properly, in "prueba2" directory please run:

    rvm use ruby-2.1.2 &&
    bundle install

if there are any instructions printed on the way make sure to follow them and try repeating till it works

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8c6d4420-8510-4892-a38d-97e56eb17345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment