.. |
locale
|
Move the validate! method to ActiveModel::Validations .
|
2015-02-20 16:05:26 -02:00 |
serializers
|
Remove XML Serialization from core.
|
2015-08-07 11:01:48 -04:00 |
type
|
All strings returned by ImmutableString should be frozen
|
2015-10-15 09:55:30 -07:00 |
validations
|
Merge pull request #19851 from repinel/numericality-validation2
|
2015-10-20 17:05:44 -06:00 |
attribute_assignment.rb
|
Follow-up to #10776
|
2015-02-26 15:40:03 +01:00 |
attribute_methods.rb
|
Replaced ThreadSafe::Map with successor Concurrent::Map .
|
2015-09-19 09:56:26 -04:00 |
callbacks.rb
|
Fix the AS::Callbacks terminator regression from 4.2.3
|
2015-09-22 22:32:56 -04:00 |
conversion.rb
|
|
|
dirty.rb
|
Improve the performance of save and friends
|
2015-09-24 14:06:59 -06:00 |
errors.rb
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
|
2015-09-18 17:05:05 +09:00 |
forbidden_attributes_protection.rb
|
Fix AC::Parameters not being sanitized for query methods.
|
2015-10-02 16:26:16 +08:00 |
gem_version.rb
|
|
|
lint.rb
|
|
|
model.rb
|
use attribute assignment module logic during active model initialization
|
2015-01-23 14:42:47 -08:00 |
naming.rb
|
use ActiveModel::Naming module instead of Model [ci skip]
|
2015-10-06 10:46:14 +02:00 |
railtie.rb
|
|
|
secure_password.rb
|
Fix spelling error in has_secure_password documentation [ci skip]
|
2015-03-03 20:05:02 -05:00 |
serialization.rb
|
[ci skip] Fix explanation of ActiveModel::Serialization
|
2015-10-02 13:20:19 +09:00 |
test_case.rb
|
|
|
translation.rb
|
|
|
type.rb
|
Add an immutable string type to opt out of string duping
|
2015-10-15 09:50:37 -07:00 |
validations.rb
|
Validate multiple contexts on valid? and invalid? at once.
|
2015-09-07 22:42:50 +01:00 |
validator.rb
|
Change the deprecation messages to show the preferred way to work with
|
2015-02-20 20:58:58 -02:00 |
version.rb
|
|
|