Sha256: 426d3f01e14d5e3fcc4e3ff3cce943564c14e887ce4882644e87b20775db9647

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# Change Log

## master

## 0.0.6

### Bugs fixed

* Permit array attributes with `[roles: []]`, too, not only with `[:roles]`.
  In fact it is OK to have either the symbol or a hash with the key (value is
  ignored). Makes this more compatible with Rail`s strong params.

## 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.6 CHANGELOG.md