1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/cases
2010-11-19 16:26:09 -08:00
..
mass_assignment_security Avoid interpreted as grouped expression warnings 2010-07-11 02:55:38 -03:00
serializeration Allowing to_xml :camelize option to be set to :lower to enable lower-camelcase tags [#5903 state:resolved] 2010-11-03 10:43:45 -07:00
validations Properly interpolate i18n keys in modules [#5572 state:resolved] 2010-09-24 20:41:12 +02:00
attribute_methods_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
callbacks_test.rb after_create in ActiveModel should in the order specified 2010-09-27 23:11:31 +02:00
conversion_test.rb
dirty_test.rb Remove or fix non-working examples and add a few tests to Dirty [#5185 state:resolved] 2010-08-03 10:47:30 +02:00
errors_test.rb adding test cases for ActiveModel::Errors 2010-08-03 10:46:16 +02:00
helper.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -08:00
lint_test.rb
mass_assignment_security_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
naming_test.rb Test to_model being called in ActiveModel::Naming helpers 2010-10-04 21:26:42 +02:00
observing_test.rb Fix Active Model observer tests 2010-04-16 13:14:52 -07:00
serialization_test.rb adding new test for ActiveModel::Serialization 2010-08-31 17:45:03 +02:00
translation_test.rb Don't act destructively on ActiveModel::Name#human options hash. [#5366 state:resolved] 2010-09-25 10:59:54 +02:00
validations_test.rb Remove deprecations in ActiveModel. 2010-08-29 20:45:34 -03:00