| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13131 from gja/changed-accepts-values | Godfrey Chan | 2013-12-30 | 1 | -0/+10 |
|\ |
|
| * | Allows you to check if an attribute has changed to a particular value | Tejas Dinkar | 2013-12-15 | 1 | -0/+10 |
* | | Disable locale checks to avoid warnings in Active Model tests [ci skip] | Carlos Antonio da Silva | 2013-12-23 | 1 | -0/+3 |
* | | Unused classes in AMo tests | Akira Matsuda | 2013-12-19 | 1 | -11/+0 |
|/ |
|
* | Merge pull request #13273 from robertomiranda/test-remove-require | Guillermo Iguaran | 2013-12-11 | 1 | -1/+0 |
|\ |
|
| * | Remove require 'models/administrator', Administrator is not used in secure pa... | robertomiranda | 2013-12-11 | 1 | -1/+0 |
* | | Let validates_inclusion_of accept Time and DateTime ranges | Akira Matsuda | 2013-10-23 | 2 | -1/+23 |
* | | Use bcrypt's public cost attr, not internal constant | T.J. Schuck | 2013-10-10 | 1 | -0/+8 |
* | | Merge pull request #8791 from griffinmyers/master | Rafael Mendonça França | 2013-10-03 | 1 | -1/+16 |
|\ \ |
|
| * | | DirtyModel uses a hash to keep track of any changes made to attributes | William Myers | 2013-05-27 | 1 | -1/+16 |
* | | | Merge pull request #10816 from bogdan/less-dirty-dirty | Rafael Mendonça França | 2013-09-23 | 1 | -2/+1 |
* | | | use assert_empty in activemodel conditional validation test cases | Rajarshi Das | 2013-09-10 | 1 | -7/+7 |
* | | | fix actionview and activemodel test cases typos | Rajarshi Das | 2013-09-05 | 1 | -1/+1 |
* | | | remove unused instance variable | Rajarshi Das | 2013-08-23 | 1 | -2/+1 |
* | | | Dont' check for any order in hash since we aren't sorting it and this is dete... | Guillermo Iguaran | 2013-08-18 | 1 | -11/+0 |
* | | | Refactor serialization test for hash order | Guillermo Iguaran | 2013-08-18 | 1 | -7/+6 |
* | | | Avoid Skip in test, have a unified test for order | Gaurish Sharma | 2013-08-09 | 1 | -10/+7 |
* | | | Add tests for ActiveModel::Serializers::JSON#as_json ordering | Gaurish Sharma | 2013-08-09 | 1 | -1/+10 |
| |/
|/| |
|
* | | fix tests | Max Shytikov | 2013-07-30 | 1 | -1/+1 |
* | | Fix secure_password password_confirmation validations | Vladimir Kiselev | 2013-07-24 | 1 | -0/+5 |
* | | Remove redundant escapes from xml serialization test | Vipul A M | 2013-07-01 | 1 | -6/+6 |
* | | Remove deprecation warning from AttributeMethodsMatcher | Paul Nikitochkin | 2013-06-28 | 1 | -11/+0 |
* | | Remove deprecated attr_protected/accessible | Łukasz Strzałkowski | 2013-06-27 | 1 | -16/+0 |
* | | Merge pull request #10774 from chuckbergeron/validates-inclusion-of-accuracy-... | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+1 |
|\ \ |
|
| * | | Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#inclu... | Charles Bergeron | 2013-05-27 | 1 | -0/+1 |
* | | | ActiveModel::Model inclusion chain backward compatibility | Fred Wu | 2013-06-20 | 1 | -5/+15 |
* | | | Fixes AciveModel::Model with no ancestors, fixes #11004 | Fred Wu | 2013-06-19 | 1 | -2/+23 |
* | | | Fixed ActiveModel::Model's inclusion chain | Fred Wu | 2013-06-19 | 1 | -0/+12 |
* | | | Stub logger for tests | Andrey Koleshko | 2013-06-06 | 1 | -0/+4 |
* | | | Fix regression in has_secure_password. | Phil Calvin | 2013-05-30 | 1 | -0/+9 |
|/ / |
|
* | | deprecate Validator#setup (to get rid of a respond_to call). validators do th... | Nick Sutterer | 2013-05-23 | 2 | -23/+22 |
* | | Merge pull request #10527 from zenspider/squishy_minitest5 | Aaron Patterson | 2013-05-16 | 1 | -1/+0 |
|\ \ |
|
| * | | Updates to make rails 4 happy with minitest 5: | Ryan Davis | 2013-05-06 | 1 | -1/+0 |
* | | | callbacks are wrapped with lambdas | Aaron Patterson | 2013-05-10 | 1 | -1/+1 |
|/ / |
|
* | | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 25 | -309/+311 |
* | | Merge pull request #10286 from neerajdotname/fix-wrong-test-name-and-failure-... | Carlos Antonio da Silva | 2013-04-21 | 1 | -2/+2 |
|\ \ |
|
| * | | fix wrong test description and failure message | Neeraj Singh | 2013-04-21 | 1 | -2/+2 |
* | | | Added tests for if condition in Active Model callbacks | Neeraj Singh | 2013-04-21 | 1 | -0/+21 |
|/ / |
|
* | | Removed unused setup | Anupam Choudhury | 2013-04-09 | 1 | -4/+0 |
* | | Review some tests from AMo::Errors to remove "should" usage | Carlos Antonio da Silva | 2013-03-30 | 1 | -55/+35 |
* | | Merge pull request #8527 from shockone/patch-1 | Rafael Mendonça França | 2013-03-25 | 1 | -0/+20 |
|\ \ |
|
| * | | Add a method full_messages_for to the Errors class | shock_one | 2013-03-24 | 1 | -0/+20 |
* | | | Add Error#full_message test; Fix typos | Vipul A M | 2013-03-22 | 1 | -0/+1 |
|/ / |
|
* | | fix some typos found in activemodel | Vipul A M | 2013-03-18 | 3 | -4/+4 |
* | | Small typos here and there. | Vipul A M | 2013-03-15 | 3 | -4/+4 |
* | | `has_secure_password` is not invalid when assigning empty Strings. | Yves Senn | 2013-03-04 | 1 | -0/+6 |
* | | `validates_confirmation_of` does not override writer methods. | Yves Senn | 2013-03-04 | 1 | -0/+31 |
* | | added more accurate test for add_on_empty | Angelo capilleri | 2013-02-19 | 1 | -0/+7 |
* | | Take care of whitespaces and changing the hash syntax | Rafael Mendonça França | 2013-02-04 | 1 | -57/+56 |
* | | test for issue 8931 | David | 2013-02-02 | 1 | -0/+8 |