aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding tests for ActiveModel::ModelAttila Domokos2013-01-121-0/+6
* | Covering untested methods for ActiveModel::ErrorsAttila Domokos2013-01-101-0/+53
|/
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Add CHANGELOG entry for #8622Rafael Mendonça França2012-12-261-2/+2
* Revert the change at ActiveModel::Errors#add_on_blank and fix in theRafael Mendonça França2012-12-261-5/+5
* Tests and fix for validates_presence of :allow_nil, :allow_blankColin Kelley2012-12-261-0/+34
* chmod -x from non-script filesAkira Matsuda2012-12-241-0/+0
* Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...Roberto Vasquez Angel2012-12-151-0/+67
* Actually test that ActiveModel::Errors#add defaults to :invalid.Renato Mascarenhas2012-12-011-1/+1
* Call `full_messages` instead of `to_a` in its spec.Renato Mascarenhas2012-12-011-2/+1
* Reset attributes should not report changes.Renato Mascarenhas2012-12-011-2/+1
* Simplify keys order test for as_json in Active ModelCarlos Antonio da Silva2012-11-301-4/+1
* Remove observers and sweepersRafael Mendonça França2012-11-283-428/+0
* Specify type of singular association during serializationSteve Klabnik2012-11-281-2/+10
* Merge pull request #7282 from xHire/validates_length_of_fixRafael Mendonça França2012-11-261-0/+39
|\
| * Length validation handles correctly nil. Fix #7180Michal Zima2012-11-261-0/+39
* | Merge pull request #8320 from senny/active_model_log_folderCarlos Antonio da Silva2012-11-261-0/+1
|\ \
| * | log output from activemodel's railtie_test directly to STDOUTYves Senn2012-11-261-0/+1
| |/
* / Require active_model/railtie directly instead of rails/allCarlos Antonio da Silva2012-11-261-3/+3
|/
* Use secure password min cost option in its own tests for a speed upCarlos Antonio da Silva2012-11-211-2/+10
* Use BCrypt's MIN_COST in the test environment for speedier testsTrevor Turk2012-11-142-1/+40
* use Array() instead flattenVasiliy Ermolovich2012-11-052-21/+39
* Raise ArgumentError when no attribute is given to AMo::EachValidatorCarlos Antonio da Silva2012-11-041-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-032-13/+13
|\
| * convert comments to 1.9 hash syntaxAvnerCohen2012-10-222-13/+13
* | Add test for code change introduced in this commit f20032fCédric FABIANSKI2012-10-291-0/+9
* | fix failing isolated testsFrancesco Rodriguez2012-10-261-0/+1
* | AM::Serializers::Xml depends on AM::NamingFrancesco Rodriguez2012-10-263-4/+0
|/
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Revert "Merge pull request #7826 from sikachu/master-validators-kind"Rafael Mendonça França2012-10-021-8/+0
* Make `.validators_on` accept `:kind` optionPrem Sichanugrist2012-10-021-0/+8
* attr_accessible and attr_protected raise an exception pointing to use plugin ...Guillermo Iguaran2012-09-162-0/+19
* Don't use assert_nothing_raised when assert_equal is usedGuillermo Iguaran2012-09-161-8/+2
* Rename ForbiddenAttributes exception to ForbiddenAttributesErrorGuillermo Iguaran2012-09-161-1/+1
* Change AMo::ForbiddenAttributesProtection tests to use a subclass of Hash ins...Guillermo Iguaran2012-09-161-8/+18
* Remove MassAssignmentSecurity from ActiveModelGuillermo Iguaran2012-09-1611-347/+11
* Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gemGuillermo Iguaran2012-09-162-0/+39
* Update Active Model xml serialization test to reflect a change in builderCarlos Antonio da Silva2012-09-071-1/+1
* Fix method redefined warnings.kennyj2012-08-292-0/+6
* Accept a symbol for `:in` option on inclusion and exclusion validatorsGabriel Sobrinho2012-08-242-0/+44
* Fix ActiveModel tests that depend on run orderFrancesco Rodriguez2012-08-231-6/+4
* Merge pull request #7024 from bogdan/strict_validation_custom_exceptionRafael Mendonça França2012-08-161-0/+9
|\
| * AM::Validation#validates: ability to pass custom exception to `:strict` optionBogdan Gusiev2012-08-061-0/+9
* | Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-131-1/+37
|/
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* has_secure_password should not raise a 'digest missing' error if the calling ...Robby Grossman2012-07-312-0/+19
* fix typo in callbacks testAccessd2012-07-241-2/+2
* Don't pass `:within` option to the i18nRafael Mendonça França2012-07-201-0/+22
* `validates_inclusion_of` and `validates_exclusion_of` now acceptRafael Mendonça França2012-07-202-0/+20
* Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributesRafael Mendonça França2012-06-221-0/+9
|\