Sha256: 140aa102b32a1d8f19cdda7d97291be94b4590307832f9d7b502d42a1d676169

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 KB

Contents

= v0.1.0

* Initial version.

= v0.2.0

* Fixed a bug where a resource with no namespace(s) would result in double slashed prefixes (i.e. "//").
* Added a resource breadcrumb helper.
* Added unobtrusive jQuery support.

= v0.3.0

* Fixed the RDoc so it would generate properly on GitHub.
* Fixed the btech_rest.rb requirements so that they are platform agnostic.
* Added partial support for Rails 2.3 nested forms. You can at least build nested forms and this gem will handle them properly.

= v0.4.0

* Fixed an issue where the rest_setup Rails generator was not being packaged properly with the gem.
* Added Rails 2.3.2 and above as a gem dependency as this gem will no longer work with previous versions.
* Shortened the gem summary and added a more detailed description.
* Updated the README file with minor setup and usage clarifications.

= v0.4.x

* Synchronized the summary and descriptions for the gem, README, and GitHub data.
* Added UJS support for nested new/edit actions.
* Added UJS support for nested delete actions.
* Changed the show_destroy_link helper so that the default link ID is suffixed with "_destroy" instead of "_link".
* Added a build_dom_id helper.  Works the same as the dom_id found in Rails except that new records return a '_0' suffix instead of a "new_" prefix.
* Updated the show_destroy_link helper so that when a url option is not supplied an anchor link is used instead (derived from the record ID).
* Updated all edit and destroy resource helpers so that they accept the parent DOM ID for which to apply UJS manipulation too.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aeonscope-btech_rest-0.4.4 CHANGELOG.rdoc