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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:06:38+00:00 2026-05-31T13:06:38+00:00

Hi I am in the midst of Ruby on Rails tutorial. MY pages are

  • 0

Hi I am in the midst of Ruby on Rails tutorial. MY pages are rendering perfectly on the localserver but NOT on Heroku. I have run the command “heroku run rake db:migrate”. I also have gone through the Heroku logs. I am just not sure how to read them.

I am wondering if it has to do with my stylesheets but I replicated whatever was on my local server to github and heroku so not sure why it can’t read it.

I am add a part of the logfile. I wish I could show snapshots but unfortunately I don’t have rights to do so.

I would appreciate any help and tips on debugging this problem.

====logfile===========================================

2012-03-19T18:22:42+00:00 heroku[web.1]: State changed from starting to up

2012-03-19T18:22:43+00:00 app[web.1]: => Booting WEBrick

2012-03-19T18:22:43+00:00 app[web.1]: => Rails 3.2.0 application starting in production on http://0.0.0.0:36524

2012-03-19T18:22:43+00:00 app[web.1]: => Call with -d to detach

2012-03-19T18:22:43+00:00 app[web.1]: => Ctrl-C to shutdown server

2012-03-19T18:22:43+00:00 app[web.1]:
2012-03-19T18:22:43+00:00 app[web.1]:
2012-03-19T18:22:43+00:00 app[web.1]: Started GET “/” for 68.81.36.121 at 2012-03-19 18:22:43 +0000

2012-03-19T18:22:44+00:00 app[web.1]: Processing by StaticPagesController#home as HTML

2012-03-19T18:22:44+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (11.2ms)

2012-03-19T18:22:44+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.2ms)

2012-03-19T18:22:44+00:00 app[web.1]: Rendered layouts/_header.html.erb (1.9ms)

2012-03-19T18:22:44+00:00 app[web.1]: Rendered layouts/_footer.html.erb (1.5ms)

2012-03-19T18:22:44+00:00 app[web.1]: Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms)

2012-03-19T18:22:44+00:00 app[web.1]: cache: [GET /] miss

2012-03-19T18:22:44+00:00 heroku[router]: GET stormy-mist-1232.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=850ms status=304 bytes=0

2012-03-19T18:22:47+00:00 heroku[web.1]: State changed from up to bouncing

2012-03-19T18:22:47+00:00 heroku[web.1]: State changed from bouncing to created

2012-03-19T18:22:47+00:00 heroku[web.1]: State changed from created to starting

2012-03-19T18:22:51+00:00 heroku[web.1]: Stopping process with SIGTERM

2012-03-19T18:22:51+00:00 app[web.1]: [2012-03-19 18:22:51] ERROR SignalException: SIGTERM

2012-03-19T18:22:51+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select’

2012-03-19T18:22:55+00:00 heroku[web.1]: Starting process with command bundle exec rails server -p 4160

2012-03-19T18:22:59+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: “http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released.” (called from at /app/config/environment.rb:5)

2012-03-19T18:22:59+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: “http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released”. (called from at /app/config/environment.rb:5)

2012-03-19T18:23:01+00:00 heroku[web.1]: Stopping process with SIGKILL

2012-03-19T18:23:01+00:00 heroku[web.1]: Error R12 (Exit timeout) -> Process failed to exit within 10 seconds of SIGTERM

2012-03-19T18:23:02+00:00 heroku[web.1]: Process exited with status 137

2012-03-19T18:23:04+00:00 app[web.1]: [2012-03-19 18:23:04] INFO WEBrick 1.3.1

2012-03-19T18:23:04+00:00 app[web.1]: [2012-03-19 18:23:04] INFO ruby 1.9.2 (2011-07-09) [x86_64-linux]

2012-03-19T18:23:04+00:00 app[web.1]: [2012-03-19 18:23:04] INFO WEBrick::HTTPServer#start: pid=1 port=4160

2012-03-19T18:23:05+

  • 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-31T13:06:39+00:00Added an answer on May 31, 2026 at 1:06 pm

    I hope you don’t mind but I took the liberty of going to your site myself to see what the problem is. The issue is that you’re configuring to use the asset pipeline but none of your assets are compiled. You can verify this is the case by visiting your main CSS file — you’ll notice there’s nothing at all there.

    This is likely because you forgot to include compilation directives at the top of your application.css. See the asset pipeline guide for full details, but I bet you’re missing a line like this at the top of your application.css:

    *= require_self
    *= require_tree .
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently following the Ruby on Rails Tutorial and have run into a
I was in the midst of Ruby on Rails coding, having run several rails
So I've got a web applcation in the midst of wireframing, but I've run
I'm in the midst of a university project and have decided to implement a
I am in the midst of learning Perl, and I have encountered a question.
I am in the midst of updating data in multiple tables. Currently I have
This is not meant to be inflammatory or anything like that, but I am
I've got a legacy system that I'm in the midst of refactoring. I have
I have an old classic ASP site I'm maintaining and in the midst of
I am currently in a midst of developing an desktop application. I have 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.