Ticket #123: AP_updated_install.diff
| File AP_updated_install.diff, 2.3 kB (added by geech, 4 years ago) |
|---|
-
install.rb
old new 18 18 end 19 19 end 20 20 21 makedirs = %w{ action_ view/helpers action_controller/cgi_ext action_controller/support22 action_controller/s essionaction_controller/templates21 makedirs = %w{ action_controller/cgi_ext action_controller/session 22 action_controller/support action_controller/templates 23 23 action_controller/templates/rescues action_controller/templates/scaffolds 24 action_view/helpers action_view/vendor action_view/vendor/builder 24 25 } 25 26 26 27 … … 36 37 action_controller/benchmarking.rb 37 38 action_controller/cgi_ext/cgi_ext.rb 38 39 action_controller/cgi_ext/cgi_methods.rb 39 action_controller/session/active_record_store.rb40 action_controller/session/drb_server.rb41 action_controller/session/drb_store.rb42 40 action_controller/cgi_process.rb 43 41 action_controller/filters.rb 44 42 action_controller/flash.rb … … 47 45 action_controller/rescue.rb 48 46 action_controller/response.rb 49 47 action_controller/scaffolding.rb 48 action_controller/session/active_record_store.rb 49 action_controller/session/drb_server.rb 50 action_controller/session/drb_store.rb 50 51 action_controller/support/class_inheritable_attributes.rb 51 52 action_controller/support/class_attribute_accessors.rb 52 53 action_controller/support/clean_logger.rb 54 action_controller/support/cookie_performance_fix.rb 55 action_controller/support/inflector.rb 53 56 action_controller/templates/rescues/_request_and_response.rhtml 54 57 action_controller/templates/rescues/diagnostics.rhtml 55 58 action_controller/templates/rescues/layout.rhtml … … 65 68 action_controller/url_rewriter.rb 66 69 action_view.rb 67 70 action_view/base.rb 68 action_view/partials.rb69 action_view/template_error.rb70 71 action_view/helpers/active_record_helper.rb 71 72 action_view/helpers/date_helper.rb 72 73 action_view/helpers/debug_helper.rb … … 75 76 action_view/helpers/text_helper.rb 76 77 action_view/helpers/tag_helper.rb 77 78 action_view/helpers/url_helper.rb 79 action_view/partials.rb 80 action_view/template_error.rb 78 81 action_view/vendor/builder.rb 79 82 action_view/vendor/builder/blankslate.rb 80 83 action_view/vendor/builder/xmlbase.rb