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
*
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
*
remove more `env` access
Aaron Patterson
2015-08-23
1
-11
/
+19
*
remove more env access
Aaron Patterson
2015-08-23
1
-3
/
+3
*
remove more env access
Aaron Patterson
2015-08-23
1
-4
/
+6
*
convert more `@env` access to get / set header
Aaron Patterson
2015-08-23
1
-1
/
+1
*
Fix master build
Marcin Olichwirowicz
2015-08-17
1
-0
/
+1
*
Refactor how assign_parameters sets generated_path & query_string_keys
eileencodes
2015-08-15
1
-8
/
+20
*
Rename `extra_keys` variables to `query_string_keys`
eileencodes
2015-08-08
1
-2
/
+2
*
Adds missing argument handling for ActionController::TestSession to
Matthew Gerrior
2015-08-06
1
-0
/
+4
*
Rack implements `redirect?` so we don't need it
Aaron Patterson
2015-07-14
1
-3
/
+0
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
only have one TestResponse class
Aaron Patterson
2015-07-13
1
-4
/
+1
*
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
1
-4
/
+0
*
we don't really need an extra method to set the script name
Aaron Patterson
2015-07-10
1
-5
/
+1
*
Remove useless conditional
Aaron Patterson
2015-07-10
1
-12
/
+0
*
default `PATH_INFO` to the generated path
Aaron Patterson
2015-07-10
1
-1
/
+2
*
always default the SCRIPT_NAME to whatever is on the controller
Aaron Patterson
2015-07-10
1
-1
/
+1
*
remove useless ivar clearing
Aaron Patterson
2015-07-10
1
-6
/
+0
*
call the `path_parameters=` setter rather than rely on mutations
Aaron Patterson
2015-07-10
1
-1
/
+3
*
start collecting `env` mutations
Aaron Patterson
2015-07-10
1
-5
/
+3
*
Parameters are converted to a query string
Aaron Patterson
2015-07-10
1
-17
/
+0
*
no more HWIA
Aaron Patterson
2015-07-10
1
-1
/
+1
[next]