# HG changeset patch # User edogawaconan # Date 1381861609 -32400 # Node ID dfcb2598504962bfccf74caac558140d314d326d # Parent f7c2bf78c501640e91d0863dfd5352d76f63efa9 script/rails is no more in 4. diff -r f7c2bf78c501 -r dfcb25985049 script/rails --- a/script/rails Wed Oct 16 03:05:47 2013 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -#!/usr/bin/env ruby -# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. - -APP_PATH = File.expand_path('../../config/application', __FILE__) -require File.expand_path('../../config/boot', __FILE__) -require 'rails/commands'