| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed validates_numericality_of to work with overrided getter-method when :al... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+7 |
* | Clarified intentions of validates_associated #870 | David Heinemeier Hansson | 2005-07-02 | 1 | -1/+11 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 1 | -2/+2 |
* | Fixed that validations didn't respecting custom setting for too_short, too_lo... | David Heinemeier Hansson | 2005-06-25 | 1 | -0/+9 |
* | Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje... | David Heinemeier Hansson | 2005-05-21 | 1 | -3/+8 |
* | Added the :if option to all validations that can either use a block or a meth... | David Heinemeier Hansson | 2005-05-21 | 1 | -2/+65 |
* | Fixed that validate_length_of lost :on option when :within was specified #119... | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+42 |
* | Added validates_exclusion_of as a negative of validates_inclusion_of | David Heinemeier Hansson | 2005-04-24 | 1 | -0/+7 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+1 |
* | Added Base.save! that attempts to save the record just like Base.save but wil... | David Heinemeier Hansson | 2005-04-18 | 1 | -0/+5 |
* | Added the option to specify the acceptance string in validates_acceptance_of ... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+11 |
* | Added optionally allow for nil or empty strings with validates_numericality_o... | David Heinemeier Hansson | 2005-03-14 | 1 | -16/+16 |
* | Added validates_numericality_of #716 [skanthak/c.r.mcgrath] | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+38 |
* | Fixed that when using validation macros with a custom message, if you happene... | David Heinemeier Hansson | 2005-02-22 | 1 | -0/+82 |
* | Added validates_each that validates each specified attribute against a block ... | David Heinemeier Hansson | 2005-02-18 | 1 | -39/+130 |
* | Addded validation for validate all the associated objects before declaring fa... | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+17 |
* | Added validates_associated that enables validation of objects in an unsaved a... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+21 |
* | 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 | -0/+19 |
* | Added allow_nil options to validates_inclusion_of so that validation is only ... | David Heinemeier Hansson | 2004-12-22 | 1 | -0/+8 |
* | Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ... | David Heinemeier Hansson | 2004-12-21 | 1 | -4/+18 |
* | Set a high default salary within the validation range | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+1 |
* | Added Developer#salary for the type tests | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+0 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 1 | -1/+8 |
* | Added Base.validates_inclusion_of | David Heinemeier Hansson | 2004-12-16 | 1 | -14/+119 |
* | 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 | -2/+19 |
* | Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+14 |
* | Changed validate_* to validates_*_of, so validate_acceptance becomes validate... | David Heinemeier Hansson | 2004-12-15 | 1 | -5/+8 |
* | fixtures :models will now also attempt to include the model.rb file | David Heinemeier Hansson | 2004-12-14 | 1 | -4/+0 |
* | Options for the new validation methods are now given as a hash | David Heinemeier Hansson | 2004-12-10 | 1 | -1/+1 |
* | Added Base.validate_uniqueness thatv alidates whether the value of the specif... | David Heinemeier Hansson | 2004-12-10 | 1 | -0/+18 |
* | Added Base.validate_presence as an alternative to implementing validate and d... | David Heinemeier Hansson | 2004-12-10 | 1 | -7/+20 |
* | Fixed Base.errors to be indifferent as to whether strings or symbols are used. | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+15 |
* | Added Base.validate_confirmation that encapsulates the pattern of wanting to ... | David Heinemeier Hansson | 2004-12-09 | 1 | -9/+12 |
* | Added Base.validate_confirmation that encapsulates the pattern of wanting to ... | David Heinemeier Hansson | 2004-12-09 | 1 | -4/+22 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+126 |