I'm deploy a demo web rails to heroku:

I trying with database: postgresql and sqlite3, but still error.
with SQLite3, i edit Gemfile to:
    group :production do
      gem 'pg'
    end
    group :development, :test do
      gem 'sqlite3'
   end

with PostgreSQL, i config in file: database.yml : database, username
and password follow server heroku ( $ heroku console
Ruby console for myapp.heroku.com
>> ENV['DATABASE_URL']
=> "postgres://username:password@hostname/database")

But when i run myapp from Heroku, is error:

     "We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it
shortly."

Please help me!
Sorry, because My English is not good!

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to