If you want to find where a particular gem is:

Given: heroku gem is installed
When: you want to see where it is
Then:

$  gem which heroku
/home/soldiercoder/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.20.0/lib/
heroku.rb

Cheers,

SC





On Feb 16, 11:40 pm, Maxim Baluev <[email protected]> wrote:
> When i am create new project "rails new newProject", ruby create rails
> files and next automaticly launch bundle install and setup standart
> gems:
>
> C:\Sites>rails new demo
>       create  README.rdoc
>       .
>       .
>       .
>       create  vendor/plugins/.git
>          run  bundle install
>       .
>       .
>       .
>
> Where is standart gemfile location? Or how change standart set of gems?
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to