rails--rails/activerecord/lib/active_record
Jan De Poorter 050e58441b Association#first and last should not load the association if not needed. [#1091 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-09-22 18:22:30 +01:00
..
associations Association#first and last should not load the association if not needed. [#1091 state:resolved] 2008-09-22 18:22:30 +01:00
connection_adapters Deal with MySQL's quirky handling of defaults and blob/text columns 2008-09-14 17:11:22 -07:00
locale Merge docrails 2008-09-13 20:28:01 +01:00
locking Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
serializers Merge docrails. 2008-05-25 12:29:00 +01:00
aggregations.rb Expanded documentation for new composed_of options 2008-09-10 18:28:57 +02:00
association_preload.rb fixed association preloading to use = instead of IN when there's only one record 2008-09-10 14:11:00 -07:00
associations.rb Add Model#delete instance method, similar to Model.delete class method. [#1086 state:resolved] 2008-09-21 22:53:44 +01:00
attribute_methods.rb Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor, so that subclasses don't overwrite Base [#346 state:resolved] 2008-09-14 17:18:17 -05:00
base.rb Add Model#delete instance method, similar to Model.delete class method. [#1086 state:resolved] 2008-09-21 22:53:44 +01:00
calculations.rb Interpolation requires double quotes 2008-09-09 21:16:06 +02:00
callbacks.rb Merge docrails 2008-09-03 17:58:47 +01:00
dirty.rb Allow for the dirty tracking to work with the aliased name of aliased attributes. 2008-09-13 11:41:14 +02:00
dynamic_finder_match.rb Added find_last_by dynamic finder [status:committed #762] 2008-09-09 23:44:52 -05:00
fixtures.rb Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a fixed pool with default maximum of 5 connections 2008-08-29 14:12:12 -05:00
i18n_interpolation_deprecation.rb I18n: move old-style interpolation syntax deprecation to Active Record. [#1044 state:resolved] 2008-09-20 19:13:50 +01:00
migration.rb Back to fetching all versions in ruby instead of letting SQL do it as it's difficult to get all databases to convert the text value to a number with the same SQL 2008-08-26 03:00:36 -07:00
named_scope.rb Merge docrails 2008-09-03 17:58:47 +01:00
observer.rb Make observers define #after_find in the model only if needed. 2008-07-26 16:26:08 +02:00
query_cache.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00
reflection.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
schema.rb Merge docrails. 2008-05-25 12:29:00 +01:00
schema_dumper.rb Deal with MySQL's quirky handling of defaults and blob/text columns 2008-09-14 17:11:22 -07:00
serialization.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
test_case.rb Default connection allow_concurrency to false (for PostgreSQL) 2008-09-04 15:44:05 +02:00
timestamp.rb Partial updates play nice with updated_at/on timestamps 2008-03-31 01:49:57 +00:00
transactions.rb Merge docrails 2008-09-03 17:58:47 +01:00
validations.rb Merge docrails 2008-09-13 20:28:01 +01:00
version.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00