I\'m using Rails 3.1 beta with Ruby 1.9.2 and rake 0.9.2, and have a bunch of rake tasks I\'ve written. Here is an example:
namespace :data do desc \"dump the
I know it is sometimes hard to decipher but the error message gives you the new format:
task :t, [args] => [deps]
So for your example:
task :dump_graph, :species_id => :environment
http://www.postal-code.com/binarycode/2011/06/02/rake-needs-deprecated/