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
/
lib
/
action_controller
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
1
-2
/
+2
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-3
/
+0
*
Update the promisse that ActionController::TestCase will be extracted
Rafael Mendonça França
2019-01-17
1
-1
/
+1
*
Remove mention about `Test::Unit::TestCase` [ci skip]
bogdanvlviv
2019-01-02
1
-3
/
+0
*
Allow nil params on controller HTTP test methods
r7kamura
2018-12-18
1
-2
/
+2
*
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-1
/
+1
*
Use Rack to generate query information under test
Aaron Patterson
2018-06-08
1
-1
/
+1
*
Reset CONTENT_LENGTH between test requests
Eugene Kenny
2018-05-01
1
-0
/
+1
*
Reset RAW_POST_DATA between test requests
Eugene Kenny
2018-04-20
1
-4
/
+5
*
ActionController::TestCase: fix #post documentation [ci skip]
Misty De Meo
2018-01-29
1
-1
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-1
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Revert "Merge pull request #27775 from domcleal/27774-format-reset"
Rafael Mendonça França
2017-03-21
1
-1
/
+0
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-5
/
+5
*
Delete PATH_INFO after each controller test request
Dominic Cleal
2017-01-23
1
-0
/
+1
*
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-2
/
+3
*
Update `cookies` helper on all HTTP requests
Jon Moss
2017-01-05
1
-3
/
+2
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Merge pull request #27146 from maclover7/jm-fix-27145
Eileen M. Uchitelle
2016-12-19
1
-2
/
+0
|
\
|
*
Do not clear HTTP_COOKIES header after request
Jon Moss
2016-12-11
1
-2
/
+0
*
|
Missing require "active_support/testing/constant_lookup"
Akira Matsuda
2016-12-14
1
-0
/
+1
|
/
*
Fixed CONTENT_LENGTH header in ActionController::TestRequest
Artem Rashev
2016-11-15
1
-2
/
+3
*
Remove deprecated support to non-keyword arguments #process
Rafael Mendonça França
2016-10-10
1
-70
/
+16
*
Remove deprecated `xml_http_request` and `xhr` methods
Rafael Mendonça França
2016-10-10
1
-15
/
+0
*
Merge pull request #26573 from kirs/action-controller-as-format
Rafael França
2016-09-27
1
-4
/
+4
|
\
|
*
Make :as option also set request format (AC::TestCase)
Kir Shatrov
2016-09-21
1
-4
/
+4
*
|
Do not mutate AC::TestRequest::DEFAULT_OPTIONS
Kir Shatrov
2016-09-10
1
-1
/
+1
|
/
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-6
/
+6
*
Fix typo in the hook name
Rafael Mendonça França
2016-08-25
1
-1
/
+1
*
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
1
-0
/
+1
*
Copy edits in the documentation [ci skip]
Rafael Mendonça França
2016-08-19
1
-1
/
+1
*
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-1
/
+8
*
Merge pull request #25862 from prathamesh-sonpatki/start-documenting-ac-testc...
प्रथमेश Sonpatki
2016-08-17
1
-6
/
+12
|
\
|
*
Start documenting ActionController::TestCase again
Prathamesh Sonpatki
2016-08-17
1
-6
/
+12
*
|
Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding
Aaron Patterson
2016-08-10
1
-5
/
+8
|
\
\
|
*
|
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-5
/
+8
*
|
|
Remove unused method
Andrew White
2016-08-10
1
-5
/
+0
|
/
/
*
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-4
/
+4
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-44
/
+44
*
|
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-36
/
+36
*
|
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+1
|
/
*
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-23
/
+26
*
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-0
/
+2
*
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
1
-1
/
+1
*
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
1
-1
/
+1
*
Merge pull request #20851 from tomprats/indifferent-sessions
Rafael Mendonça França
2016-02-24
1
-1
/
+1
|
\
|
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-1
/
+1
[next]