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
2018-01-25 23:32:59 -05:00
..
associations Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
attribute_methods PERF: Recover changes_applied performance (#31698) 2018-01-22 10:46:36 +09:00
coders Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
connection_adapters Bring back ability to insert zero value on primary key for fixtures (#31795) 2018-01-26 12:42:28 +09:00
fixture_set Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
locale
locking Rase when calling lock! in a dirty record 2017-10-23 12:50:46 -04:00
migration Remove default ENGINE=InnoDB for Mysql2 adapter 2017-12-11 10:46:14 +01:00
railties Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
relation Fix count(:all) with eager loading and having an order other than the driving table 2018-01-25 14:12:58 +09:00
scoping Prevent scope named same as a ActiveRecord::Relation instance method. 2017-11-28 15:50:18 +02:00
tasks Remove unused migration_context in DatabaseTasks 2018-01-19 14:56:04 +09:00
type Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
type_caster Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations remove incorrect statement about serializable transactions 2017-10-25 19:52:21 -07:00
aggregations.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
association_relation.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
associations.rb [ci skip] setting :inverse_of works with :as, :through and :polymorphic options, and is needed for bi-directionality with a scope 2018-01-10 11:59:24 -05:00
attribute_assignment.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_decorators.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_methods.rb Remove internal typecasted_attribute_value method 2018-01-25 14:42:11 +09:00
attributes.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
autosave_association.rb Inverse instance should not be reloaded during autosave if called in validation 2017-11-27 09:41:36 +05:30
base.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
callbacks.rb [ci skip] Inherit ActiveRecord::Base in example codes 2017-12-15 16:32:58 +09:00
collection_cache_key.rb Fix cache_key with a relation having distinct and order 2017-12-30 18:27:09 +09:00
connection_handling.rb Flush idle database connections 2017-11-26 15:12:50 +10:30
core.rb Clear the transaction state when AR object is duped 2018-01-25 10:09:16 +07:00
counter_cache.rb removed unnecessary returns 2017-10-28 17:20:38 +09:00
define_callbacks.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
dynamic_matchers.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
enum.rb Prevent scope named same as a ActiveRecord::Relation instance method. 2017-11-28 15:50:18 +02:00
errors.rb Add new error class QueryCanceled which will be raised when canceling statement due to user request (#31235) 2017-11-27 11:54:59 +09:00
explain.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
explain_registry.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_subscriber.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
fixtures.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
gem_version.rb Preparing for 5.2.0.beta2 release 2017-11-28 14:41:02 -05:00
inheritance.rb Fix inheritance object creation from relation 2017-12-13 14:13:52 +09:00
integration.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
internal_metadata.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
legacy_yaml_adapter.rb Move Attribute and AttributeSet to ActiveModel 2017-11-09 14:29:39 -05:00
log_subscriber.rb Remove verbose_query_logs from new_framework_defaults_5_2.rb 2017-12-20 01:09:23 +00:00
migration.rb Remove unused connection argument from MigrationContext#current_version 2018-01-19 15:06:05 +09:00
model_schema.rb Undefine attribute methods on all descendants when resetting column info 2017-12-17 11:58:29 +09:00
nested_attributes.rb Add update_only example to AR nested attributes doc [ci_skip] 2017-10-03 08:54:10 -03:00
no_touching.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
null_relation.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
persistence.rb Ignores a default subclass when becomes(Parent) 2018-01-22 10:04:47 -05:00
query_cache.rb Merge pull request #28869 from eugeneius/query_cache_all_pools 2017-11-17 23:32:57 +10:30
querying.rb allow Arel.sql() for pluck 2017-11-09 22:37:23 +10:30
railtie.rb Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-console 2018-01-24 17:04:31 -05:00
readonly_attributes.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
reflection.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
relation.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
result.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
runtime_registry.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
sanitization.rb Make sanitize_sql_ methods public 2017-12-13 07:54:25 +09:00
schema.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_dumper.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_migration.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
scoping.rb Add :nodoc: to activerecord [ci skip] 2017-09-03 00:23:01 +09:00
secure_token.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
serialization.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
statement_cache.rb Passing klass to StatementCache.new 2017-08-04 02:27:50 +09:00
store.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
suppressor.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
table_metadata.rb Refactor delegating join_primary_key instead of join_keys and association_primary_key in TableMetadata 2018-01-01 04:31:23 +09:00
timestamp.rb [Action Record] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
touch_later.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
transactions.rb Remove deprecated :if and :unless string filter for callbacks 2017-10-23 12:51:04 -04:00
translation.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
type.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
type_caster.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
validations.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
version.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00