Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce number of Strings a bit | Akira Matsuda | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | remove '.rb' from require call | Nihad Abbasov | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | Accept a symbol for `:in` option on inclusion and exclusion validators | Gabriel Sobrinho | 2012-08-24 | 1 | -3/+10 |
| | |||||
* | Update documentation and change the range method name to delimiter. | Rafael Mendonça França | 2012-07-20 | 1 | -5/+5 |
| | |||||
* | `validates_inclusion_of` and `validates_exclusion_of` now accept | Rafael Mendonça França | 2012-07-20 | 1 | -3/+6 |
| | | | | | | `:within` option as alias of `:in` as documented. Fix #7118 | ||||
* | add :nodoc: to internal implementations of AM::Validator [ci skip] | Francesco Rodriguez | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Remove code duplication in InclusionValidator and ExclusionValidator. | Rafael Mendonça França | 2012-03-28 | 1 | -0/+31 |
Orginal code by @jamescook Closes #1352 [Rafael Mendonça França + James Cook] |