heroku:rake:db:seed command does not exist. Are you sure about this sintax?
On Tue, Nov 8, 2011 at 9:06 PM, 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.

