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
@@ -1,54 +0,0 @@
|
|
1
|
-
body { background-color: #fff; color: #333; }
|
2
|
-
|
3
|
-
body, p, ol, ul, td {
|
4
|
-
font-family: verdana, arial, helvetica, sans-serif;
|
5
|
-
font-size: 13px;
|
6
|
-
line-height: 18px;
|
7
|
-
}
|
8
|
-
|
9
|
-
pre {
|
10
|
-
background-color: #eee;
|
11
|
-
padding: 10px;
|
12
|
-
font-size: 11px;
|
13
|
-
}
|
14
|
-
|
15
|
-
a { color: #000; }
|
16
|
-
a:visited { color: #666; }
|
17
|
-
a:hover { color: #fff; background-color:#000; }
|
18
|
-
|
19
|
-
.fieldWithErrors {
|
20
|
-
padding: 2px;
|
21
|
-
background-color: red;
|
22
|
-
display: table;
|
23
|
-
}
|
24
|
-
|
25
|
-
#errorExplanation {
|
26
|
-
width: 400px;
|
27
|
-
border: 2px solid red;
|
28
|
-
padding: 7px;
|
29
|
-
padding-bottom: 12px;
|
30
|
-
margin-bottom: 20px;
|
31
|
-
background-color: #f0f0f0;
|
32
|
-
}
|
33
|
-
|
34
|
-
#errorExplanation h2 {
|
35
|
-
text-align: left;
|
36
|
-
font-weight: bold;
|
37
|
-
padding: 5px 5px 5px 15px;
|
38
|
-
font-size: 12px;
|
39
|
-
margin: -7px;
|
40
|
-
background-color: #c00;
|
41
|
-
color: #fff;
|
42
|
-
}
|
43
|
-
|
44
|
-
#errorExplanation p {
|
45
|
-
color: #333;
|
46
|
-
margin-bottom: 0;
|
47
|
-
padding: 5px;
|
48
|
-
}
|
49
|
-
|
50
|
-
#errorExplanation ul li {
|
51
|
-
font-size: 12px;
|
52
|
-
list-style: square;
|
53
|
-
}
|
54
|
-
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<h1>Editing <%= singular_name %></h1>
|
2
|
-
|
3
|
-
<%% form_for(@<%= singular_name %>) do |f| %>
|
4
|
-
<%%= f.error_messages %>
|
5
|
-
|
6
|
-
<% for attribute in attributes -%>
|
7
|
-
<p>
|
8
|
-
<%%= f.label :<%= attribute.name %> %><br />
|
9
|
-
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
|
10
|
-
</p>
|
11
|
-
<% end -%>
|
12
|
-
<p>
|
13
|
-
<%%= f.submit "Update" %>
|
14
|
-
</p>
|
15
|
-
<%% end %>
|
16
|
-
|
17
|
-
<%%= link_to 'Show', @<%= singular_name %> %> |
|
18
|
-
<%%= link_to 'Back', <%= plural_name %>_path %>
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<h1>Listing <%= plural_name %></h1>
|
2
|
-
|
3
|
-
<table>
|
4
|
-
<tr>
|
5
|
-
<% for attribute in attributes -%>
|
6
|
-
<th><%= attribute.column.human_name %></th>
|
7
|
-
<% end -%>
|
8
|
-
</tr>
|
9
|
-
|
10
|
-
<%% for <%= singular_name %> in @<%= plural_name %> %>
|
11
|
-
<tr>
|
12
|
-
<% for attribute in attributes -%>
|
13
|
-
<td><%%=h <%= singular_name %>.<%= attribute.name %> %></td>
|
14
|
-
<% end -%>
|
15
|
-
<td><%%= link_to 'Show', <%= singular_name %> %></td>
|
16
|
-
<td><%%= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>) %></td>
|
17
|
-
<td><%%= link_to 'Destroy', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %></td>
|
18
|
-
</tr>
|
19
|
-
<%% end %>
|
20
|
-
</table>
|
21
|
-
|
22
|
-
<br />
|
23
|
-
|
24
|
-
<%%= link_to 'New <%= singular_name %>', new_<%= singular_name %>_path %>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
<h1>New <%= singular_name %></h1>
|
2
|
-
|
3
|
-
<%% form_for(@<%= singular_name %>) do |f| %>
|
4
|
-
<%%= f.error_messages %>
|
5
|
-
|
6
|
-
<% for attribute in attributes -%>
|
7
|
-
<p>
|
8
|
-
<%%= f.label :<%= attribute.name %> %><br />
|
9
|
-
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
|
10
|
-
</p>
|
11
|
-
<% end -%>
|
12
|
-
<p>
|
13
|
-
<%%= f.submit "Create" %>
|
14
|
-
</p>
|
15
|
-
<%% end %>
|
16
|
-
|
17
|
-
<%%= link_to 'Back', <%= plural_name %>_path %>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<% for attribute in attributes -%>
|
2
|
-
<p>
|
3
|
-
<b><%= attribute.column.human_name %>:</b>
|
4
|
-
<%%=h @<%= singular_name %>.<%= attribute.name %> %>
|
5
|
-
</p>
|
6
|
-
|
7
|
-
<% end -%>
|
8
|
-
|
9
|
-
<%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>) %> |
|
10
|
-
<%%= link_to 'Back', <%= plural_name %>_path %>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
Description:
|
2
|
-
Creates a migration to add the sessions table used by the Active Record
|
3
|
-
session store. Pass the migration name, either CamelCased or under_scored,
|
4
|
-
as an argument.
|
5
|
-
|
6
|
-
Example:
|
7
|
-
`./script/generate session_migration CreateSessionTable`
|
8
|
-
|
9
|
-
With 4 existing migrations, this creates the AddSessionTable migration
|
10
|
-
in db/migrate/005_add_session_table.rb
|
data/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
class SessionMigrationGenerator < Rails::Generator::NamedBase
|
2
|
-
def initialize(runtime_args, runtime_options = {})
|
3
|
-
runtime_args << 'add_session_table' if runtime_args.empty?
|
4
|
-
super
|
5
|
-
end
|
6
|
-
|
7
|
-
def manifest
|
8
|
-
record do |m|
|
9
|
-
m.migration_template 'migration.rb', 'db/migrate',
|
10
|
-
:assigns => { :session_table_name => default_session_table_name }
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
protected
|
15
|
-
def default_session_table_name
|
16
|
-
ActiveRecord::Base.pluralize_table_names ? 'session'.pluralize : 'session'
|
17
|
-
end
|
18
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
class <%= class_name %> < ActiveRecord::Migration
|
2
|
-
def self.up
|
3
|
-
create_table :<%= session_table_name %> do |t|
|
4
|
-
t.string :session_id, :null => false
|
5
|
-
t.text :data
|
6
|
-
t.timestamps
|
7
|
-
end
|
8
|
-
|
9
|
-
add_index :<%= session_table_name %>, :session_id
|
10
|
-
add_index :<%= session_table_name %>, :updated_at
|
11
|
-
end
|
12
|
-
|
13
|
-
def self.down
|
14
|
-
drop_table :<%= session_table_name %>
|
15
|
-
end
|
16
|
-
end
|
@@ -1,249 +0,0 @@
|
|
1
|
-
require 'pathname'
|
2
|
-
|
3
|
-
require File.dirname(__FILE__) + '/spec'
|
4
|
-
|
5
|
-
class Object
|
6
|
-
class << self
|
7
|
-
# Lookup missing generators using const_missing. This allows any
|
8
|
-
# generator to reference another without having to know its location:
|
9
|
-
# RubyGems, ~/.rails/generators, and RAILS_ROOT/generators.
|
10
|
-
def lookup_missing_generator(class_id)
|
11
|
-
if md = /(.+)Generator$/.match(class_id.to_s)
|
12
|
-
name = md.captures.first.demodulize.underscore
|
13
|
-
Rails::Generator::Base.lookup(name).klass
|
14
|
-
else
|
15
|
-
const_missing_before_generators(class_id)
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
unless respond_to?(:const_missing_before_generators)
|
20
|
-
alias_method :const_missing_before_generators, :const_missing
|
21
|
-
alias_method :const_missing, :lookup_missing_generator
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
# User home directory lookup adapted from RubyGems.
|
27
|
-
def Dir.user_home
|
28
|
-
if ENV['HOME']
|
29
|
-
ENV['HOME']
|
30
|
-
elsif ENV['USERPROFILE']
|
31
|
-
ENV['USERPROFILE']
|
32
|
-
elsif ENV['HOMEDRIVE'] and ENV['HOMEPATH']
|
33
|
-
"#{ENV['HOMEDRIVE']}:#{ENV['HOMEPATH']}"
|
34
|
-
else
|
35
|
-
File.expand_path '~'
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
|
40
|
-
module Rails
|
41
|
-
module Generator
|
42
|
-
|
43
|
-
# Generator lookup is managed by a list of sources which return specs
|
44
|
-
# describing where to find and how to create generators. This module
|
45
|
-
# provides class methods for manipulating the source list and looking up
|
46
|
-
# generator specs, and an #instance wrapper for quickly instantiating
|
47
|
-
# generators by name.
|
48
|
-
#
|
49
|
-
# A spec is not a generator: it's a description of where to find
|
50
|
-
# the generator and how to create it. A source is anything that
|
51
|
-
# yields generators from #each. PathSource and GemGeneratorSource are provided.
|
52
|
-
module Lookup
|
53
|
-
def self.included(base)
|
54
|
-
base.extend(ClassMethods)
|
55
|
-
base.use_component_sources!
|
56
|
-
end
|
57
|
-
|
58
|
-
# Convenience method to instantiate another generator.
|
59
|
-
def instance(generator_name, args, runtime_options = {})
|
60
|
-
self.class.instance(generator_name, args, runtime_options)
|
61
|
-
end
|
62
|
-
|
63
|
-
module ClassMethods
|
64
|
-
# The list of sources where we look, in order, for generators.
|
65
|
-
def sources
|
66
|
-
read_inheritable_attribute(:sources) or use_component_sources!
|
67
|
-
end
|
68
|
-
|
69
|
-
# Add a source to the end of the list.
|
70
|
-
def append_sources(*args)
|
71
|
-
sources.concat(args.flatten)
|
72
|
-
invalidate_cache!
|
73
|
-
end
|
74
|
-
|
75
|
-
# Add a source to the beginning of the list.
|
76
|
-
def prepend_sources(*args)
|
77
|
-
write_inheritable_array(:sources, args.flatten + sources)
|
78
|
-
invalidate_cache!
|
79
|
-
end
|
80
|
-
|
81
|
-
# Reset the source list.
|
82
|
-
def reset_sources
|
83
|
-
write_inheritable_attribute(:sources, [])
|
84
|
-
invalidate_cache!
|
85
|
-
end
|
86
|
-
|
87
|
-
# Use application generators (app, ?).
|
88
|
-
def use_application_sources!
|
89
|
-
reset_sources
|
90
|
-
sources << PathSource.new(:builtin, "#{File.dirname(__FILE__)}/generators/applications")
|
91
|
-
end
|
92
|
-
|
93
|
-
# Use component generators (model, controller, etc).
|
94
|
-
# 1. Rails application. If RAILS_ROOT is defined we know we're
|
95
|
-
# generating in the context of a Rails application, so search
|
96
|
-
# RAILS_ROOT/generators.
|
97
|
-
# 2. Look in plugins, either for generators/ or rails_generators/
|
98
|
-
# directories within each plugin
|
99
|
-
# 3. User home directory. Search ~/.rails/generators.
|
100
|
-
# 4. RubyGems. Search for gems named *_generator, and look for
|
101
|
-
# generators within any RubyGem's
|
102
|
-
# /rails_generators/<generator_name>_generator.rb file.
|
103
|
-
# 5. Builtins. Model, controller, mailer, scaffold, and so on.
|
104
|
-
def use_component_sources!
|
105
|
-
reset_sources
|
106
|
-
if defined? ::RAILS_ROOT
|
107
|
-
sources << PathSource.new(:lib, "#{::RAILS_ROOT}/lib/generators")
|
108
|
-
sources << PathSource.new(:vendor, "#{::RAILS_ROOT}/vendor/generators")
|
109
|
-
Rails.configuration.plugin_paths.each do |path|
|
110
|
-
relative_path = Pathname.new(File.expand_path(path)).relative_path_from(Pathname.new(::RAILS_ROOT))
|
111
|
-
sources << PathSource.new(:"plugins (#{relative_path})", "#{path}/*/**/{,rails_}generators")
|
112
|
-
end
|
113
|
-
end
|
114
|
-
sources << PathSource.new(:user, "#{Dir.user_home}/.rails/generators")
|
115
|
-
if Object.const_defined?(:Gem)
|
116
|
-
sources << GemGeneratorSource.new
|
117
|
-
sources << GemPathSource.new
|
118
|
-
end
|
119
|
-
sources << PathSource.new(:builtin, "#{File.dirname(__FILE__)}/generators/components")
|
120
|
-
end
|
121
|
-
|
122
|
-
# Lookup knows how to find generators' Specs from a list of Sources.
|
123
|
-
# Searches the sources, in order, for the first matching name.
|
124
|
-
def lookup(generator_name)
|
125
|
-
@found ||= {}
|
126
|
-
generator_name = generator_name.to_s.downcase
|
127
|
-
@found[generator_name] ||= cache.find { |spec| spec.name == generator_name }
|
128
|
-
unless @found[generator_name]
|
129
|
-
chars = generator_name.scan(/./).map{|c|"#{c}.*?"}
|
130
|
-
rx = /^#{chars}$/
|
131
|
-
gns = cache.select{|spec| spec.name =~ rx }
|
132
|
-
@found[generator_name] ||= gns.first if gns.length == 1
|
133
|
-
raise GeneratorError, "Pattern '#{generator_name}' matches more than one generator: #{gns.map{|sp|sp.name}.join(', ')}" if gns.length > 1
|
134
|
-
end
|
135
|
-
@found[generator_name] or raise GeneratorError, "Couldn't find '#{generator_name}' generator"
|
136
|
-
end
|
137
|
-
|
138
|
-
# Convenience method to lookup and instantiate a generator.
|
139
|
-
def instance(generator_name, args = [], runtime_options = {})
|
140
|
-
lookup(generator_name).klass.new(args, full_options(runtime_options))
|
141
|
-
end
|
142
|
-
|
143
|
-
private
|
144
|
-
# Lookup and cache every generator from the source list.
|
145
|
-
def cache
|
146
|
-
@cache ||= sources.inject([]) { |cache, source| cache + source.to_a }
|
147
|
-
end
|
148
|
-
|
149
|
-
# Clear the cache whenever the source list changes.
|
150
|
-
def invalidate_cache!
|
151
|
-
@cache = nil
|
152
|
-
end
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
|
-
# Sources enumerate (yield from #each) generator specs which describe
|
157
|
-
# where to find and how to create generators. Enumerable is mixed in so,
|
158
|
-
# for example, source.collect will retrieve every generator.
|
159
|
-
# Sources may be assigned a label to distinguish them.
|
160
|
-
class Source
|
161
|
-
include Enumerable
|
162
|
-
|
163
|
-
attr_reader :label
|
164
|
-
def initialize(label)
|
165
|
-
@label = label
|
166
|
-
end
|
167
|
-
|
168
|
-
# The each method must be implemented in subclasses.
|
169
|
-
# The base implementation raises an error.
|
170
|
-
def each
|
171
|
-
raise NotImplementedError
|
172
|
-
end
|
173
|
-
|
174
|
-
# Return a convenient sorted list of all generator names.
|
175
|
-
def names
|
176
|
-
map { |spec| spec.name }.sort
|
177
|
-
end
|
178
|
-
end
|
179
|
-
|
180
|
-
|
181
|
-
# PathSource looks for generators in a filesystem directory.
|
182
|
-
class PathSource < Source
|
183
|
-
attr_reader :path
|
184
|
-
|
185
|
-
def initialize(label, path)
|
186
|
-
super label
|
187
|
-
@path = path
|
188
|
-
end
|
189
|
-
|
190
|
-
# Yield each eligible subdirectory.
|
191
|
-
def each
|
192
|
-
Dir["#{path}/[a-z]*"].each do |dir|
|
193
|
-
if File.directory?(dir)
|
194
|
-
yield Spec.new(File.basename(dir), dir, label)
|
195
|
-
end
|
196
|
-
end
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
|
-
class AbstractGemSource < Source
|
201
|
-
def initialize
|
202
|
-
super :RubyGems
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
|
-
# GemGeneratorSource hits the mines to quarry for generators. The latest versions
|
207
|
-
# of gems named *_generator are selected.
|
208
|
-
class GemGeneratorSource < AbstractGemSource
|
209
|
-
# Yield latest versions of generator gems.
|
210
|
-
def each
|
211
|
-
dependency = Gem::Dependency.new(/_generator$/, Gem::Requirement.default)
|
212
|
-
Gem::cache.search(dependency).inject({}) { |latest, gem|
|
213
|
-
hem = latest[gem.name]
|
214
|
-
latest[gem.name] = gem if hem.nil? or gem.version > hem.version
|
215
|
-
latest
|
216
|
-
}.values.each { |gem|
|
217
|
-
yield Spec.new(gem.name.sub(/_generator$/, ''), gem.full_gem_path, label)
|
218
|
-
}
|
219
|
-
end
|
220
|
-
end
|
221
|
-
|
222
|
-
# GemPathSource looks for generators within any RubyGem's /rails_generators/<generator_name>_generator.rb file.
|
223
|
-
class GemPathSource < AbstractGemSource
|
224
|
-
# Yield each generator within rails_generator subdirectories.
|
225
|
-
def each
|
226
|
-
generator_full_paths.each do |generator|
|
227
|
-
yield Spec.new(File.basename(generator).sub(/_generator.rb$/, ''), File.dirname(generator), label)
|
228
|
-
end
|
229
|
-
end
|
230
|
-
|
231
|
-
private
|
232
|
-
def generator_full_paths
|
233
|
-
@generator_full_paths ||=
|
234
|
-
Gem::cache.inject({}) do |latest, name_gem|
|
235
|
-
name, gem = name_gem
|
236
|
-
hem = latest[gem.name]
|
237
|
-
latest[gem.name] = gem if hem.nil? or gem.version > hem.version
|
238
|
-
latest
|
239
|
-
end.values.inject([]) do |mem, gem|
|
240
|
-
Dir[gem.full_gem_path + '/{rails_,}generators/**/*_generator.rb'].each do |generator|
|
241
|
-
mem << generator
|
242
|
-
end
|
243
|
-
mem
|
244
|
-
end
|
245
|
-
end
|
246
|
-
end
|
247
|
-
|
248
|
-
end
|
249
|
-
end
|
@@ -1,53 +0,0 @@
|
|
1
|
-
module Rails
|
2
|
-
module Generator
|
3
|
-
|
4
|
-
# Manifest captures the actions a generator performs. Instantiate
|
5
|
-
# a manifest with an optional target object, hammer it with actions,
|
6
|
-
# then replay or rewind on the object of your choice.
|
7
|
-
#
|
8
|
-
# Example:
|
9
|
-
# manifest = Manifest.new { |m|
|
10
|
-
# m.make_directory '/foo'
|
11
|
-
# m.create_file '/foo/bar.txt'
|
12
|
-
# }
|
13
|
-
# manifest.replay(creator)
|
14
|
-
# manifest.rewind(destroyer)
|
15
|
-
class Manifest
|
16
|
-
attr_reader :target
|
17
|
-
|
18
|
-
# Take a default action target. Yield self if block given.
|
19
|
-
def initialize(target = nil)
|
20
|
-
@target, @actions = target, []
|
21
|
-
yield self if block_given?
|
22
|
-
end
|
23
|
-
|
24
|
-
# Record an action.
|
25
|
-
def method_missing(action, *args, &block)
|
26
|
-
@actions << [action, args, block]
|
27
|
-
end
|
28
|
-
|
29
|
-
# Replay recorded actions.
|
30
|
-
def replay(target = nil)
|
31
|
-
send_actions(target || @target, @actions)
|
32
|
-
end
|
33
|
-
|
34
|
-
# Rewind recorded actions.
|
35
|
-
def rewind(target = nil)
|
36
|
-
send_actions(target || @target, @actions.reverse)
|
37
|
-
end
|
38
|
-
|
39
|
-
# Erase recorded actions.
|
40
|
-
def erase
|
41
|
-
@actions = []
|
42
|
-
end
|
43
|
-
|
44
|
-
private
|
45
|
-
def send_actions(target, actions)
|
46
|
-
actions.each do |method, args, block|
|
47
|
-
target.send(method, *args, &block)
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
end
|
53
|
-
end
|