A simple Chrome extension to find Rails views.
- Clone the repository
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the source code directory
- Done!
Update the content.js file with your editor and base path.
- In the Rails application, open the
config/environments/development.rbfile and setconfig.action_view.annotate_rendered_view_with_filenames = true - Open the application in the browser
- Click the extension icon in the toolbar
- Done!