On 9 September 2011 07:10, pratik m. <[email protected]> wrote: > I installed ruby on my pc...then after that i got lib not found as one > error when i was installing rails... further all steps worked like > installing sqlite3 and creating test application...but wen i gave a cmd > called rake db:migrate, i got errors like these- rake aborted! > No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, > Rakefile.rb) > D:/Ruby192/lib/ruby/1.9.1/rake.rb:2367:in `raw_load_rakefile' > D:/Ruby192/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile' > D:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' > D:/Ruby192/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile' > D:/Ruby192/lib/ruby/1.9.1/rake.rb:1991:in `run' > D:/Ruby192/bin/rake:31:in `<main>' > > > can u tell me wats wrong....if that lib not found is also an error then > let me know abt that too
Were you in the top level directory of a rails app when you ran rake? You should be in the directory that contains app, config, etc. -- Colin https://plus.google.com/111605230843729345543/ -- 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.

