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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:32:29+00:00 2026-06-05T08:32:29+00:00

Rails -v 3.2.3 I’m working with an app that is supposed to display a

  • 0

Rails -v 3.2.3

I’m working with an app that is supposed to display a description & url of a submitted link, I am using regex operators, which is something i am very new too. here is my views code:

(<%= if link.url =~ /(:\/\/) ([^\/]*)/ then $2 else "wrong URL" end %>)

however with every link i submit, the url is always wrong URL….
is this because $2 is the wrong regex operator? or is the /(:\/\/) ([^\/]*)/ section incorrect in Rails 3?

  • 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-06-05T08:32:31+00:00Added an answer on June 5, 2026 at 8:32 am

    Kill that space in the middle! The regex you’re showing expects a space between the :// and the sub.domain.tld chunks; since no URLs have that, the regex won’t match anything. The simplest change should be:

    /(:\/\/)([^\/]*)/
    

    Or, to clean it up a little more (you don’t need the first pair of parentheses):

    (<%= if link.url =~ /:\/\/([^\/]*)/ then $1 else "wrong URL" end %>)
    

    Hope that helps!

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

Sidebar

Related Questions

Rails 3.2.2 app, using the most recent shopify gem on github. I've looked at
rails: I have 'create' and 'update' using the same partial '_form' but the url
Rails 3.2.1 app, using the minitest and autotest-rails gems. If I run rake test
Rails is supposed to magically see that a request is a DELETE versus GET
We're building an app, our first using Rails 3, and we're having to build
Rails -v 3.2.3 im using kaminari to do pagination but i keep getting a
Rails 3.1 now requires you to use image_tag when rendering an image using the
Rails make It possible to map resources that are logically children of other resources
Rails has a nice idiom that makes it easy for you to have a
Rails: I need to set a condition in a has_many that needs the self.id

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.