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
Aaron Patterson b652aa8121 cleaning up a bunch of method already defined warnings [#4209 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
2010-03-17 13:56:33 -07:00
..
locale Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files. 2010-01-07 15:31:49 +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
validations Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00
attribute_methods.rb cleaning up a bunch of method already defined warnings [#4209 state:resolved] 2010-03-17 13:56:33 -07:00
callbacks.rb Merge docrails 2010-01-17 03:26:20 +05:30
conversion.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
deprecated_error_methods.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
dirty.rb fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07:00
errors.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
lint.rb ActiveModel::Lint should not require our models to respond to id. 2010-02-28 11:39:39 +01:00
naming.rb Adds #key and #to_param to the AMo interface 2010-02-19 23:31:25 -08:00
observing.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
serialization.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
validations.rb Accept array of attributes as arg also, like 2.3 2010-02-25 13:07:48 -08:00
validator.rb Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00