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
Rafael Mendonça França bfcdc401d1 Merge pull request #16078 from tgxworld/retreive_connection_once
Avoid retrieving connection in ActiveRecord::QueryCache multiple times.
2014-07-07 13:01:33 -03:00
..
associations Add a required option to singular associations 2014-07-04 16:10:45 -06:00
attribute_methods Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" 2014-07-05 15:29:15 -07:00
attribute_set Attribute should know about its name 2014-06-26 07:18:21 -06:00
coders Revert "Merge pull request #16059 from jenncoop/json-serialized-attr" 2014-07-05 15:29:15 -07:00
connection_adapters Remove the text? predicate from the type objects 2014-07-06 16:04:14 -06:00
fixture_set
locale
locking Stop using instance exec for type decorators 2014-06-27 11:33:32 -06:00
migration fk: review corrections: indent, visibility, syntax, wording. 2014-06-26 22:03:49 +02:00
railties Use AR::SchemaMigration.table_exists? call instead of longish AR::Base...etc,etc 2014-06-27 20:24:38 +03:00
relation Fix typo in comment 2014-07-02 20:24:55 -05:00
scoping
serializers Remove serialized? from the type interface 2014-06-13 17:04:04 -06:00
tasks Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-for-sql-format" 2014-07-02 09:41:52 -03:00
type Remove the text? predicate from the type objects 2014-07-06 16:04:14 -06:00
validations Remove the text? predicate from the type objects 2014-07-06 16:04:14 -06:00
aggregations.rb
association_relation.rb
associations.rb Add a required option to singular associations 2014-07-04 16:10:45 -06:00
attribute.rb Move writing unknown column exception to null attribute 2014-06-26 09:43:35 -06:00
attribute_assignment.rb Silence warning in test 2014-06-24 07:11:54 -06:00
attribute_decorators.rb Stop using instance exec for type decorators 2014-06-27 11:33:32 -06:00
attribute_methods.rb Don't add a second method for attribute existence 2014-06-30 11:46:07 -06:00
attribute_set.rb Merge pull request #16015 from sgrif/sg-ensure-initialized 2014-07-02 18:17:54 -03:00
attributes.rb Simplify creation of default attributes on AR instance 2014-06-29 15:09:11 -06:00
autosave_association.rb Don't save through records twice 2014-06-17 10:27:02 -06:00
base.rb Move STI docs off of the main Base document, leaving a note 2014-06-30 09:29:32 -06:00
callbacks.rb
connection_handling.rb
core.rb Merge pull request #16015 from sgrif/sg-ensure-initialized 2014-07-02 18:17:54 -03:00
counter_cache.rb Add :all argument to count in reset_counters 2014-07-02 20:21:36 -05:00
dynamic_matchers.rb
enum.rb
errors.rb s/variable supplied/value supplied [ci skip] 2014-06-13 13:00:13 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Revert code changes at "Copy edits and code font wrap for Active Record [ci skip]" 2014-06-13 16:47:15 -03:00
gem_version.rb
inheritance.rb Tiny follow-up to #15987 and 088b4c3e [ci skip] 2014-07-02 14:22:24 +02:00
integration.rb
log_subscriber.rb
migration.rb do not hold on to a stale connection object. fixes #15998 2014-07-01 17:59:43 -07:00
model_schema.rb Simplify creation of default attributes on AR instance 2014-06-29 15:09:11 -06:00
nested_attributes.rb Rename type_cast to type_cast_from_database 2014-06-09 13:39:51 -06:00
no_touching.rb
null_relation.rb
persistence.rb After find-via-reload, the record is not new 2014-07-05 00:21:24 +09:30
query_cache.rb Avoid retrieving connection in ActiveRecord::QueryCache multiple times. 2014-07-07 11:10:32 +08:00
querying.rb Remove old deprecation warning 2014-06-22 08:58:38 -06:00
railtie.rb
readonly_attributes.rb
reflection.rb Don't rely on the column for type casting reflections 2014-06-18 06:29:17 -06:00
relation.rb
result.rb Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
runtime_registry.rb
sanitization.rb [ci skip] Use an for SQL 2014-06-14 17:18:48 +05:30
schema.rb
schema_dumper.rb fk: use random digest names 2014-06-26 22:03:49 +02:00
schema_migration.rb Extract AR::SchemaMigration.normalized_versions method 2014-06-27 20:16:21 +03:00
scoping.rb
serialization.rb
statement_cache.rb
store.rb add missing :nodoc: to store.rb. [ci skip] 2014-06-24 13:58:07 +02:00
timestamp.rb Refactor determination of max updated timestamp 2014-06-09 08:31:14 -06:00
transactions.rb
translation.rb
type.rb Detect in-place changes on mutable AR attributes 2014-06-13 14:07:41 -06:00
validations.rb Add AR::Base#validate! method 2014-06-23 16:11:06 +03:00
version.rb