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-07-28 12:22:37 +02:00
..
associations Fix misleading errors for has_one through relations 2015-07-22 00:51:23 +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 Fixes documentation typo. 2015-07-23 11:41:51 +03:00
fixture_set
locale Deprecate and rename the keys for association restrict_dependent_destroy 2015-07-20 23:19:43 -04:00
locking Update old link in pessimistic.rb comments 2015-03-18 16:41:37 +08:00
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 Fix eager loading association using default_scope for finder methods. 2015-03-31 22:54:42 +05:30
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 Freeze string literals when not mutated. 2015-07-19 17:45:10 -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 Remove .superclass_delegating_accessor. Refer #14271 2015-05-24 12:15:22 +05:30
callbacks.rb destroy shouldn't raise when child associations fail to save 2015-07-24 09:13:20 -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 Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00
log_subscriber.rb More granular console SQL coloration 2015-06-23 14:01:28 -04:00
migration.rb Add table name prefix and suffix support to add_foreign_key and remove_foreign_key methods 2015-06-25 14:49:08 +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 Fix NullRelation.update_all and .exists? signature to match the same on Relation 2015-03-18 00:46:09 -07:00
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 Include Enumerable in ActiveRecord::Relation 2015-06-19 15:35:35 -06: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 Isolate access to .default_scopes in ActiveRecord::Scoping::Default 2015-03-12 01:22:39 -07:00
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 Batch touch parent records 2015-04-08 13:31:28 -04:00
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