.. |
associations
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
attribute_methods
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
attribute_set
|
Maintain a consistent order in ActiveRecord::Base#attributes
|
2015-02-10 08:21:46 -07:00 |
coders
|
Provide a better error message for unsupported classes in serialize
|
2014-12-27 19:49:09 -07:00 |
connection_adapters
|
Rm Type#type_cast
|
2015-02-17 14:07:45 -07:00 |
fixture_set
|
|
|
locale
|
Move required error message and changelog to Active Record
|
2015-02-01 10:31:54 -02:00 |
locking
|
Type#type_cast_from_database -> Type#deserialize
|
2015-02-17 13:28:48 -07:00 |
migration
|
|
|
railties
|
Schema creation doesn't load the app
|
2015-02-11 14:20:56 -08:00 |
relation
|
Type#type_cast_from_database -> Type#deserialize
|
2015-02-17 13:28:48 -07:00 |
scoping
|
current_scope shouldn't pollute sibling STI classes
|
2015-02-11 13:46:30 -07:00 |
serializers
|
Remove most type related predicates from Column
|
2015-01-30 11:42:54 -07:00 |
tasks
|
Fix syntax warning
|
2014-12-23 09:13:56 -07:00 |
type
|
Rm Type#type_cast
|
2015-02-17 14:07:45 -07:00 |
type_caster
|
type_cast_for_database -> serialize
|
2015-02-17 13:35:23 -07:00 |
validations
|
type_cast_for_database -> serialize
|
2015-02-17 13:35:23 -07:00 |
aggregations.rb
|
Push multi-parameter assignement into the types
|
2015-02-07 13:52:23 -07:00 |
association_relation.rb
|
Inject the PredicateBuilder into the Relation instance
|
2014-12-26 13:53:56 -07:00 |
associations.rb
|
Merge branch 'master' of github.com:rails/docrails
|
2015-02-14 15:35:47 +00:00 |
attribute.rb
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
attribute_assignment.rb
|
Push multi-parameter assignement into the types
|
2015-02-07 13:52:23 -07:00 |
attribute_decorators.rb
|
Attribute assignment and type casting has nothing to do with columns
|
2015-01-31 19:42:38 -07:00 |
attribute_methods.rb
|
Attribute assignment and type casting has nothing to do with columns
|
2015-01-31 19:42:38 -07:00 |
attribute_set.rb
|
Significantly improve the performance of _read_attribute on JRuby
|
2015-02-06 12:10:47 -07:00 |
attributes.rb
|
Add docs for the type registry
|
2015-02-17 14:17:59 -07:00 |
autosave_association.rb
|
Always perform validations on nested attribute associations
|
2015-01-30 07:27:20 -07: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
|
Mark some methods as nodoc
|
2015-02-05 17:15:53 -02:00 |
counter_cache.rb
|
Improve consistency of counter caches updating in memory
|
2015-01-26 12:37:29 -07:00 |
dynamic_matchers.rb
|
Remove support to activerecord-deprecated_finders
|
2015-01-02 12:06:24 -03:00 |
enum.rb
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
errors.rb
|
Extracted ActiveRecord::AttributeAssignment to ActiveModel::AttributesAssignment
|
2015-01-23 23:43:22 +02:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Use Module#include instead of send :include, since now is a public method [ci skip]
|
2015-01-31 22:19:48 -05:00 |
gem_version.rb
|
|
|
inheritance.rb
|
Attribute assignment and type casting has nothing to do with columns
|
2015-01-31 19:42:38 -07:00 |
integration.rb
|
|
|
log_subscriber.rb
|
Remove Relation#bind_params
|
2015-01-27 16:10:03 -07:00 |
migration.rb
|
Do not check only for the Rails constant
|
2015-01-02 00:45:09 -03:00 |
model_schema.rb
|
rm Column#cast_type
|
2015-02-03 15:02:18 -07:00 |
nested_attributes.rb
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
no_touching.rb
|
Add nodoc to touch at no_touching.rb
|
2014-12-29 14:14:46 -03:00 |
null_relation.rb
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
|
2015-02-12 17:40:59 -02:00 |
persistence.rb
|
add destroyed records to the currend transaction
|
2015-02-01 14:20:36 -08:00 |
query_cache.rb
|
|
|
querying.rb
|
Added #or to ActiveRecord::Relation
|
2015-01-28 13:35:55 -07: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
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
|
2015-02-12 17:40:59 -02:00 |
result.rb
|
Type#type_cast_from_database -> Type#deserialize
|
2015-02-17 13:28:48 -07:00 |
runtime_registry.rb
|
|
|
sanitization.rb
|
type_cast_for_database -> serialize
|
2015-02-17 13:35:23 -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
|
current_scope shouldn't pollute sibling STI classes
|
2015-02-11 13:46:30 -07:00 |
secure_token.rb
|
Do not overwrite secret token value when already present.
|
2015-02-12 22:05:45 +01:00 |
serialization.rb
|
|
|
statement_cache.rb
|
Remove Relation#bind_params
|
2015-01-27 16:10:03 -07:00 |
store.rb
|
|
|
table_metadata.rb
|
Respect custom primary keys for associations in Relation#where
|
2015-02-04 08:56:46 -07:00 |
timestamp.rb
|
Fix warning: `*' interpreted as argument prefix
|
2014-12-28 16:05:53 +09:00 |
transactions.rb
|
add destroyed records to the currend transaction
|
2015-02-01 14:20:36 -08:00 |
translation.rb
|
|
|
type.rb
|
Add docs for the type registry
|
2015-02-17 14:17:59 -07: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
|
|
|