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-07-01 00:50:12 +03:00
..
associations Delete stale comment for AR::Associations::Builder::CollectionAssociation 2017-07-01 00:50:12 +03:00
attribute Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_methods Don't map id to primary key in raw_write_attribute 2017-06-15 13:00:20 +01: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 Should use the same connection in using query cache 2017-06-29 16:37:45 +09:00
fixture_set Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
locale
locking Fix destroy with locking_column value null 2017-06-20 23:59:05 +03:00
migration respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
railties Also raise error when VERSION is nil 2017-04-27 10:21:28 -07:00
relation Fix the next version of Rails from 5.3 to 6.0 2017-06-29 23:33:11 +09:00
scoping Merge pull request #29301 from kamipo/receiver_in_scope_should_be_relation 2017-06-28 17:28:14 -04:00
tasks PR Review 2017-06-21 14:10:19 -04:00
type Consolidate database specific JSON types to Type::Json 2017-05-30 18:26:03 +09:00
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
associations.rb Remove deprecated option from docs [ci skip] (#29459) 2017-06-15 15:51:44 +05:30
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 option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
attribute_methods.rb Remove returning true in internal callbacks 2017-05-14 03:42:17 +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 Make #deep_dup use #allocate instead of #new 2017-05-25 17:14:33 -05:00
attributes.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
autosave_association.rb Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03: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 Don't pass arel.engine to Arel::SelectManager.new 2017-05-05 15:39:42 +09:00
connection_handling.rb DEFAULT_ENV falls back to default_env when RAILS_ENV or RACK_ENV is an empty string 2017-05-25 00:00:08 +09:00
core.rb Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03: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 respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
enum.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
errors.rb [ci skip] UNIQUE constraint affects not only INSERT but also UPDATE 2017-06-06 09:22:15 +09:00
explain.rb We're not calling hooks here since 9e4c41c903 2016-11-25 22:28:40 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Use bulk INSERT to insert fixtures 2017-06-20 13:18:53 -04:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
inheritance.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
integration.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02: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 Should use the same connection in using query cache 2017-06-29 16:37:45 +09:00
migration.rb Add additional raise UnknownMigrationVersionError 2017-04-19 23:37:58 +03:00
model_schema.rb Don't mark the schema loaded until it's really finished 2017-06-05 03:28:12 +09:30
nested_attributes.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
no_touching.rb
null_relation.rb Remove conditions parameter from NullRelation#delete_all 2017-03-10 21:12:31 +09:00
persistence.rb Fix ActiveRecord::Persistence#touch with locking 2017-06-21 00:46:23 +03:00
query_cache.rb Enable query cache if set a configurations 2017-06-29 01:34:48 +09:00
querying.rb Add missing delegate :extending, to: :all 2017-06-01 01:52:20 +09:00
railtie.rb Clear active connections after initialization 2017-02-17 23:56:48 +00:00
readonly_attributes.rb Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
reflection.rb Merge pull request #28928 from kamipo/remove_habtm_initialize 2017-06-28 17:18:03 -04:00
relation.rb Fix to scoping is correctly restored 2017-06-29 06:35:10 +09:00
result.rb Improve docs for ActiveRecord::Result. [ci skip] 2017-02-24 08:27:08 -05:00
runtime_registry.rb
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 mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
schema_migration.rb Extract SchemaMigration.all_versions 2017-03-06 09:44:01 +09:00
scoping.rb Fix to scoping is correctly restored 2017-06-29 06:35:10 +09: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
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 Merge pull request #29076 from kamipo/use_timestamp_attributes_for_update_in_model 2017-06-28 17:18:48 -04:00
touch_later.rb
transactions.rb [PostgreSQL]: Replace deprecated PG constants. 2017-03-22 12:52:09 +01:00
translation.rb
type.rb Consolidate database specific JSON types to Type::Json 2017-05-30 18:26:03 +09:00
type_caster.rb
validations.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
version.rb