Rails Commands
The following is a list of Rails commands which I’ve found helpful. Commmands can be entered in the rails console, which can be accessed at
bin/rails c
Commands
View all path helpers
puts Rails.application.routes.named_routes.helper_names.sort