| Commit message (Expand) | Author | Age | Files | Lines |
* | Add :nodoc: to ActiveModel::SecurePassword.min_cost | Gaurish Sharma | 2013-08-29 | 1 | -1/+3 |
* | Fix: documentation for ActiveModel::Errors | Ryoji Yoshioka | 2013-08-05 | 1 | -4/+4 |
* | Fix secure_password password_confirmation validations | Vladimir Kiselev | 2013-07-24 | 1 | -2/+8 |
* | bcrypt-ruby stable is 3.1 | Burkhard Vogel-Kreykenbohm | 2013-07-17 | 1 | -3/+3 |
* | it's xml, not json | John Gesimondo | 2013-07-13 | 1 | -1/+1 |
* | eagerly initialize the attributes module to avoid check-then-set race conditions | Aaron Patterson | 2013-07-02 | 1 | -1/+4 |
* | remove wrong documentation from a :nodoc:'d method | Aaron Patterson | 2013-07-02 | 1 | -1/+0 |
* | the data structure used to store attribute aliases should not be exposed | Aaron Patterson | 2013-07-01 | 1 | -0/+10 |
* | fix typo in ActiveModel::Error docs [ci skip] | Steven Yang | 2013-06-30 | 1 | -1/+1 |
* | remove evals from AM::Validations::Callbacks | Steven Yang | 2013-06-30 | 1 | -1/+3 |
* | provide a more sementicthe local variables name for ActiveModel::Validations:... | Steven Yang | 2013-06-29 | 1 | -8/+8 |
* | Remove deprecation warning from AttributeMethodsMatcher | Paul Nikitochkin | 2013-06-28 | 1 | -8/+0 |
* | Remove deprecated attr_protected/accessible | Łukasz Strzałkowski | 2013-06-27 | 2 | -22/+0 |
* | Merge pull request #11054 from senny/11048_make_default_value_explicit | Carlos Antonio da Silva | 2013-06-27 | 1 | -4/+2 |
|\ |
|
| * | make default value for `:message` on `AM::Errors` explicit. | Yves Senn | 2013-06-22 | 1 | -4/+2 |
* | | Merge pull request #10774 from chuckbergeron/validates-inclusion-of-accuracy-... | Carlos Antonio da Silva | 2013-06-25 | 2 | -4/+5 |
|\ \ |
|
| * | | Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#inclu... | Charles Bergeron | 2013-05-27 | 2 | -4/+5 |
* | | | Fixing Issue #11083 | Akshay Khole | 2013-06-25 | 1 | -1/+1 |
* | | | Revert "Merge pull request #11053 from yangchenyun/mine" | José Valim | 2013-06-22 | 1 | -2/+0 |
| |/
|/| |
|
* | | Merge pull request #11053 from yangchenyun/mine | Yves Senn | 2013-06-22 | 1 | -0/+2 |
|\ \ |
|
| * | | add explicit AS dependencies for ActiveModel::Naming | Steven Yang | 2013-06-22 | 1 | -0/+2 |
* | | | ActiveModel::Model inclusion chain backward compatibility | Fred Wu | 2013-06-20 | 1 | -1/+1 |
* | | | Fixes AciveModel::Model with no ancestors, fixes #11004 | Fred Wu | 2013-06-19 | 1 | -1/+1 |
* | | | Fixed ActiveModel::Model's inclusion chain | Fred Wu | 2013-06-19 | 1 | -0/+2 |
|/ / |
|
* | | expose a few attribute changed methods | Aaron Patterson | 2013-06-11 | 1 | -10/+10 |
* | | remove some evals from callback conditionals | Aaron Patterson | 2013-06-11 | 2 | -2/+7 |
* | | fix ActiveModel::Validations.validators_on doc | Daichi Arai | 2013-06-10 | 1 | -1/+0 |
* | | Docfix: Use public interface instead of setting instance variables | Richard Livsey | 2013-06-07 | 1 | -1/+1 |
* | | Fix regression in has_secure_password. | Phil Calvin | 2013-05-30 | 1 | -4/+3 |
|/ |
|
* | deprecate Validator#setup (to get rid of a respond_to call). validators do th... | Nick Sutterer | 2013-05-23 | 4 | -12/+35 |
* | deprecating string based terminators | Aaron Patterson | 2013-05-14 | 2 | -2/+5 |
* | respond_to -> respond to in a message from AM::Lint | Xavier Noria | 2013-05-12 | 1 | -1/+1 |
* | Using define method instead of class eval when defining model callbacks. | wangjohn | 2013-05-08 | 1 | -18/+12 |
* | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 18 | -40/+40 |
* | rails/master is now 4.1.0.beta | Rafael Mendonça França | 2013-04-29 | 1 | -1/+1 |
* | Bump version to rc1 | David Heinemeier Hansson | 2013-04-29 | 1 | -1/+1 |
* | pass over the code comments | Xavier Noria | 2013-04-28 | 1 | -28/+32 |
* | Prefer find_by over dynamic finders in rdoc | Sam Ruby | 2013-04-02 | 2 | -8/+8 |
* | Improve changelog entry for ActiveModel::Errors#full_messages_for [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -2/+0 |
* | Add a method full_messages_for to the Errors class | shock_one | 2013-03-24 | 1 | -0/+14 |
* | Merge pull request #8501 from charliesome/version-to-s | Rafael Mendonça França | 2013-03-23 | 1 | -6/+7 |
|\ |
|
| * | Add version method to top level modules | Charlie Somerville | 2013-03-21 | 1 | -6/+7 |
* | | Remove exception variable from rescue block | Carlos Antonio da Silva | 2013-03-22 | 1 | -2/+2 |
* | | Change Standard error when is required bcrypt-ruby and fails | robertomiranda | 2013-03-21 | 1 | -2/+7 |
* | | Tidying up some require : removing useless sort and homogenizing with the res... | Intrepidd | 2013-03-20 | 1 | -4/+1 |
|/ |
|
* | The repair_validations helper was not working correctly before because | wangjohn | 2013-03-19 | 1 | -0/+43 |
* | Merge pull request #9545 from senny/9535_secure_password_blank | Rafael Mendonça França | 2013-03-07 | 2 | -3/+13 |
|\ |
|
| * | `has_secure_password` is not invalid when assigning empty Strings. | Yves Senn | 2013-03-04 | 1 | -2/+8 |
| * | `validates_confirmation_of` does not override writer methods. | Yves Senn | 2013-03-04 | 1 | -1/+5 |
* | | Small Typo | Lebin Sebastian F | 2013-03-04 | 1 | -1/+1 |
|/ |
|