[PATCH] RJS templates cause render :action => :symbol to fail

Posted by rick Thu, 16 Feb 2006 21:22:00 GMT

We ran into a problem once we installed the RJS templates plugin. Turns out the problem isn’t just in the plugin, but also in edge rails. We wrote up a quick patch that fixed the problem and then wanted to pass the info upstream.

After talking briefly with the maintainer of the RJS templates plugin (Cody Fauser) we were pointed to the proper Rails file to put our test in. So we wrote up a quick actionpack unit test for the problem and tried it out. Yep, there it was.

So we filed a ticket with a patch & unit test: #3861.

Comments are disabled