ActiveScaffold: AJAX-powered Rails scaffolding redux
AjaxScaffold was an early attempt to implement Rails' scaffolding features in an AJAXy way, providing a single-page interface for showing, editing, deleting, and sorting items from your Rails models. ActiveScaffold is the newest implementation of the concept, making AjaxScaffold obsolete. It includes RESTful API support, sorting, search, pagination, automatic handling of ActiveRecord associations, along with the features you were used to from AjaxScaffold. It's also guaranteed to work on relatively new versions of Firefox, Internet Explorer, and Safari.
May 5, 2007 at 8:44 pm
Its good to see the progress of AjaxScafford to ActiveScaffold, especially in how it supports the RESTful features now in Rails.
I think we're going to see a trend where the client-side AJAX code sits on top of a RESTful API, rather than a special purpose API just for XHR. Client side code and remote apps should interact and consume the same data in the same way. It doesn't make sense to have the division common in less recent apps; build your RESTful API and you get both for free.
May 6, 2007 at 1:14 am
It's a small thing -- but a screenshot depicting plain text passwords in the model/db makes me cringe.
May 6, 2007 at 11:39 am
Nice, i think if it does do all, it says, I think i would a real winner then, especially for prototyping and initial development. Also the passwords in plain text i think is just more for the demo more so then a real life situations.
May 6, 2007 at 10:27 pm
@Dan: I agree with you sentiment but I think what's really required for that to take place is a client side framework that can do the things we currently do on the server side (like template generation). There are things like JST, but they aren't integrated into a nice stack that includes prototype+scritaculous
@Rebort: Good point, I should remove that column at least.
May 10, 2007 at 8:44 pm
We went 1.0 today Weee!
May 16, 2007 at 7:20 am
Here is a new ajax powered free chat http://chantlive.com,
that can be integrated to WordPress.
I hope this help :)