aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Celis <david@davidcelis.com>
| * | | | Update I18n guide with details on multilingual Inflector [ci skip]David Celis2012-07-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry; I forgot about the guides when I submitted this patch. Signed-off-by: David Celis <david@davidcelis.com>
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c34c1916d1d6cd6ba219aa39eb97fa2e77c4c61f. Reason: composed_of was added from now to discuss better
| * | | | use 'HTTP_AUTHORIZATION' instead of :authorization as key when dealing with ↵Francesco Rodriguez2012-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | HTTP Token authentication in integration tests
| * | | | Update performance testing guide [ci skip]Francesco Rodriguez2012-07-241-78/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update test templates. * Remove some 1.8 references. * Update guide format to be easier for contributors.
| * | | | Removed reference to composed_of.Steve Klabnik2012-07-231-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | It was previously removed from the code, so we shouldn't mention it in the docs
| * | | | 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 Fields
| * | | | Update Migration Docs: Defaults for Boolean FieldsThomas Klemm2012-08-041-1/+1
|/ / / / | | | | | | | | A Boolean field will accept true or false as defaults instead of 0 / 1.
* | | | Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-033-22/+55
| | | | | | | | | | | | | | | | Closes #6600
* | | | 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_each
| * | | | calculate errors_options one time in validate_eachAngelo Capilleri2012-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors_options is calculated for every *CHECKS* but it could be calculated one time because options and RESERVED_OPTIONS not change during this cycle
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Some are loaded from Base which is loaded when a model inherits from it and some others are used in rake tasks
* | | | | Remove ActiveRecord::Base.to_aJon Leighton2012-08-0318-64/+55
| | | | | | | | | | | | | | | | | | | | | | | | | On reflection, it seems like a bit of a weird method to have on ActiveRecord::Base, and it shouldn't be needed most of the time anyway.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was requested by DHH to allow creating of one's own custom association macros. For example: module Commentable def has_many_comments(extra) has_many :comments, -> { where(:foo).merge(extra) } end end class Post < ActiveRecord::Base extend Commentable has_many_comments -> { where(:bar) } end
* | | | | make sure the body finishes rendering before checking response closureAaron Patterson2012-08-031-1/+2
| | | | |