1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model
James Hill cfd421daa2 Allow validations to use values from custom readers [#2936 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-08-05 11:45:01 -05:00
..
locale Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations 2009-03-20 21:45:13 +00:00
serializers Dasherize XML root by default to avoid invalid tags "<admin/posts>...</admin/posts>" [#2875 state:resolved] 2009-07-22 21:06:34 -05:00
state_machine Add simple support for ActiveModel's StateMachine for ActiveRecord 2009-08-04 11:03:57 -05:00
validations Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
attribute_methods.rb Extract generic attribute method generation to AMo 2009-08-04 23:36:05 -05:00
conversion.rb AMo conversion helper 2009-07-21 00:51:57 -05:00
deprecated_error_methods.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
errors.rb Allow validations to use values from custom readers [#2936 state:resolved] 2009-08-05 11:45:01 -05:00
naming.rb Add support for error_messages_for(@obj) 2009-07-28 19:06:14 -07:00
observing.rb Improve AMo observing docs 2009-07-21 00:11:26 -05:00
serializer.rb Integrate AMo JSON serializer into AR 2009-07-03 23:12:42 -05:00
state_machine.rb Add simple support for ActiveModel's StateMachine for ActiveRecord 2009-08-04 11:03:57 -05:00
test_case.rb Move relevant validation tests from Active Record to Active Model 2009-03-20 15:07:49 +00:00
validations.rb Allow validations to use values from custom readers [#2936 state:resolved] 2009-08-05 11:45:01 -05:00
validations_repair_helper.rb Use AS::Concern in ActiveModel 2009-05-30 09:35:24 -05:00