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
Carlos Antonio da Silva ce60672342 Correct the use of params options when given to url_for
Merge url for tests and add changelog entry for #8233.
2012-11-19 21:43:48 -02:00
..
cache.rb Check if etag exists before to do the gsub 2012-09-15 11:37:50 -03:00
filter_parameters.rb synchronize on param filter cache. 2012-10-18 18:13:01 -07:00
headers.rb move cache inside the instance so we do not need locking 2012-10-18 15:32:44 -07:00
mime_negotiation.rb Add Request#formats=(extensions) that lets you set multiple formats directly in a prioritized order 2012-08-14 22:09:43 -05:00
mime_type.rb implement to_a and to_ary so that the Array() call in template.rb will 2012-11-09 14:28:22 +09:00
mime_types.rb Add 'image/pjpeg' format used by IE 2012-01-29 17:36:10 +01:00
parameter_filter.rb oops, forgot the default parameter 2012-10-18 18:03:09 -07:00
parameters.rb initialize instance variables 2012-08-09 11:21:58 -07:00
rack_cache.rb Deprecate RAILS_CACHE constant. 2012-01-18 01:53:09 +09:00
request.rb give access to the original exception raised in case of a parse error 2012-10-25 11:34:37 -07:00
response.rb push header merge down to a private method so that live responses can have their own header object 2012-08-13 14:20:04 -04:00
upload.rb documents ActionDispatch::Http::UploadedFile 2012-09-22 23:56:39 +02:00
url.rb Correct the use of params options when given to url_for 2012-11-19 21:43:48 -02:00