Ajax Scaffold Generator 3.1.8 Released
Posted by Richard White Sat, 16 Sep 2006 08:09:00 GMT
AjaxScaffold has been deprecated in favor of ActiveScaffold
I made a bonehead move that broke sorting over the last few releases. An include was missing from lib/ajax_scaffold.rb:
module Controller
<strong>include AjaxScaffold::Common</strong>
def clear_flashes
You can either patch that yourself or get the new point release. What’s my excuse? Too much, and careless, diffing between the now two branches of AjaxScaffold (plugin & generator). Thanks go to Edgar from the forum for pointing out the problem.