Ajax Scaffold point releases
Posted by Richard White Thu, 21 Sep 2006 21:50:00 GMT
AjaxScaffold has been deprecated in favor of ActiveScaffold
Just a quick not that I’ve put out a point release for both projects (generator v3.1.20 and plugin v3.2.1) to fix the fact that the :class_name attribute for ScaffoldColumns was broken.
That is all.
Thanks for that; it seems you forgot to update the CHANGELOG file?
Beautiful, one note. You should really include an about , or prologue document, even a few sentences about the product to explain what it does. I saw the read me, and already knew what the application was for by first glance myself, but a less experienced user may have trouble.
Great script!
@ward: I might have forgotten to on the plugin side of things, thanks for the heads up.
@Frank: Most people are going to download the gem after going to ajaxscaffold.com so I took the DRY approach and didn’t repeat the website/wiki/documentation in the README.
I’ve just started exploring, and I’ve wondered if you’ve considered what it would take to integrate support for the lock_version field. – a standard ActiveRecord column to support concurrency.
@Bob: You’re the first person to ask about it so we haven’t looked at it. Considering the long life of an AJAX page concurrency could be a big concern. AFAIK the lock_version field is something that the user has to put into their DB schema, and since AS doesn’t interact with your migrations I don’t know if it’s our responsibility.