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
Sean Griffin 343dad9617 Merge pull request #20364 from ernie/update-serialize-docs
Update docs for ActiveRecord `serialize`

[ci skip]
2015-05-29 08:21:16 -06:00
..
associations Rename association option :class to :anonymous_class 2015-04-21 08:48:22 -04:00
attribute Persist user provided default values, even if unchanged 2015-05-28 16:40:26 -06:00
attribute_methods Merge pull request #20364 from ernie/update-serialize-docs 2015-05-29 08:21:16 -06: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 Add collation support for string and text columns in SQLite3 2015-05-28 08:40:40 +05:30
fixture_set
locale Move required error message and changelog to Active Record 2015-02-01 10:31:54 -02:00
locking Update old link in pessimistic.rb comments 2015-03-18 16:41:37 +08:00
migration
railties Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment-task-for-schema-load" 2015-04-27 11:45:21 +02:00
relation Fix the shadowing warning for reflection 2015-05-28 19:10:52 -05:00
scoping Fix eager loading association using default_scope for finder methods. 2015-03-31 22:54:42 +05:30
serializers Remove most type related predicates from Column 2015-01-30 11:42:54 -07:00
tasks Changed mysqldump to include sprocs and functions 2015-05-22 19:32:13 -04:00
type Refactoring ActiveRecord::Type::Integer limit 2015-05-18 21:29:22 +09:00
type_caster type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
validations Missing note on validates_presence_of validation [ci skip] 2015-04-11 23:24:36 +03:00
aggregations.rb Fix NetAddr link [ci skip] 2015-05-20 14:01:00 +05:30
association_relation.rb Properly create through records when called with where 2015-02-26 12:42:55 -07:00
associations.rb add extend option on has_and_belongs_to_many. 2015-05-26 22:06:53 +09:00
attribute.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_assignment.rb Add more detailed comment about _assign_attribute method [ci skip] 2015-05-13 02:22:31 +03: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 Persist user provided default values, even if unchanged 2015-05-28 16:40:26 -06:00
autosave_association.rb Always perform validations on nested attribute associations 2015-01-30 07:27:20 -07:00
base.rb Remove .superclass_delegating_accessor. Refer #14271 2015-05-24 12:15:22 +05:30
callbacks.rb typo fix [ci skip] 2015-05-20 15:21:00 +05:30
connection_handling.rb AR::ConPool - remove synchronization around connection cache. 2015-05-14 03:14:53 +02:00
core.rb copy-edits the docs of dump_schemas [ci skip] 2015-05-06 12:32:36 +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 Fix a minor grammatical issue in the doc 2015-04-23 12:43:46 +02:00
errors.rb AR::RecordNotSaved & RecordNotDestroyed should include an error message 2015-05-01 19:01:41 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Resolve enums in test fixtures 2015-05-27 21:48:58 -04:00
gem_version.rb
inheritance.rb invalid sti error message contains the full class name. 2015-05-13 11:35:34 +02:00
integration.rb
legacy_yaml_adapter.rb Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00
log_subscriber.rb Don't invoke sql_runtime if logger is not set to info 2015-04-04 09:21:18 -04:00
migration.rb [ci skip] Remove comments about Rails 3.1 2015-05-11 16:06:09 -07:00
model_schema.rb remove duplicates 2015-04-03 00:00:30 +02:00
nested_attributes.rb "maybe" => "may be" 2015-05-21 20:11:41 -07:00
no_touching.rb Add nodoc to touch at no_touching.rb 2014-12-29 14:14:46 -03:00
null_relation.rb Fix NullRelation.update_all and .exists? signature to match the same on Relation 2015-03-18 00:46:09 -07:00
persistence.rb Merge pull request #19886 from henders/henders/reload_wipe_query_cache 2015-05-27 23:45:55 -03:00
query_cache.rb
querying.rb Added #or to ActiveRecord::Relation 2015-01-28 13:35:55 -07:00
railtie.rb Apply schema cache dump when creating connections 2015-04-29 11:02:47 +01:00
readonly_attributes.rb
reflection.rb parent_reflection should store only a reflection object 2015-05-19 16:11:53 -04:00
relation.rb deprecate Relation#uniq use Relation#distinct instead. 2015-05-26 10:35:14 +02:00
result.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
runtime_registry.rb
sanitization.rb remove documentation for sanitize_sql_for_conditions with a Hash 2015-05-12 19:33:06 +08:00
schema.rb
schema_dumper.rb Remove unused already require 2015-05-19 12:53:09 -07:00
schema_migration.rb
scoping.rb Isolate access to .default_scopes in ActiveRecord::Scoping::Default 2015-03-12 01:22:39 -07:00
secure_token.rb Update documentation to contain a 24 char token [ci skip] 2015-05-01 07:23:59 -05: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 Fix warning: `*' interpreted as argument prefix 2014-12-28 16:05:53 +09:00
touch_later.rb Batch touch parent records 2015-04-08 13:31:28 -04:00
transactions.rb Revert "Reduce allocations when running AR callbacks." 2015-03-22 11:21:02 +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 Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
version.rb