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/rails/rack/static.rb
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
module Rails
|
2
|
-
module Rack
|
3
|
-
class Static
|
4
|
-
FILE_METHODS = %w(GET HEAD).freeze
|
5
|
-
|
6
|
-
def initialize(app)
|
7
|
-
@app = app
|
8
|
-
@file_server = ::Rack::File.new(File.join(RAILS_ROOT, "public"))
|
9
|
-
end
|
10
|
-
|
11
|
-
def call(env)
|
12
|
-
path = env['PATH_INFO'].chomp('/')
|
13
|
-
method = env['REQUEST_METHOD']
|
14
|
-
cached_path = (path.empty? ? 'index' : path) + ::ActionController::Base.page_cache_extension
|
15
|
-
|
16
|
-
if FILE_METHODS.include?(method)
|
17
|
-
if file_exist?(path)
|
18
|
-
return @file_server.call(env)
|
19
|
-
elsif file_exist?(cached_path)
|
20
|
-
env['PATH_INFO'] = cached_path
|
21
|
-
return @file_server.call(env)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
@app.call(env)
|
26
|
-
end
|
27
|
-
|
28
|
-
private
|
29
|
-
def file_exist?(path)
|
30
|
-
full_path = File.join(@file_server.root, ::Rack::Utils.unescape(path))
|
31
|
-
File.file?(full_path) && File.readable?(full_path)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
@@ -1,140 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
require 'yaml'
|
3
|
-
|
4
|
-
module Rails
|
5
|
-
|
6
|
-
class VendorGemSourceIndex
|
7
|
-
# VendorGemSourceIndex acts as a proxy for the Gem source index, allowing
|
8
|
-
# gems to be loaded from vendor/gems. Rather than the standard gem repository format,
|
9
|
-
# vendor/gems contains unpacked gems, with YAML specifications in .specification in
|
10
|
-
# each gem directory.
|
11
|
-
include Enumerable
|
12
|
-
|
13
|
-
attr_reader :installed_source_index
|
14
|
-
attr_reader :vendor_source_index
|
15
|
-
|
16
|
-
@@silence_spec_warnings = false
|
17
|
-
|
18
|
-
def self.silence_spec_warnings
|
19
|
-
@@silence_spec_warnings
|
20
|
-
end
|
21
|
-
|
22
|
-
def self.silence_spec_warnings=(v)
|
23
|
-
@@silence_spec_warnings = v
|
24
|
-
end
|
25
|
-
|
26
|
-
def initialize(installed_index, vendor_dir=Rails::GemDependency.unpacked_path)
|
27
|
-
@installed_source_index = installed_index
|
28
|
-
@vendor_dir = vendor_dir
|
29
|
-
refresh!
|
30
|
-
end
|
31
|
-
|
32
|
-
def refresh!
|
33
|
-
# reload the installed gems
|
34
|
-
@installed_source_index.refresh!
|
35
|
-
vendor_gems = {}
|
36
|
-
|
37
|
-
# handle vendor Rails gems - they are identified by having loaded_from set to ""
|
38
|
-
# we add them manually to the list, so that other gems can find them via dependencies
|
39
|
-
Gem.loaded_specs.each do |n, s|
|
40
|
-
next unless s.loaded_from.empty?
|
41
|
-
vendor_gems[s.full_name] = s
|
42
|
-
end
|
43
|
-
|
44
|
-
# load specifications from vendor/gems
|
45
|
-
Dir[File.join(Rails::GemDependency.unpacked_path, '*')].each do |d|
|
46
|
-
dir_name = File.basename(d)
|
47
|
-
dir_version = version_for_dir(dir_name)
|
48
|
-
spec = load_specification(d)
|
49
|
-
if spec
|
50
|
-
if spec.full_name != dir_name
|
51
|
-
# mismatched directory name and gem spec - produced by 2.1.0-era unpack code
|
52
|
-
if dir_version
|
53
|
-
# fix the spec version - this is not optimal (spec.files may be wrong)
|
54
|
-
# but it's better than breaking apps. Complain to remind users to get correct specs.
|
55
|
-
# use ActiveSupport::Deprecation.warn, as the logger is not set yet
|
56
|
-
$stderr.puts("config.gem: Unpacked gem #{dir_name} in vendor/gems has a mismatched specification file."+
|
57
|
-
" Run 'rake gems:refresh_specs' to fix this.") unless @@silence_spec_warnings
|
58
|
-
spec.version = dir_version
|
59
|
-
else
|
60
|
-
$stderr.puts("config.gem: Unpacked gem #{dir_name} in vendor/gems is not in a versioned directory"+
|
61
|
-
"(should be #{spec.full_name}).") unless @@silence_spec_warnings
|
62
|
-
# continue, assume everything is OK
|
63
|
-
end
|
64
|
-
end
|
65
|
-
else
|
66
|
-
# no spec - produced by early-2008 unpack code
|
67
|
-
# emulate old behavior, and complain.
|
68
|
-
$stderr.puts("config.gem: Unpacked gem #{dir_name} in vendor/gems has no specification file."+
|
69
|
-
" Run 'rake gems:refresh_specs' to fix this.") unless @@silence_spec_warnings
|
70
|
-
if dir_version
|
71
|
-
spec = Gem::Specification.new
|
72
|
-
spec.version = dir_version
|
73
|
-
spec.require_paths = ['lib']
|
74
|
-
ext_path = File.join(d, 'ext')
|
75
|
-
spec.require_paths << 'ext' if File.exist?(ext_path)
|
76
|
-
spec.name = /^(.*)-[^-]+$/.match(dir_name)[1]
|
77
|
-
files = ['lib']
|
78
|
-
# set files to everything in lib/
|
79
|
-
files += Dir[File.join(d, 'lib', '*')].map { |v| v.gsub(/^#{d}\//, '') }
|
80
|
-
files += Dir[File.join(d, 'ext', '*')].map { |v| v.gsub(/^#{d}\//, '') } if ext_path
|
81
|
-
spec.files = files
|
82
|
-
else
|
83
|
-
$stderr.puts("config.gem: Unpacked gem #{dir_name} in vendor/gems not in a versioned directory."+
|
84
|
-
" Giving up.") unless @@silence_spec_warnings
|
85
|
-
next
|
86
|
-
end
|
87
|
-
end
|
88
|
-
spec.loaded_from = File.join(d, '.specification')
|
89
|
-
# finally, swap out full_gem_path
|
90
|
-
# it would be better to use a Gem::Specification subclass, but the YAML loads an explicit class
|
91
|
-
class << spec
|
92
|
-
def full_gem_path
|
93
|
-
path = File.join installation_path, full_name
|
94
|
-
return path if File.directory? path
|
95
|
-
File.join installation_path, original_name
|
96
|
-
end
|
97
|
-
end
|
98
|
-
vendor_gems[File.basename(d)] = spec
|
99
|
-
end
|
100
|
-
@vendor_source_index = Gem::SourceIndex.new(vendor_gems)
|
101
|
-
end
|
102
|
-
|
103
|
-
def version_for_dir(d)
|
104
|
-
matches = /-([^-]+)$/.match(d)
|
105
|
-
Gem::Version.new(matches[1]) if matches
|
106
|
-
end
|
107
|
-
|
108
|
-
def load_specification(gem_dir)
|
109
|
-
spec_file = File.join(gem_dir, '.specification')
|
110
|
-
YAML.load_file(spec_file) if File.exist?(spec_file)
|
111
|
-
end
|
112
|
-
|
113
|
-
def find_name(*args)
|
114
|
-
@installed_source_index.find_name(*args) + @vendor_source_index.find_name(*args)
|
115
|
-
end
|
116
|
-
|
117
|
-
def search(*args)
|
118
|
-
# look for vendor gems, and then installed gems - later elements take priority
|
119
|
-
@installed_source_index.search(*args) + @vendor_source_index.search(*args)
|
120
|
-
end
|
121
|
-
|
122
|
-
def each(&block)
|
123
|
-
@vendor_source_index.each(&block)
|
124
|
-
@installed_source_index.each(&block)
|
125
|
-
end
|
126
|
-
|
127
|
-
def add_spec(spec)
|
128
|
-
@vendor_source_index.add_spec spec
|
129
|
-
end
|
130
|
-
|
131
|
-
def remove_spec(spec)
|
132
|
-
@vendor_source_index.remove_spec spec
|
133
|
-
end
|
134
|
-
|
135
|
-
def size
|
136
|
-
@vendor_source_index.size + @installed_source_index.size
|
137
|
-
end
|
138
|
-
|
139
|
-
end
|
140
|
-
end
|
data/lib/rails/version.rb
DELETED
data/lib/rails_generator.rb
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
# Copyright (c) 2004 Jeremy Kemper
|
3
|
-
#
|
4
|
-
# Permission is hereby granted, free of charge, to any person obtaining
|
5
|
-
# a copy of this software and associated documentation files (the
|
6
|
-
# "Software"), to deal in the Software without restriction, including
|
7
|
-
# without limitation the rights to use, copy, modify, merge, publish,
|
8
|
-
# distribute, sublicense, and/or sell copies of the Software, and to
|
9
|
-
# permit persons to whom the Software is furnished to do so, subject to
|
10
|
-
# the following conditions:
|
11
|
-
#
|
12
|
-
# The above copyright notice and this permission notice shall be
|
13
|
-
# included in all copies or substantial portions of the Software.
|
14
|
-
#
|
15
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
16
|
-
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
17
|
-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
18
|
-
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
19
|
-
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20
|
-
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
21
|
-
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22
|
-
#++
|
23
|
-
|
24
|
-
$:.unshift(File.dirname(__FILE__))
|
25
|
-
$:.unshift(File.dirname(__FILE__) + "/../../activesupport/lib")
|
26
|
-
|
27
|
-
begin
|
28
|
-
require 'active_support'
|
29
|
-
rescue LoadError
|
30
|
-
require 'rubygems'
|
31
|
-
gem 'activesupport'
|
32
|
-
end
|
33
|
-
|
34
|
-
require 'rails_generator/base'
|
35
|
-
require 'rails_generator/lookup'
|
36
|
-
require 'rails_generator/commands'
|
37
|
-
|
38
|
-
Rails::Generator::Base.send(:include, Rails::Generator::Lookup)
|
39
|
-
Rails::Generator::Base.send(:include, Rails::Generator::Commands)
|
40
|
-
|
41
|
-
# Set up a default logger for convenience.
|
42
|
-
require 'rails_generator/simple_logger'
|
43
|
-
Rails::Generator::Base.logger = Rails::Generator::SimpleLogger.new(STDOUT)
|
data/lib/rails_generator/base.rb
DELETED
@@ -1,263 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/options'
|
2
|
-
require File.dirname(__FILE__) + '/manifest'
|
3
|
-
require File.dirname(__FILE__) + '/spec'
|
4
|
-
require File.dirname(__FILE__) + '/generated_attribute'
|
5
|
-
|
6
|
-
module Rails
|
7
|
-
# Rails::Generator is a code generation platform tailored for the Rails
|
8
|
-
# web application framework. Generators are easily invoked within Rails
|
9
|
-
# applications to add and remove components such as models and controllers.
|
10
|
-
# New generators are easy to create and may be distributed as RubyGems,
|
11
|
-
# tarballs, or Rails plugins for inclusion system-wide, per-user,
|
12
|
-
# or per-application.
|
13
|
-
#
|
14
|
-
# For actual examples see the rails_generator/generators directory in the
|
15
|
-
# Rails source (or the +railties+ directory if you have frozen the Rails
|
16
|
-
# source in your application).
|
17
|
-
#
|
18
|
-
# Generators may subclass other generators to provide variations that
|
19
|
-
# require little or no new logic but replace the template files.
|
20
|
-
#
|
21
|
-
# For a RubyGem, put your generator class and templates in the +lib+
|
22
|
-
# directory. For a Rails plugin, make a +generators+ directory at the
|
23
|
-
# root of your plugin.
|
24
|
-
#
|
25
|
-
# The layout of generator files can be seen in the built-in
|
26
|
-
# +controller+ generator:
|
27
|
-
#
|
28
|
-
# generators/
|
29
|
-
# components/
|
30
|
-
# controller/
|
31
|
-
# controller_generator.rb
|
32
|
-
# templates/
|
33
|
-
# controller.rb
|
34
|
-
# functional_test.rb
|
35
|
-
# helper.rb
|
36
|
-
# view.html.erb
|
37
|
-
#
|
38
|
-
# The directory name (+controller+) matches the name of the generator file
|
39
|
-
# (controller_generator.rb) and class (ControllerGenerator). The files
|
40
|
-
# that will be copied or used as templates are stored in the +templates+
|
41
|
-
# directory.
|
42
|
-
#
|
43
|
-
# The filenames of the templates don't matter, but choose something that
|
44
|
-
# will be self-explanatory since you will be referencing these in the
|
45
|
-
# +manifest+ method inside your generator subclass.
|
46
|
-
#
|
47
|
-
#
|
48
|
-
module Generator
|
49
|
-
class GeneratorError < StandardError; end
|
50
|
-
class UsageError < GeneratorError; end
|
51
|
-
|
52
|
-
|
53
|
-
# The base code generator is bare-bones. It sets up the source and
|
54
|
-
# destination paths and tells the logger whether to keep its trap shut.
|
55
|
-
#
|
56
|
-
# It's useful for copying files such as stylesheets, images, or
|
57
|
-
# javascripts.
|
58
|
-
#
|
59
|
-
# For more comprehensive template-based passive code generation with
|
60
|
-
# arguments, you'll want Rails::Generator::NamedBase.
|
61
|
-
#
|
62
|
-
# Generators create a manifest of the actions they perform then hand
|
63
|
-
# the manifest to a command which replays the actions to do the heavy
|
64
|
-
# lifting (such as checking for existing files or creating directories
|
65
|
-
# if needed). Create, destroy, and list commands are included. Since a
|
66
|
-
# single manifest may be used by any command, creating new generators is
|
67
|
-
# as simple as writing some code templates and declaring what you'd like
|
68
|
-
# to do with them.
|
69
|
-
#
|
70
|
-
# The manifest method must be implemented by subclasses, returning a
|
71
|
-
# Rails::Generator::Manifest. The +record+ method is provided as a
|
72
|
-
# convenience for manifest creation. Example:
|
73
|
-
#
|
74
|
-
# class StylesheetGenerator < Rails::Generator::Base
|
75
|
-
# def manifest
|
76
|
-
# record do |m|
|
77
|
-
# m.directory('public/stylesheets')
|
78
|
-
# m.file('application.css', 'public/stylesheets/application.css')
|
79
|
-
# end
|
80
|
-
# end
|
81
|
-
# end
|
82
|
-
#
|
83
|
-
# See Rails::Generator::Commands::Create for a list of methods available
|
84
|
-
# to the manifest.
|
85
|
-
class Base
|
86
|
-
include Options
|
87
|
-
|
88
|
-
# Declare default options for the generator. These options
|
89
|
-
# are inherited to subclasses.
|
90
|
-
default_options :collision => :ask, :quiet => false
|
91
|
-
|
92
|
-
# A logger instance available everywhere in the generator.
|
93
|
-
cattr_accessor :logger
|
94
|
-
|
95
|
-
# Every generator that is dynamically looked up is tagged with a
|
96
|
-
# Spec describing where it was found.
|
97
|
-
class_inheritable_accessor :spec
|
98
|
-
|
99
|
-
attr_reader :source_root, :destination_root, :args
|
100
|
-
|
101
|
-
def initialize(runtime_args, runtime_options = {})
|
102
|
-
@args = runtime_args
|
103
|
-
parse!(@args, runtime_options)
|
104
|
-
|
105
|
-
# Derive source and destination paths.
|
106
|
-
@source_root = options[:source] || File.join(spec.path, 'templates')
|
107
|
-
if options[:destination]
|
108
|
-
@destination_root = options[:destination]
|
109
|
-
elsif defined? ::RAILS_ROOT
|
110
|
-
@destination_root = ::RAILS_ROOT
|
111
|
-
end
|
112
|
-
|
113
|
-
# Silence the logger if requested.
|
114
|
-
logger.quiet = options[:quiet]
|
115
|
-
|
116
|
-
# Raise usage error if help is requested.
|
117
|
-
usage if options[:help]
|
118
|
-
end
|
119
|
-
|
120
|
-
# Generators must provide a manifest. Use the +record+ method to create
|
121
|
-
# a new manifest and record your generator's actions.
|
122
|
-
def manifest
|
123
|
-
raise NotImplementedError, "No manifest for '#{spec.name}' generator."
|
124
|
-
end
|
125
|
-
|
126
|
-
# Return the full path from the source root for the given path.
|
127
|
-
# Example for source_root = '/source':
|
128
|
-
# source_path('some/path.rb') == '/source/some/path.rb'
|
129
|
-
#
|
130
|
-
# The given path may include a colon ':' character to indicate that
|
131
|
-
# the file belongs to another generator. This notation allows any
|
132
|
-
# generator to borrow files from another. Example:
|
133
|
-
# source_path('model:fixture.yml') = '/model/source/path/fixture.yml'
|
134
|
-
def source_path(relative_source)
|
135
|
-
# Check whether we're referring to another generator's file.
|
136
|
-
name, path = relative_source.split(':', 2)
|
137
|
-
|
138
|
-
# If not, return the full path to our source file.
|
139
|
-
if path.nil?
|
140
|
-
File.join(source_root, name)
|
141
|
-
|
142
|
-
# Otherwise, ask our referral for the file.
|
143
|
-
else
|
144
|
-
# FIXME: this is broken, though almost always true. Others'
|
145
|
-
# source_root are not necessarily the templates dir.
|
146
|
-
File.join(self.class.lookup(name).path, 'templates', path)
|
147
|
-
end
|
148
|
-
end
|
149
|
-
|
150
|
-
# Return the full path from the destination root for the given path.
|
151
|
-
# Example for destination_root = '/dest':
|
152
|
-
# destination_path('some/path.rb') == '/dest/some/path.rb'
|
153
|
-
def destination_path(relative_destination)
|
154
|
-
File.join(destination_root, relative_destination)
|
155
|
-
end
|
156
|
-
|
157
|
-
protected
|
158
|
-
# Convenience method for generator subclasses to record a manifest.
|
159
|
-
def record
|
160
|
-
Rails::Generator::Manifest.new(self) { |m| yield m }
|
161
|
-
end
|
162
|
-
|
163
|
-
# Override with your own usage banner.
|
164
|
-
def banner
|
165
|
-
"Usage: #{$0} #{spec.name} [options]"
|
166
|
-
end
|
167
|
-
|
168
|
-
# Read USAGE from file in generator base path.
|
169
|
-
def usage_message
|
170
|
-
File.read(File.join(spec.path, 'USAGE')) rescue ''
|
171
|
-
end
|
172
|
-
end
|
173
|
-
|
174
|
-
|
175
|
-
# The base generator for named components: models, controllers, mailers,
|
176
|
-
# etc. The target name is taken as the first argument and inflected to
|
177
|
-
# singular, plural, class, file, and table forms for your convenience.
|
178
|
-
# The remaining arguments are aliased to +actions+ as an array for
|
179
|
-
# controller and mailer convenience.
|
180
|
-
#
|
181
|
-
# Several useful local variables and methods are populated in the
|
182
|
-
# +initialize+ method. See below for a list of Attributes and
|
183
|
-
# External Aliases available to both the manifest and to all templates.
|
184
|
-
#
|
185
|
-
# If no name is provided, the generator raises a usage error with content
|
186
|
-
# optionally read from the USAGE file in the generator's base path.
|
187
|
-
#
|
188
|
-
# For example, the +controller+ generator takes the first argument as
|
189
|
-
# the name of the class and subsequent arguments as the names of
|
190
|
-
# actions to be generated:
|
191
|
-
#
|
192
|
-
# ./script/generate controller Article index new create
|
193
|
-
#
|
194
|
-
# See Rails::Generator::Base for a discussion of manifests,
|
195
|
-
# Rails::Generator::Commands::Create for methods available to the manifest,
|
196
|
-
# and Rails::Generator for a general discussion of generators.
|
197
|
-
class NamedBase < Base
|
198
|
-
attr_reader :name, :class_name, :singular_name, :plural_name, :table_name
|
199
|
-
attr_reader :class_path, :file_path, :class_nesting, :class_nesting_depth
|
200
|
-
alias_method :file_name, :singular_name
|
201
|
-
alias_method :actions, :args
|
202
|
-
|
203
|
-
def initialize(runtime_args, runtime_options = {})
|
204
|
-
super
|
205
|
-
|
206
|
-
# Name argument is required.
|
207
|
-
usage if runtime_args.empty?
|
208
|
-
|
209
|
-
@args = runtime_args.dup
|
210
|
-
base_name = @args.shift
|
211
|
-
assign_names!(base_name)
|
212
|
-
end
|
213
|
-
|
214
|
-
protected
|
215
|
-
# Override with your own usage banner.
|
216
|
-
def banner
|
217
|
-
"Usage: #{$0} #{spec.name} #{spec.name.camelize}Name [options]"
|
218
|
-
end
|
219
|
-
|
220
|
-
def attributes
|
221
|
-
@attributes ||= @args.collect do |attribute|
|
222
|
-
Rails::Generator::GeneratedAttribute.new(*attribute.split(":"))
|
223
|
-
end
|
224
|
-
end
|
225
|
-
|
226
|
-
|
227
|
-
private
|
228
|
-
def assign_names!(name)
|
229
|
-
@name = name
|
230
|
-
base_name, @class_path, @file_path, @class_nesting, @class_nesting_depth = extract_modules(@name)
|
231
|
-
@class_name_without_nesting, @singular_name, @plural_name = inflect_names(base_name)
|
232
|
-
@table_name = (!defined?(ActiveRecord::Base) || ActiveRecord::Base.pluralize_table_names) ? plural_name : singular_name
|
233
|
-
@table_name.gsub! '/', '_'
|
234
|
-
if @class_nesting.empty?
|
235
|
-
@class_name = @class_name_without_nesting
|
236
|
-
else
|
237
|
-
@table_name = @class_nesting.underscore << "_" << @table_name
|
238
|
-
@class_name = "#{@class_nesting}::#{@class_name_without_nesting}"
|
239
|
-
end
|
240
|
-
end
|
241
|
-
|
242
|
-
# Extract modules from filesystem-style or ruby-style path:
|
243
|
-
# good/fun/stuff
|
244
|
-
# Good::Fun::Stuff
|
245
|
-
# produce the same results.
|
246
|
-
def extract_modules(name)
|
247
|
-
modules = name.include?('/') ? name.split('/') : name.split('::')
|
248
|
-
name = modules.pop
|
249
|
-
path = modules.map { |m| m.underscore }
|
250
|
-
file_path = (path + [name.underscore]).join('/')
|
251
|
-
nesting = modules.map { |m| m.camelize }.join('::')
|
252
|
-
[name, path, file_path, nesting, modules.size]
|
253
|
-
end
|
254
|
-
|
255
|
-
def inflect_names(name)
|
256
|
-
camel = name.camelize
|
257
|
-
under = camel.underscore
|
258
|
-
plural = under.pluralize
|
259
|
-
[camel, under, plural]
|
260
|
-
end
|
261
|
-
end
|
262
|
-
end
|
263
|
-
end
|