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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
2
-6
/
+9
*
|
|
|
|
etag header is in Rack, so use it's response methods
Aaron Patterson
2015-10-06
1
-6
/
+2
*
|
|
|
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
14
-79
/
+69
*
|
|
|
|
Merge pull request #21887 from abhishekjain16/doc_fix
Kasper Timm Hansen
2015-10-06
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix usage of word alternatively in docs [ci skip]
Abhishek Jain
2015-10-06
1
-1
/
+1
*
|
|
|
|
|
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
tanmay3011
2015-10-06
2
-2
/
+2
|
/
/
/
/
/
*
|
|
/
/
move file sending to the response object
Aaron Patterson
2015-10-05
4
-29
/
+47
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
3
-3
/
+5
|
\
\
\
\
|
*
|
|
|
Revert "proper raise ArgumentError, divided large text new line"
Rafael Mendonça França
2015-09-28
2
-4
/
+4
|
*
|
|
|
proper raise ArgumentError, divided large text new line
Gaurav Sharma
2015-09-29
2
-4
/
+4
|
*
|
|
|
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
2
-3
/
+3
|
*
|
|
|
[ci skip] Fix document of `ActionController::RequestForgeryProtection`
yui-knk
2015-09-28
1
-0
/
+2
*
|
|
|
|
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
3
-23
/
+8
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
1
-0
/
+20
*
|
|
|
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-1
/
+3
*
|
|
|
remove useless method
Aaron Patterson
2015-09-28
1
-4
/
+0
*
|
|
|
Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime
Rafael Mendonça França
2015-09-25
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
fix Mime type in doc since mime types via constants is deprecated [ci skip]
Gaurav Sharma
2015-09-26
1
-1
/
+1
*
|
|
|
|
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
*
|
|
|
stop directly setting headers on the controller
Aaron Patterson
2015-09-23
1
-5
/
+0
*
|
|
|
stop constructing a request object in this setter
Aaron Patterson
2015-09-23
1
-1
/
+0
*
|
|
|
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
5
-13
/
+17
*
|
|
|
Document Bearer prefix for Authorization header [ci skip]
Eliot Sykes
2015-09-23
1
-5
/
+7
*
|
|
|
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
*
|
|
|
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
1
-6
/
+2
*
|
|
|
introduce an `All` mime type
Aaron Patterson
2015-09-21
2
-1
/
+7
*
|
|
|
remove `blank?` calls on `==`
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
|
|
change inheritance to composition
Aaron Patterson
2015-09-21
1
-14
/
+24
*
|
|
|
swap upcase and to_sym
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
|
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
11
-27
/
+27
*
|
|
|
deprecate accessing mime types via constants
Aaron Patterson
2015-09-21
3
-7
/
+55
*
|
|
|
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
*
|
|
|
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
*
|
|
|
remove the request parameter from `parse_formatted_parameters`
Aaron Patterson
2015-09-18
2
-6
/
+6
[prev]
[next]