Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.82 KB

History.rdoc

File metadata and controls

45 lines (29 loc) · 1.82 KB

History

0.4.2 / 2011-26-08

  • Minor Enhancements

    • Updated to jquery.form.js v2.84

0.4.1 / 2011-07-12

  • Minor Enhancements

    • Updated README and docs

0.4.0 / 2011-07-12

  • New Features

    • Added ‘remotipart_submitted?` helper method for controllers and views

    • Added railtie and engine support to add remotipart and dependencies to Rails 3.0 (in the js :defaults) and 3.1 (in the asset pipeline) apps automatically

  • Enhancements

    • Restructured gem to integrate better with Rails apps

0.3.0 / 2011-02-24

  • New Features

    • Added support for all data-type ajax submissions, not just ‘script’.

    • Made a little more flexible, so that separate js.erb response templates are no longer needed between remotipart (i.e. multipart) ajax form submissions and regular ajax form submissions, so multiple versions of the same form can now submit to the same action.

0.2.1 / 2011-01-16

  • Minor Enhancements

* Added support for passing text_area_tag options to remotipart_response. GitHub Issue #7 - patch by Todd Eichel

0.2.0 / 2010-12-08

  • Bug Fixes

* Added support for form action URLs that include GET params. GitHub Issue #4 - initial patch by ramontayag. * Added proper HTML escaping for the remotipart_response textarea content. GitHub Issue #5 - patch by gucki.

0.1.1 / 2010-08-27

  • Bug Fixes

* Removed a call to the JS console. GitHub Issue #1 - reported by Trevor Burnham.

0.1.0 / 2010-04-09

  • Initial Release