.. |
associations
|
fix assignment to has_one :through associations.
|
2008-11-15 18:20:39 +01:00 |
connection_adapters
|
Merge branch 'master' into testing
|
2008-11-08 18:58:29 -05: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
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
association_preload.rb
|
Remove redundant uniq
|
2008-11-11 11:22:13 +01:00 |
associations.rb
|
Added :counter_sql as a valid key for habtm associations
|
2008-11-07 07:50:23 +00:00 |
attribute_methods.rb
|
"raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead.
|
2008-10-25 14:52:44 +05:30 |
base.rb
|
Moved the * strings out of construct_finder_sql to a new default_select method so it can be overridden by plugins cleanly
|
2008-11-15 18:26:41 +01:00 |
calculations.rb
|
Make sure any Fixnum returned by a DB sum is type cast to a Float before standard converstion to a BigDecimal [#8994 state:resolved]
|
2008-11-13 10:45:57 -06:00 |
callbacks.rb
|
Merge docrails
|
2008-10-16 22:13:06 +02: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
|
lazy-initialize already loaded fixtures map
|
2008-11-08 22:49:00 -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
|
Ensure indices don't flip order in schema.rb [#1266 state:committed]
|
2008-10-30 13:03:42 +01:00 |
serialization.rb
|
Improve documentation coverage and markup
|
2008-05-02 14:45:23 +01:00 |
test_case.rb
|
Revert "Move fixtures settings from AR::TestCase to railties test_help" -- it broke all the tests!
|
2008-11-14 12:01:26 +01: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-10-05 22:16:26 +01:00 |
validations.rb
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
version.rb
|
Prepare for RC2
|
2008-11-14 12:26:50 +01:00 |