.. |
associations
|
Remove unneeded requires
|
2015-01-04 12:11:03 -03:00 |
attribute_methods
|
Don't attempt to save dirty attributes which are not persistable
|
2015-01-10 12:07:46 -07: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
|
Deprecate passing a column to quote
|
2015-01-10 15:45:47 -07:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
Properly persist lock_version as 0 if the DB has no default
|
2015-01-09 09:56:15 -07:00 |
migration
|
|
|
railties
|
Replace deprecated #load_schema with #load_schema_for .
|
2014-12-23 12:07:15 +01:00 |
relation
|
Properly copy nested bind values from subqueried relations
|
2015-01-09 10:31:23 -07:00 |
scoping
|
|
|
serializers
|
|
|
tasks
|
Fix syntax warning
|
2014-12-23 09:13:56 -07:00 |
type
|
Simplify boolean casting logic
|
2015-01-04 14:54:56 -02: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
|
|
|
association_relation.rb
|
Inject the PredicateBuilder into the Relation instance
|
2014-12-26 13:53:56 -07:00 |
associations.rb
|
Document has_many :extend option
|
2015-01-08 12:20:37 -06:00 |
attribute.rb
|
update_column take ruby-land input, not database-land input
|
2014-12-16 15:23:05 -07:00 |
attribute_assignment.rb
|
|
|
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
|
Don't attempt to save dirty attributes which are not persistable
|
2015-01-10 12:07:46 -07:00 |
autosave_association.rb
|
Fix potenital stack level too deep with autosave or validation
|
2015-01-04 23:44:51 +01:00 |
base.rb
|
Add has_secure_token to Active Record
|
2015-01-04 11:31:37 -05: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 support for the protected attributes gem
|
2015-01-09 22:42:29 -02: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
|
|
|
errors.rb
|
|
|
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Fix lookup of fixtures with non-string label
|
2015-01-06 17:15:39 +05:30 |
gem_version.rb
|
|
|
inheritance.rb
|
Remove deprecated symbolized_base_class and symbolized_sti_name
|
2015-01-04 11:58:44 -03:00 |
integration.rb
|
|
|
log_subscriber.rb
|
Stop special casing null binary data in logging
|
2015-01-10 12:26:51 -07:00 |
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
|
|
|
readonly_attributes.rb
|
|
|
reflection.rb
|
remove deprecated support to preload instance-dependent associaitons.
|
2015-01-05 11:44:14 +01:00 |
relation.rb
|
Stop passing a column to quote in Relation#to_sql
|
2015-01-10 15:45:46 -07:00 |
result.rb
|
|
|
runtime_registry.rb
|
|
|
sanitization.rb
|
Stop passing a column to quote when finding by AR models
|
2015-01-10 15:45:46 -07: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
|
|
|
secure_token.rb
|
Fix Typo SecureToken [ci skip]
|
2015-01-10 16:56:21 -05:00 |
serialization.rb
|
|
|
statement_cache.rb
|
Stop passing a column to quote when executing from a statement cache
|
2015-01-10 15:45:46 -07: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
|
Use keyword args on committed! and rolledback!
|
2015-01-09 15:35:51 -05: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
|
|
|