.. |
associations
|
Require belongs_to by default.
|
2015-02-21 23:03:10 +01: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
|
|
|
connection_adapters
|
Remove parent transaction state
|
2015-03-01 22:21:58 -05:00 |
fixture_set
|
|
|
locale
|
Move required error message and changelog to Active Record
|
2015-02-01 10:31:54 -02:00 |
locking
|
Call attributes_for_update in _update_record w/ optimistic locking
|
2015-02-24 14:10:29 -07:00 |
migration
|
|
|
railties
|
Schema creation doesn't load the app
|
2015-02-11 14:20:56 -08:00 |
relation
|
Spell PostgreSQL correctly 🐘
|
2015-02-28 23:01:08 +09: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
|
|
|
type
|
Format the time string according to the precision of the time column
|
2015-02-20 10:25:31 +09: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
|
Do not test, document or use a private API method
|
2015-02-20 17:50:20 -02:00 |
association_relation.rb
|
Properly create through records when called with where
|
2015-02-26 12:42:55 -07:00 |
associations.rb
|
Tiny documentation edits [ci skip]
|
2015-02-24 22:22:15 +01: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 ActiveRecord::Base.suppress
|
2015-02-18 18:30:05 -05:00 |
callbacks.rb
|
|
|
connection_handling.rb
|
Spell PostgreSQL correctly 🐘
|
2015-02-28 23:01:08 +09:00 |
core.rb
|
Remove parent transaction state
|
2015-03-01 22:21:58 -05:00 |
counter_cache.rb
|
|
|
dynamic_matchers.rb
|
|
|
enum.rb
|
type_cast_from_user -> cast
|
2015-02-17 13:39:42 -07:00 |
errors.rb
|
|
|
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Merge pull request #17426 from jpcody/fixture_associations_fix
|
2015-02-24 16:24:38 -08: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
|
Fix typo [ci skip]
|
2015-02-23 13:32:54 -05: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
|
|
|
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
|
Merge pull request #16989 from Empact/reload-cache-clear
|
2015-02-20 17:45:10 -02:00 |
query_cache.rb
|
|
|
querying.rb
|
Added #or to ActiveRecord::Relation
|
2015-01-28 13:35:55 -07:00 |
railtie.rb
|
Merge pull request #15476 from JacobEvelyn/master
|
2015-02-25 19:52:19 -03:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
|
|
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
|
|
|
schema_migration.rb
|
|
|
scoping.rb
|
current_scope shouldn't pollute sibling STI classes
|
2015-02-11 13:46:30 -07:00 |
secure_token.rb
|
Fix #has_secure_token documentation [ci skip]
|
2015-02-20 18:52:02 -06:00 |
serialization.rb
|
|
|
statement_cache.rb
|
Remove Relation#bind_params
|
2015-01-27 16:10:03 -07:00 |
store.rb
|
|
|
suppressor.rb
|
Return true instead of self when suppressed
|
2015-02-19 09:25:20 -02:00 |
table_metadata.rb
|
Respect custom primary keys for associations in Relation#where
|
2015-02-04 08:56:46 -07:00 |
timestamp.rb
|
|
|
transactions.rb
|
Add before_commit
|
2015-02-24 19:16:28 -05:00 |
translation.rb
|
|
|
type.rb
|
Add docs for the type registry
|
2015-02-17 14:17:59 -07:00 |
type_caster.rb
|
|
|
validations.rb
|
Move the validate! method to ActiveModel::Validations .
|
2015-02-20 16:05:26 -02:00 |
version.rb
|
|
|