rails--rails/activerecord/lib/active_record
Vijay Dev 800c70a8f9 Merge branch 'master' of github.com:lifo/docrails 2012-03-13 23:29:30 +05:30
..
associations In AR depths use &:to_i before :uniq to process mixed arrays likes ["1", 1] correct 2012-03-09 15:21:12 +04:00
attribute_methods Remove unusused variables 2012-03-04 11:23:39 +00:00
coders
connection_adapters make sure connections returned after close are marked as in_use 2012-03-12 11:51:28 -07:00
fixtures
locale Fix typo 2012-02-01 17:14:00 -02:00
locking Removed flag attributes. 2012-03-06 23:54:38 +01:00
migration
railties Merge pull request #5162 from kennyj/schema_cache_dump 2012-03-07 16:44:50 -08:00
relation Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
scoping
serializers no need to check for this constant 2012-02-07 21:20:35 +01:00
validations say unshift when you mean unshift (modulus prepend) 2012-02-11 04:58:40 -08:00
aggregations.rb Fixed typo in composed_of example with Money#<=>, was comparing amount itself instead of other_money.amount 2012-02-24 13:55:24 -06:00
associations.rb added clarification stating the counter_cache attribute needs to be created on the associate class via a migration 2012-03-11 06:30:06 +03:00
attribute_assignment.rb
attribute_methods.rb Merge pull request #5294 from robinroestenburg/master 2012-03-12 12:02:52 -07:00
autosave_association.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
base.rb Add documentation for find_or_create_by_{attribute}! method. 2012-03-12 15:02:18 +00:00
callbacks.rb
connection_handling.rb removes verify_active_connections! 2012-02-24 09:11:59 -08:00
core.rb Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpecification objects. 2012-03-14 02:11:40 +09:00
counter_cache.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
dynamic_finder_match.rb Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
dynamic_matchers.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
dynamic_scope_match.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
errors.rb
explain.rb
explain_subscriber.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
fixtures.rb Refactored the OrderedHash related stuff 2012-02-09 18:27:11 +05:30
identity_map.rb
inheritance.rb give each PG type a `type` method and decortate tz attributes 2012-02-07 14:13:46 -08:00
integration.rb
log_subscriber.rb
migration.rb
model.rb
model_schema.rb Revert table_name= needs connection now, so just stub table_name 2012-03-07 02:37:40 +09:00
nested_attributes.rb Modified comments explaining what the update_only option does. 2012-02-28 14:28:44 -06:00
null_relation.rb
observer.rb
persistence.rb Removed flag attributes. 2012-03-06 23:54:38 +01:00
query_cache.rb
querying.rb column types are passed from the result set to the instantiated AR object 2012-02-07 13:51:52 -08:00
railtie.rb Support judgement expired schema cache dump. 2012-03-01 01:19:27 +09:00
readonly_attributes.rb
reflection.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
relation.rb use bind values for join columns 2012-02-27 11:13:56 -08:00
result.rb moving column types to an ivar on the result 2012-02-07 13:51:53 -08:00
sanitization.rb Refactor and cleanup in some ActiveRecord modules 2012-03-03 04:09:50 -03:00
schema.rb
schema_dumper.rb Made schema dumper recognize partial indices' where statements 2012-02-09 03:28:11 -02:00
schema_migration.rb allow mass-assign version attribute in AR::SchemaMigration 2012-02-06 09:33:02 +03:00
scoping.rb
serialization.rb
session_store.rb
store.rb Merge pull request #4856 from ihid/store_null_bug 2012-02-02 12:07:28 -08:00
test_case.rb Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only. 2012-02-05 23:09:09 -07:00
timestamp.rb
transactions.rb
translation.rb
validations.rb Allow translations of activerecord.errors.messages.record_invalid to be looked up in errors.messages.record_invalid 2012-03-05 00:17:47 +01:00
version.rb