Jay Fields writes an excellent module called Validatable to provide a class who include the module the ActiveRecord like behavior. For example, you can say validates_presence_of :attribute etc. This p… more →
Dynamic and ConciseYi Wen wrote 2 years ago: Jay Fields writes an excellent module called Validatable to provide a class who include the module t … more →
Yi Wen wrote 2 years ago: I need a captcha in a form, whose associated model is a Validatable. After googling, I decided to go … more →