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
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-4
/
+1
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-1
/
+1
*
Remove mention of X-Post-Data-Format header [ci skip]
Eugene Kenny
2017-10-28
1
-3
/
+0
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Small grammar fix
Jon Moss
2017-03-22
1
-2
/
+1
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-3
/
+2
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-4
/
+4
*
Don't error on an empty CONTENT_TYPE
Jon Moss
2016-11-10
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-13
/
+13
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Remove last uses of `@env[]` and `@env[]=`
Jon Moss
2016-04-28
1
-1
/
+1
*
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-2
/
+2
*
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-3
/
+3
*
Avoid calling AD::MimeNegotiation#format_from_path_extension method twice
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Do not add format key to request_params
Jorge Bejar
2015-12-09
1
-0
/
+9
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-8
/
+8
*
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
1
-4
/
+4
*
don't deal with `nil` values
Aaron Patterson
2015-09-22
1
-0
/
+4
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-4
/
+4
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-3
/
+3
*
set cached values in the env hash
Aaron Patterson
2015-08-21
1
-6
/
+9
*
stop directly accessing `@env` in mime_negotiation
Aaron Patterson
2015-08-21
1
-8
/
+8
*
Add ActiveSupport::ArrayInquirer and Array#inquiry
George Claghorn
2015-03-24
1
-27
/
+2
*
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-7
/
+34
*
allow reseting of request variants
Timo Schilling
2014-12-16
1
-1
/
+2
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-3
/
+9
*
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
[next]