gem 'pg_tag', git: 'git://gist.github.com/895e8e58ba83f72efd2a.git', require: 'pg_tag'
has_pg_tag **** # your col name
# make less more friendly for non-text input files, see lesspipe(1) | |
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" | |
if [[ $- != *i* ]]; then | |
#echo "This is a non-interactive shell" | |
return | |
fi | |
# set a fancy prompt (non-color, unless we know we "want" color) | |
case "$TERM" in |
#!/bin/bash | |
# | |
# PostgreSQL Backup Script Ver 1.0 | |
# http://autopgsqlbackup.frozenpc.net | |
# Copyright (c) 2005 Aaron Axelsen <[email protected]> | |
# | |
# This script is based of the AutoMySQLBackup Script Ver 2.2 | |
# It can be found at http://sourceforge.net/projects/automysqlbackup/ | |
# | |
# The PostgreSQL changes are based on a patch agaisnt AutoMySQLBackup 1.9 |
<<USER>> <<APP>> change this variables |
Gem::Specification.new do |s| | |
s.name = 's3-directupload-helper' | |
s.version = '0.0.1' | |
s.platform = Gem::Platform::RUBY | |
s.author = 'Raykin' | |
s.email = '[email protected]' | |
s.summary = 'easy create s3 directupload form in rails' | |
s.description = 'clear and easy' | |
s.files = ['s3_directupload_helper.rb'] | |
s.require_path = '.' |