aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-30 11:39:18 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-30 11:44:15 -0300
commit13fe1903d89fa9345a9f0b17de2d31e8b7ef2b1d (patch)
treef12ddeed846cc2c755d197db2c1cc8022a97065e /actionpack/CHANGELOG.md
parent1d753ab6c8bb8d4fb25ddb48d3859fd371bedae6 (diff)
downloadrails-13fe1903d89fa9345a9f0b17de2d31e8b7ef2b1d.tar.gz
rails-13fe1903d89fa9345a9f0b17de2d31e8b7ef2b1d.tar.bz2
rails-13fe1903d89fa9345a9f0b17de2d31e8b7ef2b1d.zip
Remove the leading \n added by textarea on assert_select
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index d275569cf6..87dd7a9959 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.3 (unreleased) ##
+* Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*
+
* 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*