InfoQ

News

Extended Rails Scaffolding with ActiveScaffold

Posted by Sebastien Auvray on Apr 23, 2007

Community
Ruby
Topics
Ruby on Rails
Tags
AJAX ,
Scaffold ,
Rails
Scaffolding is an easy way to generate interfaces to edit your Rails data model. It can be really helpful when you need to edit backend exposed models. One month after RC1 release, ActiveScaffold (the successor of AjaxScaffold) made it to RC2. Here is the description, according to the authors:
ActiveScaffold provides you with a wealth of dynamically created goodness:
  • An AJAXified table interface for creating, updating, and deleting objects
  • Automatic handling of ActiveRecord associations
  • Sorting, Search and Pagination
  • Graceful JavaScript degradation
  • RESTful API support (XML/YAML/JSON) baked in
  • Sexy CSS styling and theming support
  • More extension points than you can shake a stick at
  • Guaranteed to work on Firefox 1+, IE 6+ and Safari 2+
  • Released under the MIT License, the same one as Rails itself, so you can use it freely in your commercial applications.
ActiveScaffold installation is straight-forward and comes with a comprehensive tutorial, documentation and demo. In 5 minutes you'll have a neat Ajax interface to browse and edit your model. ActiveScaffold makes it possible to customize and configure your scaffolding. Restful scaffolding will be easily integrated to your routes.

ActiveScaffold is an alternative to the older admin framework Streamlined, which appears to be in or near a state of abandonment after never really gaining much traction.
Scaffolding in Java? by Jaka Jaksic Posted Apr 24, 2007 9:53 AM
Re: Scaffolding in Java? by Butch Landingin Posted Apr 25, 2007 12:12 AM
How does this compare with Streamlined? by Curt Hibbs Posted Apr 25, 2007 12:54 PM
  1. Back to top

    Scaffolding in Java?

    Apr 24, 2007 9:53 AM by Jaka Jaksic

    Very nice! Is there anything similar available for the Java platform? The closest thing I know of is the RIFE framework, but it's rather complex. Is there anything else?

  2. Back to top

    Re: Scaffolding in Java?

    Apr 25, 2007 12:12 AM by Butch Landingin

    Seam has a code generation tool called seamgen. It can handle relationships between entities.

  3. Back to top

    How does this compare with Streamlined?

    Apr 25, 2007 12:54 PM by Curt Hibbs

    How does this compare with Streamlined?

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.