rails--rails/activemodel/lib/active_model
José Valim 863de37b05 'unsecure' => 'insecure' 2010-12-19 09:37:08 +01:00
..
locale 'unsecure' => 'insecure' 2010-12-19 09:37:08 +01:00
mass_assignment_security Add missing require to use Set 2010-07-11 02:55:47 -03:00
serializers Take into account current time zone when serializing datetime values [#6096 state:resolved] 2010-12-09 09:01:49 +01:00
validations Add support for namespaced validators 2010-12-16 01:49:28 +05:30
attribute_methods.rb grammar fix 2010-11-27 19:56:08 +05:30
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 Perf: refactor methods using inject when not need in activemodel. 2010-09-22 18:08:03 -03:00
errors.rb ActiveModel::Errors.to_hash returns plain OrderedHash and used in to_json serialization to properly handle multiple errors per attribute [#5615 state:resolved] 2010-12-01 11:43:37 +01:00
lint.rb Move ActiveModel::Lint::Tests documentation to be above module declaration so it appears in the API docs for this module. 2010-12-09 18:16:18 +10: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 Added missing AS require to active_model/naming.rb 2010-10-30 00:20:31 +08: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
secure_password.rb 'unsecure' => 'insecure' 2010-12-19 09:37:08 +01:00
serialization.rb Perf: refactor methods using inject when not need in activemodel. 2010-09-22 18:08:03 -03:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb default could be a symbol here so attribute.to_s.humanize should be the final option 2010-12-05 12:57:45 -02:00
validations.rb Fix syntax error in ActiveModel::Validations .validate example 2010-10-01 18:32:46 +02:00
validator.rb Tiny fixes to rdoc 2010-09-16 17:10:36 +04:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00