Ruby on Rails Monday, October 28, 2013

Hassan,

So, according to your instructions, do I need to only add the path to rails? Where would that be under .rvm? Thank you!


On Mon, Oct 28, 2013 at 8:09 PM, Hassan Schroeder <hassan.schroeder@gmail.com> wrote:


When you install gems that include a command-line component, e.g.
rails, the executables need to live somewhere in your path. Here's an
example from one of my rvm gemsets:

/Users/hassan/.rvm/gems/ruby-2.0.0-p247@rails4/bin:/Users/hassan/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/hassan/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/hassan/.rvm/bin:
... etc. ....

You clearly don't have `rails` in your path, even though you installed
the gem. So you need to fix this before proceeding. Personally, I'd
create a gemset specifically for this app and add a .rvmrc to the dir
where it lives.

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/__P7NpklLsM/unsubscribe.
To unsubscribe from this group and all its topics, 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/CACmC4yDz1aUvNu8qbn0Ao%2BZuVkMU3uE3pwNaGoELdVZZbYGVWg%40mail.gmail.com.

--
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/CAAHNhKXQ%3Di2w69pyU9OWzd%2BULnW8hERCD%3DkNw%3DVTDGCoiJBHgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment