When I do ''rake migrate'' since r3679 (I rolled back to there and it works) I get rake aborted! undefined method `namespace'' for main:Object ./rakefile:10 Do I have to make any changes to my rails app since r3679? Cheers, Ian
2006/2/28, Ian White <ian.w.white@gmail.com>:> When I do ''rake migrate'' since r3679 (I rolled back to there and it works) I getYou need Rake 0.7.0 to use the new namespace features. Bye ! -- Fran?ois Beausoleil http://blog.teksol.info/
> You need Rake 0.7.0 to use the new namespace features.Awesome, thanks!
Damn, now I''m getting: undefined method `verify!'' for {}:Hash, when I try and browse to a controller usiing webrick Again, when I rollback to the old version it works..
Ian White wrote:> Damn, now I''m getting: > > undefined method `verify!'' for {}:Hash, when I try and browse to a > controller usiing webrickI''m getting this too. I believe since 3693 (http://dev.rubyonrails.org/changeset/3693). Tom