How can I find /lib/webrat/core/session.rb if I use RVM?
I have no idea how to search using terminal on my OSX.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Type
gem envinto your terminal, look under theGEM PATHS:option. That is where your gems are stored for that version of Ruby with RVM. Go to there and you should be able to find webrat and the file you are looking for.For example, on my system the GEM PATH is:
Leading to webrat:
And the file in question: