2014-01-30 09:33:49 -05:00
|
|
|
* Append link to bad code to backtrace when exception is SyntaxError.
|
|
|
|
|
|
|
|
*Boris Kuznetsov*
|
|
|
|
|
2014-03-22 18:50:55 -04:00
|
|
|
* Swapped the parameters of assert_equal in `assert_select` so that the
|
|
|
|
proper values were printed correctly
|
|
|
|
|
|
|
|
Fixes #14422.
|
|
|
|
|
|
|
|
*Vishal Lal*
|
|
|
|
|
2014-03-16 05:15:52 -04:00
|
|
|
* The method `shallow?` returns false if the parent resource is a singleton so
|
|
|
|
we need to check if we're not inside a nested scope before copying the :path
|
|
|
|
and :as options to their shallow equivalents.
|
|
|
|
|
|
|
|
Fixes #14388.
|
|
|
|
|
|
|
|
*Andrew White*
|
|
|
|
|
2014-03-04 19:24:51 -05:00
|
|
|
* Make logging of CSRF failures optional (but on by default) with the
|
|
|
|
`log_warning_on_csrf_failure` configuration setting in
|
2014-03-08 16:17:49 -05:00
|
|
|
`ActionController::RequestForgeryProtection`.
|
2014-03-04 19:24:51 -05:00
|
|
|
|
|
|
|
*John Barton*
|
2014-02-18 17:12:11 -05:00
|
|
|
|
2014-03-08 16:17:49 -05:00
|
|
|
* Fix URL generation in controller tests with request-dependent
|
|
|
|
`default_url_options` methods.
|
|
|
|
|
|
|
|
*Tony Wooster*
|
|
|
|
|
2014-02-25 07:14:35 -05:00
|
|
|
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/actionpack/CHANGELOG.md) for previous changes.
|