rails--rails/activerecord/lib/active_record
Pratik Naik 9599948fbc Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved]
Model.sum delegates typecasting to the column being summed. If that's not feasible, returns a string.
Model.avg always returns big decimal.
2008-10-04 20:13:44 +01:00
..
associations Fix has_many :through when the source is a belongs_to association. [#323 state:resolved] 2008-10-04 17:49:39 +01:00
connection_adapters made ConnectionPool#checkout more robust by trying to loot dead threads when pool is empty 2008-10-04 17:48:13 +02: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 Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflection::ThroughReflection. 2008-10-04 17:49:39 +01:00
associations.rb Refactor configure_dependency_for_has_many to use a few more methods. 2008-09-24 13:27:39 +02:00
attribute_methods.rb Fix performance bug in AttibuteMethods#respond_to? in handling of private methods 2008-10-04 17:48:13 +02:00
base.rb Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all. 2008-10-03 21:28:11 +02:00
calculations.rb Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved] 2008-10-04 20:13:44 +01: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 Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all. 2008-10-03 21:28:11 +02: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 Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflection::ThroughReflection. 2008-10-04 17:49:39 +01: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 Ignore all exceptions for validates_acceptance_of columns fetch so it can run even without a database connection 2008-09-26 20:09:39 +02:00
version.rb Bump the Version constants to align with the *next* release rather than the previous release. 2008-09-22 21:32:12 +02:00