diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-01 11:06:56 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-01 11:06:56 +0200 |
commit | 3ff4d6d131f95efd99db855ff15beeb052ce3224 (patch) | |
tree | c3a09b9d8154bab050f9c9007b8c299e972aa176 /script/rails | |
parent | d5e8ae21a8337f510c802f79a0a5c1e951835ae6 (diff) | |
download | gitlab-ci-3ff4d6d131f95efd99db855ff15beeb052ce3224.tar.gz |
Init rails app
Diffstat (limited to 'script/rails')
-rwxr-xr-x | script/rails | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script/rails b/script/rails new file mode 100755 index 0000000..f8da2cf --- /dev/null +++ b/script/rails @@ -0,0 +1,6 @@ +#!/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' |