You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Whenever Gem
Hi there,
I have a model named "Task". I tried whenever before, but I problems
with a name clash:
This is from the console
> Task
WARNING: Deprecated reference to top-level constant 'Task' found at: /
Library/Ruby/Gems/1.8/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
>> Task.new
ArgumentError: wrong number of arguments (0 for 2)
from (irb):29:in `initialize'
from (irb):29:in `new'
from (irb):29
>>
I need to use whenever now and I was hoping that the issue has been
resolved already. Has anyone suggestions what to do except renaming
the model.
Thanks
Philly Cheez
unread,
Oct 7, 2009, 11:33:58 AM10/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message