.. |
locale
|
Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files.
|
2010-01-07 15:31:49 +01:00 |
serializers
|
Use Array.wrap uniformly
|
2010-03-27 11:50:11 -07:00 |
validations
|
Cosmetics: mismatch indentation
|
2010-03-28 11:34:09 -07:00 |
attribute_methods.rb
|
Merge branch 'master' into docrails
|
2010-03-26 15:10:24 -07:00 |
callbacks.rb
|
Use Array.wrap uniformly
|
2010-03-27 11:50:11 -07: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
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +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
|
Merge remote branch 'mainstream/master'
|
2010-03-12 16:00:01 +00:00 |
observing.rb
|
Full update on ActiveModel documentation
|
2010-02-01 10:08:20 +11: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
|
Use Array.wrap uniformly
|
2010-03-27 11:50:11 -07:00 |
validator.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
version.rb
|
Prep for beta2, depend on latest Bundler
|
2010-04-01 13:36:45 -07:00 |