Of note, see comment #23. Rake tasks in Rails 2.1 and higher require
"task :name => :environment" in order to access ActiveRecord models - that requires the "environment" task to be run first (load Rails environment).
Of note, see comment #23. Rake tasks in Rails 2.1 and higher require
"task :name => :environment" in order to access ActiveRecord models - that requires the "environment" task to be run first (load Rails environment).