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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:10:27+00:00 2026-05-27T14:10:27+00:00

In section 5.1 of the tutorial, Rails can’t seem to find the CSS file

  • 0

In section 5.1 of the tutorial, Rails can’t seem to find the CSS file (custom.css or the blueprint files) or logo.png. I have triple-checked the code and it’s identical to what is in the git repository.

I have also read the asset pipeline guide and all the default values are correct.

I am a 100% sure that it has something to do with the asset pipeline, but I can’t seem to figure it out.

Thanks in advance for your help.

Here is a listing of my public directory:

$ ls public/images public/stylesheets
public/images:
logo.png

public/stylesheets:
blueprint/  custom.cssls images stylesheets

Here are the errors that I’m getting:

Started GET "/assets/custom.css" for 127.0.0.1 at 2011-12-15 14:23:20 -0800
Served asset /custom.css - 404 Not Found (14ms)

Started GET "/assets/blueprint/screen.css" for 127.0.0.1 at 2011-12-15 14:23:20 -0800
Served asset /blueprint/screen.css - 404 Not Found (2ms)

Started GET "/assets/logo.png" for 127.0.0.1 at 2011-12-15 14:23:20 -0800
Served asset /logo.png - 404 Not Found (3ms)
  • 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-27T14:10:27+00:00Added an answer on May 27, 2026 at 2:10 pm

    I think Emily is pointing you in the right direction, the application is looking for the images in assets-folder, not in the public-folder. Instead of moving it out of the public folder, I would recommend to disable the asset-pipeline as long as you are dealing with the tutorial (just so you can follow the tutorial as written).

    To achieve this, go into your config/application.rb-file and look out for the following line:

    # Enable the asset pipeline
    config.assets.enabled = true
    

    and set the value to false

    # Enable the asset pipeline
    config.assets.enabled = false
    

    You will also have to remove/comment out sass-rails from your Gemfile.

    After that restart your server and it should work as expected.

    Once you have finished the tutorial, you should consider bending your head around the asset-pipeline, since the benefits out of it are worth the while 🙂

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

Sidebar

Related Questions

I have been working on a Rails template recently called BaseApp2. You can see
Ive been stuck for a while now in the rails tutorial. Im in section
I'm in Section 11.3.1 of the Rails Tutorial, and all tests were passing prior
Came across this error when trying out the ruby on rails tutorial section with
In section 6.2.4 of Ruby on Rails 3 Tutorial , Michael Hartl describes a
I have been following the forgers win32 tutorial, specifically this section as of this
I am using asp.net mvc and have a section where a user can upload
I'm reading this section of Java EE tutorial. http://download.oracle.com/javaee/6/tutorial/doc/bncfu.html#bncfy And have a question: If
The Task Side-Effect Files section of the Hadoop tutorial mentions using the attemptid of
I have been following the salesforce Recruiting App tutorial, and reached the section on

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.