- Walnut Creek, CA
Highlights
- Pro
Pinned Loading
-
vigetlabs/acts_as_markup
vigetlabs/acts_as_markup PublicRepresent ActiveRecord Markdown, Textile, or RDoc columns as Markdown, Textile, or RDoc objects using various external libraries to convert to HTML.
-
vigetlabs/cachebar
vigetlabs/cachebar PublicA simple API caching layer built on top of HTTParty and Redis
-
vigetlabs/redirector
vigetlabs/redirector PublicA Rails engine that adds a piece of middleware to the top of your middleware stack that looks for redirect rules stored in your database and redirects you accordingly.
-
Rails Capistrano deploy using git as...
Rails Capistrano deploy using git as our deployment strategy. You'll need git version >=1.5.6.6 on your server for this to work. 1# you'd obviously have more settings somewhere2set :scm, :git
3set :repository, "git@github.com:defunkt/github.git"
4set :branch, "origin/master"
5set :migrate_target, :current # this tells capistrano where to run the migration. otherwise it would try to use the latest release directory (/path/to/app/releases/2012XXXXXXXXX)
-
jmapping
jmapping PublicForked from vigetlabs/jmapping
jQuery plugin for creating Google Maps from semantic markup
-
Email validator based on DNS
Email validator based on DNS 1require 'resolv'
23class EmailValidator < ActiveModel::EachValidator
4def validate_each(record, attribute, value)
5if Resolv::DNS.new.getresources(value.split("@").last, Resolv::DNS::Resource::IN::MX).empty?
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


