Sha256: 2777a622373fe2afd773229c56a3d0e35e8db3d1544a7ad0978d5d5d7d453bc6

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

== unreleased changes

== 0.0.9

* Moved the code that declares the form subject an instance variable to earlier in the multipart form handler.  We were running into issues where we could not set default values in the controller part actions because @form_subject was not yet available.

== 0.0.8

* Fixed a bug where the part would not be re-called if it failed validations

== 0.0.7

* Updated future work in readme
* Updated the behavior of the previous and next links to skip update pages

== 0.0.6

* Added indices to the migration
* Updated the controller mixin to do a better job handling namespaced models
* Clarified how the route needs to be setup in the readme
* Changed the ordering of the default form partial in the controller mixin
* Updated index links partial to not use the locals hash directly

== 0.0.5

* Updated gem requirements

== 0.0.4

* Added controller and views generators

== 0.0.3

* Moved capybara and sqlite to development gems
* Added an all_errors partial
* Updated the commenting

== 0.0.2

* Updating the readme

== 0.0.1

* Initial work complete.  Everything theoretically works but the code and tests are rough.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_multipart_form-0.0.9 CHANGELOG