Ruby Forum Rails Engines development > Problems with Rake 0.8.0 and Engines 2.0

Posted by Tony Arcieri (Guest)
on 23.12.2007 05:44
(Received via mailing list)
Anyone else run into this?

undefined method `last' for {}:Hash
/Library/Ruby/Gems/1.8/gems/rake-0.8.0/lib/rake.rb:1654:in 
`resolve_args'
/Users/tony/src/clickcaster/vendor/plugins/engines/tasks/engines.rake:9:in
`redefine_task'
/Users/tony/src/clickcaster/vendor/plugins/engines/tasks/engines.rake:24:in
`redefine_task'
/Users/tony/src/clickcaster/vendor/plugins/engines/tasks/engines.rake:63
/Library/Ruby/Gems/1.8/gems/rake-0.8.0/lib/rake.rb:1184:in `each'
Posted by James Adam (Guest)
on 23.12.2007 19:32
(Received via mailing list)
There's been a thread that touched on this already - I've committed an
initial fix to trunk. Let me know if that doesn't work...

James