aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-073-38/+1
* Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-073-1/+38
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-303-1/+38
* | Removed unused config filePrakash Laxkar2015-09-032-4/+0
* | Add missing test for #17351Aditya Kapoor2015-09-011-0/+14
* | Fix failure introduced by #17351 due to the new mocks implementationCarlos Antonio da Silva2015-09-011-1/+1
* | Fix syntax error introduced by #17351.Jashank Jeremy2015-09-011-1/+1
* | Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-012-4/+20
|\ \
| * | Add case_sensitive option for confirmation validationAkshat Sharma2015-09-012-4/+22
* | | Tiny documentation improvements [ci skip]Robin Dupret2015-08-281-2/+3
* | | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-2/+0
* | | discard xml Serialization documentation that is no longer available [ci skip]Gaurav Sharma2015-08-221-5/+3
* | | Rename match_attribute_method? to matched_attribute_methodMarcin Olichwirowicz2015-08-121-4/+4
* | | Remove XML Serialization from core.Zachary Scott2015-08-077-502/+5
* | | pass the correct argument to mock on a test of `validates_length_of`yuuji.yaginuma2015-07-281-1/+1
* | | Freeze string literals when not mutated.schneems2015-07-193-3/+3
| |/ |/|
* | Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-162-2/+2
* | Removes unnecessary comments from i18n validations tests [ci skip]Zamith2015-07-111-61/+2
* | Remove the reference to mocha in activemodelZamith2015-07-111-27/+27
* | Use private method call assertions in Active Model tests.Kasper Timm Hansen2015-07-104-59/+46
* | Merge pull request #20803 from TheBlasfem/marking_serialization_classRafael Mendonça França2015-07-081-1/+1
|\ \
| * | marking serialization classJulio Lopez2015-07-071-1/+1
* | | docs, clarify the meanaing of return values from validation methods.Yves Senn2015-07-071-0/+3
* | | docs, remove accidental :nodoc: of ActiveModel::Validations::ClassMethods met...Yves Senn2015-07-071-2/+1
|/ /
* | Separate the constraint and other options [ci skip]Robin Dupret2015-07-011-3/+8
* | Improve Validation Helpers' documentation comments and testsRadan Skoric2015-06-275-7/+41
* | A few documentation fixes [ci skip]Robin Dupret2015-06-231-1/+1
* | Add nodoc to the Validations::Helpers [ci skip]Mehmet Emin İNAÇ2015-06-221-1/+1
* | docs, :scissors: wrongly placed heading. [ci skip]Yves Senn2015-06-221-2/+0
* | Move the validations HelperMethods to its own fileRoque Pinel2015-06-212-10/+13
* | select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+1
* | use our runner (`bin/test`) for framework components.Yves Senn2015-06-111-0/+3
* | Revert "Add code example for include option of AM::Serialization#serializable...Rafael Mendonça França2015-06-101-14/+1
* | Add code example for include option of AM::Serialization#serializable_hashRadan Skoric2015-06-091-1/+14
* | Fix typo in AM I18n validation test name [skip ci]Anton Davydov2015-06-091-1/+1
* | Tiny documentation edits [ci skip]Robin Dupret2015-06-071-2/+2
* | Merge pull request #20004 from rusikf/patch-1Robin Dupret2015-06-071-0/+31
|\ \
| * | add docs to include option at ActiveModel::Serialization#serializable_hash [c...rusikf2015-05-111-0/+31
* | | Require yaml for isolation testRafael Mendonça França2015-05-291-0/+1
* | | formatting changesunknown2015-05-292-5/+5
* | | Remove use of mocha from Active ModelRoque Pinel2015-05-284-59/+117
* | | Remove unused package tasksArun Agrawal2015-05-281-10/+2
* | | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-taskYves Senn2015-05-271-7/+0
|\ \ \
| * | | Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
* | | | Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
|/ / /
* | | [ci skip] Don’t encourage `sudo gem install`claudiob2015-05-121-1/+1
* | | Stop skipping a test that now works on Rubiniusclaudiob2015-05-101-2/+0
* | | minor rdoc syntax fix [ci skip]Gourav Tiwari2015-05-081-2/+2
* | | Adds/Corrects use case for adding an error messageZamith2015-05-042-1/+7
|/ /
* | ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-283-10/+22