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_dispatch
/
http
/
mime_negotiation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return null type format when format is not know
Rafael Mendonça França
2014-04-14
1
-1
/
+1
*
Check if variant array contains only symbols
Łukasz Strzałkowski
2014-02-13
1
-2
/
+2
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-2
/
+4
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
1
-1
/
+1
*
Improve a couple exception messages related to variants and mime types
Carlos Antonio da Silva
2013-12-03
1
-5
/
+5
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+14
*
Fix formats on xhr requests when HTTP_ACCEPT is empty string
maximerety
2013-03-04
1
-1
/
+1
*
Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string
Konstantin Papkovskiy
2013-01-17
1
-1
/
+1
*
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
1
-2
/
+2
*
Add Request#formats=(extensions) that lets you set multiple formats directly ...
David Heinemeier Hansson
2012-08-14
1
-0
/
+21
*
Add missing requires in routes
Bogdan Gusiev
2012-04-23
1
-0
/
+2
*
Check Accept and Content-Type headers before evaluating them in xhr requests....
ogeidix
2011-07-19
1
-1
/
+2
*
Add ignore_accept_header config to AD::Request.
José Valim
2011-05-02
1
-5
/
+22
*
declare regex as a constant
Neeraj Singh
2010-11-22
1
-1
/
+3
*
do not assume that there is no space between
Neeraj Singh
2010-11-22
1
-1
/
+1
*
current code ignores http header "Accept" if it
Neeraj Singh
2010-11-22
1
-1
/
+1
*
use_accept_header is no longer supported
Neeraj Singh
2010-11-21
1
-1
/
+1
*
escape constants that should not be linked to
Joost Baaij
2010-08-27
1
-1
/
+1
*
Slightly less annoying check for acceptable mime_types. This allows Accept: a...
Paul Sadauskas
2010-04-01
1
-2
/
+2
*
Request#content_type exists in Rack::Request, and other parts of Rack::Reques...
wycats
2010-03-28
1
-2
/
+6
*
Remove uneeded methods.
José Valim
2010-03-10
1
-15
/
+0
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-0
/
+101