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/validations
Lawrence Pit 9bd91b00b8 Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-03 13:37:32 +02:00
..
acceptance_validation_test.rb No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there. 2009-12-23 13:30:58 +01:00
conditional_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
confirmation_validation_test.rb No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there. 2009-12-23 13:30:58 +01:00
exclusion_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
format_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
i18n_generate_message_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
i18n_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
inclusion_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
length_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
numericality_validation_test.rb Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
presence_validation_test.rb Accept array of attributes as arg also, like 2.3 2010-02-25 13:07:48 -08:00
validates_test.rb Fix typo by renaming :genre to :gender. 2010-01-09 00:18:07 +01:00
with_validation_test.rb Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00