aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations.rb
Commit message (Expand)AuthorAgeFilesLines
...
* translates when a message symbol has been set on builtin validationsIain Hecker2008-08-311-1/+2
* Make case insensitive validates_uniqueness_of use unicode aware downcase method.Eugene Pimenov2008-08-291-1/+1
* Merge branch 'master' into i18nSven Fuchs2008-08-211-5/+4
|\
| * Fixed validates_uniqueness_of with decimal columnsTarmo Tänav2008-08-151-5/+4
* | Custom error messages scope improvedIain Hecker2008-08-211-14/+14
* | Added :value as interpolation variable available to error messagesIain Hecker2008-08-201-8/+10
* | Introduced AR::Base.human_name to validationsIain Hecker2008-08-201-1/+1
* | Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-55/+65
* | provide more useful feedback on missing translations for validation error mes...Sven Fuchs2008-08-131-1/+1
* | update i18n usage for pluralization hashes (api change)Sven Fuchs2008-08-101-1/+1
|/
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* validates_uniqueness_of uses database case sensitivity support instead of usi...Tarmo Tänav2008-07-311-27/+15
* Cast value to string in validates_uniqueness_of if the column is of text typeTarmo Tänav2008-07-311-1/+7
* Ensure checked value is a string when validating case-sensitive uniqueness [#...Tom Ward2008-07-191-1/+1
* Merge branch 'master' into i18n-mergeJeremy Kemper2008-07-171-22/+22
|\
| * Merge with docrails.Pratik Naik2008-07-161-24/+24
* | missed to remove a call to to_s while resolving conflicts in validations.rbSven Fuchs2008-07-161-1/+1
* | merge forward to current rails/masterSven Fuchs2008-07-161-9/+14
|\|
| * Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resol...Chris Cherry2008-07-091-1/+1
| * Add :tokenizer option to validates_length_of. [#507 state:resolved]David Lowenfels2008-07-041-6/+10
* | Updated ActiveRecord::Errors#default_error_messages deprecation warning accor...Luca Guidi2008-07-071-1/+1
* | align with changes in i18nSven Fuchs2008-07-061-3/+2
* | use :default for human_attribute_nameSven Fuchs2008-07-041-1/+1
* | remove core extensions in favor of I18n#translate and I18n#localizeSven Fuchs2008-07-021-3/+3
* | rather cosmetic improvements of test coverageSven Fuchs2008-06-231-4/+4
* | incorporate #translate usage with several default keysSven Fuchs2008-06-211-3/+16
* | rename Backend::Simple#add_translations to set_translationsSven Fuchs2008-06-201-1/+1
* | make ActiveRecord::Errors.default_error_messages look up translated error mes...Sven Fuchs2008-06-191-26/+7
* | integrating I18n into RailsSven Fuchs2008-06-191-76/+108
|/
* Simplify ActiveRecord::Base#update_attributePratik Naik2008-06-071-9/+0
* Substitute value into validates_format_of messageJohn D. Hume2008-05-311-1/+1
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Fix validates_uniqueness_of for SQL keywords [#23 state:resolved]Alex MacCaw2008-05-111-1/+1
* Merge docrails:Pratik Naik2008-05-091-4/+4
* Improve documentation coverage and markupXavier Noria2008-05-021-108/+108
* Added block-setting of attributes for Base.create like Base.new already has (...David Heinemeier Hansson2008-04-301-2/+3
* Use define_callbacks helper for ActiveRecord validations.Joshua Peek2008-04-201-21/+5
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-2/+1
* Change validates_uniqueness_of :case_sensitive option default back to true (f...Rick Olson2008-04-101-2/+2
* Improve documentation.Pratik Naik2008-04-051-2/+2
* Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...Pratik Naik2008-03-311-6/+8
* Fix case-sensitive validates_uniqueness_of. Closes #11366 [miloops]Jeremy Kemper2008-03-311-19/+37
* Add :message option to validates_numericality_of. Closes #11456 [miloops, mde...Jeremy Kemper2008-03-311-1/+3
* Fixed that validates_size_of :within works in associations (closes #11295, #1...David Heinemeier Hansson2008-03-291-7/+5
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-8/+9
* Fix rdoc typo. Closes #11205 [wangchun]Jeremy Kemper2008-02-241-1/+1
* Show RecordInvalid in the documentation. References #10976 [kampers]Michael Koziarski2008-02-101-2/+2
* Remove misleading / incorrect warning from validation documentation. Closes ...Michael Koziarski2008-02-091-11/+0
* Make the docs reference the correct function. [Tobi Reif]Michael Koziarski2008-02-041-1/+1
* Add tests and documentation for allow_blank. Closes #10651 [blj]Michael Koziarski2008-01-261-0/+2