How do I determine the location of my ruby gems?
相关问题
- Eager-loading association count with Arel (Rails 3
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
- reference to a method?
- ruby 1.9 wrong file encoding on windows
相关文章
- Ruby using wrong version of openssl
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- “No explicit conversion of Symbol into String” for
- Rspec controller error expecting <“index”> but
- Factory_girl has_one relation with validates_prese
- Segmentation fault with ruby 2.0.0p247 leading to
- How to detect if an element exists in Watir
...should give you all the info you need.
you can try
to fetch location for particular gem, or
to fetch home dir of your gems
With budler you can do:
Reference: http://bundler.io/v1.1/bundle_show.html