changeset 270:dfcb25985049

script/rails is no more in 4.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:26:49 +0900
parents f7c2bf78c501
children 9e5340104183
files script/rails
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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'