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
2005-12-27 05:41:23 +00:00
..
acts Make sure the acts_as_list_class is resolved relative to the global namespace 2005-11-10 15:59:00 +00:00
associations removed :piggyback in favor of just allowing :select on :through associations 2005-12-20 21:26:27 +00:00
connection_adapters SchemaDumper now doesn't fail anymore when there are unknown column types in the schema. Instead the table is ignored and a Comment is left in the schema.rb also added ActiveRecord::Base.schema_ignore_tables for dealing with funky tables like the tesearch2 ones. 2005-12-24 16:55:55 +00:00
vendor MySQL: fixes for the bundled mysql.rb driver. References #3160. 2005-12-10 21:38:28 +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 ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_tables 2005-12-24 17:31:26 +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 r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 2005-07-03 08:32:07 +00:00
migration.rb Update documentation for Migrations. References #2861. 2005-11-14 03:51:39 +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 Allow validate_uniqueness_of to be scoped by more than just one column. Closes #1559. 2005-12-02 04:30:46 +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