= 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.5.0 * 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 easier JavaScript manipulation. * 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. * Renamed the rest_setup generator to ujs_setup since this is more specific. * Changed all JavaScript code to JavaScript coding standards instead of Ruby standards (sorry, always thinking about Ruby instead ;-) * Fixed a bug where an error would be thrown when attempting to increment null text. * Renamed the build_action_label helper to show_action_label and removed the singularization the label passed in. * Deleted the build_resource_form_submit helper since Rails 2.3 makes it so much easier to parse nested resource forms. * Improved the README documentation including examples for how you might write your view code.