rails--rails/activerecord/lib/active_record
Eileen M. Uchitelle 6510f9980d Merge pull request #25998 from kamipo/enum_with_alias_attribute
Fix `enum` with `alias_attribute`
2016-08-06 10:30:15 -04:00
..
associations Avoid duplicated `set_inverse_instance` for target scope 2016-08-03 15:20:04 +09:00
attribute Memoize user provided defaults before type casting 2016-03-24 14:58:23 -06:00
attribute_methods Merge pull request #25578 from kamipo/move_warning_about_composite_primary_key_to_attribute_methods_primary_key 2016-07-20 02:23:00 -03:00
attribute_set Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:12:06 -04:00
coders adds missing requires 2016-07-24 21:29:29 +02:00
connection_adapters Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_args 2016-08-05 16:32:14 -04:00
fixture_set provide file name for fixture ERB 2016-03-30 12:32:39 +03:00
locale
locking Move comment up to the class, for both of the methods, and document on class level why we are doing this. 2016-05-01 02:44:52 +05:30
migration Add migration compatibility class for Rails 5.1 2016-05-10 03:46:56 -03:00
railties Check if the logger exists before trying to use it 2016-07-17 05:13:56 -03:00
relation Merge pull request #25941 from kamipo/finder_methods_uses_load_target 2016-07-28 10:39:04 -03:00
scoping Execute default_scope defined by abstract class within the scope of subclass 2016-03-08 14:56:00 +02:00
tasks systematic revision of =~ usage in AR 2016-07-23 20:22:20 +02:00
type Fix false positive mutation detection when JSON is used with serialize 2016-05-12 09:09:47 -04:00
type_caster
validations Remove unused `table` arg for `UniquenessValidator#scope_relation` 2016-07-18 03:49:51 +09:00
aggregations.rb Don't assume all hashes are from multiparameter assignment in `composed_of` 2016-08-05 09:52:09 -04:00
association_relation.rb
associations.rb [ci skip] Fix grammar in AR::Associations 2016-07-18 10:04:22 -05:00
attribute.rb Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:12:06 -04:00
attribute_assignment.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
attribute_decorators.rb
attribute_methods.rb fix respond_to? documentation 2016-07-04 09:11:11 -04:00
attribute_mutation_tracker.rb
attribute_set.rb Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:12:06 -04:00
attributes.rb Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:12:06 -04:00
autosave_association.rb A small documentation fix about autosave associations [ci skip] 2016-03-05 08:02:58 +02:00
base.rb Highlight the dynamic method finder 'find_by_' [ci skip] 2016-03-26 14:07:45 +05:30
callbacks.rb Change to use a more realistic example and not giving the impression that destroy_all is preferred way to destroy related records. 2016-05-05 15:30:21 -05:00
collection_cache_key.rb Address ORA-00923 error by quoting a reserved word "SIZE" 2016-04-16 10:02:49 +00:00
connection_handling.rb Remove unused `ActiveRecord::Base.connection_id` 2016-06-29 09:50:52 -04:00
core.rb deprecates the error_on_ignored_order_or_limit instance reader 2016-07-18 10:45:54 +02:00
counter_cache.rb
dynamic_matchers.rb adds missing requires 2016-07-24 21:29:29 +02:00
enum.rb Fix `enum` with `alias_attribute` 2016-07-31 05:16:20 +09:00
errors.rb The problem isn't the detection but the deadlock itself 2016-08-04 14:39:09 -07:00
explain.rb Fix explain logging with binds 2016-07-20 15:26:39 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Fix `payload[:class_name]` to `payload[:spec_name]` 2016-07-17 22:04:06 +09:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
inheritance.rb [ci skip] Update Documentation on ActiveRecord::Inheritance 2016-06-23 08:12:17 -05:00
integration.rb fix to_param to maximize content 2016-07-08 17:12:14 -04:00
internal_metadata.rb Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`" 2016-07-01 17:38:52 +00:00
legacy_yaml_adapter.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
log_subscriber.rb Pass `type_casted_binds` to log subscriber for logging bind values properly 2016-07-19 14:11:58 +09:00
migration.rb adds missing requires 2016-07-24 21:29:29 +02:00
model_schema.rb Correct the behavior of virtual attributes on models loaded from the db 2016-07-25 11:12:06 -04:00
nested_attributes.rb Merge branch 'master' of github.com:rails/docrails 2016-03-06 06:58:36 +00:00
no_touching.rb
null_relation.rb Remove unnecessary methods for `NullRelation` 2016-07-29 22:49:47 +09:00
persistence.rb Use `squish` rather than `strip_heredoc` 2016-07-04 02:48:59 +09:00
query_cache.rb Don't attempt to clear active connections unless we'ere connected 2016-06-29 09:56:19 -04:00
querying.rb Fix the calling `merge` method at first in a scope 2016-07-19 10:19:59 +09:00
railtie.rb rails -> Rails [ci skip] 2016-07-12 12:21:36 +05:30
readonly_attributes.rb
reflection.rb Pass over all Rails 5 warnings, to make sure: 2016-04-12 02:26:56 +05:30
relation.rb Use `connection#to_sql` for construct an SQL 2016-07-19 20:06:58 +09:00
result.rb Optimize ActiveRecord::Result#last 2016-06-24 11:43:48 +02:00
runtime_registry.rb Remove unused `ActiveRecord::Base.connection_id` 2016-06-29 09:50:52 -04:00
sanitization.rb adds missing requires 2016-07-24 21:29:29 +02:00
schema.rb
schema_dumper.rb Merge pull request #25340 from kamipo/prevent_table_comment_query 2016-07-28 10:33:41 -03:00
schema_migration.rb
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb Remove `prepare_binds_for_database` internal method 2016-07-28 14:28:44 +09:00
store.rb
suppressor.rb Keep state around for nested calls to #suppress 2016-05-16 14:07:32 -04:00
table_metadata.rb Correctly return `associated_table` when `associated_with?` is true 2016-07-10 11:42:51 +09:00
timestamp.rb
touch_later.rb Use `squish` rather than `strip_heredoc` 2016-07-04 02:48:59 +09:00
transactions.rb [ci skip] Clarify DDL term in ActiveRecord::Transactions 2016-06-27 09:19:36 -05:00
translation.rb
type.rb chage `date_time` type ` to `datetime` 2016-03-06 08:41:43 +09:00
type_caster.rb
validations.rb
version.rb