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
Benjamin Quorning af834fb2c0 Remove MySQL::DatabaseStatements#select_one
The implementation from abstract/database_statements.rb seems to work just fine.
And with ActiveRecord::Result now implementing an optimized #first method, the
performance concerns previously addressed in
bf79aa4fc1
should not be an issue.
2016-06-24 11:43:23 +02:00
..
associations Exists shouldn't error when used with includes 2016-05-30 15:58:03 -04:00
attribute
attribute_methods Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
attribute_set [ci skip] better docs for ActiveRecord::AttributeSet::YAMLEncoder#decode 2016-06-21 16:37:52 -04:00
coders
connection_adapters Remove MySQL::DatabaseStatements#select_one 2016-06-24 11:43:23 +02:00
fixture_set
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
relation Merge pull request #25271 from kamipo/prevent_range_error_for_exists 2016-06-15 18:22:34 -04:00
scoping
tasks Merge pull request #23301 from ppworks/improve_mysqldump 2016-06-17 12:23:50 -04:00
type Fix false positive mutation detection when JSON is used with serialize 2016-05-12 09:09:47 -04:00
type_caster
validations Prevent RangeError for FinderMethods#exists? 2016-06-16 06:25:37 +09:00
aggregations.rb Ensure hashes can be passed to attributes using composed_of 2016-05-31 10:03:26 -04:00
association_relation.rb
associations.rb Tiny document fixes [ci skip] 2016-05-30 15:58:53 +02:00
attribute.rb Ensure that records with unselected fields can be updated 2016-06-02 11:34:48 -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 [] and read_attribute are not aliases [ci skip] 2016-05-24 13:20:28 +02:00
attribute_mutation_tracker.rb
attribute_set.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
attributes.rb
autosave_association.rb
base.rb
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
connection_handling.rb [ci skip] fix typo in ActiveRecord::ConnectionHandling 2016-06-20 08:49:59 -05:00
core.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
counter_cache.rb
dynamic_matchers.rb
enum.rb
errors.rb Add AR::TransactionSerializationError for transaction serialization failures or deadlocks 2016-05-21 21:51:52 +08:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Fix typo 2016-06-12 00:22:36 +02: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
internal_metadata.rb update record specified in key 2016-04-27 10:33:27 +09:00
legacy_yaml_adapter.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
log_subscriber.rb Fix ActiveRecord::LogSubscriber edge case 2016-05-10 15:42:07 -04:00
migration.rb Add missing space and newline for clarity 2016-05-12 20:59:38 -07:00
model_schema.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb
query_cache.rb Respect the current connected? method when calling cache 2016-06-14 12:37:50 -04:00
querying.rb Do not delegate AR::Base#empty? to all 2016-05-02 16:36:17 -05:00
railtie.rb
readonly_attributes.rb
reflection.rb
relation.rb Exists shouldn't error when used with includes 2016-05-30 15:58:03 -04:00
result.rb Add ActiveRecord::Result#first 2016-06-24 11:43:22 +02:00
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb Remove magic comment in generated schema.rb 2016-05-12 05:43:08 +09:00
schema_migration.rb
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb
store.rb
suppressor.rb Keep state around for nested calls to #suppress 2016-05-16 14:07:32 -04:00
table_metadata.rb Fix has_one enum where queries 2016-05-26 18:00:51 -04:00
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb