Displaying 1 result from an estimated 1 matches for "rakefile_location".
2006 Mar 13
0
Problems with association named :task
...ct_to_last_viewed_task''
#{RAILS_ROOT}/app/controllers/account_controller.rb:80:in `login''
and simultaneously in the log I get:
WARNING: Deprecated reference to top-level constant ''Task''found at:
/opt/local/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1702:in
`rakefile_location''
Use --classic-namespace on rake command
or ''require "rake/classic_namespace"'' in Rakefile
I''ve even tried specifying
belongs_to :task, :class_name => "ActiveRecord::Task", :foreign_key =>
''task_id''
and still...