Project

pukka

0.0
No commit activity in last 3 years
No release in over 3 years
Keep your data pukka with these custom ActiveModel validators.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.8.7

Runtime

 Project Readme

Pukka

Keep your data Pukka with these custom ActiveModel validators.

Quick Start

Add gem 'pukka' to your Gemfile, run bundle install, then just use the validators in your models.

For example:

class Person < ActiveRecord::Base
  validates :email, :email_format => true
end

Questions, Problems, Feedback

Please use the GitHub issue tracker or email me.

Intellectual property

Copyright 2011 Andy Stewart (boss@airbladesoftware.com).

Released under the MIT licence.