Sha256: 9e2d6fa26e94e4aeb216f5fd14ff945b39cc6e1d0731e37e86bf3b239a88a6dd

Contents?: true

Size: 1.91 KB

Versions: 1

Compression:

Stored size: 1.91 KB

Contents

= v1.1.0

* Clarified the readme documentation.
* Updated the JavaScript code so that events are bound for current and future instances instead of just once.
* Fixed a JavaScript bug where deleting nested inputs on a new form would cause an exception.
* Updated the JavaScript code so that new records are initially hidden.
* Updated the JavaScript code so the last record of a form is not deleted. Contents will be cleared and hidden (if last element).
* Applied fade in/out effects when adding/destroying input forms.
* Removed the hiding of the delete link via the various resource helpers.
* Modified the JavaScript incrementNumber(string, position) function for better handling of complex nested Rails model forms.
* Renamed all forms of the "new" action UJS classes to a single "new" class. Use the data-type attribute to distinguish type.
* Applied "group" and "record" classes to distinguish between a group of records and a single record. Very handy for creating and/or destroying form elements.
* Renamed the various resource helpers to be aware of input elements (this affects the destroy helpers mostly).
* Added default option support for the Will Paginate gem requirement (use config/initializers/pagination.rb to change settings).
* Renamed all "show_" helpers to "render_" helpers.
* Added a render_show_link helper.
* Added a render_new_link helper.
* Added a render_edit_link helper.
* Added icons for show, new, edit, and destroy actions. All corresponding helpers default to these icons.
* Changed the rendering of partials to templates for all REST actions.
* Added the ability to supply an index template if you wish to override the default index action behavior.
* Added basic AJAX handling for the destroy action so that a response can be sent back to the JavaScript caller.
* Moved all JavaScript REST functionality into a proper jQuery plugin.
* Renamed the "ujs_setup" generator to "rest_setup".

= v1.0.0

* Initial version.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aeonscope-rest-1.1.0 CHANGELOG.rdoc