Sun
26
Feb '06
|
by Frank Spychalski filed under Ruby
|
When I tried to build the documentation for my current RoR project, I got this (not very helpful) error message:
The same call had worked fine yesterday. Fortunately, I remembered having updated the gems because of another strange problem (which wasn’t solved by the update - but that’s not the point).
After I removed the newer rake (gem uninstall rake -v 0.7.0) my problem was gone. Could anybody explain me if this is a Rails (I’m running 1.0) or rake problem or is it just bad karma?
Update
Seems like it was a Rails problem. I found a fix for it.
Technorati Tags: ruby, rake, rails