Where are all the files? I see (as expected) that my controllers/models etc inherit from other classes, where can I see the actual code of those classes?
Where are all the files? I see (as expected) that my controllers/models etc inherit
Share
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.
If you want to find those classes on your machine, you have to go to the directory where ruby is installed and look for the gems directory. On my machine that is:
I just made a screenshot so that you can see where is everything. You can see it here. As you know, Rails is made up of many components (Active Record, Active Support, Action Mailer, Active Resource etc.) and each component has its own directory.