The error appears to be coming from a gem you have installed called "avatar". I've never used it before. Perhaps you are missing something that gem depends on? Or you could remove the gem.
On Thu, Jul 3, 2008 at 8:09 AM, Victor <[EMAIL PROTECTED]> wrote: > > with --trace i got the following: > > >> db:migrate --trace > rake aborted! > undefined method `remove_task' for # > /mnt/home/userapps/22375/vendor/gems/avatar/tasks/testing.rake:18 > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/tasks/rails.rb:9:in `load' > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/tasks/rails.rb:9 > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/tasks/rails.rb:9:in `each' > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/tasks/rails.rb:9 > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require' > /mnt/home/userapps/22375/Rakefile:10 > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2149:in `load' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2149:in > `raw_load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1897:in > `load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in > `standard_exception_handling' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1896:in > `load_rakefile' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1880:in `run' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in > `standard_exception_handling' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run' > /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31 > /usr/bin/rake:19:in `load' > /usr/bin/rake:19 > (in /mnt/home/userapps/22375) > >> > > On Jun 30, 4:43 pm, "Orion Henry" <[EMAIL PROTECTED]> wrote: > > What does it say when you type "rake --trace" > > > > On Mon, Jun 30, 2008 at 10:10 AM, Victor <[EMAIL PROTECTED]> wrote: > > > > > rake aborted! > > > undefined method `remove_task' for # > > > /mnt/home/userapps/22375/Rakefile:10 > > > (See full trace by running task with --trace) > > > (in /mnt/home/userapps/22375) > > > > > What's the problem here? How to get over it? > > > > > Thanks > > > > > Victor > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
