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 `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
*
remove param dup'ing logic
Aaron Patterson
2015-07-10
1
-8
/
+0
*
encode / decode parameters before assigning them to the request
Aaron Patterson
2015-07-10
1
-5
/
+58
*
set parameters as a query string
Aaron Patterson
2015-07-09
1
-6
/
+9
*
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
1
-1
/
+15
*
assign the cookie hash on request allocation
Aaron Patterson
2015-07-08
1
-1
/
+1
*
request objects are no longer recycled
Aaron Patterson
2015-07-08
1
-10
/
+8
*
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-11
/
+13
*
pass the starting env and session to build_request
Aaron Patterson
2015-07-08
1
-3
/
+3
*
pass the session and env in to the test request
Aaron Patterson
2015-07-08
1
-4
/
+8
*
allocate new responses rather than recycling them
Aaron Patterson
2015-07-08
1
-12
/
+5
*
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
1
-8
/
+7
*
Send cookies with request
eileencodes
2015-07-07
1
-1
/
+4
*
Update RDoc for ActionController::TestCase for kwargs.
Victor Costan
2015-06-12
1
-1
/
+1
*
Merge pull request #20138 from tgxworld/deprecated_assert_template
Rafael Mendonça França
2015-06-01
1
-6
/
+0
|
\
|
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-6
/
+0
[next]