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
2011-03-21 14:49:07 -07:00
..
associations Add additional text to NotImplementedErrors [#6328 state:resolved] 2011-03-12 13:43:23 -02:00
attribute_methods Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03: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 escaping binary data encoding when inserting to sqlite3. Thanks Naruse! [#6559 state:resolved] 2011-03-21 14:49:07 -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 Reapply extensions when using except and only 2011-03-21 10:29:45 -07:00
serializers
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 Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods to just ActiveRecord::Associations 2011-02-28 22:12:43 +00:00
attribute_methods.rb Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveRecord, so it's flexible now 2011-03-01 20:22:45 +01:00
autosave_association.rb Active Record typos. 2011-03-05 11:56:34 +01:00
base.rb use Arel::Table#alias rather than passing the :as parameter 2011-03-05 11:56:24 -08:00
callbacks.rb Active Record typos. 2011-03-05 11:56:34 +01:00
counter_cache.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
identity_map.rb No need to have reinit_with inside an InstanceMethods module. 2011-02-18 16:04:47 -03:00
log_subscriber.rb fixing tests on 1.8, using a list of lists because order is important 2011-02-10 14:17:09 -08:00
migration.rb
named_scope.rb fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
nested_attributes.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
observer.rb Fix observer callbacks firing multiple times on descendant instances 2011-02-22 16:25:19 -08:00
persistence.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -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 Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
relation.rb Fixed a bug when empty? was called on a grouped Relation that wasn't loaded 2011-03-12 22:31:21 +00: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 Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
validations.rb copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
version.rb