Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #123: AP_updated_install.diff

File AP_updated_install.diff, 2.3 kB (added by geech, 4 years ago)

update AP install.rb for rails 0.8

  • install.rb

    old new  
    1818  end 
    1919end 
    2020 
    21 makedirs = %w{ action_view/helpers action_controller/cgi_ext action_controller/support  
    22                action_controller/session action_controller/templates 
     21makedirs = %w{ action_controller/cgi_ext action_controller/session 
     22               action_controller/support action_controller/templates 
    2323               action_controller/templates/rescues action_controller/templates/scaffolds 
     24               action_view/helpers action_view/vendor action_view/vendor/builder 
    2425} 
    2526 
    2627 
     
    3637 action_controller/benchmarking.rb 
    3738 action_controller/cgi_ext/cgi_ext.rb 
    3839 action_controller/cgi_ext/cgi_methods.rb 
    39  action_controller/session/active_record_store.rb 
    40  action_controller/session/drb_server.rb 
    41  action_controller/session/drb_store.rb 
    4240 action_controller/cgi_process.rb 
    4341 action_controller/filters.rb 
    4442 action_controller/flash.rb 
     
    4745 action_controller/rescue.rb 
    4846 action_controller/response.rb 
    4947 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 
    5051 action_controller/support/class_inheritable_attributes.rb 
    5152 action_controller/support/class_attribute_accessors.rb 
    5253 action_controller/support/clean_logger.rb 
     54 action_controller/support/cookie_performance_fix.rb 
     55 action_controller/support/inflector.rb 
    5356 action_controller/templates/rescues/_request_and_response.rhtml 
    5457 action_controller/templates/rescues/diagnostics.rhtml 
    5558 action_controller/templates/rescues/layout.rhtml 
     
    6568 action_controller/url_rewriter.rb 
    6669 action_view.rb 
    6770 action_view/base.rb 
    68  action_view/partials.rb 
    69  action_view/template_error.rb 
    7071 action_view/helpers/active_record_helper.rb 
    7172 action_view/helpers/date_helper.rb 
    7273 action_view/helpers/debug_helper.rb 
     
    7576 action_view/helpers/text_helper.rb 
    7677 action_view/helpers/tag_helper.rb 
    7778 action_view/helpers/url_helper.rb 
     79 action_view/partials.rb 
     80 action_view/template_error.rb 
    7881 action_view/vendor/builder.rb 
    7982 action_view/vendor/builder/blankslate.rb 
    8083 action_view/vendor/builder/xmlbase.rb