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 3784664
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:24:40+00:00 2026-05-19T11:24:40+00:00

Is there a Rails gem or plugin to get a list of image URLs

  • 0

Is there a Rails gem or plugin to get a list of image URLs on a page, given the page’s URL?

  • 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. Editorial Team
    Editorial Team
    2026-05-19T11:24:41+00:00Added an answer on May 19, 2026 at 11:24 am

    Use the Nokogiri gem to parse the page and then get the src attribute of all img tags that appear in the document:

    $ irb
    irb(main):001:0> require 'rubygems'
    irb(main):002:0> require 'nokogiri'
    irb(main):003:0> require 'open-uri'
    irb(main):004:0> doc = Nokogiri::HTML(open("http://stackoverflow.com/questions/4741550"))
    irb(main):006:0> doc.css('img').collect {|elem| elem[:src] }
    => ["http://www.gravatar.com/avatar/0543907746be29497b873de97957d3ab?s=32&d=identicon&r=PG",
        "/posts/4741550/ivc/9291",
        "http://pixel.quantserve.com/pixel/p-c1rF4kxgLUzNc.gif"]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any ruby gem/ rails plugin available for parsing the resume and importing
Is there a plugin/gem to log/record the history of rails script/generate commands?
Is there a Rails gem, plugin or other means to automatically add or remove
Is there a gem or plugin implementation of TinyMCE that is compatible with Rails
Is there any gem or plugin for uploading videos in rails application? can anybody
Is there any gem/plugin for ruby on rails which gives the ability to define
I've found a couple of different twitter gem (for ruby-on-rails) out there: http://twitter4r.rubyforge.org/ http://twitter.rubyforge.org/
Is there a Rails plugin or a rubygem that gives you a starting point
Is there an alternative to Rails Feedback plugin - https://github.com/jsboulanger/feedback ? I want something
I'm looking for a Rails 3 compatible plugin/gem/engine that takes a more auth-begets-auth approach.

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.