How do I get a a complete list of all the urls that my rails application could generate?
I don’t want the routes that I get get form rake routes, instead I want to get the actul URLs corrosponding to all the dynmically generated pages in my application…
Is this even possible?
(Background: I’m doing this because I want a complete list of URLs for some load testing I want to do, which has to cover the entire breadth of the application)
I was able to produce useful output with the following command:
A quick reference of the
wgetarguments:About
ackackis likegrepbut useperlregexps, which are more complete/powerful.-otellsackto only output the matched substring, and the pattern I used looks for anything non-space preceded by'URL:'