Rake error while db:migrate

I am getting a variety of errors when following command is run:

rake db:migrate

Attached is the image file.

On Aug 3, 2011, at 18:05 , Rubyist R. wrote:


Posted via http://www.ruby-forum.com/.


You received this message because you are subscribed to the Google G. “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.

Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz

hi rohit,
Just include the following line in your config/application
.rb
inside the class
include Rake::DSL
And also include the following line at the start of the
confg/application.rb
require ‘rake’

Thanks & Regards,
Manivannan.S

On Wed, Aug 3, 2011 at 9:58 PM, Tom M.
[email protected]wrote:

To post to this group, send email to [email protected].
www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz
http://groups.google.com/group/rubyonrails-talk?hl=en.


Regards,
Manivannan.S

Thanks Tom. It got solved with the suggestions in that link.

Thanks Mani. Will do the changes.