Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 42153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:17:36+00:00 2026-05-10T15:17:36+00:00

How do I get a a complete list of all the urls that my

  • 0

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)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:17:37+00:00Added an answer on May 10, 2026 at 3:17 pm

    I was able to produce useful output with the following command:

    $ wget --spider -r -nv -nd -np http://localhost:3209/ 2>&1 | ack -o '(?<=URL:)\S+' http://localhost:3209/ http://localhost:3209/robots.txt http://localhost:3209/agenda/2008/08 http://localhost:3209/agenda/2008/10 http://localhost:3209/agenda/2008/09/01 http://localhost:3209/agenda/2008/09/02 http://localhost:3209/agenda/2008/09/03 ^C 

    A quick reference of the wget arguments:

    # --spider                  don't download anything. # -r,  --recursive          specify recursive download. # -nv, --no-verbose         turn off verboseness, without being quiet. # -nd, --no-directories     don't create directories. # -np, --no-parent          don't ascend to the parent directory. 

    About ack

    ack is like grep but use perl regexps, which are more complete/powerful.

    -o tells ack to only output the matched substring, and the pattern I used looks for anything non-space preceded by 'URL:'

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Try: $('#mylist li').length Just curious: why do you need to… May 11, 2026 at 10:10 am
  • added an answer As a side note: You don't really have 2 cases.… May 11, 2026 at 10:10 am
  • added an answer Here is an example using a dictionary as storage: public… May 11, 2026 at 10:10 am

Related Questions

How do I get a a complete list of all the urls that my
how do i get a list of user that have completed or not completed
How do I get a patch from a commit in order to send it
How do I get a list of the active IP-addresses, MAC-addresses and NetBIOS names
How do I get a list of all files (and directories) in a given
How do I get a list of all the tables defined for the database
How do I get a status report of all files currently being uploaded via
How do I get a method's execution time? Is there a Timer utility class
How do I get a list of domain user accounts with win32 api? In
How do I get a list of all the headings in a word document

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.