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-01-20 20:43:40 +00:00
..
acts Don't hardcode id in acts_as_list. Closes #3370 2006-01-14 09:26:14 +00:00
associations removed :piggyback in favor of just allowing :select on :through associations 2005-12-20 21:26:27 +00:00
connection_adapters Escape database name in MySQL adapter when creating and dropping databases. Closes #3409. 2006-01-13 01:58:11 +00:00
vendor Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. 2006-01-04 04:17:23 +00:00
wrappers
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 Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck] 2006-01-20 20:43:40 +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 Clear connection cache after rolling back transaction. 2005-12-05 19:58:11 +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 Update documentation for observers to reflect new configuration system. 2005-10-27 16:06:04 +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 Disambiguate table names for columns in validates_uniquness_of's WHERE clause. Closes #3423. 2006-01-13 01:51:45 +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