plugin_assets: breaks, again
January 25th, 2007
As I reported earlier, I now use plugin_assets in my applications. Two days ago, I ran
and noticed some changes in the PluginAWeek.org plugins.
Naïvely, I ran:Now, rake assets:update breaks silently. It won’t find any plugins, no matter what. I finally traced the problem to this:
The full diff can be obtained as For the moment, I’m using this fix:Just a warning for everyone out there who might be using plugin_assets.
October 12th, 2007 at 10:25 PM
Sorry for the breaking change… I kind of went on a hiatus after making that commit. I’ve since been updating all of the plugins, so plugin_assets now has a series of unit tests to make sure it doesn’t break again. The latest revision passes against Rails 1.2 and should fix any problems you were encountering before.