Created
June 25, 2011 12:10
-
-
Save baob/1046412 to your computer and use it in GitHub Desktop.
Rails dosn't like 'Task' models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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