aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* remove '.rb' from require callNihad Abbasov2012-09-121-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-091-3/+3
|\
| * Added forgotten :message option to ActiveModel validates documentationAnatoly Makarevich2012-09-071-3/+3
* | Bump builder dependencies in Active Model and Action PackCarlos Antonio da Silva2012-09-071-1/+1
* | Update Active Model xml serialization test to reflect a change in builderCarlos Antonio da Silva2012-09-072-1/+12
|/
* CHANGELOGs are now per branchXavier Noria2012-08-281-205/+1
* Fix method redefined warnings.kennyj2012-08-292-0/+6
* Accept a symbol for `:in` option on inclusion and exclusion validatorsGabriel Sobrinho2012-08-246-5/+64
* Fix ActiveModel tests that depend on run orderFrancesco Rodriguez2012-08-231-6/+4
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-212-4/+20
* Merge pull request #7024 from bogdan/strict_validation_custom_exceptionRafael Mendonça França2012-08-164-5/+30
|\
| * AM::Validation#validates: ability to pass custom exception to `:strict` optionBogdan Gusiev2012-08-064-4/+22
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-161-0/+11
|\ \
| * | add around_create callback documentation for ActiveModel::Callbacksandrea longhi2012-08-081-0/+11
* | | Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-133-1/+43
* | | Refactor model name logic and make it a real private class methodCarlos Antonio da Silva2012-08-111-5/+8
* | | Sync CHANGELOGs [ci skip]Rafael Mendonça França2012-08-111-0/+14
* | | Naming helpers should first check if passed object responds to model_nameBert Goethals2012-08-081-5/+3
| |/ |/|
* | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-0415-278/+765
|\
| * copy edits [ci skip]Vijay Dev2012-08-041-1/+1
| * Fix ActiveModel::Serializers::Xml#to_xml referenceRobert Pankowecki2012-08-021-1/+1
| * update ActiveModel::Observer documentation [ci skip]Francesco Rodriguez2012-07-311-21/+32
| * update ActiveModel::ObserverArray documentation [ci skip]Francesco Rodriguez2012-07-301-3/+4
| * add :nodoc: to ActiveModel::Observing#inherited [ci skip]Francesco Rodriguez2012-07-301-1/+1
| * update ActiveModel::Observing documentation [ci skip]Francesco Rodriguez2012-07-301-25/+125
| * update ActiveModel::Serializers documentation [ci skip]Francesco Rodriguez2012-07-302-14/+40
| * add documentation to ActiveModel #from_json method [ci skip]Francesco Rodriguez2012-07-301-2/+34
| * fix #after_validation example [ci skip]Francesco Rodriguez2012-07-301-1/+1
| * add :nodoc: directives to ActiveModel Sanitizers [ci skip]Francesco Rodriguez2012-07-291-4/+4
| * fix class reference in AM::MassAssignmentSecurity documentation [ci skip]Francesco Rodriguez2012-07-291-3/+3
| * update ActiveModel::Validations::Callbacks documentation [ci skip]Francesco Rodriguez2012-07-291-18/+69
| * update #validates and #validates! documentation [ci skip]Francesco Rodriguez2012-07-291-31/+43
| * update ActiveModel::Valdations#validates_with docs [ci skip]Francesco Rodriguez2012-07-291-16/+18
| * update ActiveModel::Validations docs [ci skip]Francesco Rodriguez2012-07-292-36/+127
| * update ActiveModel::Validator docs [ci skip]Francesco Rodriguez2012-07-292-11/+11
| * update ActiveModel::SecurePassword docs [ci skip]Francesco Rodriguez2012-07-291-18/+38
| * add example to ActiveModel::StrictValidationFailed [ci skip]Francesco Rodriguez2012-07-281-0/+13
| * add example to ActiveModel::MissingAttributeError [ci skip]Francesco Rodriguez2012-07-281-0/+8
| * update ActiveModel::MassAssignmentSecurity docs [ci skip]Francesco Rodriguez2012-07-281-65/+177
| * add example to ActiveModel::Naming#model_name [ci skip]Francesco Rodriguez2012-07-271-0/+8
| * fix AM::Naming examples [ci skip]Francesco Rodriguez2012-07-271-12/+12
| * add :nodoc: directive to AM::ObserverArray internal methods [ci skip]Francesco Rodriguez2012-07-221-10/+10
* | Merge pull request #7253 from acapilleri/lenght_validator_errors_optionsRafael Mendonça França2012-08-031-2/+2
|\ \
| * | calculate errors_options one time in validate_eachAngelo Capilleri2012-08-031-2/+2
* | | Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* | | load active_support/deprecation in active_support/railsXavier Noria2012-08-022-2/+0
* | | load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* | | load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-024-4/+0
* | | load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0