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-03-29 14:10:20 -06:00
..
associations Reuse the CollectionAssociation#reader proxy cache if the foreign key is present from the start. 2015-03-15 17:29:05 -07:00
attribute_methods type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_set Maintain a consistent order in ActiveRecord::Base#attributes 2015-02-10 08:21:46 -07:00
coders
connection_adapters Reduce memory usage when loading types in PG 2015-03-29 13:54:39 -06:00
fixture_set
locale
locking Update old link in pessimistic.rb comments 2015-03-18 16:41:37 +08:00
migration
railties Schema creation doesn't load the app 2015-02-11 14:20:56 -08:00
relation [skip ci] Improve warn_on_records_fetched documentation 2015-03-27 15:36:44 +05:30
scoping Isolate access to .default_scopes in ActiveRecord::Scoping::Default 2015-03-12 01:22:39 -07:00
serializers
tasks Avoid loading user's psqlrc when loading test structure 2015-03-25 09:21:16 +10:00
type Reduce memory usage when loading types in PG 2015-03-29 13:54:39 -06:00
type_caster type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
validations type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
aggregations.rb Do not test, document or use a private API method 2015-02-20 17:50:20 -02:00
association_relation.rb Properly create through records when called with where 2015-02-26 12:42:55 -07:00
associations.rb remove unnecessary path parameters 2015-03-10 21:29:59 +09:00
attribute.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_assignment.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
attribute_decorators.rb
attribute_methods.rb
attribute_set.rb Significantly improve the performance of _read_attribute on JRuby 2015-02-06 12:10:47 -07:00
attributes.rb Some documentation edits [ci skip] 2015-03-05 14:18:09 +01:00
autosave_association.rb
base.rb [ci skip] Add <tt> tag to save! and create! 2015-03-21 00:21:35 +09:00
callbacks.rb
connection_handling.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
core.rb Clarify the role of ActiveRecord::Core.encode_with 2015-03-29 14:10:20 -06:00
counter_cache.rb
dynamic_matchers.rb
enum.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
errors.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
gem_version.rb
inheritance.rb Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding" 2015-03-24 14:12:24 -03: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
migration.rb Fix typo [ci skip] 2015-02-23 13:32:54 -05:00
model_schema.rb
nested_attributes.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
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 call sync_with_transaction_state inside persisted? then check ivars 2015-03-02 07:51:29 -08:00
query_cache.rb
querying.rb
railtie.rb Add config.active_record.warn_on_records_fetched_greater_than option 2015-03-25 16:50:11 -04:00
readonly_attributes.rb
reflection.rb Add clear_association_scope_cache method 2015-03-18 08:13:53 -04:00
relation.rb Fix documentation for find_or_create_by 2015-03-21 01:16:13 -07:00
result.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
runtime_registry.rb
sanitization.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb Isolate access to .default_scopes in ActiveRecord::Scoping::Default 2015-03-12 01:22:39 -07:00
secure_token.rb Fix #has_secure_token documentation [ci skip] 2015-02-20 18:52:02 -06:00
serialization.rb
statement_cache.rb
store.rb
suppressor.rb Return true instead of self when suppressed 2015-02-19 09:25:20 -02:00
table_metadata.rb
timestamp.rb
transactions.rb ‘test_after_commit’ gem is not required in Rails 5 remove note from doc 2015-03-10 18:13:07 +05:30
translation.rb
type.rb Add docs for the type registry 2015-02-17 14:17:59 -07:00
type_caster.rb
validations.rb Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
version.rb