This is a Ruby on Rails plugin.
Allows easy database records editing using a web interface, powered via JS AJAX.
Here are some key features of "ActiveScaffold":
· Easy to customize via CSS
· Extensions
· Support for jQuery and Prototype
· Sorting
· Search tool
· Pagination
· Degrades gracefully when JS is disabled
· AJAX-powered interface
· ActiveRecord support
· Its own REST API (support for YAML, JSON and XML)
· Cross-browser tested
Requirements:
· JavaScript enabled on client side
· Ruby on Rails
What's New in This Release: [ read full changelog ]
· Added deprecation for update_column, update_columns should be used instead
· Fixed constraints with hide_nested_column disabled in list and embedded scaffolds which are nested too
· Fixed setting a hash as includes, cannot be concat in finder
· Added option to scroll on close only if element is not visible in viewport (default now)
· Fixed create and edit singular associations without render_component
· Messages go across all table
· Display readonly associations in forms, it was ready to display them but it was skipping them
· Some fixes for inplace editors (cloning form overrides, ajax and radiobuttons). Add handlers for empty columns
· Added wrap_tag to list so cells content can be wrapped in a tag for better styling