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
Carlos Antonio da Silva 3508da50f0 Rename variable to avoid using name "include"
Better syntax highlight :)
2012-03-09 22:07:59 -03:00
..
locale
mass_assignment_security
serializers Remove Array.wrap call in ActiveModel 2012-01-06 01:04:33 -03:00
validations Prefer || over 'or' for boolean operations 2012-02-22 10:13:27 +01: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
conversion.rb Revert "Revert "More 1.9 way"" 2012-01-06 11:04:18 -02:00
dirty.rb
errors.rb AM::Errors: allow :full_messages parameter for #as_json 2012-02-20 11:17:11 +02:00
lint.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08: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 Added missing ActiveModel::Naming dependency. 2012-03-09 15:46:24 +11: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