Skip to content

Instantly share code, notes, and snippets.

View scoop's full-sized avatar

Patrick Lenz scoop

View GitHub Profile
@scoop
scoop / runner.rb
Created August 24, 2010 11:58 — forked from pcreux/runner.rb
#!/usr/bin/env ruby
# script/runner for rails 3.0.0.rc2
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands/runner'