rails 2.2.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rails might be problematic. Click here for more details.
- data/bin/rails +8 -18
- metadata +118 -452
- data/CHANGELOG +0 -2071
- data/MIT-LICENSE +0 -20
- data/README +0 -256
- data/Rakefile +0 -411
- data/bin/about +0 -4
- data/bin/console +0 -3
- data/bin/dbconsole +0 -3
- data/bin/destroy +0 -3
- data/bin/generate +0 -3
- data/bin/performance/benchmarker +0 -3
- data/bin/performance/profiler +0 -3
- data/bin/performance/request +0 -3
- data/bin/plugin +0 -3
- data/bin/process/inspector +0 -3
- data/bin/process/reaper +0 -3
- data/bin/process/spawner +0 -3
- data/bin/runner +0 -3
- data/bin/server +0 -3
- data/builtin/rails_info/rails/info.rb +0 -125
- data/builtin/rails_info/rails/info_controller.rb +0 -9
- data/builtin/rails_info/rails/info_helper.rb +0 -2
- data/builtin/rails_info/rails_info_controller.rb +0 -2
- data/config.ru +0 -17
- data/configs/apache.conf +0 -40
- data/configs/databases/frontbase.yml +0 -28
- data/configs/databases/ibm_db.yml +0 -62
- data/configs/databases/mysql.yml +0 -57
- data/configs/databases/oracle.yml +0 -39
- data/configs/databases/postgresql.yml +0 -51
- data/configs/databases/sqlite2.yml +0 -19
- data/configs/databases/sqlite3.yml +0 -22
- data/configs/empty.log +0 -0
- data/configs/initializers/inflections.rb +0 -10
- data/configs/initializers/mime_types.rb +0 -5
- data/configs/initializers/new_rails_defaults.rb +0 -17
- data/configs/lighttpd.conf +0 -54
- data/configs/locales/en.yml +0 -5
- data/configs/routes.rb +0 -43
- data/dispatches/dispatch.fcgi +0 -24
- data/dispatches/dispatch.rb +0 -10
- data/dispatches/gateway.cgi +0 -97
- data/doc/README_FOR_APP +0 -5
- data/doc/guides/html/2_2_release_notes.html +0 -1185
- data/doc/guides/html/actioncontroller_basics.html +0 -1270
- data/doc/guides/html/activerecord_validations_callbacks.html +0 -749
- data/doc/guides/html/association_basics.html +0 -2585
- data/doc/guides/html/authors.html +0 -240
- data/doc/guides/html/benchmarking_and_profiling.html +0 -1018
- data/doc/guides/html/caching_with_rails.html +0 -583
- data/doc/guides/html/command_line.html +0 -434
- data/doc/guides/html/configuring.html +0 -438
- data/doc/guides/html/creating_plugins.html +0 -1594
- data/doc/guides/html/debugging_rails_applications.html +0 -1175
- data/doc/guides/html/finders.html +0 -1090
- data/doc/guides/html/form_helpers.html +0 -638
- data/doc/guides/html/getting_started_with_rails.html +0 -2066
- data/doc/guides/html/index.html +0 -349
- data/doc/guides/html/layouts_and_rendering.html +0 -1406
- data/doc/guides/html/migrations.html +0 -921
- data/doc/guides/html/routing_outside_in.html +0 -2213
- data/doc/guides/html/security.html +0 -1346
- data/doc/guides/html/testing_rails_applications.html +0 -1859
- data/doc/guides/source/2_2_release_notes.txt +0 -435
- data/doc/guides/source/actioncontroller_basics/changelog.txt +0 -5
- data/doc/guides/source/actioncontroller_basics/cookies.txt +0 -34
- data/doc/guides/source/actioncontroller_basics/csrf.txt +0 -32
- data/doc/guides/source/actioncontroller_basics/filters.txt +0 -119
- data/doc/guides/source/actioncontroller_basics/http_auth.txt +0 -24
- data/doc/guides/source/actioncontroller_basics/index.txt +0 -40
- data/doc/guides/source/actioncontroller_basics/introduction.txt +0 -9
- data/doc/guides/source/actioncontroller_basics/methods.txt +0 -39
- data/doc/guides/source/actioncontroller_basics/parameter_filtering.txt +0 -14
- data/doc/guides/source/actioncontroller_basics/params.txt +0 -93
- data/doc/guides/source/actioncontroller_basics/request_response_objects.txt +0 -43
- data/doc/guides/source/actioncontroller_basics/rescue.txt +0 -67
- data/doc/guides/source/actioncontroller_basics/session.txt +0 -187
- data/doc/guides/source/actioncontroller_basics/streaming.txt +0 -91
- data/doc/guides/source/actioncontroller_basics/verification.txt +0 -40
- data/doc/guides/source/active_record_basics.txt +0 -181
- data/doc/guides/source/activerecord_validations_callbacks.txt +0 -404
- data/doc/guides/source/association_basics.txt +0 -1840
- data/doc/guides/source/authors.txt +0 -39
- data/doc/guides/source/benchmarking_and_profiling/appendix.txt +0 -95
- data/doc/guides/source/benchmarking_and_profiling/digging_deeper.txt +0 -105
- data/doc/guides/source/benchmarking_and_profiling/edge_rails_features.txt +0 -185
- data/doc/guides/source/benchmarking_and_profiling/gameplan.txt +0 -27
- data/doc/guides/source/benchmarking_and_profiling/index.txt +0 -242
- data/doc/guides/source/benchmarking_and_profiling/rubyprof.txt +0 -179
- data/doc/guides/source/benchmarking_and_profiling/statistics.txt +0 -57
- data/doc/guides/source/caching_with_rails.txt +0 -367
- data/doc/guides/source/command_line.txt +0 -147
- data/doc/guides/source/configuring.txt +0 -225
- data/doc/guides/source/creating_plugins/acts_as_yaffle.txt +0 -191
- data/doc/guides/source/creating_plugins/appendix.txt +0 -46
- data/doc/guides/source/creating_plugins/controllers.txt +0 -59
- data/doc/guides/source/creating_plugins/core_ext.txt +0 -123
- data/doc/guides/source/creating_plugins/custom_route.txt +0 -69
- data/doc/guides/source/creating_plugins/gem.txt +0 -1
- data/doc/guides/source/creating_plugins/generator_method.txt +0 -89
- data/doc/guides/source/creating_plugins/helpers.txt +0 -51
- data/doc/guides/source/creating_plugins/index.txt +0 -52
- data/doc/guides/source/creating_plugins/migration_generator.txt +0 -156
- data/doc/guides/source/creating_plugins/models.txt +0 -76
- data/doc/guides/source/creating_plugins/odds_and_ends.txt +0 -69
- data/doc/guides/source/creating_plugins/test_setup.txt +0 -230
- data/doc/guides/source/debugging_rails_applications.txt +0 -733
- data/doc/guides/source/finders.txt +0 -668
- data/doc/guides/source/form_helpers.txt +0 -345
- data/doc/guides/source/getting_started_with_rails.txt +0 -1256
- data/doc/guides/source/images/belongs_to.png +0 -0
- data/doc/guides/source/images/bullet.gif +0 -0
- data/doc/guides/source/images/csrf.png +0 -0
- data/doc/guides/source/images/habtm.png +0 -0
- data/doc/guides/source/images/has_many.png +0 -0
- data/doc/guides/source/images/has_many_through.png +0 -0
- data/doc/guides/source/images/has_one.png +0 -0
- data/doc/guides/source/images/has_one_through.png +0 -0
- data/doc/guides/source/images/header_backdrop.png +0 -0
- data/doc/guides/source/images/icons/README +0 -5
- data/doc/guides/source/images/icons/callouts/1.png +0 -0
- data/doc/guides/source/images/icons/callouts/10.png +0 -0
- data/doc/guides/source/images/icons/callouts/11.png +0 -0
- data/doc/guides/source/images/icons/callouts/12.png +0 -0
- data/doc/guides/source/images/icons/callouts/13.png +0 -0
- data/doc/guides/source/images/icons/callouts/14.png +0 -0
- data/doc/guides/source/images/icons/callouts/15.png +0 -0
- data/doc/guides/source/images/icons/callouts/2.png +0 -0
- data/doc/guides/source/images/icons/callouts/3.png +0 -0
- data/doc/guides/source/images/icons/callouts/4.png +0 -0
- data/doc/guides/source/images/icons/callouts/5.png +0 -0
- data/doc/guides/source/images/icons/callouts/6.png +0 -0
- data/doc/guides/source/images/icons/callouts/7.png +0 -0
- data/doc/guides/source/images/icons/callouts/8.png +0 -0
- data/doc/guides/source/images/icons/callouts/9.png +0 -0
- data/doc/guides/source/images/icons/caution.png +0 -0
- data/doc/guides/source/images/icons/example.png +0 -0
- data/doc/guides/source/images/icons/home.png +0 -0
- data/doc/guides/source/images/icons/important.png +0 -0
- data/doc/guides/source/images/icons/next.png +0 -0
- data/doc/guides/source/images/icons/note.png +0 -0
- data/doc/guides/source/images/icons/prev.png +0 -0
- data/doc/guides/source/images/icons/tip.png +0 -0
- data/doc/guides/source/images/icons/up.png +0 -0
- data/doc/guides/source/images/icons/warning.png +0 -0
- data/doc/guides/source/images/polymorphic.png +0 -0
- data/doc/guides/source/images/rails_logo_remix.gif +0 -0
- data/doc/guides/source/images/ruby_on_rails_by_mike_rundle2.gif +0 -0
- data/doc/guides/source/images/session_fixation.png +0 -0
- data/doc/guides/source/index.txt +0 -118
- data/doc/guides/source/layouts_and_rendering.txt +0 -982
- data/doc/guides/source/migrations/anatomy_of_a_migration.txt +0 -85
- data/doc/guides/source/migrations/changelog.txt +0 -5
- data/doc/guides/source/migrations/creating_a_migration.txt +0 -109
- data/doc/guides/source/migrations/foreign_keys.txt +0 -8
- data/doc/guides/source/migrations/index.txt +0 -22
- data/doc/guides/source/migrations/rakeing_around.txt +0 -111
- data/doc/guides/source/migrations/scheming.txt +0 -47
- data/doc/guides/source/migrations/using_models_in_migrations.txt +0 -46
- data/doc/guides/source/migrations/writing_a_migration.txt +0 -159
- data/doc/guides/source/routing_outside_in.txt +0 -986
- data/doc/guides/source/security.txt +0 -984
- data/doc/guides/source/stylesheets/base.css +0 -358
- data/doc/guides/source/stylesheets/forms.css +0 -35
- data/doc/guides/source/stylesheets/more.css +0 -82
- data/doc/guides/source/templates/guides.html.erb +0 -97
- data/doc/guides/source/templates/inline.css +0 -165
- data/doc/guides/source/testing_rails_applications.txt +0 -995
- data/environments/boot.rb +0 -109
- data/environments/development.rb +0 -17
- data/environments/environment.rb +0 -75
- data/environments/production.rb +0 -24
- data/environments/test.rb +0 -22
- data/fresh_rakefile +0 -10
- data/helpers/application.rb +0 -15
- data/helpers/application_helper.rb +0 -3
- data/helpers/performance_test.rb +0 -9
- data/helpers/test_helper.rb +0 -38
- data/html/404.html +0 -30
- data/html/422.html +0 -30
- data/html/500.html +0 -33
- data/html/favicon.ico +0 -0
- data/html/images/rails.png +0 -0
- data/html/index.html +0 -274
- data/html/javascripts/application.js +0 -2
- data/html/javascripts/controls.js +0 -963
- data/html/javascripts/dragdrop.js +0 -973
- data/html/javascripts/effects.js +0 -1128
- data/html/javascripts/prototype.js +0 -4320
- data/html/robots.txt +0 -5
- data/lib/code_statistics.rb +0 -107
- data/lib/commands.rb +0 -17
- data/lib/commands/about.rb +0 -3
- data/lib/commands/console.rb +0 -45
- data/lib/commands/dbconsole.rb +0 -67
- data/lib/commands/destroy.rb +0 -6
- data/lib/commands/generate.rb +0 -6
- data/lib/commands/ncgi/listener +0 -86
- data/lib/commands/ncgi/tracker +0 -69
- data/lib/commands/performance/benchmarker.rb +0 -24
- data/lib/commands/performance/profiler.rb +0 -50
- data/lib/commands/performance/request.rb +0 -6
- data/lib/commands/plugin.rb +0 -967
- data/lib/commands/process/inspector.rb +0 -68
- data/lib/commands/process/reaper.rb +0 -149
- data/lib/commands/process/spawner.rb +0 -219
- data/lib/commands/process/spinner.rb +0 -57
- data/lib/commands/runner.rb +0 -48
- data/lib/commands/server.rb +0 -49
- data/lib/commands/servers/base.rb +0 -31
- data/lib/commands/servers/lighttpd.rb +0 -94
- data/lib/commands/servers/mongrel.rb +0 -69
- data/lib/commands/servers/new_mongrel.rb +0 -16
- data/lib/commands/servers/thin.rb +0 -25
- data/lib/commands/servers/webrick.rb +0 -66
- data/lib/commands/update.rb +0 -4
- data/lib/console_app.rb +0 -30
- data/lib/console_sandbox.rb +0 -6
- data/lib/console_with_helpers.rb +0 -26
- data/lib/dispatcher.rb +0 -24
- data/lib/fcgi_handler.rb +0 -237
- data/lib/initializer.rb +0 -1038
- data/lib/performance_test_help.rb +0 -5
- data/lib/rails/gem_builder.rb +0 -21
- data/lib/rails/gem_dependency.rb +0 -251
- data/lib/rails/mongrel_server/commands.rb +0 -342
- data/lib/rails/mongrel_server/handler.rb +0 -55
- data/lib/rails/plugin.rb +0 -124
- data/lib/rails/plugin/loader.rb +0 -152
- data/lib/rails/plugin/locator.rb +0 -100
- data/lib/rails/rack.rb +0 -6
- data/lib/rails/rack/logger.rb +0 -28
- data/lib/rails/rack/static.rb +0 -35
- data/lib/rails/vendor_gem_source_index.rb +0 -140
- data/lib/rails/version.rb +0 -9
- data/lib/rails_generator.rb +0 -43
- data/lib/rails_generator/base.rb +0 -263
- data/lib/rails_generator/commands.rb +0 -616
- data/lib/rails_generator/generated_attribute.rb +0 -46
- data/lib/rails_generator/generators/applications/app/USAGE +0 -9
- data/lib/rails_generator/generators/applications/app/app_generator.rb +0 -184
- data/lib/rails_generator/generators/components/controller/USAGE +0 -29
- data/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -37
- data/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -7
- data/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
- data/lib/rails_generator/generators/components/integration_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
- data/lib/rails_generator/generators/components/mailer/USAGE +0 -16
- data/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -30
- data/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
- data/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -15
- data/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -20
- data/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
- data/lib/rails_generator/generators/components/migration/USAGE +0 -29
- data/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -20
- data/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -11
- data/lib/rails_generator/generators/components/model/USAGE +0 -27
- data/lib/rails_generator/generators/components/model/model_generator.rb +0 -45
- data/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -19
- data/lib/rails_generator/generators/components/model/templates/migration.rb +0 -16
- data/lib/rails_generator/generators/components/model/templates/model.rb +0 -5
- data/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/observer/USAGE +0 -13
- data/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
- data/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
- data/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/performance_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb +0 -9
- data/lib/rails_generator/generators/components/plugin/USAGE +0 -25
- data/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
- data/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
- data/lib/rails_generator/generators/components/plugin/templates/README +0 -13
- data/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -23
- data/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
- data/lib/rails_generator/generators/components/plugin/templates/test_helper.rb +0 -3
- data/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/USAGE +0 -23
- data/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -74
- data/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
- data/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/scaffold/USAGE +0 -29
- data/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -100
- data/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -85
- data/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -45
- data/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -54
- data/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -18
- data/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
- data/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
- data/lib/rails_generator/generators/components/session_migration/USAGE +0 -10
- data/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
- data/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
- data/lib/rails_generator/lookup.rb +0 -249
- data/lib/rails_generator/manifest.rb +0 -53
- data/lib/rails_generator/options.rb +0 -150
- data/lib/rails_generator/scripts.rb +0 -89
- data/lib/rails_generator/scripts/destroy.rb +0 -29
- data/lib/rails_generator/scripts/generate.rb +0 -7
- data/lib/rails_generator/scripts/update.rb +0 -12
- data/lib/rails_generator/secret_key_generator.rb +0 -22
- data/lib/rails_generator/simple_logger.rb +0 -46
- data/lib/rails_generator/spec.rb +0 -44
- data/lib/railties_path.rb +0 -1
- data/lib/ruby_version_check.rb +0 -17
- data/lib/rubyprof_ext.rb +0 -35
- data/lib/source_annotation_extractor.rb +0 -102
- data/lib/tasks/annotations.rake +0 -20
- data/lib/tasks/databases.rake +0 -416
- data/lib/tasks/documentation.rake +0 -95
- data/lib/tasks/framework.rake +0 -118
- data/lib/tasks/gems.rake +0 -80
- data/lib/tasks/log.rake +0 -9
- data/lib/tasks/misc.rake +0 -56
- data/lib/tasks/rails.rb +0 -8
- data/lib/tasks/routes.rake +0 -17
- data/lib/tasks/statistics.rake +0 -18
- data/lib/tasks/testing.rake +0 -139
- data/lib/tasks/tmp.rake +0 -37
- data/lib/test_help.rb +0 -27
- data/lib/webrick_server.rb +0 -156
data/lib/commands/runner.rb
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
require 'optparse'
|
2
|
-
|
3
|
-
options = { :environment => (ENV['RAILS_ENV'] || "development").dup }
|
4
|
-
code_or_file = nil
|
5
|
-
|
6
|
-
ARGV.clone.options do |opts|
|
7
|
-
script_name = File.basename($0)
|
8
|
-
opts.banner = "Usage: #{$0} [options] ('Some.ruby(code)' or a filename)"
|
9
|
-
|
10
|
-
opts.separator ""
|
11
|
-
|
12
|
-
opts.on("-e", "--environment=name", String,
|
13
|
-
"Specifies the environment for the runner to operate under (test/development/production).",
|
14
|
-
"Default: development") { |v| options[:environment] = v }
|
15
|
-
|
16
|
-
opts.separator ""
|
17
|
-
|
18
|
-
opts.on("-h", "--help",
|
19
|
-
"Show this help message.") { $stderr.puts opts; exit }
|
20
|
-
|
21
|
-
if RUBY_PLATFORM !~ /mswin/
|
22
|
-
opts.separator ""
|
23
|
-
opts.separator "You can also use runner as a shebang line for your scripts like this:"
|
24
|
-
opts.separator "-------------------------------------------------------------"
|
25
|
-
opts.separator "#!/usr/bin/env #{File.expand_path($0)}"
|
26
|
-
opts.separator ""
|
27
|
-
opts.separator "Product.find(:all).each { |p| p.price *= 2 ; p.save! }"
|
28
|
-
opts.separator "-------------------------------------------------------------"
|
29
|
-
end
|
30
|
-
|
31
|
-
opts.order! { |o| code_or_file ||= o } rescue retry
|
32
|
-
end
|
33
|
-
|
34
|
-
ARGV.delete(code_or_file)
|
35
|
-
|
36
|
-
ENV["RAILS_ENV"] = options[:environment]
|
37
|
-
RAILS_ENV.replace(options[:environment]) if defined?(RAILS_ENV)
|
38
|
-
|
39
|
-
require RAILS_ROOT + '/config/environment'
|
40
|
-
|
41
|
-
if code_or_file.nil?
|
42
|
-
$stderr.puts "Run '#{$0} -h' for help."
|
43
|
-
exit 1
|
44
|
-
elsif File.exist?(code_or_file)
|
45
|
-
eval(File.read(code_or_file), nil, code_or_file)
|
46
|
-
else
|
47
|
-
eval(code_or_file)
|
48
|
-
end
|
data/lib/commands/server.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
require 'active_support'
|
2
|
-
require 'fileutils'
|
3
|
-
|
4
|
-
begin
|
5
|
-
require_library_or_gem 'fcgi'
|
6
|
-
rescue Exception
|
7
|
-
# FCGI not available
|
8
|
-
end
|
9
|
-
|
10
|
-
begin
|
11
|
-
require_library_or_gem 'mongrel'
|
12
|
-
rescue Exception
|
13
|
-
# Mongrel not available
|
14
|
-
end
|
15
|
-
|
16
|
-
begin
|
17
|
-
require_library_or_gem 'thin'
|
18
|
-
rescue Exception
|
19
|
-
# Thin not available
|
20
|
-
end
|
21
|
-
|
22
|
-
server = case ARGV.first
|
23
|
-
when "lighttpd", "mongrel", "new_mongrel", "webrick", "thin"
|
24
|
-
ARGV.shift
|
25
|
-
else
|
26
|
-
if defined?(Mongrel)
|
27
|
-
"mongrel"
|
28
|
-
elsif defined?(Thin)
|
29
|
-
"thin"
|
30
|
-
elsif RUBY_PLATFORM !~ /(:?mswin|mingw)/ && !silence_stderr { `lighttpd -version` }.blank? && defined?(FCGI)
|
31
|
-
"lighttpd"
|
32
|
-
else
|
33
|
-
"webrick"
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
case server
|
38
|
-
when "webrick"
|
39
|
-
puts "=> Booting WEBrick..."
|
40
|
-
when "lighttpd"
|
41
|
-
puts "=> Booting lighttpd (use 'script/server webrick' to force WEBrick)"
|
42
|
-
when "mongrel", "new_mongrel"
|
43
|
-
puts "=> Booting Mongrel (use 'script/server webrick' to force WEBrick)"
|
44
|
-
when "thin"
|
45
|
-
puts "=> Booting Thin (use 'script/server webrick' to force WEBrick)"
|
46
|
-
end
|
47
|
-
|
48
|
-
%w(cache pids sessions sockets).each { |dir_to_make| FileUtils.mkdir_p(File.join(RAILS_ROOT, 'tmp', dir_to_make)) }
|
49
|
-
require "commands/servers/#{server}"
|
@@ -1,31 +0,0 @@
|
|
1
|
-
def tail(log_file)
|
2
|
-
cursor = File.size(log_file)
|
3
|
-
last_checked = Time.now
|
4
|
-
tail_thread = Thread.new do
|
5
|
-
File.open(log_file, 'r') do |f|
|
6
|
-
loop do
|
7
|
-
f.seek cursor
|
8
|
-
if f.mtime > last_checked
|
9
|
-
last_checked = f.mtime
|
10
|
-
contents = f.read
|
11
|
-
cursor += contents.length
|
12
|
-
print contents
|
13
|
-
end
|
14
|
-
sleep 1
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
tail_thread
|
19
|
-
end
|
20
|
-
|
21
|
-
def start_debugger
|
22
|
-
begin
|
23
|
-
require_library_or_gem 'ruby-debug'
|
24
|
-
Debugger.start
|
25
|
-
Debugger.settings[:autoeval] = true if Debugger.respond_to?(:settings)
|
26
|
-
puts "=> Debugger enabled"
|
27
|
-
rescue Exception
|
28
|
-
puts "You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'"
|
29
|
-
exit
|
30
|
-
end
|
31
|
-
end
|
@@ -1,94 +0,0 @@
|
|
1
|
-
require 'rbconfig'
|
2
|
-
require 'commands/servers/base'
|
3
|
-
|
4
|
-
unless RUBY_PLATFORM !~ /mswin/ && !silence_stderr { `lighttpd -version` }.blank?
|
5
|
-
puts "PROBLEM: Lighttpd is not available on your system (or not in your path)"
|
6
|
-
exit 1
|
7
|
-
end
|
8
|
-
|
9
|
-
unless defined?(FCGI)
|
10
|
-
puts "PROBLEM: Lighttpd requires that the FCGI Ruby bindings are installed on the system"
|
11
|
-
exit 1
|
12
|
-
end
|
13
|
-
|
14
|
-
require 'initializer'
|
15
|
-
configuration = Rails::Initializer.run(:initialize_logger).configuration
|
16
|
-
default_config_file = config_file = Pathname.new("#{RAILS_ROOT}/config/lighttpd.conf").cleanpath
|
17
|
-
|
18
|
-
require 'optparse'
|
19
|
-
|
20
|
-
detach = false
|
21
|
-
command_line_port = nil
|
22
|
-
|
23
|
-
ARGV.options do |opt|
|
24
|
-
opt.on("-p", "--port=port", "Changes the server.port number in the config/lighttpd.conf") { |port| command_line_port = port }
|
25
|
-
opt.on('-c', "--config=#{config_file}", 'Specify a different lighttpd config file.') { |path| config_file = path }
|
26
|
-
opt.on('-h', '--help', 'Show this message.') { puts opt; exit 0 }
|
27
|
-
opt.on('-d', '-d', 'Call with -d to detach') { detach = true; puts "=> Configuration in config/lighttpd.conf" }
|
28
|
-
opt.parse!
|
29
|
-
end
|
30
|
-
|
31
|
-
unless File.exist?(config_file)
|
32
|
-
if config_file != default_config_file
|
33
|
-
puts "=> #{config_file} not found."
|
34
|
-
exit 1
|
35
|
-
end
|
36
|
-
|
37
|
-
require 'fileutils'
|
38
|
-
|
39
|
-
source = File.expand_path(File.join(File.dirname(__FILE__),
|
40
|
-
"..", "..", "..", "configs", "lighttpd.conf"))
|
41
|
-
puts "=> #{config_file} not found, copying from #{source}"
|
42
|
-
|
43
|
-
FileUtils.cp(source, config_file)
|
44
|
-
end
|
45
|
-
|
46
|
-
# open the config/lighttpd.conf file and add the current user defined port setting to it
|
47
|
-
if command_line_port
|
48
|
-
File.open(config_file, 'r+') do |config|
|
49
|
-
lines = config.readlines
|
50
|
-
|
51
|
-
lines.each do |line|
|
52
|
-
line.gsub!(/^\s*server.port\s*=\s*(\d+)/, "server.port = #{command_line_port}")
|
53
|
-
end
|
54
|
-
|
55
|
-
config.rewind
|
56
|
-
config.print(lines)
|
57
|
-
config.truncate(config.pos)
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
config = IO.read(config_file)
|
62
|
-
default_port, default_ip = 3000, '0.0.0.0'
|
63
|
-
port = config.scan(/^\s*server.port\s*=\s*(\d+)/).first rescue default_port
|
64
|
-
ip = config.scan(/^\s*server.bind\s*=\s*"([^"]+)"/).first rescue default_ip
|
65
|
-
puts "=> Rails #{Rails.version} application starting on http://#{ip || default_ip}:#{port || default_port}"
|
66
|
-
|
67
|
-
tail_thread = nil
|
68
|
-
|
69
|
-
if !detach
|
70
|
-
puts "=> Call with -d to detach"
|
71
|
-
puts "=> Ctrl-C to shutdown server (see config/lighttpd.conf for options)"
|
72
|
-
detach = false
|
73
|
-
tail_thread = tail(configuration.log_path)
|
74
|
-
end
|
75
|
-
|
76
|
-
trap(:INT) { exit }
|
77
|
-
|
78
|
-
begin
|
79
|
-
`rake tmp:sockets:clear` # Needed if lighttpd crashes or otherwise leaves FCGI sockets around
|
80
|
-
`lighttpd #{!detach ? "-D " : ""}-f #{config_file}`
|
81
|
-
ensure
|
82
|
-
unless detach
|
83
|
-
tail_thread.kill if tail_thread
|
84
|
-
puts 'Exiting'
|
85
|
-
|
86
|
-
# Ensure FCGI processes are reaped
|
87
|
-
silence_stream(STDOUT) do
|
88
|
-
ARGV.replace ['-a', 'kill']
|
89
|
-
require 'commands/process/reaper'
|
90
|
-
end
|
91
|
-
|
92
|
-
`rake tmp:sockets:clear` # Remove sockets on clean shutdown
|
93
|
-
end
|
94
|
-
end
|
@@ -1,69 +0,0 @@
|
|
1
|
-
require 'rbconfig'
|
2
|
-
require 'commands/servers/base'
|
3
|
-
|
4
|
-
unless defined?(Mongrel)
|
5
|
-
puts "PROBLEM: Mongrel is not available on your system (or not in your path)"
|
6
|
-
exit 1
|
7
|
-
end
|
8
|
-
|
9
|
-
require 'optparse'
|
10
|
-
|
11
|
-
OPTIONS = {
|
12
|
-
:port => 3000,
|
13
|
-
:ip => "0.0.0.0",
|
14
|
-
:environment => (ENV['RAILS_ENV'] || "development").dup,
|
15
|
-
:detach => false,
|
16
|
-
:debugger => false
|
17
|
-
}
|
18
|
-
|
19
|
-
ARGV.clone.options do |opts|
|
20
|
-
opts.on("-p", "--port=port", Integer, "Runs Rails on the specified port.", "Default: 3000") { |v| OPTIONS[:port] = v }
|
21
|
-
opts.on("-b", "--binding=ip", String, "Binds Rails to the specified ip.", "Default: 0.0.0.0") { |v| OPTIONS[:ip] = v }
|
22
|
-
opts.on("-d", "--daemon", "Make server run as a Daemon.") { OPTIONS[:detach] = true }
|
23
|
-
opts.on("-u", "--debugger", "Enable ruby-debugging for the server.") { OPTIONS[:debugger] = true }
|
24
|
-
opts.on("-e", "--environment=name", String,
|
25
|
-
"Specifies the environment to run this server under (test/development/production).",
|
26
|
-
"Default: development") { |v| OPTIONS[:environment] = v }
|
27
|
-
|
28
|
-
opts.separator ""
|
29
|
-
|
30
|
-
opts.on("-h", "--help", "Show this help message.") { puts opts; exit }
|
31
|
-
|
32
|
-
opts.parse!
|
33
|
-
end
|
34
|
-
|
35
|
-
puts "=> Rails #{Rails.version} application starting on http://#{OPTIONS[:ip]}:#{OPTIONS[:port]}"
|
36
|
-
|
37
|
-
parameters = [
|
38
|
-
"start",
|
39
|
-
"-p", OPTIONS[:port].to_s,
|
40
|
-
"-a", OPTIONS[:ip].to_s,
|
41
|
-
"-e", OPTIONS[:environment],
|
42
|
-
"-P", "#{RAILS_ROOT}/tmp/pids/mongrel.pid"
|
43
|
-
]
|
44
|
-
|
45
|
-
if OPTIONS[:detach]
|
46
|
-
`mongrel_rails #{parameters.join(" ")} -d`
|
47
|
-
else
|
48
|
-
ENV["RAILS_ENV"] = OPTIONS[:environment]
|
49
|
-
RAILS_ENV.replace(OPTIONS[:environment]) if defined?(RAILS_ENV)
|
50
|
-
|
51
|
-
start_debugger if OPTIONS[:debugger]
|
52
|
-
|
53
|
-
puts "=> Call with -d to detach"
|
54
|
-
puts "=> Ctrl-C to shutdown server"
|
55
|
-
|
56
|
-
log = Pathname.new("#{File.expand_path(RAILS_ROOT)}/log/#{RAILS_ENV}.log").cleanpath
|
57
|
-
open(log, (File::WRONLY | File::APPEND | File::CREAT)) unless File.exist? log
|
58
|
-
tail_thread = tail(log)
|
59
|
-
|
60
|
-
trap(:INT) { exit }
|
61
|
-
|
62
|
-
begin
|
63
|
-
silence_warnings { ARGV = parameters }
|
64
|
-
load("mongrel_rails")
|
65
|
-
ensure
|
66
|
-
tail_thread.kill if tail_thread
|
67
|
-
puts 'Exiting'
|
68
|
-
end
|
69
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
unless defined?(Mongrel)
|
2
|
-
abort "PROBLEM: Mongrel is not available on your system (or not in your path)"
|
3
|
-
end
|
4
|
-
|
5
|
-
require 'rails/mongrel_server/commands'
|
6
|
-
|
7
|
-
GemPlugin::Manager.instance.load "rails::mongrel" => GemPlugin::INCLUDE, "rails" => GemPlugin::EXCLUDE
|
8
|
-
|
9
|
-
case ARGV[0] ||= 'start'
|
10
|
-
when 'start', 'stop', 'restart'
|
11
|
-
ARGV[0] = "rails::mongrelserver::#{ARGV[0]}"
|
12
|
-
end
|
13
|
-
|
14
|
-
if not Mongrel::Command::Registry.instance.run ARGV
|
15
|
-
exit 1
|
16
|
-
end
|
@@ -1,25 +0,0 @@
|
|
1
|
-
require 'rbconfig'
|
2
|
-
require 'commands/servers/base'
|
3
|
-
require 'thin'
|
4
|
-
|
5
|
-
|
6
|
-
options = ARGV.clone
|
7
|
-
options.insert(0,'start') unless Thin::Runner.commands.include?(options[0])
|
8
|
-
|
9
|
-
thin = Thin::Runner.new(options)
|
10
|
-
|
11
|
-
puts "=> Rails #{Rails.version} application starting on http://#{thin.options[:address]}:#{thin.options[:port]}"
|
12
|
-
puts "=> Ctrl-C to shutdown server"
|
13
|
-
|
14
|
-
log = Pathname.new("#{File.expand_path(RAILS_ROOT)}/log/#{RAILS_ENV}.log").cleanpath
|
15
|
-
open(log, (File::WRONLY | File::APPEND | File::CREAT)) unless File.exist? log
|
16
|
-
tail_thread = tail(log)
|
17
|
-
trap(:INT) { exit }
|
18
|
-
|
19
|
-
begin
|
20
|
-
thin.run!
|
21
|
-
ensure
|
22
|
-
tail_thread.kill if tail_thread
|
23
|
-
puts 'Exiting'
|
24
|
-
end
|
25
|
-
|
@@ -1,66 +0,0 @@
|
|
1
|
-
require 'webrick'
|
2
|
-
require 'optparse'
|
3
|
-
require 'commands/servers/base'
|
4
|
-
|
5
|
-
OPTIONS = {
|
6
|
-
:port => 3000,
|
7
|
-
:ip => "0.0.0.0",
|
8
|
-
:environment => (ENV['RAILS_ENV'] || "development").dup,
|
9
|
-
:server_root => File.expand_path(RAILS_ROOT + "/public/"),
|
10
|
-
:server_type => WEBrick::SimpleServer,
|
11
|
-
:charset => "UTF-8",
|
12
|
-
:mime_types => WEBrick::HTTPUtils::DefaultMimeTypes,
|
13
|
-
:debugger => false
|
14
|
-
|
15
|
-
}
|
16
|
-
|
17
|
-
ARGV.options do |opts|
|
18
|
-
script_name = File.basename($0)
|
19
|
-
opts.banner = "Usage: ruby #{script_name} [options]"
|
20
|
-
|
21
|
-
opts.separator ""
|
22
|
-
|
23
|
-
opts.on("-p", "--port=port", Integer,
|
24
|
-
"Runs Rails on the specified port.",
|
25
|
-
"Default: 3000") { |v| OPTIONS[:port] = v }
|
26
|
-
opts.on("-b", "--binding=ip", String,
|
27
|
-
"Binds Rails to the specified ip.",
|
28
|
-
"Default: 0.0.0.0") { |v| OPTIONS[:ip] = v }
|
29
|
-
opts.on("-e", "--environment=name", String,
|
30
|
-
"Specifies the environment to run this server under (test/development/production).",
|
31
|
-
"Default: development") { |v| OPTIONS[:environment] = v }
|
32
|
-
opts.on("-m", "--mime-types=filename", String,
|
33
|
-
"Specifies an Apache style mime.types configuration file to be used for mime types",
|
34
|
-
"Default: none") { |mime_types_file| OPTIONS[:mime_types] = WEBrick::HTTPUtils::load_mime_types(mime_types_file) }
|
35
|
-
|
36
|
-
opts.on("-d", "--daemon",
|
37
|
-
"Make Rails run as a Daemon (only works if fork is available -- meaning on *nix)."
|
38
|
-
) { OPTIONS[:server_type] = WEBrick::Daemon }
|
39
|
-
|
40
|
-
opts.on("-u", "--debugger", "Enable ruby-debugging for the server.") { OPTIONS[:debugger] = true }
|
41
|
-
|
42
|
-
opts.on("-c", "--charset=charset", String,
|
43
|
-
"Set default charset for output.",
|
44
|
-
"Default: UTF-8") { |v| OPTIONS[:charset] = v }
|
45
|
-
|
46
|
-
opts.separator ""
|
47
|
-
|
48
|
-
opts.on("-h", "--help",
|
49
|
-
"Show this help message.") { puts opts; exit }
|
50
|
-
|
51
|
-
opts.parse!
|
52
|
-
end
|
53
|
-
|
54
|
-
start_debugger if OPTIONS[:debugger]
|
55
|
-
|
56
|
-
ENV["RAILS_ENV"] = OPTIONS[:environment]
|
57
|
-
RAILS_ENV.replace(OPTIONS[:environment]) if defined?(RAILS_ENV)
|
58
|
-
|
59
|
-
require RAILS_ROOT + "/config/environment"
|
60
|
-
require 'webrick_server'
|
61
|
-
|
62
|
-
OPTIONS['working_directory'] = File.expand_path(RAILS_ROOT)
|
63
|
-
|
64
|
-
puts "=> Rails #{Rails.version} application started on http://#{OPTIONS[:ip]}:#{OPTIONS[:port]}"
|
65
|
-
puts "=> Ctrl-C to shutdown server; call with --help for options" if OPTIONS[:server_type] == WEBrick::SimpleServer
|
66
|
-
DispatchServlet.dispatch(OPTIONS)
|
data/lib/commands/update.rb
DELETED
data/lib/console_app.rb
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
require 'action_controller/integration'
|
2
|
-
|
3
|
-
# work around the at_exit hook in test/unit, which kills IRB
|
4
|
-
Test::Unit.run = true if Test::Unit.respond_to?(:run=)
|
5
|
-
|
6
|
-
# reference the global "app" instance, created on demand. To recreate the
|
7
|
-
# instance, pass a non-false value as the parameter.
|
8
|
-
def app(create=false)
|
9
|
-
@app_integration_instance = nil if create
|
10
|
-
@app_integration_instance ||= new_session do |sess|
|
11
|
-
sess.host! "www.example.com"
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
# create a new session. If a block is given, the new session will be yielded
|
16
|
-
# to the block before being returned.
|
17
|
-
def new_session
|
18
|
-
session = ActionController::Integration::Session.new
|
19
|
-
yield session if block_given?
|
20
|
-
session
|
21
|
-
end
|
22
|
-
|
23
|
-
#reloads the environment
|
24
|
-
def reload!
|
25
|
-
puts "Reloading..."
|
26
|
-
dispatcher = ActionController::Dispatcher.new($stdout)
|
27
|
-
dispatcher.cleanup_application
|
28
|
-
dispatcher.reload_application
|
29
|
-
true
|
30
|
-
end
|