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-04-10 08:35:13 +09:30
..
associations Remove CollectionProxy#uniq 2017-03-23 12:06:48 +09:00
attribute Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_methods Add missing backtick to deprecation message 2017-03-31 08:21:34 +09: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 Fix example usage of ActiveRecord::Base.establish_connection 2017-03-30 17:53:16 +01:00
fixture_set Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
locale
locking Remove ability update locking_column value 2017-03-16 10:42:33 +02:00
migration Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
railties Fixes #28359 2017-03-26 21:06:02 -04:00
relation exclude ORDER BY clause for exists? (#28699) 2017-04-10 08:35:13 +09:30
scoping Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
tasks Fixes #28359 2017-03-26 21:06:02 -04:00
type Merge pull request #28017 from mtsmfm/suppress-dep-warn 2017-03-13 21:46:13 +10:30
type_caster Describe what we are protecting 2016-12-23 23:48:54 +09:00
validations change ActiveModel::Validation to ActiveModel::Validations in comments 2017-02-15 14:29:04 -08:00
aggregations.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
association_relation.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
associations.rb Add :default option to belongs_to (#28453) 2017-03-17 15:29:19 +01: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 Add some documentation around internal APIs [ci skip] 2016-12-08 13:13:51 -05:00
attribute_methods.rb Privatize unneededly protected methods in Active Record 2017-01-05 20:01:02 +09:00
attribute_mutation_tracker.rb Deprecate calling attr_will_change! with non-attributes 2017-02-11 17:46:28 -05:00
attribute_set.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attributes.rb Make the second argument to attribute optional 2016-11-30 12:47:31 -05:00
autosave_association.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
base.rb Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
callbacks.rb Merge pull request #27294 from eavgerinos/doc-ar-callbacks-order 2017-01-06 04:39:31 -05:00
collection_cache_key.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
connection_handling.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
core.rb Remove unused @txn variable 2017-03-15 12:14:46 +00:00
counter_cache.rb Revert "Don't guard against touch: []." 2017-01-15 21:53:57 +01:00
define_callbacks.rb Fix style violations 2016-11-14 13:18:31 -05:00
dynamic_matchers.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
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 We're not calling hooks here since 9e4c41c903 2016-11-25 22:28:40 +09:00
explain_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_subscriber.rb Preserve cached queries name in AS notifications 2016-09-22 15:30:45 +02:00
fixtures.rb Passing in no arguments to the dynamic fixture accessor method returns all fixtures, not an empty array. 2017-04-07 10:06:40 -04:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
inheritance.rb Cache results of computing model type 2017-01-03 19:02:38 +05:00
integration.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
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 LogSubscriber to allow legacy binds 2017-03-23 03:08:00 +09:00
migration.rb Deprecate Migrator.schema_migrations_table_name 2017-03-09 08:46:12 +09:00
model_schema.rb Make table_name= reset current statement cache 2017-02-12 18:10:15 -07:00
nested_attributes.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
no_touching.rb Makes touch_later respects no_touching policy 2016-08-16 15:20:50 +02:00
null_relation.rb Remove conditions parameter from NullRelation#delete_all 2017-03-10 21:12:31 +09:00
persistence.rb Docs: Specify return value of save! 2017-01-30 11:49:24 -05:00
query_cache.rb Configure query caching (per thread) on the connection pool 2016-11-06 02:19:57 -05:00
querying.rb uniq was deprecated and removed already 2017-03-17 13:10:54 -04:00
railtie.rb Clear active connections after initialization 2017-02-17 23:56:48 +00:00
readonly_attributes.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
reflection.rb join_keys no longer needs a class passed to it 2017-03-03 14:47:13 -08:00
relation.rb Load only needed records on ActiveRecord::Relation#inspect 2017-03-28 19:40:52 -07:00
result.rb Improve docs for ActiveRecord::Result. [ci skip] 2017-02-24 08:27:08 -05:00
runtime_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
sanitization.rb Deprecate using #quoted_id in quoting 2017-02-24 06:56:06 +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 use formatted number as schema version 2017-04-05 22:19:05 +03:00
schema_migration.rb Extract SchemaMigration.all_versions 2017-03-06 09:44:01 +09:00
scoping.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
secure_token.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
serialization.rb Allow ActiveRecord::Base.as_json to accept a frozen Hash 2017-02-08 12:03:59 -05:00
statement_cache.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
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 Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
transactions.rb [PostgreSQL]: Replace deprecated PG constants. 2017-03-22 12:52:09 +01:00
translation.rb
type.rb Fix test breaking error uninitialized constant ActiveRecord::Type::Value. 2016-12-08 21:46:17 +01:00
type_caster.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
validations.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
version.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00