Commit
1043db32becca4f87fbe34f57d2f99040a1f2079
Exists in
master
and in
22 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, template_mirror_block, tests, tests_fixies
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 |