Skip to content

Instantly share code, notes, and snippets.

@baob
Created June 25, 2011 12:10
Show Gist options
  • Save baob/1046412 to your computer and use it in GitHub Desktop.
Save baob/1046412 to your computer and use it in GitHub Desktop.
Rails dosn't like 'Task' models
kanga:aboutgoals andy$ ruby script/console
Loading development environment (Rails 2.3.12)
ruby-1.8.7-p334 :001 > Task
WARNING: Deprecated reference to top-level constant 'Task' found at: /Users/andy/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2470:in `rakefile_location'
Use --classic-namespace on rake command
or 'require "rake/classic_namespace"' in Rakefile
=> Rake::Task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment