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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
2
-0
/
+79
*
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
2
-75
/
+96
*
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
*
remove useless method
Aaron Patterson
2015-09-28
1
-4
/
+0
*
Added test case for deprecation of Mime.const_defined? and removed use of it.
Ronak Jangir
2015-09-27
1
-1
/
+5
*
Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime
Rafael Mendonça França
2015-09-25
2
-4
/
+4
|
\
|
*
fix Mime type in doc since mime types via constants is deprecated [ci skip]
Gaurav Sharma
2015-09-26
2
-4
/
+4
*
|
inherit from our AbstractStore
Aaron Patterson
2015-09-25
1
-5
/
+1
*
|
pull the flash methods in to their own module
Aaron Patterson
2015-09-25
2
-34
/
+41
*
|
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
3
-25
/
+17
*
|
move flash committing to the request object.
Aaron Patterson
2015-09-25
2
-12
/
+16
|
/
*
Fix deprecated mime types via constants
amitkumarsuroliya
2015-09-25
1
-5
/
+5
*
build the Set-Cookie header functionally
Aaron Patterson
2015-09-24
1
-5
/
+18
*
move the Header hash to the super class
Aaron Patterson
2015-09-24
2
-28
/
+24
*
mutate headers before committing the response
Aaron Patterson
2015-09-24
1
-2
/
+8
*
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
2
-14
/
+1
*
stop constructing a request object in this setter
Aaron Patterson
2015-09-23
1
-1
/
+0
*
test against controller responses
Aaron Patterson
2015-09-23
1
-52
/
+65
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
7
-16
/
+25
*
Merge pull request #21736 from eliotsykes/document-bearer-prefix
Kasper Timm Hansen
2015-09-23
1
-5
/
+7
|
\
|
*
Document Bearer prefix for Authorization header [ci skip]
Eliot Sykes
2015-09-23
1
-5
/
+7
*
|
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
|
/
*
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
2
-6
/
+6
*
ask the request object for the session
Aaron Patterson
2015-09-22
1
-1
/
+1
*
don't deal with `nil` values
Aaron Patterson
2015-09-22
2
-1
/
+7
*
Fix a typo: Mime::Types should be Mime::Type [ci skip]
Juanito Fatas
2015-09-22
1
-1
/
+1
*
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
*
|
drop array allocations on Mime::Type#=~
Aaron Patterson
2015-09-21
1
-3
/
+1
*
|
remove another `blank?` call
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
remove html_types set
Aaron Patterson
2015-09-21
2
-7
/
+3
*
|
introduce an `All` mime type
Aaron Patterson
2015-09-21
3
-3
/
+11
*
|
remove `blank?` calls on `==`
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
change inheritance to composition
Aaron Patterson
2015-09-21
2
-16
/
+27
*
|
update changelog for mime changes
Aaron Patterson
2015-09-21
1
-0
/
+13
*
|
swap upcase and to_sym
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
22
-93
/
+93
*
|
deprecate accessing mime types via constants
Aaron Patterson
2015-09-21
4
-42
/
+92
*
|
cache the new type object on the stack
Aaron Patterson
2015-09-21
1
-2
/
+2
|
/
*
Update routing.rb
Harry V. Kiselev
2015-09-20
1
-0
/
+1
*
Typppo
Akira Matsuda
2015-09-21
1
-3
/
+3
[next]