.. |
associations
|
Remove unneeded requires
|
2015-01-04 12:11:03 -03:00 |
attribute_methods
|
Remove unneeded requires
|
2015-01-04 12:11:03 -03:00 |
attribute_set
|
Don't error when attributes is called on a frozen AR model
|
2014-12-08 12:48:24 -07:00 |
coders
|
Provide a better error message for unsupported classes in serialize
|
2014-12-27 19:49:09 -07:00 |
connection_adapters
|
Change the behavior of boolean columns to be closer to Ruby's semantics.
|
2015-01-04 11:58:44 -03:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
Tiny documentation fixes [ci skip]
|
2014-12-30 17:00:40 +01:00 |
migration
|
|
|
railties
|
Replace deprecated #load_schema with #load_schema_for .
|
2014-12-23 12:07:15 +01:00 |
relation
|
Remove unneeded require 'as/deprecation'
|
2015-01-04 07:45:07 -08:00 |
scoping
|
Follow the coding conventions
|
2014-11-12 15:11:36 +03:00 |
serializers
|
|
|
tasks
|
Fix syntax warning
|
2014-12-23 09:13:56 -07:00 |
type
|
Change the behavior of boolean columns to be closer to Ruby's semantics.
|
2015-01-04 11:58:44 -03:00 |
type_caster
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
validations
|
Don't rely on the column for type information in uniquness validations
|
2015-01-01 09:44:37 -07:00 |
aggregations.rb
|
Improve the performance of reading attributes
|
2014-11-18 15:20:19 -08:00 |
association_relation.rb
|
Inject the PredicateBuilder into the Relation instance
|
2014-12-26 13:53:56 -07:00 |
associations.rb
|
Share foreign_key_present? implementation in _has_ associations
|
2014-12-31 00:19:09 +03:00 |
attribute.rb
|
update_column take ruby-land input, not database-land input
|
2014-12-16 15:23:05 -07:00 |
attribute_assignment.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
attribute_decorators.rb
|
|
|
attribute_methods.rb
|
Return a null column from column_for_attribute when no column exists.
|
2015-01-04 11:58:43 -03:00 |
attribute_set.rb
|
update_column take ruby-land input, not database-land input
|
2014-12-16 15:23:05 -07:00 |
attributes.rb
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
autosave_association.rb
|
Deprecate false as the way to halt AR callbacks
|
2015-01-02 15:31:56 -08:00 |
base.rb
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
callbacks.rb
|
Deprecate false as the way to halt AR callbacks
|
2015-01-02 15:31:56 -08:00 |
connection_handling.rb
|
Check for Rails.env instead of Rails
|
2014-12-25 16:34:28 +03:00 |
core.rb
|
Remove deprecated ActiveRecord::Base.disable_implicit_join_references=
|
2015-01-04 11:58:44 -03:00 |
counter_cache.rb
|
Go through normal update_all logic when updating counter caches
|
2014-12-26 17:30:58 -07:00 |
dynamic_matchers.rb
|
Remove support to activerecord-deprecated_finders
|
2015-01-02 12:06:24 -03:00 |
enum.rb
|
Improve the performance of reading attributes
|
2014-11-18 15:20:19 -08:00 |
errors.rb
|
Fix a bug where AR::RecordNotSaved loses error messages
|
2014-11-27 17:56:12 -08:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Remove deprecated ActiveRecord::Fixtures constant
|
2015-01-04 11:58:44 -03:00 |
gem_version.rb
|
Start Rails 5 development 🎉
|
2014-11-28 15:00:06 -02:00 |
inheritance.rb
|
Remove deprecated symbolized_base_class and symbolized_sti_name
|
2015-01-04 11:58:44 -03:00 |
integration.rb
|
|
|
log_subscriber.rb
|
|
|
migration.rb
|
Do not check only for the Rails constant
|
2015-01-02 00:45:09 -03:00 |
model_schema.rb
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
nested_attributes.rb
|
A quick pass through NestedAttributes' doc [ci skip]
|
2015-01-02 22:05:52 +01:00 |
no_touching.rb
|
Add nodoc to touch at no_touching.rb
|
2014-12-29 14:14:46 -03:00 |
null_relation.rb
|
Remove support to activerecord-deprecated_finders
|
2015-01-02 12:06:24 -03:00 |
persistence.rb
|
Deprecate false as the way to halt AR callbacks
|
2015-01-02 15:31:56 -08:00 |
query_cache.rb
|
|
|
querying.rb
|
Fix doc formatting for count_by_sql
|
2015-01-01 09:32:18 -08:00 |
railtie.rb
|
do not trigger AR lazy load hook before initializers ran.
|
2014-11-25 18:16:41 +01:00 |
readonly_attributes.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
reflection.rb
|
Remove deprecated Reflection#source_macro
|
2015-01-04 11:58:44 -03:00 |
relation.rb
|
Merge pull request #11898 from prathamesh-sonpatki/patch-update
|
2015-01-02 10:48:48 -03:00 |
result.rb
|
Revert "Improve performance of AR object instantiation"
|
2014-11-14 14:30:39 -07:00 |
runtime_registry.rb
|
|
|
sanitization.rb
|
Remove deprecated sanitize_sql_hash_for_conditions
|
2015-01-04 11:58:44 -03:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Improve a dump of the primary key support.
|
2014-12-29 09:19:21 +09:00 |
schema_migration.rb
|
|
|
scoping.rb
|
|
|
serialization.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
statement_cache.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
store.rb
|
Fix type case of "validations" and word-wrap from #17954 [ci skip]
|
2014-12-08 08:36:04 -08:00 |
table_metadata.rb
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
timestamp.rb
|
Fix warning: `*' interpreted as argument prefix
|
2014-12-28 16:05:53 +09:00 |
transactions.rb
|
Change transaction callbacks to not swallowing errors.
|
2015-01-04 11:58:44 -03:00 |
translation.rb
|
|
|
type.rb
|
Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
|
2014-12-12 00:35:48 +09:00 |
type_caster.rb
|
Extract an explicit type caster class
|
2014-12-29 11:07:56 -07:00 |
validations.rb
|
AR specific length validator to respect marked_for_destruction .
|
2014-12-30 10:25:58 +01:00 |
version.rb
|
|
|