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
John Firebaugh 75a960ca6e Don't act destructively on ActiveModel::Name#human options hash. [#5366 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-09-25 10:59:54 +02: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 Perf: refactor methods using inject when not need in activemodel. 2010-09-22 18:08:03 -03:00
validations Better shortcut options for custom validators [#5672 state:resolved] 2010-09-24 12:49:16 +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 Perf: refactor methods using inject when not need in activemodel. 2010-09-22 18:08:03 -03:00
errors.rb Properly interpolate i18n keys in modules [#5572 state:resolved] 2010-09-24 20:41:12 +02: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 Don't act destructively on ActiveModel::Name#human options hash. [#5366 state:resolved] 2010-09-25 10:59:54 +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 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 Properly interpolate i18n keys in modules [#5572 state:resolved] 2010-09-24 20:41:12 +02:00
validations.rb Fixing documentation to reflect deprecated add_to_base 2010-09-12 14:19:38 +10:00
validator.rb Tiny fixes to rdoc 2010-09-16 17:10:36 +04:00
version.rb Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00