From c2108926a4638b5373f846c2d6165bf28108b9cb Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 4 Mar 2015 11:02:24 -0800 Subject: Drop request class from RouteSet constructor. If you would like to use a custom request class, please subclass and implemet the `request_class` method. --- actionpack/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 3343a92bf7..108ebfda58 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,10 @@ +* Drop request class from RouteSet constructor. + + If you would like to use a custom request class, please subclass and implemet + the `request_class` method. + + *tenderlove@ruby-lang.org* + * Fallback to `ENV['RAILS_RELATIVE_URL_ROOT']` in `url_for`. Fixed an issue where the `RAILS_RELATIVE_URL_ROOT` environment variable is not -- cgit v1.2.3