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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+27
|
\
\
\
\
\
|
*
|
|
|
|
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+27
*
|
|
|
|
|
Merge pull request #21849 from yui-knk/refactor_regexp_to_string
Andrew White
2015-10-12
2
-2
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
2
-2
/
+13
*
|
|
|
|
|
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
12
-128
/
+113
*
|
|
|
|
|
|
move file sending to the response object
Aaron Patterson
2015-10-05
2
-1
/
+3
*
|
|
|
|
|
|
Merge pull request #21848 from yui-knk/test_suppress_warnings
Sean Griffin
2015-10-04
1
-3
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Suppress warnings of `assigned but unused variable`
yui-knk
2015-10-03
1
-3
/
+2
|
|
/
/
/
/
/
/
*
/
/
/
/
/
/
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
2
-10
/
+28
|
/
/
/
/
/
/
*
|
|
|
|
|
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
1
-0
/
+59
*
|
|
|
|
|
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-74
/
+93
*
|
|
|
|
|
adding test for content type with default charset
Gaurav Sharma
2015-10-02
1
-1
/
+11
*
|
|
|
|
|
Remove TestRouter#add_routes
akihiro17
2015-09-29
1
-11
/
+0
*
|
|
|
|
|
Added test case for deprecation of Mime.const_defined? and removed use of it.
Ronak Jangir
2015-09-27
1
-1
/
+5
*
|
|
|
|
|
fix Mime type in doc since mime types via constants is deprecated [ci skip]
Gaurav Sharma
2015-09-26
1
-3
/
+3
*
|
|
|
|
|
call `get` instead of controller.process
Aaron Patterson
2015-09-23
1
-12
/
+10
*
|
|
|
|
|
remove controller construction
Aaron Patterson
2015-09-23
1
-8
/
+4
*
|
|
|
|
|
stop directly referencing the request and response objects
Aaron Patterson
2015-09-23
1
-23
/
+21
*
|
|
|
|
|
test framework allocates the controller for us
Aaron Patterson
2015-09-23
1
-1
/
+0
*
|
|
|
|
|
type of response should not matter
Aaron Patterson
2015-09-23
1
-6
/
+0
*
|
|
|
|
|
don't touch the response object until after we call `get`
Aaron Patterson
2015-09-23
1
-5
/
+2
*
|
|
|
|
|
stop directly setting headers on the controller
Aaron Patterson
2015-09-23
1
-9
/
+1
*
|
|
|
|
|
test against controller responses
Aaron Patterson
2015-09-23
1
-52
/
+65
*
|
|
|
|
|
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-3
/
+3
*
|
|
|
|
|
don't access the response object before a request was made
Aaron Patterson
2015-09-23
1
-1
/
+10
*
|
|
|
|
|
split cookie tests
Aaron Patterson
2015-09-23
1
-1
/
+6
*
|
|
|
|
|
don't mutate a response object after to_a
Aaron Patterson
2015-09-23
1
-0
/
+2
*
|
|
|
|
|
Merge pull request #21703 from ronakjangir47/redirect_error_messages
Jeremy Daer
2015-09-21
1
-2
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Added assertion for error messages for redirection to nil and params
Ronak Jangir
2015-09-21
1
-2
/
+4
*
|
|
|
|
|
|
remove html_types set
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
|
|
|
|
|
introduce an `All` mime type
Aaron Patterson
2015-09-21
1
-2
/
+4
*
|
|
|
|
|
|
change inheritance to composition
Aaron Patterson
2015-09-21
1
-2
/
+3
*
|
|
|
|
|
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
11
-66
/
+66
*
|
|
|
|
|
|
deprecate accessing mime types via constants
Aaron Patterson
2015-09-21
1
-35
/
+37
|
/
/
/
/
/
/
*
|
|
|
|
|
Added test for `send_file_headers` called with nil content type
Ronak Jangir
2015-09-19
1
-1
/
+12
*
|
|
|
|
|
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-1
/
+0
*
|
|
|
|
|
do not instantiate a param parser middleware
Aaron Patterson
2015-09-18
1
-8
/
+12
*
|
|
|
|
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
*
|
|
|
|
|
create a new renderer instance on calls to `for`
Aaron Patterson
2015-09-14
1
-16
/
+3
*
|
|
|
|
|
eagerly allocate the renderer object
Aaron Patterson
2015-09-14
1
-0
/
+4
*
|
|
|
|
|
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
1
-0
/
+25
*
|
|
|
|
|
ensure that mutating headers will impact the content_type method
Aaron Patterson
2015-09-08
1
-0
/
+5
*
|
|
|
|
|
ensure that content type defaults to text / html when setting charset
Aaron Patterson
2015-09-08
1
-0
/
+7
*
|
|
|
|
|
Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...
Rafael Mendonça França
2015-09-08
1
-0
/
+20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
`url_for` does not modify polymorphic options
Bernerd Schaefer
2015-09-04
1
-0
/
+20
*
|
|
|
|
|
|
Make `config.force_ssl` less dangerous to try and easier to disable
Jeremy Daer
2015-09-07
1
-164
/
+133
*
|
|
|
|
|
|
Remove mocha from ActionPack tests
Marcin Olichwirowicz
2015-09-05
8
-90
/
+132
*
|
|
|
|
|
|
implement abstract store methods
Aaron Patterson
2015-09-04
2
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Fix route creation when format is a blank string
eileencodes
2015-09-02
1
-0
/
+1
*
|
|
|
|
|
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+9
[prev]
[next]