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

  • Home
  • SEARCH
  • 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 7166101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:21:33+00:00 2026-05-28T14:21:33+00:00

I have this syntax in my code, but it displays differently: <a href=http://railstutorial.org/>Ruby on

  • 0

I have this syntax in my code, but it displays differently:

<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>

Result in browser:

(Ruby on Rails Tutorial(http://railstutorial.org

Can someone tell me whats wrong? I have a Rails 3.1.3 version and a ruby 1.9.2p0 version.

  • 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-28T14:21:34+00:00Added an answer on May 28, 2026 at 2:21 pm

    I had this same problem, it was solved by correcting my stylesheet linking, and a better understanding the Assets Pipeline. The Blueprint css folder I included as a result of an older rails tutorial was the source of the issue. I was allowing rails to compile something from these folders into my app/assets/stylesheets/application.css file incorrectly, without defining :media as screen or print.

    I solved this issue by writing my own css files, including them in the same folder as app/assets/stylesheets/application.css, adding the .scss extension (style.css.scss) (rails 3.1.3) linking only to the “application” file, and deleting the Blueprint css library folder from my app/assets/stylesheets/ folder entirely, where it shouldn’t have been in the first place.

       #  For rails 3.0 and up, delete blueprint folder and
       #  put any custom css files you want in the app/assets/stylesheets folder by 
       #  themselves, adding the .scss extension.They should automatically be loaded into 
       #  application.css through  the assets pipeline.
       #  In your stylesheets helper layout file, or application layout file,
       #  (where ever you keep your stylesheet linking), only link to:
    
       stylesheet_link_tag "application"
    

    Alternatively, if you’re not using 3.0 or above, and aren’t dealing with the Asset pipeline, the issue may be resolved by defining the media type of the stylesheets you are linking to:

       stylesheet_link_tag "blueprint/screen", :media => "screen"
    

    There is another post referencing this issue:

    Similar Problem…

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

Sidebar

Related Questions

I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have seen this syntax in MSDN: yield break , but I don't know
I have this syntax which works (since it's from the API, pretty much) <%
I'm sure I have seen this syntax <%= Url.Action((MyController c) => c.MyMethod(a)) %> or
I have this simple grammar for a C# like syntax. I can't figure out
Basic C# syntax question: So I have this class public class BrandQuery<T> : Query<T>
I've seen this syntax show up, and have tried to google for it's definition
I find this syntax astoundingly annoying. Every time I rename my class, I have
Imagine I have a recursive algebraic data type like this (Haskell syntax): data Expr
I get this error:- You have an error in your SQL syntax; check the

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.