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
Sean Griffin 7669844145 Merge pull request #21872 from kirs/chore/attributes-cleanup
No need to declare ActiveRecord::Attributes::Type
2015-10-05 13:46:35 -06:00
..
associations Merge pull request #21033 from dgynn/preloader_build_scope_tuning 2015-10-04 21:07:51 -04:00
attribute Further encapsulate dirty checking on Attribute 2015-10-02 08:03:11 -04:00
attribute_methods Add Singleton in NullMutationTracker class 2015-10-03 16:11:02 +02:00
attribute_set Separate dup from deep_dup in the attributes hash 2015-09-28 16:26:50 -04:00
coders Clean up the implementation of AR::Dirty 2015-09-24 14:06:59 -06:00
connection_adapters Merge pull request #21005 from jaredbeck/patch-1 2015-10-04 20:44:02 -04:00
fixture_set Merge pull request #20574 from repinel/fix-db-fixtures-load 2015-09-30 11:06:41 +02:00
locale
locking Fix ActiveRecord::Locking doc [ci skip] 2015-09-24 00:33:43 +03:00
migration adding basic change_column and remove_columns in CommandRecorder documentations [ci skip] 2015-09-29 02:06:52 +05:30
railties Fix out of sync comment 2015-09-23 23:04:24 -07:00
relation Fix AC::Parameters not being sanitized for query methods. 2015-10-02 16:26:16 +08:00
scoping
tasks Merge pull request #20569 from theSteveMitchell/master 2015-09-22 11:10:58 +02:00
type Clean up the implementation of AR::Dirty 2015-09-24 14:06:59 -06:00
type_caster introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
validations
aggregations.rb
association_relation.rb
associations.rb
attribute.rb Further encapsulate dirty checking on Attribute 2015-10-02 08:03:11 -04:00
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb Correcting ActiveRecord::DangerousAttributeError error message [ci skip] 2015-09-26 17:36:09 +05:30
attribute_mutation_tracker.rb Add Singleton in NullMutationTracker class 2015-10-03 16:11:02 +02:00
attribute_set.rb Separate dup from deep_dup in the attributes hash 2015-09-28 16:26:50 -04:00
attributes.rb No need to declare ActiveRecord::Attributes::Type 2015-10-05 20:39:56 +03:00
autosave_association.rb
base.rb
callbacks.rb
collection_cache_key.rb
connection_handling.rb Improve readability of docs by using code tag [ci skip] 2015-09-29 14:44:17 +05:30
core.rb Separate dup from deep_dup in the attributes hash 2015-09-28 16:26:50 -04:00
counter_cache.rb
dynamic_matchers.rb
enum.rb Clean up the implementation of AR::Dirty 2015-09-24 14:06:59 -06:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Merge pull request #20574 from repinel/fix-db-fixtures-load 2015-09-30 11:06:41 +02:00
gem_version.rb
inheritance.rb
integration.rb
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Merge branch 'master' of github.com:rails/docrails 2015-10-04 12:33:14 +00:00
model_schema.rb Implement ActiveRecord::Base.ignored_columns 2015-09-24 11:04:44 -04:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb Build the AttributeMutationTracker lazily 2015-10-02 09:37:31 -04:00
query_cache.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb Wrong usage of 'a' in docs fixed [ci skip] 2015-10-03 23:39:31 +03:00
relation.rb [ci skip] Fix ActiveRecord::Relation#update documentation 2015-10-05 03:01:54 +09:00
result.rb
runtime_registry.rb
sanitization.rb [ci skip] Update docs of AR::Sanitization 2015-09-26 22:50:44 +09:00
schema.rb
schema_dumper.rb introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
schema_migration.rb
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb
store.rb
suppressor.rb
table_metadata.rb
timestamp.rb
touch_later.rb
transactions.rb Fix the AS::Callbacks terminator regression from 4.2.3 2015-09-22 22:32:56 -04:00
translation.rb
type.rb We still need the Helpers constant in the ActiveRecord namespace 2015-09-21 10:20:44 -06:00
type_caster.rb
validations.rb
version.rb