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
Santiago Pastorino 6334006b81 Revert "Refactor of active_model/naming.rb and allow collection and element to be writable"
This reverts commit f7862b2c34.

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-12 21:02:16 +02:00
..
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
serializers Make ActiveResource serialize XML correctly when element_name is set. 2010-05-12 09:31:36 -07:00
validations Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n 2010-05-03 13:37:32 +02:00
attribute_methods.rb typo 'Provivdes' -> 'Provides' 2010-05-05 00:55:44 -03:00
callbacks.rb fix stack trace lines on class_eval 2010-04-09 21:28:49 +02:00
conversion.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
deprecated_error_methods.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
dirty.rb Restore changed_attributes method in ActiveModel::Dirty and loosen expectation on including class' initialize method. 2010-04-01 17:52:45 -07:00
errors.rb Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
lint.rb ActiveModel::Lint should not require our models to respond to id. 2010-02-28 11:39:39 +01:00
naming.rb Revert "Refactor of active_model/naming.rb and allow collection and element to be writable" 2010-05-12 21:02:16 +02:00
observing.rb Fix Active Model observer tests 2010-04-16 13:14:52 -07:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
serialization.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
translation.rb Full update on ActiveModel documentation 2010-02-01 10:08:20 +11:00
validations.rb updated AMo validations to use a context for valid? and invalid?, removing the dependency on AR 2010-05-08 23:51:28 +03:00
validator.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
version.rb Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02:00