| Commit message (Expand) | Author | Age | Files | Lines |
* | Association validation does not belong in a before_save callback: move it int... | Jeremy Kemper | 2005-10-02 | 1 | -3/+7 |
* | r3604@asus: jeremy | 2005-09-26 19:10:42 -0700 | Jeremy Kemper | 2005-09-26 | 1 | -20/+29 |
* | Make update_attribute use the same writer method that update_attributes uses. | Marcel Molina | 2005-09-26 | 1 | -1/+1 |
* | Refactored to a more readble form #1813 | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Fix typo in validations documentation #1938 [court3nay] | Jamis Buck | 2005-08-14 | 1 | -1/+2 |
* | Fixed validates_numericality_of to work with overrided getter-method when :al... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+1 |
* | Clarified intentions of validates_associated #870 | David Heinemeier Hansson | 2005-07-02 | 1 | -1/+4 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 1 | -2/+2 |
* | Fixed that validations didn't respecting custom setting for too_short, too_lo... | David Heinemeier Hansson | 2005-06-25 | 1 | -7/+3 |
* | Added ActiveRecord::Recursion to guard against recursive calls to #save | Jamis Buck | 2005-06-13 | 1 | -1/+1 |
* | Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje... | David Heinemeier Hansson | 2005-05-21 | 1 | -6/+15 |
* | Added the :if option to all validations that can either use a block or a meth... | David Heinemeier Hansson | 2005-05-21 | 1 | -5/+66 |
* | Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net] | David Heinemeier Hansson | 2005-05-19 | 1 | -2/+0 |
* | Fixed that validate_length_of lost :on option when :within was specified #119... | David Heinemeier Hansson | 2005-04-30 | 1 | -3/+5 |
* | Added validates_exclusion_of as a negative of validates_inclusion_of | David Heinemeier Hansson | 2005-04-24 | 1 | -0/+25 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -3/+3 |
* | Added Base.save! that attempts to save the record just like Base.save but wil... | David Heinemeier Hansson | 2005-04-18 | 1 | -0/+9 |
* | Added the option to specify the acceptance string in validates_acceptance_of ... | David Heinemeier Hansson | 2005-04-17 | 1 | -3/+5 |
* | Cleaned up validates_length_of by calling existing validations on the common ... | David Heinemeier Hansson | 2005-04-17 | 1 | -29/+17 |
* | Address parsing failed when the "to" (or "cc", or whatever) was an array. It ... | David Heinemeier Hansson | 2005-04-13 | 1 | -4/+4 |
* | Added optionally allow for nil or empty strings with validates_numericality_o... | David Heinemeier Hansson | 2005-03-14 | 1 | -56/+46 |
* | Added validates_numericality_of #716 [skanthak/c.r.mcgrath] | David Heinemeier Hansson | 2005-03-06 | 1 | -42/+76 |
* | Finished polishing API docs | David Heinemeier Hansson | 2005-02-23 | 1 | -1/+3 |
* | Fixed that when using validation macros with a custom message, if you happene... | David Heinemeier Hansson | 2005-02-22 | 1 | -3/+11 |
* | Added validates_each that validates each specified attribute against a block ... | David Heinemeier Hansson | 2005-02-18 | 1 | -181/+254 |
* | Addded validation for validate all the associated objects before declaring fa... | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+3 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -3/+3 |
* | Fixed documentation #538 | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Replaced === checks with is_a? checks #502, #82 [Marcel Molina] | David Heinemeier Hansson | 2005-01-20 | 1 | -2/+2 |
* | Added validates_associated that enables validation of objects in an unsaved a... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+33 |
* | Fixed Base#update_attribute to be indifferent to whether a string or symbol i... | David Heinemeier Hansson | 2005-01-06 | 1 | -1/+1 |
* | Fixed #406 for real | David Heinemeier Hansson | 2005-01-04 | 1 | -2/+2 |
* | Fixed that validates_uniqueness_of used 'id' instead of defined primary key #406 | David Heinemeier Hansson | 2005-01-04 | 1 | -2/+2 |
* | Fixed quoting in validates_format_of that would allow some rules to pass rega... | David Heinemeier Hansson | 2004-12-31 | 1 | -1/+1 |
* | Added scope option to validation_uniqueness #349 [Kent Sibilev] | David Heinemeier Hansson | 2004-12-22 | 1 | -2/+7 |
* | Added allow_nil options to validates_inclusion_of so that validation is only ... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+7 |
* | Fixed that overriding an attribute's accessor would be disregarded by add_on_... | David Heinemeier Hansson | 2004-12-22 | 1 | -4/+9 |
* | Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ... | David Heinemeier Hansson | 2004-12-21 | 1 | -4/+6 |
* | Reworded a few doc things for better comprehension [dblack] | David Heinemeier Hansson | 2004-12-19 | 1 | -3/+3 |
* | Fixed small doc bug [dblack] | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+1 |
* | Made the last tweaks before 0.9 | David Heinemeier Hansson | 2004-12-16 | 1 | -3/+2 |
* | Updated and added more documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -31/+28 |
* | Added Base.validates_inclusion_of | David Heinemeier Hansson | 2004-12-16 | 1 | -10/+64 |
* | Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi... | David Heinemeier Hansson | 2004-12-16 | 1 | -12/+12 |
* | Added Base.validates_inclusion_of that validates whether the value of the spe... | David Heinemeier Hansson | 2004-12-16 | 1 | -0/+23 |
* | Added Base.validates_format_of that Validates whether the value of the specif... | David Heinemeier Hansson | 2004-12-16 | 1 | -6/+28 |
* | Added Base.default_error_messages as a hash of all the error messages used in... | David Heinemeier Hansson | 2004-12-15 | 1 | -9/+22 |
* | Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ... | David Heinemeier Hansson | 2004-12-15 | 1 | -18/+37 |
* | Insignificante... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+1 |
* | Changed validate_* to validates_*_of, so validate_acceptance becomes validate... | David Heinemeier Hansson | 2004-12-15 | 1 | -56/+27 |