>From your pastebin it looks like you haven't included the postgres adapter
as part of your Gemfile. You need to add this *gem 'pg'* to your Gemfile.
You might be using sqlite locally, which is why its working locally and not
in production. Heroku uses Postgres:
http://devcenter.heroku.com/articles/database

Cheers,
Arun

On Sat, Oct 1, 2011 at 9:39 PM, Sushil Gupta <desus...@gmail.com> wrote:

> Yes I pushed my data using "git push heroku master" and my log files is
> here as http://pastebin.com/LsS9Dh8j. I don't know what might be wrong
> here.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/heroku/-/-Q3rLtG8ur0J.
>
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>



-- 
It's better to be a pirate than join the Navy - Steve Jobs
http://mclov.in | @iamclovin

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to