.. |
locale
|
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
|
2009-03-20 21:45:13 +00:00 |
serializers
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -05:00 |
state_machine
|
Add simple support for ActiveModel's StateMachine for ActiveRecord
|
2009-08-04 11:03:57 -05:00 |
validations
|
added proc and symbol support to validates_numericality_of [#3049 state:resolved]
|
2009-08-31 13:35:14 -05:00 |
attribute_methods.rb
|
AMo overrides alias_attribute and manages aliasing all known attribute method matchers
|
2009-08-10 11:58:44 -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 |
dirty.rb
|
I added this feature so that a Map of changed fields could be retrieved
|
2009-08-31 12:50:27 -05:00 |
errors.rb
|
Use send instead of instance_eval
|
2009-08-06 00:11:28 +01:00 |
lint.rb
|
Initial AMo Lint implementation
|
2009-08-29 01:49:18 -05:00 |
naming.rb
|
Add support for error_messages_for(@obj)
|
2009-07-28 19:06:14 -07:00 |
observing.rb
|
Kill AMo observing wrap_with_notifications since ARes was only using it
|
2009-09-02 11:44:36 -05:00 |
serialization.rb
|
Break up concerns for choosing what attributes should be serialized and the actual serializer
|
2009-08-13 22:27:36 -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
|
Use send instead of instance_eval
|
2009-08-06 00:11:28 +01:00 |
validations_repair_helper.rb
|
Use AS::Concern in ActiveModel
|
2009-05-30 09:35:24 -05:00 |
version.rb
|
License, version, and gemspec for ActiveModel. Ship it!
|
2009-08-31 19:09:16 -05:00 |