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
cf55e4e3821f8a57663351c87f596e8161bcb71d
rails
/
activemodel
/
lib
/
active_model
/
validations
History
Pratik Naik
b04230e3bb
Merge remote branch 'mainstream/master'
...
Conflicts: actionpack/lib/action_controller/metal/flash.rb
2010-01-17 03:20:30 +05:30
..
acceptance.rb
Add validates method as shortcut to setup validators for a given set of attributes:
2010-01-07 19:23:59 +01:00
confirmation.rb
Add validates method as shortcut to setup validators for a given set of attributes:
2010-01-07 19:23:59 +01:00
exclusion.rb
Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values.
2010-01-08 21:36:04 +01:00
format.rb
Add validates method as shortcut to setup validators for a given set of attributes:
2010-01-07 19:23:59 +01:00
inclusion.rb
Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values.
2010-01-08 21:36:04 +01:00
length.rb
Merge remote branch 'mainstream/master'
2010-01-17 03:20:30 +05:30
numericality.rb
Fix typos and add tests to ensure they will be caught the next time.
2010-01-11 23:38:35 +01:00
presence.rb
Add validates method as shortcut to setup validators for a given set of attributes:
2010-01-07 19:23:59 +01:00
validates.rb
Fix typos and add tests to ensure they will be caught the next time.
2010-01-11 23:38:35 +01:00
with.rb
Add validates method as shortcut to setup validators for a given set of attributes:
2010-01-07 19:23:59 +01:00