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
2010-01-04 16:22:46 -06:00
..
locale Use activerecord.errors.format as in Rails 2.3.5. 2010-01-02 22:27:02 +01:00
serializers Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] 2010-01-03 22:02:10 -05:00
state_machine Add simple support for ActiveModel's StateMachine for ActiveRecord 2009-08-04 11:03:57 -05:00
validations ActiveRecord::Validations are now built on top of Validator as well. 2009-12-23 12:14:00 +01:00
attribute_methods.rb Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstream 2010-01-01 11:02:09 -08:00
callbacks.rb Move ActiveRecord callbacks implementation to ActiveModel and make use of it. 2009-12-28 16:19:23 -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 Use activerecord.errors.format as in Rails 2.3.5. 2010-01-02 22:27:02 +01:00
lint.rb Add naming to AMo::Lint 2010-01-02 22:27:02 +01:00
naming.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00
observing.rb Kill AMo observing wrap_with_notifications since ARes was only using it 2009-09-02 11:44:36 -05:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08: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 Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00
validations.rb Merge commit 'josevalim/validations' 2009-12-28 11:13:35 -08:00
validator.rb Add missing tests to Validators. 2010-01-03 17:14:50 +01:00
version.rb License, version, and gemspec for ActiveModel. Ship it! 2009-08-31 19:09:16 -05:00