aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Edit pass on `has_secure_password` documentation [ci skip]Godfrey Chan2014-06-141-5/+6
* [ci skip] Update #has_secure_password docsAkshay Vishnoi2014-06-141-6/+9
* Use `@existing_user` while updating existing user, fixing - #ee4e86Akshay Vishnoi2014-06-141-6/+6
* Cleaned up the `has_secure_password` test casesGodfrey Chan2014-06-141-33/+29
* Added changelog for #15708 [ci skip]Godfrey Chan2014-06-141-0/+7
* SecurePassword - Validate password must be less than or equal to 72Akshay Vishnoi2014-06-142-0/+34
* Merge pull request #15690 from deeeki/activemodel_model_docArthur Nogueira Neves2014-06-131-3/+3
|\
| * [ci skip] Clarify ActiveModel::Model docsdeeeki2014-06-141-3/+3
* | [ci skip] correct docs for conversionAditya Kapoor2014-06-111-5/+12
|/
* [ci skip] add tests for ActionModel::ConversionAditya Kapoor2014-06-111-0/+4
* fix typo in changelog [ci skip]Vijay Dev2014-06-111-1/+1
* Merge pull request #15635 from kuldeepaggarwal/add-missing-changelogYves Senn2014-06-111-0/+6
|\
| * add missing changelog entry. refer [#16db90d] [ci skip]Kuldeep Aggarwal2014-06-111-0/+4
|/
* remove depricated Validatior#setupKuldeep Aggarwal2014-06-102-37/+0
* Feature requests should be made on the mailing list, not submitted toZachary Scott2014-06-011-1/+6
* [ci skip] Include ActiveModel::Model in a class instead of inheritingAkshay Vishnoi2014-05-301-2/+3
* Name#model_name doesn't return a String objectShunsukeAida2014-05-302-2/+2
* Merge pull request #15154 from msgehard/move_password_fieldRafael Mendonça França2014-05-201-2/+2
|\
| * Put attr_reader in with all of the other instance methodsMike Gehard2014-05-171-2/+2
* | Let others know why this code is hereMike Gehard2014-05-181-0/+1
|/
* formatting pass through CHANGELOGS. [ci skip]Yves Senn2014-05-161-1/+1
* Add singular and plural form for some validation messagesAbd ar-Rahman Hamidi2014-05-023-6/+28
* Enhance a bit a few changelog entries [ci skip]Robin Dupret2014-05-021-1/+2
* Autoload ActiveModel::StrictValidationFailedhakanensari2014-04-161-0/+1
* add missing parentheses to validates_with documentation [skip ci]Steve Agalloco2014-04-041-1/+1
* Fix warning for overshadowing XML variableMusannif Zahir2014-03-281-2/+2
* Adds explanation of :base attribute to errors.addDavid Underwood2014-03-271-0/+7
* Add CHANGELOG to Active Model too [ci skip]Rafael Mendonça França2014-03-271-0/+6
* ActiveRecord/ActiveModel '#validate' alias for 'valid?'Henrik Nyh2014-03-272-0/+13
* comment why we are modifying global state. [ci skip]Yves Senn2014-03-111-0/+1
* Completely remove potential global state leaks in ActiveModel tests.Zuhao Wan2014-03-117-110/+136
* Merge pull request #14315 from zuhao/activemodel_tests_in_random_orderYves Senn2014-03-094-13/+39
|\
| * Run ActiveModel test suites in random order.Zuhao Wan2014-03-104-13/+39
* | Fix errors for four of the code samplesPeter Markou2014-03-081-30/+49
* | Tests for indifferent access using full_messages_for. Closes #11916Pavel Penkov2014-03-081-0/+7
|/
* Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* Fix some validators when used on model instanceEric Hutzelman2014-02-263-2/+6
* Pass strings to demodulize methodCarlos Antonio da Silva2014-02-261-1/+1
* pass the class name to `tableize`Aaron Patterson2014-02-261-1/+1
* Bump version of bcrypt gemT.J. Schuck2014-02-251-4/+4
* Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-72/+1
* update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
* Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+1
|\
| * Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
* | add test coverage for activemodel Dirty#reset_changesDmitry Polushkin2014-02-091-0/+19
* | `#to_param` returns `nil` if `to_key` returns `nil`. Closes #11399.Yves Senn2014-02-043-1/+15
* | tidy CHANGELOGs [ci skip]Yves Senn2014-01-301-2/+5
* | use the new clear_validators! api everywhere to reset validators in testsKuldeep Aggarwal2014-01-281-1/+1
* | Fix doc markup of clear_validators!Carlos Antonio da Silva2014-01-271-2/+2
* | Use the new clear_validators! api to reset validators in testsCarlos Antonio da Silva2014-01-2716-42/+33