| Commit message (Expand) | Author | Age | Files | Lines |
* | :if should not fire on validations when not in context with :on | Aditya Sanghi | 2011-04-29 | 1 | -0/+14 |
* | Add additional tests for AM::ObserverArray that I had missed yesterday. | Myron Marston | 2011-04-28 | 1 | -1/+50 |
* | Fix bug with AM::Observer disablement. | Myron Marston | 2011-04-28 | 1 | -0/+10 |
* | Revert "Revert "Handle enabling/disabling observers at different levels of th... | Myron Marston | 2011-04-28 | 1 | -0/+39 |
* | Revert "Handle enabling/disabling observers at different levels of the class ... | José Valim | 2011-04-28 | 1 | -39/+0 |
* | Handle enabling/disabling observers at different levels of the class hierarchy. | Myron Marston | 2011-04-28 | 1 | -0/+39 |
* | Allow observers to be enabled and disabled. | Myron Marston | 2011-04-28 | 3 | -0/+154 |
* | AM mass assignment security attr_accessible and attr_protected now allow for ... | Josh Kalderimis | 2011-04-24 | 3 | -11/+50 |
* | bcrypt will encrypt anything, so validate_presence_of would not catch nil / b... | Aaron Patterson | 2011-04-14 | 1 | -0/+12 |
* | No need to rescue here. Invoking the wrong method in an object can happen any... | José Valim | 2011-04-11 | 3 | -34/+0 |
* | Revert "Add :use_include option to allow user to explicitly use `Range#includ... | José Valim | 2011-04-11 | 2 | -19/+0 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Add :use_include option to allow user to explicitly use `Range#include?` meth... | Prem Sichanugrist | 2011-04-10 | 2 | -0/+19 |
* | Add support for proc or lambda as an option for InclusionValidator, Exclusion... | Prem Sichanugrist | 2011-04-10 | 3 | -0/+82 |
* | Rename test directory to match code directory | John Firebaugh | 2011-04-06 | 2 | -0/+0 |
* | Do not in place modify what table_name returns | Santiago Pastorino | 2011-03-22 | 1 | -11/+0 |
* | define_attr_method should be able to define methods that returns nil | Santiago Pastorino | 2011-03-17 | 1 | -0/+2 |
* | dup strings on return so that in place modifications do not break anything. ... | Aaron Patterson | 2011-03-17 | 1 | -0/+11 |
* | define_attr_method correctly defines methods with invalid identifiers | Santiago Pastorino | 2011-03-16 | 1 | -2/+4 |
* | Add a define_attr_method test | Santiago Pastorino | 2011-03-16 | 1 | -0/+13 |
* | Add test for define_attr_method using as name an invalid identifier | Santiago Pastorino | 2011-03-16 | 1 | -0/+13 |
* | Add test for define_attribute_method using as name an invalid identifier | Santiago Pastorino | 2011-03-16 | 1 | -3/+26 |
* | Refactor length validation | Santiago Pastorino | 2011-03-12 | 1 | -3/+3 |
* | length validation for fixnums | Andriy Tyurnikov | 2011-03-12 | 1 | -0/+11 |
* | Active Model typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
* | Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco... | Alexander Uvarov | 2011-03-01 | 1 | -3/+7 |
* | Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]" | Santiago Pastorino | 2011-02-27 | 2 | -24/+0 |
* | failing test for i18n key collision with namespaced models | Santiago Pastorino | 2011-02-27 | 2 | -0/+11 |
* | Change validates inclusion to use cover? for Ranges in ruby 1.9 [#6453 state:... | Frederick Cheung | 2011-02-18 | 1 | -0/+9 |
* | Override attributes_protected_by_default when has_secure_password is called. | Tsutomu Kuroda | 2011-02-09 | 3 | -0/+32 |
* | implementing include? on AM::Errors | Aaron Patterson | 2011-02-09 | 1 | -0/+6 |
* | Find all validators for multiple attributes | Carl Lerche | 2011-02-05 | 1 | -0/+18 |
* | Optionally pass in the attribute being validated to an instance method validator | Carl Lerche | 2011-02-05 | 2 | -0/+13 |
* | Be able to pass a validator method to #validates | Carl Lerche | 2011-02-05 | 2 | -0/+16 |
* | Provide a way to specify alternate option keys for validates | Carl Lerche | 2011-02-05 | 2 | -0/+15 |
* | Do not require that validation attributes be specified as symbols | Carl Lerche | 2011-02-05 | 1 | -0/+11 |
* | allow spaces and other characters in attribute names [#4725 state:resolved] | Caleb Land | 2011-02-03 | 1 | -0/+30 |
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public... | John Firebaugh | 2011-01-31 | 1 | -2/+2 |
* | psych does not emit a space after the tag | Aaron Patterson | 2011-01-21 | 1 | -1/+1 |
* | fix difference between behaviour of blank and empty | Hemant Kumar | 2011-01-05 | 1 | -0/+6 |
* | Tests and docs which explain the use of validate with a block and without arg... | Santiago Pastorino | 2010-12-19 | 1 | -1/+9 |
* | Remove weak_passwords list and the length/strong password validator, leave th... | Santiago Pastorino | 2010-12-19 | 1 | -49/+1 |
* | Add set_weak_passwords call in alignment with set_table_name. | Mikel Lindsaar | 2010-12-19 | 1 | -0/+5 |
* | Added ability to specify which passwords you want as weak passwords | Mikel Lindsaar | 2010-12-19 | 1 | -11/+31 |
* | Make password messages translatable. | José Valim | 2010-12-19 | 1 | -1/+1 |
* | Avoid warnings and fix small typo on SecurePassword. | José Valim | 2010-12-19 | 1 | -1/+3 |
* | BCrypt does its own salting, lovely! | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+11 |
* | Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword... | David Heinemeier Hansson | 2010-12-18 | 2 | -0/+50 |
* | This is not an executable file | Santiago Pastorino | 2010-12-16 | 1 | -0/+0 |
* | Add support for namespaced validators | Samuel Kadolph | 2010-12-16 | 2 | -0/+14 |