I did. This is the code that has problems, that I described in first post.
Running heroku rake db:seed is what caused the problem in the first place.

On Tue, Nov 8, 2011 at 9:08 PM, Rameshwar Vyevhare
<[email protected]> wrote:
> Opps my mistake try out this heroku rake db:seed
>
> On 09/11/11 10:36 AM, "Rameshwar Vyevhare" <[email protected]>
> wrote:
>
>>Pls try out this  heroku:rake:db:seed
>>
>>On 08/11/11 3:16 AM, "slava" <[email protected]> wrote:
>>
>>>hello,
>>>I am trying to deploy a rails 3.1 app to Heroku and need to run
>>>db:seed
>>>My seeds file has this code
>>>
>>>User.seed do |s|
>>>  s.email = "[email protected]"
>>>  s.password = "bigsecret"
>>>  s.password_confirmation = "bigsecret"
>>>end
>>>
>>>Running rake db:seed locally works fine, but after deployment to
>>>Heroku I try to run this seed file and get error:
>>>
>>>undefined method `seed' for #<Class:0x00000006499ac0>
>>>
>>>Any ideas why Heroku does not like my seed file?
>>>
>>>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.
>
>
> --
> 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.
>
>

-- 
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