https://github.com/airblade/pukka
A handful of custom ActiveModel validators.
https://github.com/airblade/pukka
Last synced: 6 months ago
JSON representation
A handful of custom ActiveModel validators.
- Host: GitHub
- URL: https://github.com/airblade/pukka
- Owner: airblade
- Created: 2011-10-08T10:16:45.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-13T08:41:47.000Z (almost 14 years ago)
- Last Synced: 2025-02-06T08:26:28.936Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this 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](https://github.com/airblade/pukka/issues) or email me.
## Intellectual property
Copyright 2011 Andy Stewart (boss@airbladesoftware.com).
Released under the MIT licence.