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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:45:12+00:00 2026-06-17T03:45:12+00:00

I am trying to deploy a more or less blank Rails app to Heroku,

  • 0

I am trying to deploy a more or less blank Rails app to Heroku, but I keep getting the “We’re sorry but something went wrong” message..

The only error-ish line in the Heroku logs is this:

2013-01-11T19:30:59+00:00 heroku[router]: at=info method=GET path=/ host=murmuring-sierra-7952.herokuapp.com fwd=2.111.66.39 dyno=web.1 queue=0 wait=0ms connect=3ms service=718ms status=500 bytes=643

I understand this as heroku not being able to fetch the root path..

The only thing I have done apart from creating the app is to generate a controller, blogs, with index, show, new etc. and replace the root in my routes.rb as such:

resources :blogs
root :to => "blogs#index"

and i even added

match '/' => "blogs#index"

to make sure that “/” actually points to blogs#index

It all works fine on localhost, btw

Thanks, Viggo

  • 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-17T03:45:13+00:00Added an answer on June 17, 2026 at 3:45 am

    Heroku doesn’t work with sqlite3, it works with postgresql.

    You should have the following inside your gemfile:

    group :development, :test do
      gem 'sqlite3'
    end
    
    group :production do
      gem 'pg'
    end
    

    Then run

    $ bundle install
    $ git push heroku master
    

    You will find more information in heroku’s own section on how to get started.

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

Sidebar

Related Questions

I'm triying to deploy my rails 3.2.8 app to heroku and i'm getting this
I'm trying to deploy my first rails app on Heroku. I was using devise
I'm trying to deploy a ruby ( NOT rails) app to Heroku. My procfile
im trying to deploy my app in heroku but after installing the other gems
I'm getting permissions errors while trying to deploy my rails app to a friend's
I am trying to deploy my app to Heroku however I rely on using
I'm trying to deploy an app on Heroku that works just fine on my
I'm trying to deploy an application to Heroku after upgrading to Rails 3.1 with
i am trying to deploy PHP app with capistrano, but i can't find what
I'm trying to deploy a Rails app that uses Bundler via Capistrano. Running cap

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.