If you installed rake after making your application that it may be the problem.. sudo apt-get install rake Make a new application and try rake on it with right directory... It will most probably work... Gene Kahn wrote in post #118144: > Hello, > On a command: > > rake db:migrate > > I get the "rake aborted!" error. The message is: > > No Rakefile found (looking for: rakefile, Rakefile, rakebile.rb, > Rakefile.rb) > c:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in > 'load_rakefile' > > Checking my setup, I see that Rakefile.rb is in the expected path. > > Why can't rake see Rakefile.rb, and how do I correct this problem? > > Thanks for the help, > gk
-- Posted via http://www.ruby-forum.com/. -- 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.

