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
Subba Rao Pasupuleti ef0da581e9 no callbacks should be created for empty array [#5289 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-12 13:12:26 -03: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 ActiveModel::Base doesn't exist, include_root_in_json is a class_attribute for the classes which includes this module 2010-08-10 11:53:58 -03:00
validations tidy up validations length code [#5297 state:resolved] 2010-08-12 13:12:03 -03:00
attribute_methods.rb typo in AM 2010-08-09 13:44:04 +10:00
callbacks.rb no callbacks should be created for empty array [#5289 state:resolved] 2010-08-12 13:12:26 -03:00
conversion.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
deprecated_error_methods.rb Regression with how base errors messages are added to a model. Works correctly for both string error messages and symbol translated messages. 2010-06-23 14:45:55 +02:00
dirty.rb Remove or fix non-working examples and add a few tests to Dirty [#5185 state:resolved] 2010-08-03 10:47:30 +02:00
errors.rb Merge remote branch 'docrails/master' 2010-08-05 01:15:57 +02:00
lint.rb Active Model lint - fix minor typos 2010-06-15 13:38:22 -04: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 edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
observing.rb Improve a bit the code in latest commits. 2010-07-08 22:59:41 +02:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
serialization.rb adding documentation to ActiveSupport::Concern ht:strictly typed for an awesome example 2010-08-04 17:03:03 -04:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
validations.rb Add missing ActiveModel::Validations require 2010-08-12 13:11:48 -03:00
validator.rb Freeze options so we raise an error when people modify it in place. 2010-08-03 15:36:23 +02:00
version.rb Prep for RC 2010-07-26 12:53:25 -05:00