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
2017-02-05 11:54:40 -05:00
..
associations Chain scope constraints should respect own table alias 2017-02-01 06:27:23 +09:00
attribute Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_methods Report the attribute on ActiveRecord::SerializationTypeMismatch 2017-01-29 17:24:44 -05:00
attribute_set Describe what we are protecting 2016-12-23 23:48:54 +09:00
coders Indicate action that failed in YamlColumn 2017-02-05 11:54:40 -05:00
connection_adapters Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ 2017-02-01 22:13:46 -07:00
fixture_set
locale
locking No need to nodoc private methods 2016-12-24 23:39:36 +09:00
migration Tweak bigint PK handling 2017-01-18 23:25:52 +10:30
railties Remove deprecated db:test:clone* tasks 2017-01-03 19:10:31 -05:00
relation Fix grammar typo about sort in finder_methods.rb 2017-01-30 22:21:10 -08:00
scoping Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
tasks Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
type Indicate action that failed in YamlColumn 2017-02-05 11:54:40 -05:00
type_caster Describe what we are protecting 2016-12-23 23:48:54 +09:00
validations No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00
aggregations.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
association_relation.rb
associations.rb Suppress deprecation message to has_and_belongs_to_many only once 2017-01-10 05:00:53 +09:00
attribute.rb No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00
attribute_assignment.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
attribute_decorators.rb
attribute_methods.rb Privatize unneededly protected methods in Active Record 2017-01-05 20:01:02 +09:00
attribute_mutation_tracker.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_set.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attributes.rb
autosave_association.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
base.rb
callbacks.rb Merge pull request #27294 from eavgerinos/doc-ar-callbacks-order 2017-01-06 04:39:31 -05:00
collection_cache_key.rb
connection_handling.rb
core.rb type_condition should be overwritten by create_with_value in scope_for_create 2017-01-15 01:09:51 +09:00
counter_cache.rb Revert "Don't guard against touch: []." 2017-01-15 21:53:57 +01:00
define_callbacks.rb
dynamic_matchers.rb
enum.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
errors.rb Remove original_exception from ActiveRecord::StatementInvalid 2016-12-29 17:53:04 -05:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
gem_version.rb
inheritance.rb Cache results of computing model type 2017-01-03 19:02:38 +05:00
integration.rb
internal_metadata.rb #tables and #table_exists? and returns only tables and not views 2016-12-29 17:53:04 -05:00
legacy_yaml_adapter.rb
log_subscriber.rb Fix indent 2017-01-11 17:06:56 +09:00
migration.rb show correct class name in migration inherited directly error 2017-01-24 14:23:19 +09:00
model_schema.rb
nested_attributes.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
no_touching.rb
null_relation.rb
persistence.rb Docs: Specify return value of save! 2017-01-30 11:49:24 -05:00
query_cache.rb
querying.rb
railtie.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
readonly_attributes.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
reflection.rb Fix collection_singular_ids= bug 2017-02-02 22:26:49 -05:00
relation.rb Remove deprecation of using ActiveRecord::Base instance in .update 2017-01-03 19:22:52 -05:00
result.rb
runtime_registry.rb
sanitization.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
schema.rb Deprecate initialize_schema_migrations_table and initialize_internal_metadata_table 2017-01-20 00:21:30 +09:00
schema_dumper.rb
schema_migration.rb #tables and #table_exists? and returns only tables and not views 2016-12-29 17:53:04 -05:00
scoping.rb
secure_token.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
serialization.rb
statement_cache.rb
store.rb Report the attribute on ActiveRecord::SerializationTypeMismatch 2017-01-29 17:24:44 -05:00
suppressor.rb
table_metadata.rb Adds .to_s to table_name call 2017-01-06 17:59:30 -06:00
timestamp.rb Push current_time_from_proper_timezone and timestamp attributes methods up to class method 2017-01-03 04:34:43 +09:00
touch_later.rb
transactions.rb Remove deprecated #raise_in_transactional_callbacks configuration 2016-12-29 17:53:04 -05:00
translation.rb
type.rb
type_caster.rb
validations.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
version.rb