aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test
Commit message (Expand)AuthorAgeFilesLines
* fixed some issues with JSON encodingJakub Suder2010-09-071-0/+27
* Prepared ActiveModel::Naming to handle cases for namespaced isolated enginesPiotr Sarnacki2010-09-032-0/+112
* adding new test for ActiveModel::SerializationNeeraj Singh2010-08-311-0/+45
* Remove deprecations in ActiveModel.José Valim2010-08-291-36/+0
* after_validation should be called irrespective of the result of validation.Neeraj Singh2010-08-202-0/+11
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-3/+3
* Adding missing required statementSubba Rao Pasupuleti2010-08-141-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-148-18/+17
* no callbacks should be created for empty array [#5289 state:resolved]Subba Rao Pasupuleti2010-08-121-0/+14
* Add missing ActiveModel::Validations requireGreg Campbell2010-08-121-1/+0
* Failing test for validates_length_of, when both too_short and too_long messag...rohit2010-08-031-0/+14
* Remove or fix non-working examples and add a few tests to Dirty [#5185 state:...Tore Darell2010-08-031-5/+85
* adding test cases for ActiveModel::ErrorsNeeraj Singh2010-08-031-0/+65
* ActiveModel::Errors json serialization to work as Rails 3b4 [#5254 state:reso...Alex Le2010-08-022-4/+20
* Reuse already existing classes for ActiveModel tests.José Valim2010-07-214-63/+44
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-0/+63
* Avoid interpreted as grouped expression warningsSantiago Pastorino2010-07-112-4/+4
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-086-0/+232
* Missing BigDecimal dependencyJeremy Kemper2010-06-271-0/+2
* Work around the fact the JSON gem was overwriting to_json implementation for ...José Valim2010-06-262-7/+16
* Regression with how base errors messages are added to a model. Works correctl...Josh Kalderimis2010-06-231-3/+18
* should be able to run ActiveModel validations_test [#4933 state:resolved]Neeraj Singh2010-06-221-0/+1
* Avoid method redefined warningSantiago Pastorino2010-06-221-1/+2
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-212-379/+210
* ActiveModel::Validations::Callbacks should not be required by default.José Valim2010-06-191-0/+1
* moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-0/+76
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-081-15/+21
* Fix xml serialization test [#4650 state:resolved]Anil Wadghule2010-05-191-2/+5
* Use better assertion methods for testingNeeraj Singh2010-05-194-5/+5
* Add a valid hex that shouldn't be valid to ActiveModel numericality tests [#4...rohit2010-05-181-1/+1
* Valid hex strings aren't valid float column values, to match the integer rest...Jeremy Kemper2010-05-171-1/+1
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-162-3/+3
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-152-73/+73
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-152-73/+73
* validation macros can now be used within an instanceJosh Kalderimis2010-05-132-0/+25
* Revert "Refactor of active_model/naming.rb and allow collection and element t...Santiago Pastorino2010-05-121-30/+0
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-2/+2
* Refactor of active_model/naming.rb and allow collection and element to be wri...Santiago Pastorino2010-05-121-0/+30
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-0918-128/+12
* removed an old unused model in the AMo tests which also removes another AR de...Josh Kalderimis2010-05-099-14/+0
* removed use of AR in AMo tests and removed testing of scopes (:on) in individ...Josh Kalderimis2010-05-0814-289/+240
* Active Model JSON serializer now supports custom root optionJatinder Singh2010-05-041-0/+16
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-038-37/+37
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-302-0/+16
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-2/+5
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-9/+9
* Fix Active Model observer testsJeremy Kemper2010-04-161-2/+0
* Re-define empty? for errors to check if the values inside the OrderedHash are...Ryan Bigg2010-04-101-0/+6
* errors.rb needs to be declared as UTF-8 [#3941 state:resolved]Aaron Patterson2010-04-021-0/+10
* Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...Sam Pohlenz2010-04-011-1/+0