Commit
1043db32becca4f87fbe34f57d2f99040a1f2079
Exists in
master
and in
29 other branches
add_member_task_reject_details, admin_visible_profile, article-list-template, community_notifications, contact_admin_translation, event_fixes, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, noosfero_spb_ci, organization_ratings_improvements, organization_ratings_link_to_profile_stable-spb-1.3, organization_ratings_translations_fix, profile_api_improvements, ratings_minor_fixes, remote_user_fix, send_email_to_admins, stable-spb-1.3, stable-spb-1.3-fixes, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
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 |