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

Ticket #408 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] bump AR install.rb

Reported by: bitsweat Assigned to: rails@bitsweat.net
Priority: low Milestone: 0.9.5
Component: ActiveRecord Version: 0.9.2
Severity: trivial Keywords: install.rb
Cc:

Description

Index: install.rb
===================================================================
--- install.rb  (revision 305)
+++ install.rb  (working copy)
@@ -35,20 +35,25 @@
  active_record/base.rb
  active_record/callbacks.rb
  active_record/connection_adapters/abstract_adapter.rb
+ active_record/connection_adapters/db2_adapter.rb
  active_record/connection_adapters/mysql_adapter.rb
  active_record/connection_adapters/postgresql_adapter.rb
  active_record/connection_adapters/sqlite_adapter.rb
- active_record/connection_adapters/db2_adapter.rb
+ active_record/connection_adapters/sqlserver_adapter.rb
  active_record/deprecated_associations.rb
  active_record/fixtures.rb
+ active_record/locking.rb
  active_record/observer.rb
  active_record/reflection.rb
  active_record/acts/list.rb
+ active_record/acts/touch.rb
  active_record/acts/tree.rb
  active_record/support/class_attribute_accessors.rb
  active_record/support/class_inheritable_attributes.rb
  active_record/support/clean_logger.rb
  active_record/support/inflector.rb
+ active_record/support/misc.rb
+ active_record/timestamp.rb
  active_record/transactions.rb
  active_record/validations.rb
  active_record/vendor/mysql.rb

Change History

01/02/05 15:38:25 changed by david

  • status changed from new to closed.
  • resolution set to fixed.