aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-17 13:36:24 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-17 13:44:56 -0300
commitda5a47e7b9cd438c68276ad0886f9bb1260867b0 (patch)
tree280c1871410363b6bd16b5efe6af12373b615180 /actionpack
parent919afca23858610e4ca03263ad2e39520cf06164 (diff)
downloadrails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.tar.gz
rails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.tar.bz2
rails-da5a47e7b9cd438c68276ad0886f9bb1260867b0.zip
Update the guides and CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 6c9f3e0e67..92efb060a2 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Added ActionDispatch::SSL middleware that when included force all the requests to be under HTTPS protocol. *Rafael Mendonça França*
+
* Add `include_hidden` option to select tag. With `:include_hidden => false` select with `multiple` attribute doesn't generate hidden input with blank value. *Vasiliy Ermolovich*
* Removed default `size` option from the `text_field`, `search_field`, `telephone_field`, `url_field`, `email_field` helpers. *Philip Arndt*
@@ -120,8 +122,8 @@
* `favicon_link_tag` helper will now use the favicon in app/assets by default. *Lucas Caton*
-* `ActionView::Helpers::TextHelper#highlight` now defaults to the
- HTML5 `mark` element. *Brian Cardarella*
+* `ActionView::Helpers::TextHelper#highlight` now defaults to the
+ HTML5 `mark` element. *Brian Cardarella*
## Rails 3.2.3 (unreleased) ##