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
Ilya Vorontsov 6701bb08c9 Fixed missing require
Missing require caused fail of guide generation (in
action_dispatch/http/mime_type, line 295, undefined method `ends_with`
for "to_ary":String)
With this fix guides were normally generated
2012-09-08 22:45:48 +04:00
..
cache.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
filter_parameters.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
headers.rb Enable ActionDispatch::Http::Headers to support fetch 2012-05-02 11:22:34 -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 Fixed missing require 2012-09-08 22:45:48 +04:00
mime_types.rb Add 'image/pjpeg' format used by IE 2012-01-29 17:36:10 +01:00
parameter_filter.rb
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 Properly reset the session on reset_session 2012-08-31 12:25:46 -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 adds delegetion for eof? to AD::Http::UploadedFile 2012-03-27 22:53:33 +02:00
url.rb initialize instance variables 2012-08-09 11:21:58 -07:00