aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2012-08-29 12:03:06 -0700
committerAndrew White <andyw@pixeltrix.co.uk>2012-08-29 12:03:06 -0700
commit46d85438fed2a44cb6e9882c532d33ca25211c57 (patch)
tree619bc2ef204998ff7b4b974d3bb2bf4296396db6 /actionpack/CHANGELOG.md
parent3b2c42cb56f8f838b6a376132bd10a04bddc4045 (diff)
parentcc57b2a422a18f22f8ecf6912ebfab0da0ac3c8a (diff)
downloadrails-46d85438fed2a44cb6e9882c532d33ca25211c57.tar.gz
rails-46d85438fed2a44cb6e9882c532d33ca25211c57.tar.bz2
rails-46d85438fed2a44cb6e9882c532d33ca25211c57.zip
Merge pull request #7230 from schneems/schneems/expose_required_keys
Add Missing Keys from Journey on Failed URL Format
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ae663deed8..e9738f6a86 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* When building a URL fails, add missing keys provided by Journey. Failed URL
+ generation now returns a 500 status instead of a 404.
+
+ *Richard Schneeman*
+
* Deprecate availbility of ActionView::RecordIdentifier in controllers by default.
It's view specific and can be easily included in controller manually if someone
really needs it. RecordIdentifier will be removed from ActionController::Base