DOCUMENTATION
Running Railroader
The simplest way to get started with Railroader is to just run it with no options in the root directory of your Rails application:
cd your_rails_app/
railroader
This will scan the application in the current directory and output a report to the command line.
Alternatively, you can supply a path as an option to Railroader:
railroader your_rails_app
Even more specifically:
railroader -p your_rails_app