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
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
parameter_filter.rb
parameters.rb initialize instance variables 2012-08-09 11:21:58 -07:00
rack_cache.rb
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
url.rb initialize instance variables 2012-08-09 11:21:58 -07:00