I am also getting the same problem of No Rakefile found.
Can someone suggest how to make it work???
Thanks in Advance.
Neha
Gene Kahn wrote:
> 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/.
I think you need to make sure you have logged into your project using:
$ cd myapp
or similar
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thank you that helped!
Tags:
"rake generate_session_store" "No Rakefile found"
--
Posted via http://www.ruby-forum.com/.
Gene Kahn wrote in post #118144:
I had the exact same error message when I was attempting to use the
command, "rake db:migrate," and your advice helped! Thank You.
I had the exact same error message when I was attempting to use the
command, "rake db:migrate," and your advice helped! Thank You.
--
Posted via http://www.ruby-forum.com/.