Sha256: 3643697ffb0cecfb4b40c3c85329a4608ee1e0a3de5e6b2a4ea1f95835a7368c

Contents?: true

Size: 845 Bytes

Versions: 1

Compression:

Stored size: 845 Bytes

Contents

# Change Log

## master

## 0.0.5

### Bugs fixed

* Make `fields_for` work with `permitted_attributes` even if parent form was not
  initialized with them.

## 0.0.4

### Bugs fixed

* Different (saner?) way of initialization to fix stack level too deep errors
  when classes are not cached (`Module.prepend` didn't work like it should)

## 0.0.3

### Bugs fixed

* Rename `permitted_attributes` to  `_strong_form_permitted_attributes` because
  it would get overwritten if there is a helper method `permitted_attributes` in
  controller

### Build system

* Add CHANGELOG.md to gemspec

## 0.0.2

### Bugs fixed

* Allow to use non-block syntax for nested form `link_to_add`
  ([5ddc396d5bc03fdef8b4b69b4efcdd0333327ae2](https://github.com/Stellenticket/strong_form/commit/5ddc396d5bc03fdef8b4b69b4efcdd0333327ae2))

## 0.0.1

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
strong_form-0.0.5 CHANGELOG.md