Rake error on edge rails

I updated my “edge rails” this morning, ran ‘rake’, and got:

rake aborted!
undefined method `namespace’ for main:Object
./rakefile:10

To verify, I created a new project, ran ‘rake’ and didn’t get the
error. Then I ran ‘rake freeze_edge’, re-ran ‘rake’ and got the same
error. Is anyone else having this same problem on edge rails?

You need a latest 0.7.0 version of Rake.


Kent

You need a latest 0.7.0 version of Rake.

Thanks Kent, that took care of it.