From 6d87cd028b32570973450424db164e5405a0ee13 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 17 Mar 2012 08:32:49 -0700 Subject: moves the guides up to the root directory --- railties/guides/code/getting_started/script/rails | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 railties/guides/code/getting_started/script/rails (limited to 'railties/guides/code/getting_started/script') diff --git a/railties/guides/code/getting_started/script/rails b/railties/guides/code/getting_started/script/rails deleted file mode 100755 index f8da2cffd4..0000000000 --- a/railties/guides/code/getting_started/script/rails +++ /dev/null @@ -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' -- cgit v1.2.3