1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2006-02-01 23:34:18 +00:00
..
acts Don't hardcode id in acts_as_list. Closes #3370 2006-01-14 09:26:14 +00:00
associations allow has_many :through to work with custom :foreign key (closes #3422) [Rick Olson] 2006-01-21 23:40:20 +00:00
connection_adapters Fixed schema handling for DB2 adapter that didn't work: an initial schema could be set, but it wasn't used when getting tables and indexes (closes #3678) [Maik Schmidt] 2006-02-01 23:34:18 +00:00
vendor Fixed schema handling for DB2 adapter that didn't work: an initial schema could be set, but it wasn't used when getting tables and indexes (closes #3678) [Maik Schmidt] 2006-02-01 23:34:18 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
associations.rb Fixed that saving a model with multiple habtm associations, would only save the first habtm association. 2005-12-21 15:50:31 +00:00
base.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
callbacks.rb Revert [3130]. Behavior of introducing Kernel.binding causes breakage. 2005-11-21 09:34:10 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb give helpful error messages when fixtures accessed style table_name(:name) cannot be found [Tobias Luetke] 2006-01-25 02:40:25 +00:00
locking.rb allow the 'lock_version' column to be configured with set_locking_column. Closes #3402 2006-01-14 09:36:52 +00:00
migration.rb Fix doc bug 2006-01-09 04:43:27 +00:00
observer.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
query_cache.rb r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 2005-10-16 03:45:39 +00:00
reflection.rb Added option to Base.reflection_of_all_associations to specify a specific association to scope the call. For example Base.reflection_of_all_associations(:has_many) [DHH] 2005-12-27 05:41:23 +00:00
schema.rb Update/clean up ActiveRecord documentation (rdoc) 2005-10-16 16:00:16 +00:00
schema_dumper.rb ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_tables 2005-12-24 17:31:26 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Silly me 2006-02-01 04:18:07 +00:00
version.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00