rails--rails/activemodel/lib/active_model
Jon Leighton e177525d6f Merge pull request #5736 from oscardelben/configuration_errors_reporting
Add better errors reporting for ActiveModel::Configuration
2012-04-11 16:20:42 -07:00
..
locale added :other_than => :!= option to numericality validator 2011-12-21 10:54:44 +01:00
mass_assignment_security Speed up mass assignment by avoiding extra loops. 2012-03-16 13:40:42 +01:00
serializers Remove Array.wrap call in ActiveModel 2012-01-06 01:04:33 -03:00
validations Remove code duplication in InclusionValidator and ExclusionValidator. 2012-03-28 18:57:56 -03:00
attribute_methods.rb ruby 2.0 makes protected methods return false for respond_to, so pass true as the second param 2012-02-21 10:33:16 -08:00
callbacks.rb AS::Callbacks: :skip_after_callbacks_if_terminated option 2012-02-03 17:57:53 +02:00
configuration.rb Add better errors reporting for ActiveModel::Configuration 2012-04-04 14:52:44 +02:00
conversion.rb Fix comments about to_partial_path 2012-03-10 17:40:27 -05:00
dirty.rb Changing active model dirty module helper method to more appropriate method with helper #4903 2012-02-06 18:10:27 +05:30
errors.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00
lint.rb Allow ActiveModel::Name to duck type 2012-03-28 18:25:06 +02:00
mass_assignment_security.rb Improve docs for attr_accessible|protected related to Hash#except|slice 2012-03-06 23:52:03 -03:00
model.rb minor corrections in AMo::Model docs [ci skip] 2012-03-05 22:46:44 +05:30
naming.rb Don't include deprecation in AM::Naming anymore 2012-03-31 21:37:24 -04:00
observer_array.rb
observing.rb quote fix ` to ' in the ArgumentError message 2012-01-24 22:10:06 +05:30
railtie.rb
secure_password.rb fix example code in documentation for has_secure_password 2012-01-28 00:53:02 +11:00
serialization.rb Rename variable to avoid using name "include" 2012-03-09 22:07:59 -03:00
test_case.rb
translation.rb
validations.rb replacing ordered hash to ruby hash 2012-02-08 00:34:47 +05:30
validator.rb Remove Array.wrap call in ActiveModel 2012-01-06 01:04:33 -03:00
version.rb