This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44b752bea148b9df8f4d806e410e30fff26f680e
rails
/
activemodel
/
lib
/
active_model
History
José Valim
87f64ef05e
Improve a bit the code in latest commits.
2010-07-08 22:59:41 +02:00
..
locale
…
mass_assignment_security
Change documentation for ActiveModel::MassAssignmentSecurity a bit and make debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available.
2010-07-08 19:02:34 +02:00
serializers
…
validations
Refactor previous commit a bit [
#4057
state:resolved]
2010-06-21 12:17:24 +02:00
attribute_methods.rb
…
callbacks.rb
…
conversion.rb
…
deprecated_error_methods.rb
Regression with how base errors messages are added to a model. Works correctly for both string error messages and symbol translated messages.
2010-06-23 14:45:55 +02:00
dirty.rb
…
errors.rb
Add a missing require to allow the usage of Array#to_xml
2010-07-03 09:59:51 -03:00
lint.rb
…
mass_assignment_security.rb
Change documentation for ActiveModel::MassAssignmentSecurity a bit and make debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available.
2010-07-08 19:02:34 +02:00
naming.rb
…
observing.rb
Improve a bit the code in latest commits.
2010-07-08 22:59:41 +02:00
railtie.rb
…
serialization.rb
…
test_case.rb
…
translation.rb
…
validations.rb
…
validator.rb
…
version.rb
…