rails/activerecord/lib/active_record
2010-09-21 13:58:09 -07:00
..
associations Use scoped here to get the scoped where 2010-09-05 20:30:43 -03:00
attribute_methods Cheaper attribute reads and respond_to?. Add underscore-prefixed method aliased to the attribute name so it can be overridden but still called internally. 2010-09-09 14:39:43 -07:00
connection_adapters Exception handling more readable 2010-09-19 12:18:51 -07: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 Use new finders syntax in docs. 2010-09-01 12:16:08 -03:00
railties Add helper for loading seed data for engine and application 2010-09-20 10:41:05 +02:00
relation un-nodocs AR::Batches 2010-09-21 20:44:45 +02:00
serializers Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
validations serialized attributes should be serialized before validation [#5525 state:resolved] 2010-09-07 13:39:27 -07:00
aggregations.rb Use new finders syntax in docs. 2010-09-01 12:16:08 -03:00
association_preload.rb we should mark sql strings as sql literals 2010-08-23 14:28:15 -07:00
associations.rb remove join table rows before removing owner row for habtm associations, fixes#5674 2010-09-21 13:58:09 -07:00
attribute_methods.rb Cheaper attribute reads and respond_to?. Add underscore-prefixed method aliased to the attribute name so it can be overridden but still called internally. 2010-09-09 14:39:43 -07:00
autosave_association.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
base.rb use instance_eval, reduce method calls. 2010-09-21 01:44:29 +08:00
callbacks.rb Cleanup deprecation warnings in active record 2010-09-06 13:39:55 +02:00
counter_cache.rb Use COALESCE in update_counters docs to reflect the implementation 2010-08-18 10:15:26 -03:00
dynamic_finder_match.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
dynamic_scope_match.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03: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 replacing superclass_delegating_accessor with class_attribute 2010-08-31 17:45:06 +02:00
log_subscriber.rb Move runtime back to the Thread.current 2010-07-26 19:14:56 +02:00
migration.rb Fix copying migrations to empty directory 2010-09-03 22:59:10 +02:00
named_scope.rb Cleanup deprecation warnings in active record 2010-09-06 13:39:55 +02:00
nested_attributes.rb Note about validates_presence_of and nested attributes 2010-08-19 14:49:10 -05:00
observer.rb lifecycle should be two words, life cycle 2010-08-26 14:23:58 +02:00
persistence.rb The call-seq directive has no useful effect on our documentation and is not used anywhere else. 2010-08-28 00:50:50 +02:00
query_cache.rb Adds basic description and title. 2010-06-16 22:15:04 +04:30
railtie.rb Revert "Just add connection management middleware if running in a concurrent environment." 2010-08-20 18:55:02 -07:00
reflection.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
relation.rb fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
schema_dumper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
schema.rb fixing whitespace errors 2010-08-05 08:15:22 -07:00
serialization.rb fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
session_store.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
test_case.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
timestamp.rb Ensure timestamps are not generated when explicitly set to false [#5440 state:resolved] 2010-08-24 10:45:16 -03:00
transactions.rb Merge remote branch 'rails/master' 2010-06-20 23:13:19 +02:00
validations.rb Refactor AR validations a bit 2010-09-06 13:40:06 +02:00
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00