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
Jacob Atzen a5d637d86c ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 state:resolved]
Keep the Rails style of inject

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-03-27 10:48:32 +01: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 Adding documentation for ActiveModel::Serialization 2010-01-17 20:14:14 +11: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 Merge branch 'master' into docrails 2010-03-26 15:10:24 -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 ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 state:resolved] 2010-03-27 10:48:32 +01: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 Merge remote branch 'mainstream/master' 2010-03-12 16:00:01 +00: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 Remove reference to unexistent methods and fix typo. 2010-03-26 01:12:24 +01: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