aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Update #resources documentation [ci skip]Robert Pankowecki2012-07-311-0/+4
| * | | | update ActiveModel::Observer documentation [ci skip]Francesco Rodriguez2012-07-311-21/+32
| * | | | Fix a mistake in the I18n guide: English => Spanish [ci skip]David Celis2012-07-311-1/+1
| * | | | Update I18n guide with details on multilingual Inflector [ci skip]David Celis2012-07-311-0/+4
| * | | | fix ActiveRecord::Associations::CollectionProxy documentationAccessd2012-07-311-1/+1
| * | | | 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
| * | | | Add 'Writing Rake Tasks' subsection to Command Line GuideNovikov Andrey2012-07-311-0/+47
| * | | | fix #after_validation example [ci skip]Francesco Rodriguez2012-07-301-1/+1
| * | | | add mysql authentification command to chapter 2.Running the Test SuiteVladimir Strakhov2012-07-301-0/+4
| * | | | update AR::Validations::AssociatedValidator documentation [ci skip]Francesco Rodriguez2012-07-291-13/+19
| * | | | update AR::Validations::UniquenessValidator documentation [ci skip]Francesco Rodriguez2012-07-291-31/+45
| * | | | 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
| * | | | update to_param docs [ci skip]Francesco Rodriguez2012-07-271-2/+5
| * | | | Revert "Removed reference to composed_of."Rafael Mendonça França2012-07-271-0/+3
| * | | | use 'HTTP_AUTHORIZATION' instead of :authorization as key when dealing with H...Francesco Rodriguez2012-07-271-1/+1
| * | | | Update performance testing guide [ci skip]Francesco Rodriguez2012-07-241-78/+152
| * | | | Removed reference to composed_of.Steve Klabnik2012-07-231-3/+0
| * | | | fix removed ruby tag in commit 890b9dd [ci skip]Francesco Rodriguez2012-07-221-4/+5
| * | | | added 2 strategies for extending engine modelsWeston Platter2012-07-221-1/+78
| * | | | tiny mistake in descriptiondm1try2012-07-221-1/+1
| * | | | add :nodoc: directive to AM::ObserverArray internal methods [ci skip]Francesco Rodriguez2012-07-221-10/+10
* | | | | Merge pull request #7260 from thomasklemm/patch-1Vijay Dev2012-08-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update Migration Docs: Defaults for Boolean FieldsThomas Klemm2012-08-041-1/+1
|/ / / /
* | | | Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-033-22/+55
* | | | Update the docs to reflect the new association APIJon Leighton2012-08-032-462/+385
* | | | 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
* | | | | Add test select_tag escapes promptSantiago Pastorino2012-08-031-0/+6
* | | | | Use content_tag here instead of manually building HTMLSantiago Pastorino2012-08-031-2/+6
* | | | | Don't eager load all thisSantiago Pastorino2012-08-031-32/+33
* | | | | Remove ActiveRecord::Base.to_aJon Leighton2012-08-0318-64/+55
* | | | | reinstate changelog that seems to have been accidentally deleted o_OJon Leighton2012-08-031-0/+19
* | | | | Allow Relation#merge to take a proc.Jon Leighton2012-08-033-2/+37
* | | | | make sure the body finishes rendering before checking response closureAaron Patterson2012-08-031-1/+2