Skip to content

Commit

Permalink
Add missing CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 29, 2012
1 parent dd69076 commit b395ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@


* Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino* * Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*


* Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*

* Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki* * Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*


* Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH* * Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*
Expand Down

0 comments on commit b395ca1

Please sign in to comment.