Commit
1043db32becca4f87fbe34f57d2f99040a1f2079
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
Rails 2 scripts removed and Rails 3 script added
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/about' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/console' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/dbconsole' |
| |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/destroy' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/generate' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../../config/boot' |
| |
3
| -require 'commands/performance/benchmarker' |
| |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../../config/boot' |
| |
3
| -require 'commands/performance/profiler' |
| |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../../config/boot' |
| |
3
| -require 'commands/performance/request' |
| |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/plugin' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -0,0 +1,6 @@ |
| @@ -0,0 +1,6 @@ |
| |
1
| +#!/usr/bin/env ruby1.9.1 |
| |
2
| +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. |
| |
3
| + |
| |
4
| +APP_PATH = File.expand_path('../../config/application', __FILE__) |
| |
5
| +require File.expand_path('../../config/boot', __FILE__) |
| |
6
| +require 'rails/commands' |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/runner' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -1,3 +0,0 @@ |
| @@ -1,3 +0,0 @@ |
1
| -#!/usr/bin/env ruby |
| |
2
| -require File.dirname(__FILE__) + '/../config/boot' |
| |
3
| -require 'commands/server' |
| |
4
| \ No newline at end of file |
0
| \ No newline at end of file |