Commit
1043db32becca4f87fbe34f57d2f99040a1f2079
Exists in
master
and in
27 other branches
1.2+SPB2, 2_split_by_role, add_fields_in_api, api_fixies, api_pagination, api_private_token, api_tasks, article_hit_count, blog_page_bug, checkbox_to_user_can_edit_page, communities_ratings, communities_ratings_moderation, community_ratings_rebase, fix_cloned_article_parent, fix_gallery_image_url, fix_javascript_categories, fix_optional_fields, fix_suggest_article, fix_user_email_validation, highlight_block_fix, notification_plugin, notification_plugin_rebase, script_to_update, split_by_role, temp_ratings, 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 |