Skip to content

Instantly share code, notes, and snippets.

View gr2m's full-sized avatar
cookin'

Gregor Martynus gr2m

cookin'
View GitHub Profile
@gr2m
gr2m / gibberish.rake
Created October 21, 2009 11:12 — forked from karmi/gibberish.rake
updated karmi's gist with support for empty brackets, like "Users"[]
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'
require 'fileutils'