rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 47a3bafe26 Added a VERSION parameter to the migrate task that allows you to do "rake migrate VERSION=34" to migrate to the 34th version traveling up or down depending on the current version. Added ActiveRecord::Migrator.migrate that can figure out whether to go up or down based on the target version and the current
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1780 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-09 15:46:29 +00:00
..
acts
associations
connection_adapters Added better error message for "packets out of order" #1630 [courtenay] 2005-07-08 19:22:37 +00:00
vendor r2933@asus: jeremy | 2005-07-08 14:22:58 -0700 2005-07-08 16:36:35 +00:00
wrappers
aggregations.rb
associations.rb Made documentation ready for release (AR) 2005-07-06 10:14:58 +00:00
base.rb
callbacks.rb
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas Seckar] 2005-07-06 10:16:38 +00:00
locking.rb
migration.rb Added a VERSION parameter to the migrate task that allows you to do "rake migrate VERSION=34" to migrate to the 34th version traveling up or down depending on the current version. Added ActiveRecord::Migrator.migrate that can figure out whether to go up or down based on the target version and the current 2005-07-09 15:46:29 +00:00
observer.rb
query_cache.rb Made documentation ready for release (AR) 2005-07-06 10:14:58 +00:00
reflection.rb
timestamp.rb
transactions.rb
validations.rb
wrappings.rb