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
*
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
*
|
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
|
fix 'method redefined' warnings
Scott Bronson
2016-02-06
1
-0
/
+1
*
|
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
1
-0
/
+10
|
/
*
remove `present?` calls
Aaron Patterson
2016-01-12
1
-4
/
+4
*
monkey patch `recycle!` on to controllers once
Aaron Patterson
2016-01-12
1
-4
/
+4
*
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
1
-0
/
+4
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-31
1
-2
/
+2
|
\
|
*
Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Asserts...
amitkumarsuroliya
2015-10-09
1
-2
/
+2
*
|
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
1
-4
/
+3
*
|
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-3
/
+3
|
/
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-1
/
+1
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-3
/
+3
*
remove outdated comment
Aaron Patterson
2015-09-18
1
-4
/
+0
*
all parameter parsing is done through the request object now.
Aaron Patterson
2015-09-18
1
-1
/
+1
*
let the request object handle parsing XML posts
Aaron Patterson
2015-09-18
1
-2
/
+9
*
remove setting request parameters for JSON requests
Aaron Patterson
2015-09-18
1
-2
/
+0
*
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
1
-2
/
+5
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
1
-1
/
+1
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-4
/
+4
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+1
*
Updating TestSession to access with indifference
Jeremy Friesen
2015-08-26
1
-2
/
+2
*
remove more direct `env` mutations
Aaron Patterson
2015-08-24
1
-1
/
+3
*
rm useless method
Aaron Patterson
2015-08-24
1
-4
/
+0
[next]