Skip to content

Instantly share code, notes, and snippets.

@scoop
Forked from pcreux/runner.rb
Created August 24, 2010 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scoop/547424 to your computer and use it in GitHub Desktop.
Save scoop/547424 to your computer and use it in GitHub Desktop.
#!/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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment