1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
2010-08-20 10:40:34 -03:00
..
cache.rb no need to assign if we are gonna return 2010-08-12 00:17:10 +02:00
filter_parameters.rb Extract ParameterFilter class from FilterParameters mixin 2010-07-19 13:44:43 -07:00
headers.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
mime_negotiation.rb Slightly less annoying check for acceptable mime_types. This allows Accept: application/json, application/jsonp (and the like), but still blacklists browsers. Essentially, we use normal content negotiation unless you include */* in your list, in which case we assume you're a browser and send HTML [#3541 state:resolved] 2010-04-01 17:42:46 -07:00
mime_type.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
mime_types.rb Remove Mime::ALL from Mime::SET. 2009-07-29 12:06:02 -07:00
parameter_filter.rb Extract ParameterFilter class from FilterParameters mixin 2010-07-19 13:44:43 -07:00
parameters.rb Fix several known web encoding issues: 2010-06-27 21:13:55 -07:00
request.rb Moves local_request? to require.local? 2010-08-13 17:35:52 -03:00
response.rb Rely on set and delete cookie logic from rack. 2010-05-18 01:51:45 +02:00
upload.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
url.rb Don't add the standard https port when using redirect in routes.rb and ensure that request.scheme returns https when using a reverse proxy. 2010-08-20 10:40:34 -03:00