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-01-06 15:15:36 -08:00
..
associations no need to send a symbol to send() 2011-01-05 10:50:46 -08:00
attribute_methods stop redifining methods on every call to set_primary_key 2010-12-24 22:15:41 -07:00
connection_adapters no need to specify self 2011-01-05 11:08:21 -08:00
locale Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
locking removing more calls to deprecated methods 2010-12-02 15:07:01 -08:00
migration adding documentation for reversible migrations 2010-11-19 11:34:42 -08:00
railties Refactor db:load:config to automatically pick additional migrations if ENGINE_PATH is available 2010-12-09 14:19:32 +01:00
relation Explicitly select * from has_and_belongs_to_many association tables, simplify exists? query 2011-01-04 17:06:33 +02:00
serializers dry up compute type in attribute 2010-12-15 14:02:30 -08:00
validations No need to create a variables to use them once. 2010-11-24 01:37:02 +08:00
aggregations.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
association_preload.rb When preloading a belongs_to, the target should still be set (to nil) if there is no foreign key present. And the loaded flag should be set on the association proxy. This then allows us to remove the foreign_key_present? check from BelongsToAssociation#find_target. Also added a test for the same thing on polymorphic associations. 2011-01-03 16:24:32 -08:00
associations.rb no need for self 2011-01-06 15:15:36 -08:00
attribute_methods.rb Work around a strange piece of Syck behaviour where it checks Model#respond_to? before initializing the object. 2010-12-02 08:40:34 -08:00
autosave_association.rb Allow assignment on has_one :through where the owner is a new record [#5137 state:resolved] 2011-01-03 16:24:31 -08:00
base.rb adding an encode_with method for Psych dump/load methods 2011-01-05 14:59:19 -08:00
callbacks.rb Remove doc for debugging callbacks. Methods don't exist in Rails master 2010-10-13 15:59:57 -03:00
counter_cache.rb removing more calls to deprecated methods 2010-12-02 15:07:00 -08:00
dynamic_finder_match.rb be kind to the garbage collector: only instantiate objects when absolutely necessary 2010-09-27 18:07:35 -07:00
dynamic_scope_match.rb constructor should not do so much work; avoid allocating object if possible 2010-09-27 17:38:49 -07:00
errors.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
fixtures.rb Have a proper AssociationReflection#foreign_type method rather than using options[:foreign_type] 2011-01-03 16:24:31 -08:00
log_subscriber.rb Move runtime back to the Thread.current 2010-07-26 19:14:56 +02:00
migration.rb require core_ext/array/wrap in active_record/migration 2010-12-10 08:33:48 +01:00
named_scope.rb class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
nested_attributes.rb ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does. 2011-01-03 16:24:32 -08:00
observer.rb reuse the superclass methods for shorter codes 2010-12-09 13:48:37 -08:00
persistence.rb Do not use primary key on insertion when it's nil 2010-12-29 01:22:43 -02:00
query_cache.rb
railtie.rb Small changes on AD::Reloader. 2010-12-20 12:43:02 +01:00
reflection.rb Implement deprecated version of AssociationReflection#primary_key_name, which has been renamed to #foreign_key. Also bumping the deprecation_horizon in Active Support to 3.1. 2011-01-03 16:24:32 -08:00
relation.rb ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does. 2011-01-03 16:24:32 -08:00
result.rb AR internals expect a normal hash, otherwise there are serialization incompatibilities 2011-01-05 13:50:08 -08:00
schema.rb Allow to run migrations from more than one directory 2010-12-09 00:04:36 +01:00
schema_dumper.rb rolling out migrated_at until I can fix the build 2010-12-01 17:08:01 -08:00
serialization.rb Merge branch 'master' of git://github.com/lifo/docrails 2010-10-06 23:16:13 +02:00
session_store.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
test_case.rb Update the ActiveRecord tests to not set unused options 2010-10-13 12:32:52 -07:00
timestamp.rb Make sure Model#touch doesn't try to update non existing columns 2010-12-30 18:42:18 +00:00
transactions.rb Allow primary_key to be an attribute when the model is a new record 2010-12-28 10:11:27 -02:00
validations.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00