.. |
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
|
Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed.
|
2009-09-08 10:26:39 -05:00 |
attribute_methods.rb
|
Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts
|
2009-12-06 18:22:09 -08: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
|
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
|
2009-10-20 17:52:32 -07:00 |
lint.rb
|
Rewrite ActiveModel::Lint as a simple TU mixin
|
2009-10-07 09:24:51 -05:00 |
naming.rb
|
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
|
2009-10-20 17:52:32 -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 |
translation.rb
|
Uses Hash#reverse_merge
|
2009-11-13 10:31:05 -08:00 |
validations.rb
|
All AMo modules are safe to defer
|
2009-12-22 17:39:41 -06:00 |
validations_repair_helper.rb
|
Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed.
|
2009-09-08 10:26:39 -05:00 |
validator.rb
|
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
|
2009-10-20 17:52:32 -07:00 |
version.rb
|
License, version, and gemspec for ActiveModel. Ship it!
|
2009-08-31 19:09:16 -05:00 |