Topic: Rakefile ....where is it in rails 3.0?
Hey Guys,
I can't seem to find the "default" set of rails 3.0 rake files. I'm talking about all the rake tasks that get listed when I do:
rake -D
I've got a bunch of rake files under rails-2.3.5/lib/tasks folder but none of those are duplicated in a "rails-3.0.6/lib/task" folder...
I don't suppose rails 3.0 just re-uses the rakefiles from 2.3.5.. does it? But if that's the case, why isn't rake throwing deprecation messages like:
DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from /media/data/home/sonnychee/workspace/gc3/lib/tasks/db.rake:5)
environment is test
DEPRECATION WARNING: RAILS_ROOT is deprecated. Please use ::Rails.root.to_s. (called from /media/data/home/sonnychee/workspace/gc3/lib/tasks/db.rake:13)