openskies 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +87 -0
- data/README.rdoc +35 -0
- data/bin/openskies +9 -0
- data/guides/assets/images/belongs_to.png +0 -0
- data/guides/assets/images/book_icon.gif +0 -0
- data/guides/assets/images/bullet.gif +0 -0
- data/guides/assets/images/challenge.png +0 -0
- data/guides/assets/images/chapters_icon.gif +0 -0
- data/guides/assets/images/check_bullet.gif +0 -0
- data/guides/assets/images/credits_pic_blank.gif +0 -0
- data/guides/assets/images/csrf.png +0 -0
- data/guides/assets/images/customized_error_messages.png +0 -0
- data/guides/assets/images/edge_badge.png +0 -0
- data/guides/assets/images/error_messages.png +0 -0
- data/guides/assets/images/feature_tile.gif +0 -0
- data/guides/assets/images/footer_tile.gif +0 -0
- data/guides/assets/images/fxn.png +0 -0
- data/guides/assets/images/grey_bullet.gif +0 -0
- data/guides/assets/images/habtm.png +0 -0
- data/guides/assets/images/has_many.png +0 -0
- data/guides/assets/images/has_many_through.png +0 -0
- data/guides/assets/images/has_one.png +0 -0
- data/guides/assets/images/has_one_through.png +0 -0
- data/guides/assets/images/header_backdrop.png +0 -0
- data/guides/assets/images/header_tile.gif +0 -0
- data/guides/assets/images/i18n/demo_html_safe.png +0 -0
- data/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
- data/guides/assets/images/i18n/demo_translated_en.png +0 -0
- data/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
- data/guides/assets/images/i18n/demo_translation_missing.png +0 -0
- data/guides/assets/images/i18n/demo_untranslated.png +0 -0
- data/guides/assets/images/icons/README +5 -0
- data/guides/assets/images/icons/callouts/1.png +0 -0
- data/guides/assets/images/icons/callouts/10.png +0 -0
- data/guides/assets/images/icons/callouts/11.png +0 -0
- data/guides/assets/images/icons/callouts/12.png +0 -0
- data/guides/assets/images/icons/callouts/13.png +0 -0
- data/guides/assets/images/icons/callouts/14.png +0 -0
- data/guides/assets/images/icons/callouts/15.png +0 -0
- data/guides/assets/images/icons/callouts/2.png +0 -0
- data/guides/assets/images/icons/callouts/3.png +0 -0
- data/guides/assets/images/icons/callouts/4.png +0 -0
- data/guides/assets/images/icons/callouts/5.png +0 -0
- data/guides/assets/images/icons/callouts/6.png +0 -0
- data/guides/assets/images/icons/callouts/7.png +0 -0
- data/guides/assets/images/icons/callouts/8.png +0 -0
- data/guides/assets/images/icons/callouts/9.png +0 -0
- data/guides/assets/images/icons/caution.png +0 -0
- data/guides/assets/images/icons/example.png +0 -0
- data/guides/assets/images/icons/home.png +0 -0
- data/guides/assets/images/icons/important.png +0 -0
- data/guides/assets/images/icons/next.png +0 -0
- data/guides/assets/images/icons/note.png +0 -0
- data/guides/assets/images/icons/prev.png +0 -0
- data/guides/assets/images/icons/tip.png +0 -0
- data/guides/assets/images/icons/up.png +0 -0
- data/guides/assets/images/icons/warning.png +0 -0
- data/guides/assets/images/jaimeiniesta.jpg +0 -0
- data/guides/assets/images/nav_arrow.gif +0 -0
- data/guides/assets/images/polymorphic.png +0 -0
- data/guides/assets/images/posts_index.png +0 -0
- data/guides/assets/images/radar.png +0 -0
- data/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
- data/guides/assets/images/rails_guides_logo.gif +0 -0
- data/guides/assets/images/rails_logo_remix.gif +0 -0
- data/guides/assets/images/rails_welcome.png +0 -0
- data/guides/assets/images/session_fixation.png +0 -0
- data/guides/assets/images/tab_grey.gif +0 -0
- data/guides/assets/images/tab_info.gif +0 -0
- data/guides/assets/images/tab_note.gif +0 -0
- data/guides/assets/images/tab_red.gif +0 -0
- data/guides/assets/images/tab_yellow.gif +0 -0
- data/guides/assets/images/tab_yellow.png +0 -0
- data/guides/assets/images/validation_error_messages.png +0 -0
- data/guides/assets/images/vijaydev.jpg +0 -0
- data/guides/assets/javascripts/guides.js +7 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
- data/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
- data/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
- data/guides/assets/stylesheets/fixes.css +16 -0
- data/guides/assets/stylesheets/kindle.css +11 -0
- data/guides/assets/stylesheets/main.css +453 -0
- data/guides/assets/stylesheets/print.css +52 -0
- data/guides/assets/stylesheets/reset.css +43 -0
- data/guides/assets/stylesheets/style.css +13 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
- data/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
- data/guides/code/getting_started/Gemfile +38 -0
- data/guides/code/getting_started/README.rdoc +261 -0
- data/guides/code/getting_started/Rakefile +7 -0
- data/guides/code/getting_started/app/assets/images/rails.png +0 -0
- data/guides/code/getting_started/app/assets/javascripts/application.js +15 -0
- data/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
- data/guides/code/getting_started/app/assets/javascripts/home.js.coffee +3 -0
- data/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
- data/guides/code/getting_started/app/assets/stylesheets/application.css +13 -0
- data/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +3 -0
- data/guides/code/getting_started/app/assets/stylesheets/home.css.scss +3 -0
- data/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
- data/guides/code/getting_started/app/assets/stylesheets/scaffolds.css.scss +56 -0
- data/guides/code/getting_started/app/controllers/application_controller.rb +3 -0
- data/guides/code/getting_started/app/controllers/comments_controller.rb +16 -0
- data/guides/code/getting_started/app/controllers/home_controller.rb +5 -0
- data/guides/code/getting_started/app/controllers/posts_controller.rb +84 -0
- data/guides/code/getting_started/app/helpers/application_helper.rb +2 -0
- data/guides/code/getting_started/app/helpers/comments_helper.rb +2 -0
- data/guides/code/getting_started/app/helpers/home_helper.rb +2 -0
- data/guides/code/getting_started/app/helpers/posts_helper.rb +5 -0
- data/guides/code/getting_started/app/models/comment.rb +3 -0
- data/guides/code/getting_started/app/models/post.rb +11 -0
- data/guides/code/getting_started/app/models/tag.rb +3 -0
- data/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
- data/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
- data/guides/code/getting_started/app/views/home/index.html.erb +2 -0
- data/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
- data/guides/code/getting_started/app/views/posts/_form.html.erb +32 -0
- data/guides/code/getting_started/app/views/posts/edit.html.erb +6 -0
- data/guides/code/getting_started/app/views/posts/index.html.erb +27 -0
- data/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
- data/guides/code/getting_started/app/views/posts/show.html.erb +31 -0
- data/guides/code/getting_started/app/views/tags/_form.html.erb +12 -0
- data/guides/code/getting_started/config/application.rb +59 -0
- data/guides/code/getting_started/config/boot.rb +6 -0
- data/guides/code/getting_started/config/database.yml +25 -0
- data/guides/code/getting_started/config/environment.rb +5 -0
- data/guides/code/getting_started/config/environments/development.rb +37 -0
- data/guides/code/getting_started/config/environments/production.rb +67 -0
- data/guides/code/getting_started/config/environments/test.rb +37 -0
- data/guides/code/getting_started/config/initializers/backtrace_silencers.rb +7 -0
- data/guides/code/getting_started/config/initializers/inflections.rb +15 -0
- data/guides/code/getting_started/config/initializers/mime_types.rb +5 -0
- data/guides/code/getting_started/config/initializers/secret_token.rb +7 -0
- data/guides/code/getting_started/config/initializers/session_store.rb +8 -0
- data/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
- data/guides/code/getting_started/config/locales/en.yml +5 -0
- data/guides/code/getting_started/config/routes.rb +64 -0
- data/guides/code/getting_started/config.ru +4 -0
- data/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb +11 -0
- data/guides/code/getting_started/db/migrate/20110901012815_create_comments.rb +12 -0
- data/guides/code/getting_started/db/migrate/20110901013701_create_tags.rb +11 -0
- data/guides/code/getting_started/db/schema.rb +43 -0
- data/guides/code/getting_started/db/seeds.rb +7 -0
- data/guides/code/getting_started/doc/README_FOR_APP +2 -0
- data/guides/code/getting_started/public/404.html +26 -0
- data/guides/code/getting_started/public/422.html +26 -0
- data/guides/code/getting_started/public/500.html +25 -0
- data/guides/code/getting_started/public/favicon.ico +0 -0
- data/guides/code/getting_started/public/robots.txt +5 -0
- data/guides/code/getting_started/script/rails +6 -0
- data/guides/code/getting_started/test/fixtures/comments.yml +11 -0
- data/guides/code/getting_started/test/fixtures/posts.yml +11 -0
- data/guides/code/getting_started/test/fixtures/tags.yml +9 -0
- data/guides/code/getting_started/test/functional/comments_controller_test.rb +7 -0
- data/guides/code/getting_started/test/functional/home_controller_test.rb +9 -0
- data/guides/code/getting_started/test/functional/posts_controller_test.rb +49 -0
- data/guides/code/getting_started/test/performance/browsing_test.rb +12 -0
- data/guides/code/getting_started/test/test_helper.rb +13 -0
- data/guides/code/getting_started/test/unit/comment_test.rb +7 -0
- data/guides/code/getting_started/test/unit/helpers/comments_helper_test.rb +4 -0
- data/guides/code/getting_started/test/unit/helpers/home_helper_test.rb +4 -0
- data/guides/code/getting_started/test/unit/helpers/posts_helper_test.rb +4 -0
- data/guides/code/getting_started/test/unit/post_test.rb +7 -0
- data/guides/code/getting_started/test/unit/tag_test.rb +7 -0
- data/guides/rails_guides/generator.rb +310 -0
- data/guides/rails_guides/helpers.rb +45 -0
- data/guides/rails_guides/indexer.rb +69 -0
- data/guides/rails_guides/levenshtein.rb +31 -0
- data/guides/rails_guides/textile_extensions.rb +63 -0
- data/guides/rails_guides.rb +50 -0
- data/guides/source/2_2_release_notes.textile +422 -0
- data/guides/source/2_3_release_notes.textile +610 -0
- data/guides/source/3_0_release_notes.textile +595 -0
- data/guides/source/3_1_release_notes.textile +553 -0
- data/guides/source/3_2_release_notes.textile +540 -0
- data/guides/source/_license.html.erb +2 -0
- data/guides/source/_welcome.html.erb +19 -0
- data/guides/source/action_controller_overview.textile +820 -0
- data/guides/source/action_mailer_basics.textile +516 -0
- data/guides/source/action_view_overview.textile +1497 -0
- data/guides/source/active_model_basics.textile +205 -0
- data/guides/source/active_record_basics.textile +218 -0
- data/guides/source/active_record_querying.textile +1433 -0
- data/guides/source/active_record_validations_callbacks.textile +1283 -0
- data/guides/source/active_resource_basics.textile +120 -0
- data/guides/source/active_support_core_extensions.textile +3713 -0
- data/guides/source/ajax_on_rails.textile +267 -0
- data/guides/source/api_documentation_guidelines.textile +185 -0
- data/guides/source/asset_pipeline.textile +707 -0
- data/guides/source/association_basics.textile +1959 -0
- data/guides/source/caching_with_rails.textile +437 -0
- data/guides/source/command_line.textile +574 -0
- data/guides/source/configuring.textile +641 -0
- data/guides/source/contributing_to_ruby_on_rails.textile +448 -0
- data/guides/source/credits.html.erb +72 -0
- data/guides/source/debugging_rails_applications.textile +714 -0
- data/guides/source/documents.yaml +157 -0
- data/guides/source/engines.textile +618 -0
- data/guides/source/form_helpers.textile +798 -0
- data/guides/source/generators.textile +621 -0
- data/guides/source/getting_started.textile +1929 -0
- data/guides/source/i18n.textile +931 -0
- data/guides/source/index.html.erb +30 -0
- data/guides/source/initialization.textile +1116 -0
- data/guides/source/kindle/KINDLE.md +26 -0
- data/guides/source/kindle/copyright.html.erb +1 -0
- data/guides/source/kindle/layout.html.erb +27 -0
- data/guides/source/kindle/rails_guides.opf.erb +52 -0
- data/guides/source/kindle/toc.html.erb +24 -0
- data/guides/source/kindle/toc.ncx.erb +64 -0
- data/guides/source/kindle/welcome.html.erb +5 -0
- data/guides/source/layout.html.erb +124 -0
- data/guides/source/layouts_and_rendering.textile +1237 -0
- data/guides/source/migrations.textile +900 -0
- data/guides/source/nested_model_forms.textile +222 -0
- data/guides/source/performance_testing.textile +597 -0
- data/guides/source/plugins.textile +464 -0
- data/guides/source/rails_application_templates.textile +240 -0
- data/guides/source/rails_on_rack.textile +236 -0
- data/guides/source/routing.textile +885 -0
- data/guides/source/ruby_on_rails_guides_guidelines.textile +79 -0
- data/guides/source/security.textile +1004 -0
- data/guides/source/testing.textile +947 -0
- data/guides/w3c_validator.rb +91 -0
- data/lib/rails/all.rb +15 -0
- data/lib/rails/application/bootstrap.rb +73 -0
- data/lib/rails/application/configuration.rb +151 -0
- data/lib/rails/application/finisher.rb +98 -0
- data/lib/rails/application/railties.rb +13 -0
- data/lib/rails/application/route_inspector.rb +84 -0
- data/lib/rails/application/routes_reloader.rb +56 -0
- data/lib/rails/application.rb +320 -0
- data/lib/rails/backtrace_cleaner.rb +42 -0
- data/lib/rails/cli.rb +16 -0
- data/lib/rails/code_statistics.rb +118 -0
- data/lib/rails/commands/application.rb +38 -0
- data/lib/rails/commands/benchmarker.rb +34 -0
- data/lib/rails/commands/console.rb +55 -0
- data/lib/rails/commands/dbconsole.rb +123 -0
- data/lib/rails/commands/destroy.rb +10 -0
- data/lib/rails/commands/generate.rb +12 -0
- data/lib/rails/commands/plugin.rb +544 -0
- data/lib/rails/commands/plugin_new.rb +11 -0
- data/lib/rails/commands/profiler.rb +32 -0
- data/lib/rails/commands/runner.rb +54 -0
- data/lib/rails/commands/server.rb +100 -0
- data/lib/rails/commands/update.rb +9 -0
- data/lib/rails/commands.rb +104 -0
- data/lib/rails/configuration.rb +89 -0
- data/lib/rails/console/app.rb +36 -0
- data/lib/rails/console/helpers.rb +11 -0
- data/lib/rails/engine/commands.rb +43 -0
- data/lib/rails/engine/configuration.rb +84 -0
- data/lib/rails/engine/railties.rb +33 -0
- data/lib/rails/engine.rb +657 -0
- data/lib/rails/generators/actions.rb +325 -0
- data/lib/rails/generators/active_model.rb +78 -0
- data/lib/rails/generators/app_base.rb +281 -0
- data/lib/rails/generators/base.rb +390 -0
- data/lib/rails/generators/css/assets/assets_generator.rb +13 -0
- data/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
- data/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
- data/lib/rails/generators/erb/controller/controller_generator.rb +20 -0
- data/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
- data/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
- data/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
- data/lib/rails/generators/erb/scaffold/scaffold_generator.rb +29 -0
- data/lib/rails/generators/erb/scaffold/templates/_form.html.erb +23 -0
- data/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
- data/lib/rails/generators/erb/scaffold/templates/index.html.erb +27 -0
- data/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
- data/lib/rails/generators/erb/scaffold/templates/show.html.erb +12 -0
- data/lib/rails/generators/erb.rb +21 -0
- data/lib/rails/generators/generated_attribute.rb +107 -0
- data/lib/rails/generators/js/assets/assets_generator.rb +13 -0
- data/lib/rails/generators/js/assets/templates/javascript.js +2 -0
- data/lib/rails/generators/migration.rb +68 -0
- data/lib/rails/generators/named_base.rb +202 -0
- data/lib/rails/generators/rails/app/USAGE +15 -0
- data/lib/rails/generators/rails/app/app_generator.rb +303 -0
- data/lib/rails/generators/rails/app/templates/Gemfile +26 -0
- data/lib/rails/generators/rails/app/templates/README +261 -0
- data/lib/rails/generators/rails/app/templates/Rakefile +7 -0
- data/lib/rails/generators/rails/app/templates/app/assets/images/rails.png +0 -0
- data/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +17 -0
- data/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +13 -0
- data/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb +3 -0
- data/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
- data/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/app/models/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +14 -0
- data/lib/rails/generators/rails/app/templates/config/application.rb +74 -0
- data/lib/rails/generators/rails/app/templates/config/boot.rb +6 -0
- data/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +31 -0
- data/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +86 -0
- data/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +62 -0
- data/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +33 -0
- data/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +43 -0
- data/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +20 -0
- data/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +54 -0
- data/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +39 -0
- data/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +55 -0
- data/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
- data/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
- data/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +41 -0
- data/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +73 -0
- data/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +39 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +15 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +5 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +7 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +8 -0
- data/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
- data/lib/rails/generators/rails/app/templates/config/locales/en.yml +5 -0
- data/lib/rails/generators/rails/app/templates/config/routes.rb +58 -0
- data/lib/rails/generators/rails/app/templates/config.ru +4 -0
- data/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
- data/lib/rails/generators/rails/app/templates/doc/README_FOR_APP +2 -0
- data/lib/rails/generators/rails/app/templates/gitignore +15 -0
- data/lib/rails/generators/rails/app/templates/public/404.html +26 -0
- data/lib/rails/generators/rails/app/templates/public/422.html +26 -0
- data/lib/rails/generators/rails/app/templates/public/500.html +25 -0
- data/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
- data/lib/rails/generators/rails/app/templates/public/index.html +241 -0
- data/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
- data/lib/rails/generators/rails/app/templates/public/stylesheets/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/script/rails +5 -0
- data/lib/rails/generators/rails/app/templates/test/fixtures/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/test/functional/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/test/integration/.empty_directory +0 -0
- data/lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb +12 -0
- data/lib/rails/generators/rails/app/templates/test/test_helper.rb +15 -0
- data/lib/rails/generators/rails/app/templates/test/unit/.empty_directory +0 -0
- data/lib/rails/generators/rails/assets/USAGE +20 -0
- data/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
- data/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
- data/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
- data/lib/rails/generators/rails/controller/USAGE +18 -0
- data/lib/rails/generators/rails/controller/controller_generator.rb +20 -0
- data/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
- data/lib/rails/generators/rails/generator/USAGE +12 -0
- data/lib/rails/generators/rails/generator/generator_generator.rb +25 -0
- data/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
- data/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
- data/lib/rails/generators/rails/generator/templates/templates/.empty_directory +0 -0
- data/lib/rails/generators/rails/helper/USAGE +17 -0
- data/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
- data/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
- data/lib/rails/generators/rails/integration_test/USAGE +10 -0
- data/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
- data/lib/rails/generators/rails/migration/USAGE +29 -0
- data/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
- data/lib/rails/generators/rails/model/USAGE +45 -0
- data/lib/rails/generators/rails/model/model_generator.rb +8 -0
- data/lib/rails/generators/rails/observer/USAGE +12 -0
- data/lib/rails/generators/rails/observer/observer_generator.rb +7 -0
- data/lib/rails/generators/rails/performance_test/USAGE +10 -0
- data/lib/rails/generators/rails/performance_test/performance_test_generator.rb +7 -0
- data/lib/rails/generators/rails/plugin_new/USAGE +10 -0
- data/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb +318 -0
- data/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec +29 -0
- data/lib/rails/generators/rails/plugin_new/templates/Gemfile +23 -0
- data/lib/rails/generators/rails/plugin_new/templates/MIT-LICENSE +20 -0
- data/lib/rails/generators/rails/plugin_new/templates/README.rdoc +3 -0
- data/lib/rails/generators/rails/plugin_new/templates/Rakefile +31 -0
- data/lib/rails/generators/rails/plugin_new/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
- data/lib/rails/generators/rails/plugin_new/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
- data/lib/rails/generators/rails/plugin_new/templates/app/mailers/.empty_directory +0 -0
- data/lib/rails/generators/rails/plugin_new/templates/app/models/.empty_directory +0 -0
- data/lib/rails/generators/rails/plugin_new/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
- data/lib/rails/generators/rails/plugin_new/templates/config/routes.rb +6 -0
- data/lib/rails/generators/rails/plugin_new/templates/gitignore +7 -0
- data/lib/rails/generators/rails/plugin_new/templates/lib/%name%/engine.rb +7 -0
- data/lib/rails/generators/rails/plugin_new/templates/lib/%name%/version.rb +3 -0
- data/lib/rails/generators/rails/plugin_new/templates/lib/%name%.rb +6 -0
- data/lib/rails/generators/rails/plugin_new/templates/lib/tasks/%name%_tasks.rake +4 -0
- data/lib/rails/generators/rails/plugin_new/templates/rails/application.rb +18 -0
- data/lib/rails/generators/rails/plugin_new/templates/rails/boot.rb +10 -0
- data/lib/rails/generators/rails/plugin_new/templates/rails/routes.rb +4 -0
- data/lib/rails/generators/rails/plugin_new/templates/script/rails.tt +7 -0
- data/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb +7 -0
- data/lib/rails/generators/rails/plugin_new/templates/test/integration/navigation_test.rb +12 -0
- data/lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb +15 -0
- data/lib/rails/generators/rails/resource/USAGE +23 -0
- data/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
- data/lib/rails/generators/rails/resource_route/resource_route_generator.rb +50 -0
- data/lib/rails/generators/rails/scaffold/USAGE +35 -0
- data/lib/rails/generators/rails/scaffold/scaffold_generator.rb +23 -0
- data/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
- data/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
- data/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +25 -0
- data/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +89 -0
- data/lib/rails/generators/rails/session_migration/USAGE +8 -0
- data/lib/rails/generators/rails/session_migration/session_migration_generator.rb +8 -0
- data/lib/rails/generators/rails/task/USAGE +9 -0
- data/lib/rails/generators/rails/task/task_generator.rb +12 -0
- data/lib/rails/generators/rails/task/templates/task.rb +8 -0
- data/lib/rails/generators/resource_helpers.rb +80 -0
- data/lib/rails/generators/test_case.rb +247 -0
- data/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
- data/lib/rails/generators/test_unit/controller/templates/functional_test.rb +19 -0
- data/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
- data/lib/rails/generators/test_unit/helper/templates/helper_test.rb +6 -0
- data/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
- data/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
- data/lib/rails/generators/test_unit/mailer/mailer_generator.rb +14 -0
- data/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
- data/lib/rails/generators/test_unit/model/model_generator.rb +24 -0
- data/lib/rails/generators/test_unit/model/templates/fixtures.yml +23 -0
- data/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
- data/lib/rails/generators/test_unit/observer/observer_generator.rb +13 -0
- data/lib/rails/generators/test_unit/observer/templates/unit_test.rb +9 -0
- data/lib/rails/generators/test_unit/performance/performance_generator.rb +13 -0
- data/lib/rails/generators/test_unit/performance/templates/performance_test.rb +12 -0
- data/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
- data/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
- data/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +3 -0
- data/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +38 -0
- data/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
- data/lib/rails/generators/test_unit.rb +8 -0
- data/lib/rails/generators.rb +339 -0
- data/lib/rails/info.rb +116 -0
- data/lib/rails/info_controller.rb +15 -0
- data/lib/rails/initializable.rb +89 -0
- data/lib/rails/paths.rb +211 -0
- data/lib/rails/performance_test_help.rb +3 -0
- data/lib/rails/plugin.rb +92 -0
- data/lib/rails/rack/debugger.rb +24 -0
- data/lib/rails/rack/log_tailer.rb +34 -0
- data/lib/rails/rack/logger.rb +60 -0
- data/lib/rails/rack.rb +7 -0
- data/lib/rails/railtie/configurable.rb +35 -0
- data/lib/rails/railtie/configuration.rb +90 -0
- data/lib/rails/railtie.rb +202 -0
- data/lib/rails/ruby_version_check.rb +23 -0
- data/lib/rails/rubyprof_ext.rb +35 -0
- data/lib/rails/script_rails_loader.rb +29 -0
- data/lib/rails/source_annotation_extractor.rb +104 -0
- data/lib/rails/tasks/annotations.rake +20 -0
- data/lib/rails/tasks/documentation.rake +155 -0
- data/lib/rails/tasks/engine.rake +72 -0
- data/lib/rails/tasks/framework.rake +76 -0
- data/lib/rails/tasks/log.rake +9 -0
- data/lib/rails/tasks/middleware.rake +7 -0
- data/lib/rails/tasks/misc.rake +67 -0
- data/lib/rails/tasks/routes.rake +9 -0
- data/lib/rails/tasks/statistics.rake +16 -0
- data/lib/rails/tasks/tmp.rake +37 -0
- data/lib/rails/tasks.rb +16 -0
- data/lib/rails/test_help.rb +56 -0
- data/lib/rails/test_unit/railtie.rb +15 -0
- data/lib/rails/test_unit/sub_test_task.rb +8 -0
- data/lib/rails/test_unit/testing.rake +146 -0
- data/lib/rails/version.rb +10 -0
- data/lib/rails.rb +126 -0
- metadata +609 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
require 'rails/generators/active_model'
|
|
2
|
+
|
|
3
|
+
module Rails
|
|
4
|
+
module Generators
|
|
5
|
+
# Deal with controller names on scaffold and add some helpers to deal with
|
|
6
|
+
# ActiveModel.
|
|
7
|
+
#
|
|
8
|
+
module ResourceHelpers
|
|
9
|
+
mattr_accessor :skip_warn
|
|
10
|
+
|
|
11
|
+
def self.included(base) #:nodoc:
|
|
12
|
+
base.class_option :force_plural, :type => :boolean, :desc => "Forces the use of a plural ModelName"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Set controller variables on initialization.
|
|
16
|
+
#
|
|
17
|
+
def initialize(*args) #:nodoc:
|
|
18
|
+
super
|
|
19
|
+
|
|
20
|
+
if name == name.pluralize && name.singularize != name.pluralize && !options[:force_plural]
|
|
21
|
+
unless ResourceHelpers.skip_warn
|
|
22
|
+
say "Plural version of the model detected, using singularized version. Override with --force-plural."
|
|
23
|
+
ResourceHelpers.skip_warn = true
|
|
24
|
+
end
|
|
25
|
+
name.replace name.singularize
|
|
26
|
+
assign_names!(name)
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
@controller_name = name.pluralize
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
protected
|
|
33
|
+
|
|
34
|
+
attr_reader :controller_name
|
|
35
|
+
|
|
36
|
+
def controller_class_path
|
|
37
|
+
class_path
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
def controller_file_name
|
|
41
|
+
@controller_file_name ||= file_name.pluralize
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def controller_file_path
|
|
45
|
+
@controller_file_path ||= (controller_class_path + [controller_file_name]).join('/')
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
def controller_class_name
|
|
49
|
+
(controller_class_path + [controller_file_name]).map!{ |m| m.camelize }.join('::')
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def controller_i18n_scope
|
|
53
|
+
@controller_i18n_scope ||= controller_file_path.gsub('/', '.')
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Loads the ORM::Generators::ActiveModel class. This class is responsible
|
|
57
|
+
# to tell scaffold entities how to generate an specific method for the
|
|
58
|
+
# ORM. Check Rails::Generators::ActiveModel for more information.
|
|
59
|
+
def orm_class
|
|
60
|
+
@orm_class ||= begin
|
|
61
|
+
# Raise an error if the class_option :orm was not defined.
|
|
62
|
+
unless self.class.class_options[:orm]
|
|
63
|
+
raise "You need to have :orm as class option to invoke orm_class and orm_instance"
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
begin
|
|
67
|
+
"#{options[:orm].to_s.camelize}::Generators::ActiveModel".constantize
|
|
68
|
+
rescue NameError
|
|
69
|
+
Rails::Generators::ActiveModel
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# Initialize ORM::Generators::ActiveModel to access instance methods.
|
|
75
|
+
def orm_instance(name=singular_table_name)
|
|
76
|
+
@orm_instance ||= orm_class.new(name)
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
require 'active_support/core_ext/class/attribute'
|
|
2
|
+
require 'active_support/core_ext/module/delegation'
|
|
3
|
+
require 'active_support/core_ext/hash/reverse_merge'
|
|
4
|
+
require 'active_support/core_ext/kernel/reporting'
|
|
5
|
+
require 'rails/generators'
|
|
6
|
+
require 'fileutils'
|
|
7
|
+
|
|
8
|
+
module Rails
|
|
9
|
+
module Generators
|
|
10
|
+
# Disable color in output. Easier to debug.
|
|
11
|
+
no_color!
|
|
12
|
+
|
|
13
|
+
# This class provides a TestCase for testing generators. To setup, you need
|
|
14
|
+
# just to configure the destination and set which generator is being tested:
|
|
15
|
+
#
|
|
16
|
+
# class AppGeneratorTest < Rails::Generators::TestCase
|
|
17
|
+
# tests AppGenerator
|
|
18
|
+
# destination File.expand_path("../tmp", File.dirname(__FILE__))
|
|
19
|
+
# end
|
|
20
|
+
#
|
|
21
|
+
# If you want to ensure your destination root is clean before running each test,
|
|
22
|
+
# you can set a setup callback:
|
|
23
|
+
#
|
|
24
|
+
# class AppGeneratorTest < Rails::Generators::TestCase
|
|
25
|
+
# tests AppGenerator
|
|
26
|
+
# destination File.expand_path("../tmp", File.dirname(__FILE__))
|
|
27
|
+
# setup :prepare_destination
|
|
28
|
+
# end
|
|
29
|
+
#
|
|
30
|
+
class TestCase < ActiveSupport::TestCase
|
|
31
|
+
include FileUtils
|
|
32
|
+
|
|
33
|
+
class_attribute :destination_root, :current_path, :generator_class, :default_arguments
|
|
34
|
+
delegate :destination_root, :current_path, :generator_class, :default_arguments, :to => :'self.class'
|
|
35
|
+
|
|
36
|
+
# Generators frequently change the current path using +FileUtils.cd+.
|
|
37
|
+
# So we need to store the path at file load and revert back to it after each test.
|
|
38
|
+
self.current_path = File.expand_path(Dir.pwd)
|
|
39
|
+
self.default_arguments = []
|
|
40
|
+
|
|
41
|
+
setup :destination_root_is_set?, :ensure_current_path
|
|
42
|
+
teardown :ensure_current_path
|
|
43
|
+
|
|
44
|
+
# Sets which generator should be tested:
|
|
45
|
+
#
|
|
46
|
+
# tests AppGenerator
|
|
47
|
+
#
|
|
48
|
+
def self.tests(klass)
|
|
49
|
+
self.generator_class = klass
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# Sets default arguments on generator invocation. This can be overwritten when
|
|
53
|
+
# invoking it.
|
|
54
|
+
#
|
|
55
|
+
# arguments %w(app_name --skip-active-record)
|
|
56
|
+
#
|
|
57
|
+
def self.arguments(array)
|
|
58
|
+
self.default_arguments = array
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# Sets the destination of generator files:
|
|
62
|
+
#
|
|
63
|
+
# destination File.expand_path("../tmp", File.dirname(__FILE__))
|
|
64
|
+
#
|
|
65
|
+
def self.destination(path)
|
|
66
|
+
self.destination_root = path
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
# Asserts a given file exists. You need to supply an absolute path or a path relative
|
|
70
|
+
# to the configured destination:
|
|
71
|
+
#
|
|
72
|
+
# assert_file "config/environment.rb"
|
|
73
|
+
#
|
|
74
|
+
# You can also give extra arguments. If the argument is a regexp, it will check if the
|
|
75
|
+
# regular expression matches the given file content. If it's a string, it compares the
|
|
76
|
+
# file with the given string:
|
|
77
|
+
#
|
|
78
|
+
# assert_file "config/environment.rb", /initialize/
|
|
79
|
+
#
|
|
80
|
+
# Finally, when a block is given, it yields the file content:
|
|
81
|
+
#
|
|
82
|
+
# assert_file "app/controller/products_controller.rb" do |controller|
|
|
83
|
+
# assert_instance_method :index, content do |index|
|
|
84
|
+
# assert_match(/Product\.all/, index)
|
|
85
|
+
# end
|
|
86
|
+
# end
|
|
87
|
+
#
|
|
88
|
+
def assert_file(relative, *contents)
|
|
89
|
+
absolute = File.expand_path(relative, destination_root)
|
|
90
|
+
assert File.exists?(absolute), "Expected file #{relative.inspect} to exist, but does not"
|
|
91
|
+
|
|
92
|
+
read = File.read(absolute) if block_given? || !contents.empty?
|
|
93
|
+
yield read if block_given?
|
|
94
|
+
|
|
95
|
+
contents.each do |content|
|
|
96
|
+
case content
|
|
97
|
+
when String
|
|
98
|
+
assert_equal content, read
|
|
99
|
+
when Regexp
|
|
100
|
+
assert_match content, read
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
alias :assert_directory :assert_file
|
|
105
|
+
|
|
106
|
+
# Asserts a given file does not exist. You need to supply an absolute path or a
|
|
107
|
+
# path relative to the configured destination:
|
|
108
|
+
#
|
|
109
|
+
# assert_no_file "config/random.rb"
|
|
110
|
+
#
|
|
111
|
+
def assert_no_file(relative)
|
|
112
|
+
absolute = File.expand_path(relative, destination_root)
|
|
113
|
+
assert !File.exists?(absolute), "Expected file #{relative.inspect} to not exist, but does"
|
|
114
|
+
end
|
|
115
|
+
alias :assert_no_directory :assert_no_file
|
|
116
|
+
|
|
117
|
+
# Asserts a given migration exists. You need to supply an absolute path or a
|
|
118
|
+
# path relative to the configured destination:
|
|
119
|
+
#
|
|
120
|
+
# assert_migration "db/migrate/create_products.rb"
|
|
121
|
+
#
|
|
122
|
+
# This method manipulates the given path and tries to find any migration which
|
|
123
|
+
# matches the migration name. For example, the call above is converted to:
|
|
124
|
+
#
|
|
125
|
+
# assert_file "db/migrate/003_create_products.rb"
|
|
126
|
+
#
|
|
127
|
+
# Consequently, assert_migration accepts the same arguments has assert_file.
|
|
128
|
+
#
|
|
129
|
+
def assert_migration(relative, *contents, &block)
|
|
130
|
+
file_name = migration_file_name(relative)
|
|
131
|
+
assert file_name, "Expected migration #{relative} to exist, but was not found"
|
|
132
|
+
assert_file file_name, *contents, &block
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Asserts a given migration does not exist. You need to supply an absolute path or a
|
|
136
|
+
# path relative to the configured destination:
|
|
137
|
+
#
|
|
138
|
+
# assert_no_migration "db/migrate/create_products.rb"
|
|
139
|
+
#
|
|
140
|
+
def assert_no_migration(relative)
|
|
141
|
+
file_name = migration_file_name(relative)
|
|
142
|
+
assert_nil file_name, "Expected migration #{relative} to not exist, but found #{file_name}"
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
# Asserts the given class method exists in the given content. This method does not detect
|
|
146
|
+
# class methods inside (class << self), only class methods which starts with "self.".
|
|
147
|
+
# When a block is given, it yields the content of the method.
|
|
148
|
+
#
|
|
149
|
+
# assert_migration "db/migrate/create_products.rb" do |migration|
|
|
150
|
+
# assert_class_method :up, migration do |up|
|
|
151
|
+
# assert_match(/create_table/, up)
|
|
152
|
+
# end
|
|
153
|
+
# end
|
|
154
|
+
#
|
|
155
|
+
def assert_class_method(method, content, &block)
|
|
156
|
+
assert_instance_method "self.#{method}", content, &block
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Asserts the given method exists in the given content. When a block is given,
|
|
160
|
+
# it yields the content of the method.
|
|
161
|
+
#
|
|
162
|
+
# assert_file "app/controller/products_controller.rb" do |controller|
|
|
163
|
+
# assert_instance_method :index, content do |index|
|
|
164
|
+
# assert_match(/Product\.all/, index)
|
|
165
|
+
# end
|
|
166
|
+
# end
|
|
167
|
+
#
|
|
168
|
+
def assert_instance_method(method, content)
|
|
169
|
+
assert content =~ /def #{method}(\(.+\))?(.*?)\n end/m, "Expected to have method #{method}"
|
|
170
|
+
yield $2.strip if block_given?
|
|
171
|
+
end
|
|
172
|
+
alias :assert_method :assert_instance_method
|
|
173
|
+
|
|
174
|
+
# Asserts the given attribute type gets translated to a field type
|
|
175
|
+
# properly:
|
|
176
|
+
#
|
|
177
|
+
# assert_field_type :date, :date_select
|
|
178
|
+
#
|
|
179
|
+
def assert_field_type(attribute_type, field_type)
|
|
180
|
+
assert_equal(field_type, create_generated_attribute(attribute_type).field_type)
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# Asserts the given attribute type gets a proper default value:
|
|
184
|
+
#
|
|
185
|
+
# assert_field_default_value :string, "MyString"
|
|
186
|
+
#
|
|
187
|
+
def assert_field_default_value(attribute_type, value)
|
|
188
|
+
assert_equal(value, create_generated_attribute(attribute_type).default)
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# Runs the generator configured for this class. The first argument is an array like
|
|
192
|
+
# command line arguments:
|
|
193
|
+
#
|
|
194
|
+
# class AppGeneratorTest < Rails::Generators::TestCase
|
|
195
|
+
# tests AppGenerator
|
|
196
|
+
# destination File.expand_path("../tmp", File.dirname(__FILE__))
|
|
197
|
+
# teardown :cleanup_destination_root
|
|
198
|
+
#
|
|
199
|
+
# test "database.yml is not created when skipping Active Record" do
|
|
200
|
+
# run_generator %w(myapp --skip-active-record)
|
|
201
|
+
# assert_no_file "config/database.yml"
|
|
202
|
+
# end
|
|
203
|
+
# end
|
|
204
|
+
#
|
|
205
|
+
# You can provide a configuration hash as second argument. This method returns the output
|
|
206
|
+
# printed by the generator.
|
|
207
|
+
def run_generator(args=self.default_arguments, config={})
|
|
208
|
+
capture(:stdout) { self.generator_class.start(args, config.reverse_merge(:destination_root => destination_root)) }
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
# Instantiate the generator.
|
|
212
|
+
def generator(args=self.default_arguments, options={}, config={})
|
|
213
|
+
@generator ||= self.generator_class.new(args, options, config.reverse_merge(:destination_root => destination_root))
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
# Create a Rails::Generators::GeneratedAttribute by supplying the
|
|
217
|
+
# attribute type and, optionally, the attribute name:
|
|
218
|
+
#
|
|
219
|
+
# create_generated_attribute(:string, 'name')
|
|
220
|
+
#
|
|
221
|
+
def create_generated_attribute(attribute_type, name = 'test', index = nil)
|
|
222
|
+
Rails::Generators::GeneratedAttribute.parse([name, attribute_type, index].compact.join(':'))
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
protected
|
|
226
|
+
|
|
227
|
+
def destination_root_is_set? #:nodoc:
|
|
228
|
+
raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
def ensure_current_path #:nodoc:
|
|
232
|
+
cd current_path
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
def prepare_destination
|
|
236
|
+
rm_rf(destination_root)
|
|
237
|
+
mkdir_p(destination_root)
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
def migration_file_name(relative) #:nodoc:
|
|
241
|
+
absolute = File.expand_path(relative, destination_root)
|
|
242
|
+
dirname, file_name = File.dirname(absolute), File.basename(absolute).sub(/\.rb$/, '')
|
|
243
|
+
Dir.glob("#{dirname}/[0-9]*_*.rb").grep(/\d+_#{file_name}.rb$/).first
|
|
244
|
+
end
|
|
245
|
+
end
|
|
246
|
+
end
|
|
247
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class ControllerGenerator < Base
|
|
6
|
+
argument :actions, :type => :array, :default => [], :banner => "action action"
|
|
7
|
+
check_class_collision :suffix => "ControllerTest"
|
|
8
|
+
|
|
9
|
+
def create_test_files
|
|
10
|
+
template 'functional_test.rb',
|
|
11
|
+
File.join('test/functional', class_path, "#{file_name}_controller_test.rb")
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
<% module_namespacing do -%>
|
|
4
|
+
class <%= class_name %>ControllerTest < ActionController::TestCase
|
|
5
|
+
<% if actions.empty? -%>
|
|
6
|
+
# test "the truth" do
|
|
7
|
+
# assert true
|
|
8
|
+
# end
|
|
9
|
+
<% else -%>
|
|
10
|
+
<% actions.each do |action| -%>
|
|
11
|
+
test "should get <%= action %>" do
|
|
12
|
+
get :<%= action %>
|
|
13
|
+
assert_response :success
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
<% end -%>
|
|
17
|
+
<% end -%>
|
|
18
|
+
end
|
|
19
|
+
<% end -%>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class HelperGenerator < Base
|
|
6
|
+
check_class_collision :suffix => "HelperTest"
|
|
7
|
+
|
|
8
|
+
def create_helper_files
|
|
9
|
+
template 'helper_test.rb', File.join('test/unit/helpers', class_path, "#{file_name}_helper_test.rb")
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class IntegrationGenerator < Base
|
|
6
|
+
check_class_collision :suffix => "Test"
|
|
7
|
+
|
|
8
|
+
def create_test_files
|
|
9
|
+
template 'integration_test.rb', File.join('test/integration', class_path, "#{file_name}_test.rb")
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class MailerGenerator < Base
|
|
6
|
+
argument :actions, :type => :array, :default => [], :banner => "method method"
|
|
7
|
+
check_class_collision :suffix => "Test"
|
|
8
|
+
|
|
9
|
+
def create_test_files
|
|
10
|
+
template "functional_test.rb", File.join('test/functional', class_path, "#{file_name}_test.rb")
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
<% module_namespacing do -%>
|
|
4
|
+
class <%= class_name %>Test < ActionMailer::TestCase
|
|
5
|
+
<% actions.each do |action| -%>
|
|
6
|
+
test "<%= action %>" do
|
|
7
|
+
mail = <%= class_name %>.<%= action %>
|
|
8
|
+
assert_equal <%= action.to_s.humanize.inspect %>, mail.subject
|
|
9
|
+
assert_equal ["to@example.org"], mail.to
|
|
10
|
+
assert_equal ["from@example.com"], mail.from
|
|
11
|
+
assert_match "Hi", mail.body.encoded
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
<% end -%>
|
|
15
|
+
<% if actions.blank? -%>
|
|
16
|
+
# test "the truth" do
|
|
17
|
+
# assert true
|
|
18
|
+
# end
|
|
19
|
+
<% end -%>
|
|
20
|
+
end
|
|
21
|
+
<% end -%>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class ModelGenerator < Base
|
|
6
|
+
argument :attributes, :type => :array, :default => [], :banner => "field:type field:type"
|
|
7
|
+
class_option :fixture, :type => :boolean
|
|
8
|
+
|
|
9
|
+
check_class_collision :suffix => "Test"
|
|
10
|
+
|
|
11
|
+
def create_test_file
|
|
12
|
+
template 'unit_test.rb', File.join('test/unit', class_path, "#{file_name}_test.rb")
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
hook_for :fixture_replacement
|
|
16
|
+
|
|
17
|
+
def create_fixture_file
|
|
18
|
+
if options[:fixture] && options[:fixture_replacement].nil?
|
|
19
|
+
template 'fixtures.yml', File.join('test/fixtures', class_path, "#{plural_file_name}.yml")
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
2
|
+
|
|
3
|
+
<% unless attributes.empty? -%>
|
|
4
|
+
one:
|
|
5
|
+
<% attributes.each do |attribute| -%>
|
|
6
|
+
<%= attribute.name %>: <%= attribute.default %>
|
|
7
|
+
<% end -%>
|
|
8
|
+
|
|
9
|
+
two:
|
|
10
|
+
<% attributes.each do |attribute| -%>
|
|
11
|
+
<%= attribute.name %>: <%= attribute.default %>
|
|
12
|
+
<% end -%>
|
|
13
|
+
<% else -%>
|
|
14
|
+
# This model initially had no columns defined. If you add columns to the
|
|
15
|
+
# model remove the '{}' from the fixture names and add the columns immediately
|
|
16
|
+
# below each fixture, per the syntax in the comments below
|
|
17
|
+
#
|
|
18
|
+
one: {}
|
|
19
|
+
# column: value
|
|
20
|
+
#
|
|
21
|
+
two: {}
|
|
22
|
+
# column: value
|
|
23
|
+
<% end -%>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class ObserverGenerator < Base
|
|
6
|
+
check_class_collision :suffix => "ObserverTest"
|
|
7
|
+
|
|
8
|
+
def create_test_files
|
|
9
|
+
template 'unit_test.rb', File.join('test/unit', class_path, "#{file_name}_observer_test.rb")
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
|
|
3
|
+
module TestUnit
|
|
4
|
+
module Generators
|
|
5
|
+
class PerformanceGenerator < Base
|
|
6
|
+
check_class_collision :suffix => "Test"
|
|
7
|
+
|
|
8
|
+
def create_test_files
|
|
9
|
+
template 'performance_test.rb', File.join('test/performance', class_path, "#{file_name}_test.rb")
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
require 'rails/performance_test_help'
|
|
3
|
+
|
|
4
|
+
class <%= class_name %>Test < ActionDispatch::PerformanceTest
|
|
5
|
+
# Refer to the documentation for all available options
|
|
6
|
+
# self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
|
|
7
|
+
# :output => 'tmp/performance', :formats => [:flat] }
|
|
8
|
+
|
|
9
|
+
def test_homepage
|
|
10
|
+
get '/'
|
|
11
|
+
end
|
|
12
|
+
end
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
require 'rails/generators/test_unit'
|
|
2
|
+
require 'rails/generators/resource_helpers'
|
|
3
|
+
|
|
4
|
+
module TestUnit
|
|
5
|
+
module Generators
|
|
6
|
+
class ScaffoldGenerator < Base
|
|
7
|
+
include Rails::Generators::ResourceHelpers
|
|
8
|
+
|
|
9
|
+
check_class_collision :suffix => "ControllerTest"
|
|
10
|
+
|
|
11
|
+
argument :attributes, :type => :array, :default => [], :banner => "field:type field:type"
|
|
12
|
+
|
|
13
|
+
def create_test_files
|
|
14
|
+
template 'functional_test.rb',
|
|
15
|
+
File.join('test/functional', controller_class_path, "#{controller_file_name}_controller_test.rb")
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
private
|
|
19
|
+
|
|
20
|
+
def resource_attributes
|
|
21
|
+
key_value singular_table_name, "{ #{attributes_hash} }"
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def attributes_hash
|
|
25
|
+
return if accessible_attributes.empty?
|
|
26
|
+
|
|
27
|
+
accessible_attributes.map do |a|
|
|
28
|
+
name = a.name
|
|
29
|
+
key_value name, "@#{singular_table_name}.#{name}"
|
|
30
|
+
end.sort.join(', ')
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def accessible_attributes
|
|
34
|
+
attributes.reject(&:reference?)
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
require 'test_helper'
|
|
2
|
+
|
|
3
|
+
<% module_namespacing do -%>
|
|
4
|
+
class <%= controller_class_name %>ControllerTest < ActionController::TestCase
|
|
5
|
+
setup do
|
|
6
|
+
@<%= singular_table_name %> = <%= table_name %>(:one)
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
test "should get index" do
|
|
10
|
+
get :index
|
|
11
|
+
assert_response :success
|
|
12
|
+
assert_not_nil assigns(:<%= table_name %>)
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
test "should get new" do
|
|
16
|
+
get :new
|
|
17
|
+
assert_response :success
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
test "should create <%= singular_table_name %>" do
|
|
21
|
+
assert_difference('<%= class_name %>.count') do
|
|
22
|
+
post :create, <%= resource_attributes %>
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
assert_redirected_to <%= singular_table_name %>_path(assigns(:<%= singular_table_name %>))
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
test "should show <%= singular_table_name %>" do
|
|
29
|
+
get :show, <%= key_value :id, "@#{singular_table_name}" %>
|
|
30
|
+
assert_response :success
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
test "should get edit" do
|
|
34
|
+
get :edit, <%= key_value :id, "@#{singular_table_name}" %>
|
|
35
|
+
assert_response :success
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
test "should update <%= singular_table_name %>" do
|
|
39
|
+
put :update, <%= key_value :id, "@#{singular_table_name}" %>, <%= resource_attributes %>
|
|
40
|
+
assert_redirected_to <%= singular_table_name %>_path(assigns(:<%= singular_table_name %>))
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
test "should destroy <%= singular_table_name %>" do
|
|
44
|
+
assert_difference('<%= class_name %>.count', -1) do
|
|
45
|
+
delete :destroy, <%= key_value :id, "@#{singular_table_name}" %>
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
assert_redirected_to <%= index_helper %>_path
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
<% end -%>
|