rails/activemodel/lib/active_model
2010-09-09 14:37:58 -07:00
..
locale Added headings to serializers. 2010-06-14 13:59:55 +04:30
mass_assignment_security Add missing require to use Set 2010-07-11 02:55:47 -03:00
serializers fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
validations Refactoring conditional logic 2010-09-01 14:00:26 +02:00
attribute_methods.rb Fewer object allocations 2010-09-09 14:37:58 -07:00
callbacks.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
conversion.rb to_key should return all exists keys (if any exists), regardless if the object is persisted or not. If you need it to reflect persistance, you should use to_param. 2010-08-15 11:29:15 -03:00
dirty.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
errors.rb Remove deprecations in ActiveModel. 2010-08-29 20:45:34 -03:00
lint.rb to_key should return all exists keys (if any exists), regardless if the object is persisted or not. If you need it to reflect persistance, you should use to_param. 2010-08-15 11:29:15 -03:00
mass_assignment_security.rb Change documentation for ActiveModel::MassAssignmentSecurity a bit and make debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available. 2010-07-08 19:02:34 +02:00
naming.rb Fix docs related to param_key in ActiveModel::Naming 2010-09-05 18:14:37 +02:00
observing.rb reader method eliminates defined? checks 2010-09-01 13:59:53 +02:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
serialization.rb fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb Remove deprecations in ActiveModel. 2010-08-29 20:45:34 -03:00
validations.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
validator.rb Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00