AjaxScaffold has been deprecated in favor of
Active Scaffold
Features
- Generates a production ready, fully styled, interface for managing models
- Generates valid XHTML and CSS.
- Guaranteed to work on Firefox 1+, IE 6+ and Safari
- Gracefully degrades when Javascript is not available
- Designed to be used as a Rails component so you can easily create an admin console by dropping in multiple scaffolds.
- Released under the MIT License, the same one as Rails itself, so you can use it freely in your commercial applications.
- Available as either a code generator or dynamic plugin.
Getting Started
Head over to the documentation wiki where you'll find information on getting started with either the generator or plugin version.
Demo
| Since this is a demo feel free to wipe out the data. |
In the Rails tradition of "Show don't tell" here is an example of two generated scaffolds or you can check out the associations demo that shows what you can do with scaffolds with some customization.