..
associations
TableAlias leg ordering has changed, so change accordingly
2011-03-30 09:54:46 -07:00
attribute_methods
Quote find_in_batches ORDER BY clause [ #6620 state:resolved]
2011-03-29 17:24:55 +01:00
coders
Make serialized columns with explicit object_type return a new instance of the object instead of nil
2011-02-03 09:08:45 -08:00
connection_adapters
make sure that active connections are not cleared during test when an exception happens
2011-03-29 15:47:16 -07:00
locale
locking
remove some blanks
2011-03-11 23:08:55 +01:00
migration
Add :bulk => true option to change_table
2011-01-31 13:21:25 +00:00
railties
fix db:fixtures:load with FIXTURES specified [ #6061 state:resolved]
2011-02-06 18:45:42 -02:00
relation
Use IM when trying to load records using ID.
2011-04-04 10:48:12 +02:00
serializers
dry up compute type in attribute
2010-12-15 14:02:30 -08:00
validations
Adjust unique constraint comment to include info about the RecordNotUnique exception
2011-03-13 11:49:56 +01:00
aggregations.rb
remove unnecessary module_eval
2011-01-18 09:36:33 -08:00
associations.rb
Abstract some common code from AssociationScope and JoinDependency::JoinAssociation into a JoinHelper module
2011-03-11 00:47:18 +00:00
attribute_methods.rb
Merge branch 'master' into nested_has_many_through
2011-03-04 09:30:27 +00:00
autosave_association.rb
Active Record typos.
2011-03-05 11:56:34 +01:00
base.rb
Delegate first!, last!, any? and many? to scoped
2011-03-29 17:21:21 +01:00
callbacks.rb
Added back the Callback debugging section by interrogating the _*_callbacks method
2011-03-29 11:22:16 +08:00
counter_cache.rb
Merge remote branch 'rails/master' into identity_map
2010-12-20 11:23:07 -03:00
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb
s/ERb/ERB/g
2011-04-03 12:47:51 +09:00
identity_map.rb
Add log message when loading records from Identity Map.
2011-04-04 10:48:17 +02:00
log_subscriber.rb
sql logger ignores schema statements
2011-03-28 15:27:37 -07:00
migration.rb
require core_ext/array/wrap in active_record/migration
2010-12-10 08:33:48 +01:00
named_scope.rb
Symbol to proc is preferred over longer form of map
2011-03-31 06:59:48 +11:00
nested_attributes.rb
Destroying records via nested attributes works independent of reject_if:
2011-04-05 10:38:54 -03:00
observer.rb
Fix observer callbacks firing multiple times on descendant instances
2011-02-22 16:25:19 -08:00
persistence.rb
Added new #update_column method.
2011-03-27 21:47:38 -03:00
query_cache.rb
railtie.rb
Merge remote branch 'rails/master' into identity_map
2011-02-15 12:01:04 -03:00
reflection.rb
Simplify implementation of ThroughReflection#chain
2011-03-11 00:51:57 +00:00
relation.rb
Use IM when trying to load records using ID.
2011-04-04 10:48:12 +02:00
result.rb
adjust query counts to be consistent across databases, make sure database log the same things
2011-02-04 18:14:59 -08:00
schema.rb
schema_dumper.rb
kill unused variable warnings
2011-01-11 15:29:35 -08:00
serialization.rb
session_store.rb
almost fisted
2011-02-04 18:14:59 -08:00
test_case.rb
removing limits and offsets from COUNT queries unless both are specified. [ #6268 state:resolved]
2011-02-25 15:38:59 -08:00
timestamp.rb
Updates to ActiveRecord::Timestamp documentation.
2011-02-05 09:07:00 -08:00
transactions.rb
Use IM when trying to load records using ID.
2011-04-04 10:48:12 +02:00
validations.rb
copy-edits 8d96b89
2011-02-21 11:37:08 +01:00
version.rb