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
2015-08-06 16:24:09 -06:00
..
associations Use memoization for collection associations ids reader 2015-08-03 06:40:14 +03:00
attribute Persist user provided default values, even if unchanged 2015-05-28 16:40:26 -06:00
attribute_methods Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
attribute_set
coders
connection_adapters Merge pull request #20459 2015-08-06 16:24:09 -06:00
fixture_set
locale Deprecate and rename the keys for association restrict_dependent_destroy 2015-07-20 23:19:43 -04:00
locking
migration Add reversible syntax for change_column_default 2015-06-26 16:25:13 -04:00
railties follow-up to 2183caa, always reenable the task. #20743 2015-06-30 16:44:34 +02:00
relation Extra caller details added to ActiveRecord::RecordNotFound 2015-07-21 19:19:14 +04:30
scoping
serializers
tasks Changed mysqldump to include sprocs and functions 2015-05-22 19:32:13 -04:00
type Display decimal defaults as strings to keep precision 2015-06-23 14:38:00 -07:00
type_caster
validations Properly allow uniqueness validations on primary keys. 2015-07-25 13:05:53 -06:00
aggregations.rb Fix NetAddr link [ci skip] 2015-05-20 14:01:00 +05:30
association_relation.rb
associations.rb Fix misleading errors for has_one through relations 2015-07-22 00:51:23 +03:00
attribute.rb
attribute_assignment.rb Add more detailed comment about _assign_attribute method [ci skip] 2015-05-13 02:22:31 +03:00
attribute_decorators.rb
attribute_methods.rb Decrease string allocations on AR#respond_to? 2015-07-29 20:41:57 -05:00
attribute_set.rb
attributes.rb Add docs and changelog entry for 73aab03 [ci skip] 2015-05-30 11:13:28 -06:00
autosave_association.rb Correctly ignore mark_for_destruction without autosave 2015-07-20 09:00:00 -06:00
base.rb Add #cache_key to ActiveRecord::Relation. 2015-07-20 01:46:03 +01:00
callbacks.rb destroy shouldn't raise when child associations fail to save 2015-07-24 09:13:20 -06:00
collection_cache_key.rb Fix test failures caused by #20884 2015-08-01 18:15:46 -06:00
connection_handling.rb AR::ConPool - remove synchronization around connection cache. 2015-05-14 03:14:53 +02:00
core.rb Extra caller details added to ActiveRecord::RecordNotFound 2015-07-21 19:19:14 +04:30
counter_cache.rb
dynamic_matchers.rb
enum.rb Improvements on the enum documentation [ci skip] 2015-07-23 19:24:13 +02:00
errors.rb Extra caller details added to ActiveRecord::RecordNotFound 2015-07-21 19:19:14 +04:30
explain.rb
explain_registry.rb
explain_subscriber.rb Let WITH (CTE) queries be explainable 2015-05-28 14:10:09 +03:00
fixtures.rb Add :nodoc: for internal testing methods [ci skip] 2015-07-28 12:22:37 +02:00
gem_version.rb
inheritance.rb invalid sti error message contains the full class name. 2015-05-13 11:35:34 +02:00
integration.rb
legacy_yaml_adapter.rb
log_subscriber.rb More granular console SQL coloration 2015-06-23 14:01:28 -04:00
migration.rb better docs for ActiveRecord::Migration#table_name_options 2015-08-06 16:53:25 -03:00
model_schema.rb Return a Point object from the PG Point type 2015-06-05 09:06:45 -06:00
nested_attributes.rb Extra caller details added to ActiveRecord::RecordNotFound 2015-07-21 19:19:14 +04:30
no_touching.rb
null_relation.rb
persistence.rb destroy shouldn't raise when child associations fail to save 2015-07-24 09:13:20 -06:00
query_cache.rb
querying.rb
railtie.rb Merge pull request #20516 from kares/patch-2 2015-06-12 02:13:54 +09:30
readonly_attributes.rb
reflection.rb parent_reflection should store only a reflection object 2015-05-19 16:11:53 -04:00
relation.rb Add #cache_key to ActiveRecord::Relation. 2015-07-20 01:46:03 +01:00
result.rb
runtime_registry.rb
sanitization.rb Use block variable instead of global 2015-06-09 22:26:42 -04:00
schema.rb
schema_dumper.rb Remove unused already require 2015-05-19 12:53:09 -07:00
schema_migration.rb Fix circular import warning on build 2015-05-31 13:15:08 +10:00
scoping.rb
secure_token.rb Update documentation to contain a 24 char token [ci skip] 2015-05-01 07:23:59 -05:00
serialization.rb
statement_cache.rb
store.rb
suppressor.rb Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
table_metadata.rb Revert the behavior of association names and where to be closer to 4.2 2015-06-27 18:14:38 -06:00
timestamp.rb
touch_later.rb
transactions.rb Fix state being carried over from previous transaction 2015-07-20 09:12:01 -06:00
translation.rb
type.rb
type_caster.rb
validations.rb AR absence validator respects marked_for_destruction?. Closes #20449. 2015-06-22 15:45:08 +02:00
version.rb