Changeset 487
- Timestamp:
- 01/24/05 12:05:00 (4 years ago)
- Files:
-
- trunk/actionpack/install.rb (modified) (2 diffs)
- trunk/activerecord/install.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/install.rb
r463 r487 20 20 21 21 makedirs = %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 23 24 action_controller/templates action_controller/templates/rescues 24 25 action_controller/templates/scaffolds … … 63 64 action_controller/support/class_attribute_accessors.rb 64 65 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 67 74 action_controller/support/inflector.rb 68 75 action_controller/support/binding_of_caller.rb trunk/activerecord/install.rb
r439 r487 19 19 end 20 20 21 makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts }21 makedirs = %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 } 22 22 makedirs.each {|f| File::makedirs(File.join($sitedir, *f.split(/\//)))} 23 23 … … 51 51 active_record/support/class_inheritable_attributes.rb 52 52 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 53 61 active_record/support/inflector.rb 54 62 active_record/support/misc.rb 63 active_record/support/module_attribute_accessors.rb 55 64 active_record/timestamp.rb 56 65 active_record/transactions.rb