index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
rescue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix type fully qualified [ci skip]
Yauheni Dakuka
2017-09-06
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-14
/
+14
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-26
/
+26
*
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-30
/
+1
*
Use the most highest priority exception handler when cause is set
Sean Griffin
2016-03-11
1
-0
/
+33
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+10
*
Remove mocha from ActionPack tests
Marcin Olichwirowicz
2015-09-05
1
-4
/
+7
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-9
/
+9
*
Deprecate passing hash as first parameter into ActionController::Head
Mehmet Emin İNAÇ
2015-06-15
1
-2
/
+2
*
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
1
-2
/
+2
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
1
-1
/
+1
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-3
/
+3
*
Remove unused test code.
Rafael Mendonça França
2012-04-16
1
-5
/
+0
*
Removed unused assigns from ActionView::Template::Error
brainopia
2012-01-20
1
-2
/
+2
*
Remove Rescue middleware that was never used by Rails.
José Valim
2011-12-24
1
-16
/
+1
*
removing more duplicate code
Aaron Patterson
2010-10-01
1
-16
/
+0
*
Remove methods to avoid warnings.
Emilio Tagua
2010-09-28
1
-0
/
+2
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Exceptions from views should be rescued based on the original exception. If a...
Neeraj Singh
2010-07-19
1
-0
/
+27
*
RouteSet does not raise ActionController::RoutingError when no routes match a...
Carl Lerche
2010-04-30
1
-2
/
+4
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-2
/
+2
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-2
/
+2
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-3
/
+3
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-3
/
+3
*
Rack responses need to wrap Strings in 1.9
Yehuda Katz
2009-10-15
1
-1
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-5
/
+2
*
Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...
Joshua Peek
2009-09-15
1
-22
/
+13
*
Remove global exception catching from ApplicationController.
Joshua Peek
2009-09-15
1
-12
/
+12
*
Need to reset session for AP rescue tests after altering the route set
Joshua Peek
2009-09-13
1
-0
/
+1
*
Merge Failsafe middleware into ShowExceptions
Joshua Peek
2009-05-17
1
-0
/
+14
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
1
-299
/
+47
*
Fix test_rescue_routing_exceptions when running with rake
Joshua Peek
2009-04-21
1
-13
/
+15
*
refactor some coupled rescue tests
Joshua Peek
2009-04-21
1
-16
/
+78
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-3
/
+18
|
\
|
*
Added support to dashed locales in templates localization [#1888 state:resolved]
José Valim
2009-02-06
1
-7
/
+0
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-3
/
+0
|
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-0
/
+25
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-2
/
+5
*
|
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-1
/
+1
|
/
*
Memoize request accessors on the Rack env so other request objects have acces...
Joshua Peek
2009-01-04
1
-2
/
+2
[next]