Skip to content

Commit

Permalink
Brought install.rb up to date #408 [bitsweat]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@313 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 2, 2005
1 parent a18b3bf commit 51a13a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion activerecord/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
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
Expand All @@ -49,6 +51,8 @@
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
Expand Down

0 comments on commit 51a13a7

Please sign in to comment.