Getting a full list of the URLS in a rails application
Posted
by Laurie Young
on Stack Overflow
See other posts from Stack Overflow
or by Laurie Young
Published on 2008-09-17T15:12:15Z
Indexed on
2010/06/18
2:43 UTC
Read the original article
Hit count: 409
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)
© Stack Overflow or respective owner