| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
|/ / / |
|
* | | | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 1 | -1/+1 |
* | | | Clarify ActiveModel::Validator initialization in docs. | Henrik Nyh | 2013-02-09 | 1 | -0/+3 |
* | | | Missing require extract_options | Akira Matsuda | 2013-01-31 | 1 | -0/+2 |
* | | | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 2 | -3/+3 |
* | | | User Rails 4 find_by | robertomiranda | 2013-01-18 | 2 | -3/+3 |
* | | | Set default value to ActiveModel::Validator initializer attribute | Irio Irineu Musskopf Junior | 2013-01-09 | 1 | -1/+1 |
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | prefer american spelling of 'behavior' | Gosha Arinich | 2013-01-07 | 1 | -1/+1 |
* | | | Reduce number of Strings a bit | Akira Matsuda | 2013-01-07 | 2 | -3/+3 |
* | | | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -1/+1 |
|/ / |
|
* | | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 1 | -1/+1 |
* | | Revert the change at ActiveModel::Errors#add_on_blank and fix in the | Rafael Mendonça França | 2012-12-26 | 2 | -9/+3 |