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

Changeset 487

Show
Ignore:
Timestamp:
01/24/05 12:05:00 (4 years ago)
Author:
david
Message:

Fixed install.rb files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/install.rb

    r463 r487  
    2020 
    2121makedirs = %w{ action_controller/assertions action_controller/cgi_ext 
    22                action_controller/session action_controller/support action_controller/support/core_ext 
     22               action_controller/session action_controller/support action_controller/support/core_ext  
     23               action_controller/support/core_ext/hash action_controller/support/core_ext/numeric action_controller/support/core_ext/string 
    2324               action_controller/templates action_controller/templates/rescues 
    2425               action_controller/templates/scaffolds 
     
    6364 action_controller/support/class_attribute_accessors.rb 
    6465 action_controller/support/clean_logger.rb 
    65  action_controller/support/core_ext/hash_ext.rb 
    66  action_controller/support/core_ext.rb 
     66 action_controller/support/core_ext/hash/keys.rb 
     67 action_controller/support/core_ext/hash.rb 
     68 action_controller/support/core_ext/numeric/bytes.rb 
     69 action_controller/support/core_ext/numeric/time.rb 
     70 action_controller/support/core_ext/numeric.rb 
     71 action_controller/support/core_ext/string/inflections.rb 
     72 action_controller/support/core_ext/string.rb 
     73 active_record/support/core_ext.rb 
    6774 action_controller/support/inflector.rb 
    6875 action_controller/support/binding_of_caller.rb 
  • trunk/activerecord/install.rb

    r439 r487  
    1919end 
    2020 
    21 makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts
     21makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts active_record/support/core_ext active_record/support/core_ext/hash active_record/support/core_ext/numeric active_record/support/core_ext/string
    2222makedirs.each {|f| File::makedirs(File.join($sitedir, *f.split(/\//)))} 
    2323 
     
    5151 active_record/support/class_inheritable_attributes.rb 
    5252 active_record/support/clean_logger.rb 
     53 active_record/support/core_ext/hash/keys.rb 
     54 active_record/support/core_ext/hash.rb 
     55 active_record/support/core_ext/numeric/bytes.rb 
     56 active_record/support/core_ext/numeric/time.rb 
     57 active_record/support/core_ext/numeric.rb 
     58 active_record/support/core_ext/string/inflections.rb 
     59 active_record/support/core_ext/string.rb 
     60 active_record/support/core_ext.rb 
    5361 active_record/support/inflector.rb 
    5462 active_record/support/misc.rb 
     63 active_record/support/module_attribute_accessors.rb 
    5564 active_record/timestamp.rb 
    5665 active_record/transactions.rb