rails/actionpack/lib/action_dispatch/http
Aaron Patterson 2888f8653e use a strategy object for generating urls in named helpers
since we know that the route should be a path or fully qualified, we can
pass a strategy object that handles generation.  This allows us to
eliminate an "if only_path" branch when generating urls.
2014-07-17 10:47:58 -07:00
..
cache.rb Change Http::Cache::SPECIAL_KEYS from Array to Set 2014-06-15 22:26:15 +03:00
filter_parameters.rb "subhash" --> "sub-hash" 2014-04-19 04:03:43 +05:30
filter_redirect.rb only ask for the location filters once 2014-01-31 12:00:54 -08:00
headers.rb Use a frozen Set instance for CGI_VARIABLES. 2014-06-05 22:05:02 -04:00
mime_negotiation.rb Upgraded rack 2014-05-19 00:03:08 +03:00
mime_type.rb Replace trivial regexp with string or index, twice as fast 2014-03-28 13:19:47 -04:00
mime_types.rb Add Mime::Type.register "text/vcard", :vcf to the default list of mime types 2013-12-05 15:49:06 -08:00
parameter_filter.rb oops, forgot the default parameter 2012-10-18 18:03:09 -07:00
parameters.rb Merge pull request #13999 from jamox/update_rack 2014-07-08 11:46:56 -07:00
rack_cache.rb Deprecate RAILS_CACHE constant. 2012-01-18 01:53:09 +09:00
request.rb makes it sound less misleading 2014-07-02 00:32:23 +09:00
response.rb Handle client disconnect during live streaming 2014-06-08 07:21:14 +09:30
upload.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url.rb use a strategy object for generating urls in named helpers 2014-07-17 10:47:58 -07:00