P
P
pup_pupets2014-07-24 15:31:10
Ruby on Rails
pup_pupets, 2014-07-24 15:31:10

Is there a url generator for routes in Rails?

Hello
There is a list obtained via rake routes. It turned out about 800 lines. Now I would like to check which routes are valid, which ones are thrown by ActionNotFound. Ideally, check which addresses can be accessed by an authorized user, and which ones - not authorized.
Doing this with your hands is somehow long and stressful. Maybe there are tools that make life easier, at least partially?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Platonov, 2014-07-24
@pup_pupets

guides.rubyonrails.org/routing.html#testing-routes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question