rake rails:update
I get the following
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1934:in `raw_load_rakefile'
(See full trace by running task with --trace)
Is there something in my account configuration that has to change so I'm pointing at the proper rails 2.0 gems directory?
Not sure if I used the proper tag below, but I also tried the following after looking at a number of forum posts, but got the same error.
rake rails:freeze:edge TAG=2.0.2
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1934:in `raw_load_rakefile'
(See full trace by running task with --trace)
am I missing something here???