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,74 @@
|
|
|
1
|
+
require File.expand_path('../boot', __FILE__)
|
|
2
|
+
|
|
3
|
+
<% if include_all_railties? -%>
|
|
4
|
+
require 'rails/all'
|
|
5
|
+
<% else -%>
|
|
6
|
+
# Pick the frameworks you want:
|
|
7
|
+
<%= comment_if :skip_active_record %>require "active_record/railtie"
|
|
8
|
+
require "action_controller/railtie"
|
|
9
|
+
require "action_mailer/railtie"
|
|
10
|
+
require "active_resource/railtie"
|
|
11
|
+
<%= comment_if :skip_sprockets %>require "sprockets/railtie"
|
|
12
|
+
<%= comment_if :skip_test_unit %>require "rails/test_unit/railtie"
|
|
13
|
+
<% end -%>
|
|
14
|
+
|
|
15
|
+
if defined?(Bundler)
|
|
16
|
+
# If you precompile assets before deploying to production, use this line
|
|
17
|
+
Bundler.require(*Rails.groups(:assets => %w(development test)))
|
|
18
|
+
# If you want your assets lazily compiled in production, use this line
|
|
19
|
+
# Bundler.require(:default, :assets, Rails.env)
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
module <%= app_const_base %>
|
|
23
|
+
class Application < Rails::Application
|
|
24
|
+
# Settings in config/environments/* take precedence over those specified here.
|
|
25
|
+
# Application configuration should go into files in config/initializers
|
|
26
|
+
# -- all .rb files in that directory are automatically loaded.
|
|
27
|
+
|
|
28
|
+
# Custom directories with classes and modules you want to be autoloadable.
|
|
29
|
+
# config.autoload_paths += %W(#{config.root}/extras)
|
|
30
|
+
|
|
31
|
+
# Only load the plugins named here, in the order given (default is alphabetical).
|
|
32
|
+
# :all can be used as a placeholder for all plugins not explicitly named.
|
|
33
|
+
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
|
|
34
|
+
|
|
35
|
+
# Activate observers that should always be running.
|
|
36
|
+
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
|
|
37
|
+
|
|
38
|
+
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
|
39
|
+
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
|
40
|
+
# config.time_zone = 'Central Time (US & Canada)'
|
|
41
|
+
|
|
42
|
+
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
|
43
|
+
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
|
44
|
+
# config.i18n.default_locale = :de
|
|
45
|
+
|
|
46
|
+
# Configure the default encoding used in templates for Ruby 1.9.
|
|
47
|
+
config.encoding = "utf-8"
|
|
48
|
+
|
|
49
|
+
# Configure sensitive parameters which will be filtered from the log file.
|
|
50
|
+
config.filter_parameters += [:password]
|
|
51
|
+
|
|
52
|
+
# Enable escaping HTML in JSON.
|
|
53
|
+
config.active_support.escape_html_entities_in_json = true
|
|
54
|
+
|
|
55
|
+
# Use SQL instead of Active Record's schema dumper when creating the database.
|
|
56
|
+
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
|
57
|
+
# like if you have constraints or database-specific column types
|
|
58
|
+
# config.active_record.schema_format = :sql
|
|
59
|
+
|
|
60
|
+
# Enforce whitelist mode for mass assignment.
|
|
61
|
+
# This will create an empty whitelist of attributes available for mass-assignment for all models
|
|
62
|
+
# in your app. As such, your models will need to explicitly whitelist or blacklist accessible
|
|
63
|
+
# parameters by using an attr_accessible or attr_protected declaration.
|
|
64
|
+
<%= comment_if :skip_active_record %>config.active_record.whitelist_attributes = true
|
|
65
|
+
|
|
66
|
+
<% unless options.skip_sprockets? -%>
|
|
67
|
+
# Enable the asset pipeline
|
|
68
|
+
config.assets.enabled = true
|
|
69
|
+
|
|
70
|
+
# Version of your assets, change this if you want to expire all your assets
|
|
71
|
+
config.assets.version = '1.0'
|
|
72
|
+
<% end -%>
|
|
73
|
+
end
|
|
74
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# FrontBase versions 4.x
|
|
2
|
+
#
|
|
3
|
+
# Get the bindings:
|
|
4
|
+
# gem install ruby-frontbase
|
|
5
|
+
#
|
|
6
|
+
# Configure Using Gemfile
|
|
7
|
+
# gem 'ruby-frontbase'
|
|
8
|
+
#
|
|
9
|
+
development:
|
|
10
|
+
adapter: frontbase
|
|
11
|
+
host: localhost
|
|
12
|
+
database: <%= app_name %>_development
|
|
13
|
+
username: <%= app_name %>
|
|
14
|
+
password: ''
|
|
15
|
+
|
|
16
|
+
# Warning: The database defined as "test" will be erased and
|
|
17
|
+
# re-generated from your development database when you run "rake".
|
|
18
|
+
# Do not set this db to the same as development or production.
|
|
19
|
+
test:
|
|
20
|
+
adapter: frontbase
|
|
21
|
+
host: localhost
|
|
22
|
+
database: <%= app_name %>_test
|
|
23
|
+
username: <%= app_name %>
|
|
24
|
+
password: ''
|
|
25
|
+
|
|
26
|
+
production:
|
|
27
|
+
adapter: frontbase
|
|
28
|
+
host: localhost
|
|
29
|
+
database: <%= app_name %>_production
|
|
30
|
+
username: <%= app_name %>
|
|
31
|
+
password: ''
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# IBM Dataservers
|
|
2
|
+
#
|
|
3
|
+
# Home Page
|
|
4
|
+
# http://rubyforge.org/projects/rubyibm/
|
|
5
|
+
#
|
|
6
|
+
# To install the ibm_db gem:
|
|
7
|
+
#
|
|
8
|
+
# On Linux:
|
|
9
|
+
# . /home/db2inst1/sqllib/db2profile
|
|
10
|
+
# export IBM_DB_INCLUDE=/opt/ibm/db2/V9.7/include
|
|
11
|
+
# export IBM_DB_LIB=/opt/ibm/db2/V9.7/lib32
|
|
12
|
+
# gem install ibm_db
|
|
13
|
+
#
|
|
14
|
+
# On Mac OS X 10.5:
|
|
15
|
+
# . /home/db2inst1/sqllib/db2profile
|
|
16
|
+
# export IBM_DB_INCLUDE=/opt/ibm/db2/V9.7/include
|
|
17
|
+
# export IBM_DB_LIB=/opt/ibm/db2/V9.7/lib32
|
|
18
|
+
# export ARCHFLAGS="-arch i386"
|
|
19
|
+
# gem install ibm_db
|
|
20
|
+
#
|
|
21
|
+
# On Mac OS X 10.6:
|
|
22
|
+
# . /home/db2inst1/sqllib/db2profile
|
|
23
|
+
# export IBM_DB_INCLUDE=/opt/ibm/db2/V9.7/include
|
|
24
|
+
# export IBM_DB_LIB=/opt/ibm/db2/V9.7/lib64
|
|
25
|
+
# export ARCHFLAGS="-arch x86_64"
|
|
26
|
+
# gem install ibm_db
|
|
27
|
+
#
|
|
28
|
+
# On Windows:
|
|
29
|
+
# Issue the command: gem install ibm_db
|
|
30
|
+
#
|
|
31
|
+
# Configure Using Gemfile
|
|
32
|
+
# gem 'ibm_db'
|
|
33
|
+
#
|
|
34
|
+
# For more details on the installation and the connection parameters below,
|
|
35
|
+
# please refer to the latest documents at http://rubyforge.org/docman/?group_id=2361
|
|
36
|
+
|
|
37
|
+
development:
|
|
38
|
+
adapter: ibm_db
|
|
39
|
+
username: db2inst1
|
|
40
|
+
password:
|
|
41
|
+
database: <%= app_name[0,4] %>_dev
|
|
42
|
+
#schema: db2inst1
|
|
43
|
+
#host: localhost
|
|
44
|
+
#port: 50000
|
|
45
|
+
#account: my_account
|
|
46
|
+
#app_user: my_app_user
|
|
47
|
+
#application: my_application
|
|
48
|
+
#workstation: my_workstation
|
|
49
|
+
#security: SSL
|
|
50
|
+
#timeout: 10
|
|
51
|
+
#authentication: SERVER
|
|
52
|
+
#parameterized: false
|
|
53
|
+
|
|
54
|
+
test:
|
|
55
|
+
adapter: ibm_db
|
|
56
|
+
username: db2inst1
|
|
57
|
+
password:
|
|
58
|
+
database: <%= app_name[0,4] %>_tst
|
|
59
|
+
#schema: db2inst1
|
|
60
|
+
#host: localhost
|
|
61
|
+
#port: 50000
|
|
62
|
+
#account: my_account
|
|
63
|
+
#app_user: my_app_user
|
|
64
|
+
#application: my_application
|
|
65
|
+
#workstation: my_workstation
|
|
66
|
+
#security: SSL
|
|
67
|
+
#timeout: 10
|
|
68
|
+
#authentication: SERVER
|
|
69
|
+
#parameterized: false
|
|
70
|
+
|
|
71
|
+
production:
|
|
72
|
+
adapter: ibm_db
|
|
73
|
+
username: db2inst1
|
|
74
|
+
password:
|
|
75
|
+
database: <%= app_name[0,8] %>
|
|
76
|
+
#schema: db2inst1
|
|
77
|
+
#host: localhost
|
|
78
|
+
#port: 50000
|
|
79
|
+
#account: my_account
|
|
80
|
+
#app_user: my_app_user
|
|
81
|
+
#application: my_application
|
|
82
|
+
#workstation: my_workstation
|
|
83
|
+
#security: SSL
|
|
84
|
+
#timeout: 10
|
|
85
|
+
#authentication: SERVER
|
|
86
|
+
#parameterized: false
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# If you are using mssql, derby, hsqldb, or h2 with one of the
|
|
2
|
+
# ActiveRecord JDBC adapters, install the appropriate driver, e.g.,:
|
|
3
|
+
# gem install activerecord-jdbcmssql-adapter
|
|
4
|
+
#
|
|
5
|
+
# Configure using Gemfile:
|
|
6
|
+
# gem 'activerecord-jdbcmssql-adapter'
|
|
7
|
+
#
|
|
8
|
+
#development:
|
|
9
|
+
# adapter: mssql
|
|
10
|
+
# username: <%= app_name %>
|
|
11
|
+
# password:
|
|
12
|
+
# host: localhost
|
|
13
|
+
# database: <%= app_name %>_development
|
|
14
|
+
#
|
|
15
|
+
# Warning: The database defined as "test" will be erased and
|
|
16
|
+
# re-generated from your development database when you run "rake".
|
|
17
|
+
# Do not set this db to the same as development or production.
|
|
18
|
+
#
|
|
19
|
+
#test:
|
|
20
|
+
# adapter: mssql
|
|
21
|
+
# username: <%= app_name %>
|
|
22
|
+
# password:
|
|
23
|
+
# host: localhost
|
|
24
|
+
# database: <%= app_name %>_test
|
|
25
|
+
#
|
|
26
|
+
#production:
|
|
27
|
+
# adapter: mssql
|
|
28
|
+
# username: <%= app_name %>
|
|
29
|
+
# password:
|
|
30
|
+
# host: localhost
|
|
31
|
+
# database: <%= app_name %>_production
|
|
32
|
+
|
|
33
|
+
# If you are using oracle, db2, sybase, informix or prefer to use the plain
|
|
34
|
+
# JDBC adapter, configure your database setting as the example below (requires
|
|
35
|
+
# you to download and manually install the database vendor's JDBC driver .jar
|
|
36
|
+
# file). See your driver documentation for the apropriate driver class and
|
|
37
|
+
# connection string:
|
|
38
|
+
|
|
39
|
+
development:
|
|
40
|
+
adapter: jdbc
|
|
41
|
+
username: <%= app_name %>
|
|
42
|
+
password:
|
|
43
|
+
driver:
|
|
44
|
+
url: jdbc:db://localhost/<%= app_name %>_development
|
|
45
|
+
|
|
46
|
+
# Warning: The database defined as "test" will be erased and
|
|
47
|
+
# re-generated from your development database when you run "rake".
|
|
48
|
+
# Do not set this db to the same as development or production.
|
|
49
|
+
|
|
50
|
+
test:
|
|
51
|
+
adapter: jdbc
|
|
52
|
+
username: <%= app_name %>
|
|
53
|
+
password:
|
|
54
|
+
driver:
|
|
55
|
+
url: jdbc:db://localhost/<%= app_name %>_test
|
|
56
|
+
|
|
57
|
+
production:
|
|
58
|
+
adapter: jdbc
|
|
59
|
+
username: <%= app_name %>
|
|
60
|
+
password:
|
|
61
|
+
driver:
|
|
62
|
+
url: jdbc:db://localhost/<%= app_name %>_production
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# MySQL. Versions 4.1 and 5.0 are recommended.
|
|
2
|
+
#
|
|
3
|
+
# Install the MySQL driver:
|
|
4
|
+
# gem install activerecord-jdbcmysql-adapter
|
|
5
|
+
#
|
|
6
|
+
# Configure Using Gemfile
|
|
7
|
+
# gem 'activerecord-jdbcmysql-adapter'
|
|
8
|
+
#
|
|
9
|
+
# And be sure to use new-style password hashing:
|
|
10
|
+
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
|
|
11
|
+
development:
|
|
12
|
+
adapter: mysql
|
|
13
|
+
database: <%= app_name %>_development
|
|
14
|
+
username: root
|
|
15
|
+
password:
|
|
16
|
+
host: localhost
|
|
17
|
+
|
|
18
|
+
# Warning: The database defined as "test" will be erased and
|
|
19
|
+
# re-generated from your development database when you run "rake".
|
|
20
|
+
# Do not set this db to the same as development or production.
|
|
21
|
+
test:
|
|
22
|
+
adapter: mysql
|
|
23
|
+
database: <%= app_name %>_test
|
|
24
|
+
username: root
|
|
25
|
+
password:
|
|
26
|
+
host: localhost
|
|
27
|
+
|
|
28
|
+
production:
|
|
29
|
+
adapter: mysql
|
|
30
|
+
database: <%= app_name %>_production
|
|
31
|
+
username: root
|
|
32
|
+
password:
|
|
33
|
+
host: localhost
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# PostgreSQL. Versions 8.2 and up are supported.
|
|
2
|
+
#
|
|
3
|
+
# Configure Using Gemfile
|
|
4
|
+
# gem 'activerecord-jdbcpostgresql-adapter'
|
|
5
|
+
|
|
6
|
+
development:
|
|
7
|
+
adapter: postgresql
|
|
8
|
+
encoding: unicode
|
|
9
|
+
database: <%= app_name %>_development
|
|
10
|
+
username: <%= app_name %>
|
|
11
|
+
password:
|
|
12
|
+
|
|
13
|
+
# Connect on a TCP socket. Omitted by default since the client uses a
|
|
14
|
+
# domain socket that doesn't need configuration. Windows does not have
|
|
15
|
+
# domain sockets, so uncomment these lines.
|
|
16
|
+
#host: localhost
|
|
17
|
+
#port: 5432
|
|
18
|
+
|
|
19
|
+
# Schema search path. The server defaults to $user,public
|
|
20
|
+
#schema_search_path: myapp,sharedapp,public
|
|
21
|
+
|
|
22
|
+
# Minimum log levels, in increasing order:
|
|
23
|
+
# debug5, debug4, debug3, debug2, debug1,
|
|
24
|
+
# log, notice, warning, error, fatal, and panic
|
|
25
|
+
# The server defaults to notice.
|
|
26
|
+
#min_messages: warning
|
|
27
|
+
|
|
28
|
+
# Warning: The database defined as "test" will be erased and
|
|
29
|
+
# re-generated from your development database when you run "rake".
|
|
30
|
+
# Do not set this db to the same as development or production.
|
|
31
|
+
test:
|
|
32
|
+
adapter: postgresql
|
|
33
|
+
encoding: unicode
|
|
34
|
+
database: <%= app_name %>_test
|
|
35
|
+
username: <%= app_name %>
|
|
36
|
+
password:
|
|
37
|
+
|
|
38
|
+
production:
|
|
39
|
+
adapter: postgresql
|
|
40
|
+
encoding: unicode
|
|
41
|
+
database: <%= app_name %>_production
|
|
42
|
+
username: <%= app_name %>
|
|
43
|
+
password:
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# SQLite version 3.x
|
|
2
|
+
# gem 'activerecord-jdbcsqlite3-adapter'
|
|
3
|
+
#
|
|
4
|
+
# Configure Using Gemfile
|
|
5
|
+
# gem 'activerecord-jdbcsqlite3-adapter'
|
|
6
|
+
#
|
|
7
|
+
development:
|
|
8
|
+
adapter: sqlite3
|
|
9
|
+
database: db/development.sqlite3
|
|
10
|
+
|
|
11
|
+
# Warning: The database defined as "test" will be erased and
|
|
12
|
+
# re-generated from your development database when you run "rake".
|
|
13
|
+
# Do not set this db to the same as development or production.
|
|
14
|
+
test:
|
|
15
|
+
adapter: sqlite3
|
|
16
|
+
database: db/test.sqlite3
|
|
17
|
+
|
|
18
|
+
production:
|
|
19
|
+
adapter: sqlite3
|
|
20
|
+
database: db/production.sqlite3
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# MySQL. Versions 4.1 and 5.0 are recommended.
|
|
2
|
+
#
|
|
3
|
+
# Install the MYSQL driver
|
|
4
|
+
# gem install mysql2
|
|
5
|
+
#
|
|
6
|
+
# Ensure the MySQL gem is defined in your Gemfile
|
|
7
|
+
# gem 'mysql2'
|
|
8
|
+
#
|
|
9
|
+
# And be sure to use new-style password hashing:
|
|
10
|
+
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
|
|
11
|
+
development:
|
|
12
|
+
adapter: mysql2
|
|
13
|
+
encoding: utf8
|
|
14
|
+
reconnect: false
|
|
15
|
+
database: <%= app_name %>_development
|
|
16
|
+
pool: 5
|
|
17
|
+
username: root
|
|
18
|
+
password:
|
|
19
|
+
<% if mysql_socket -%>
|
|
20
|
+
socket: <%= mysql_socket %>
|
|
21
|
+
<% else -%>
|
|
22
|
+
host: localhost
|
|
23
|
+
<% end -%>
|
|
24
|
+
|
|
25
|
+
# Warning: The database defined as "test" will be erased and
|
|
26
|
+
# re-generated from your development database when you run "rake".
|
|
27
|
+
# Do not set this db to the same as development or production.
|
|
28
|
+
test:
|
|
29
|
+
adapter: mysql2
|
|
30
|
+
encoding: utf8
|
|
31
|
+
reconnect: false
|
|
32
|
+
database: <%= app_name %>_test
|
|
33
|
+
pool: 5
|
|
34
|
+
username: root
|
|
35
|
+
password:
|
|
36
|
+
<% if mysql_socket -%>
|
|
37
|
+
socket: <%= mysql_socket %>
|
|
38
|
+
<% else -%>
|
|
39
|
+
host: localhost
|
|
40
|
+
<% end -%>
|
|
41
|
+
|
|
42
|
+
production:
|
|
43
|
+
adapter: mysql2
|
|
44
|
+
encoding: utf8
|
|
45
|
+
reconnect: false
|
|
46
|
+
database: <%= app_name %>_production
|
|
47
|
+
pool: 5
|
|
48
|
+
username: root
|
|
49
|
+
password:
|
|
50
|
+
<% if mysql_socket -%>
|
|
51
|
+
socket: <%= mysql_socket %>
|
|
52
|
+
<% else -%>
|
|
53
|
+
host: localhost
|
|
54
|
+
<% end -%>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Oracle/OCI 8i, 9, 10g
|
|
2
|
+
#
|
|
3
|
+
# Requires Ruby/OCI8:
|
|
4
|
+
# http://rubyforge.org/projects/ruby-oci8/
|
|
5
|
+
#
|
|
6
|
+
# Specify your database using any valid connection syntax, such as a
|
|
7
|
+
# tnsnames.ora service name, or an SQL connect string of the form:
|
|
8
|
+
#
|
|
9
|
+
# //host:[port][/service name]
|
|
10
|
+
#
|
|
11
|
+
# By default prefetch_rows (OCI_ATTR_PREFETCH_ROWS) is set to 100. And
|
|
12
|
+
# until true bind variables are supported, cursor_sharing is set by default
|
|
13
|
+
# to 'similar'. Both can be changed in the configuration below; the defaults
|
|
14
|
+
# are equivalent to specifying:
|
|
15
|
+
#
|
|
16
|
+
# prefetch_rows: 100
|
|
17
|
+
# cursor_sharing: similar
|
|
18
|
+
#
|
|
19
|
+
|
|
20
|
+
development:
|
|
21
|
+
adapter: oracle
|
|
22
|
+
database: <%= app_name %>_development
|
|
23
|
+
username: <%= app_name %>
|
|
24
|
+
password:
|
|
25
|
+
|
|
26
|
+
# Warning: The database defined as "test" will be erased and
|
|
27
|
+
# re-generated from your development database when you run "rake".
|
|
28
|
+
# Do not set this db to the same as development or production.
|
|
29
|
+
test:
|
|
30
|
+
adapter: oracle
|
|
31
|
+
database: <%= app_name %>_test
|
|
32
|
+
username: <%= app_name %>
|
|
33
|
+
password:
|
|
34
|
+
|
|
35
|
+
production:
|
|
36
|
+
adapter: oracle
|
|
37
|
+
database: <%= app_name %>_production
|
|
38
|
+
username: <%= app_name %>
|
|
39
|
+
password:
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# PostgreSQL. Versions 8.2 and up are supported.
|
|
2
|
+
#
|
|
3
|
+
# Install the pg driver:
|
|
4
|
+
# gem install pg
|
|
5
|
+
# On Mac OS X with macports:
|
|
6
|
+
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
|
|
7
|
+
# On Windows:
|
|
8
|
+
# gem install pg
|
|
9
|
+
# Choose the win32 build.
|
|
10
|
+
# Install PostgreSQL and put its /bin directory on your path.
|
|
11
|
+
#
|
|
12
|
+
# Configure Using Gemfile
|
|
13
|
+
# gem 'pg'
|
|
14
|
+
#
|
|
15
|
+
development:
|
|
16
|
+
adapter: postgresql
|
|
17
|
+
encoding: unicode
|
|
18
|
+
database: <%= app_name %>_development
|
|
19
|
+
pool: 5
|
|
20
|
+
username: <%= app_name %>
|
|
21
|
+
password:
|
|
22
|
+
|
|
23
|
+
# Connect on a TCP socket. Omitted by default since the client uses a
|
|
24
|
+
# domain socket that doesn't need configuration. Windows does not have
|
|
25
|
+
# domain sockets, so uncomment these lines.
|
|
26
|
+
#host: localhost
|
|
27
|
+
#port: 5432
|
|
28
|
+
|
|
29
|
+
# Schema search path. The server defaults to $user,public
|
|
30
|
+
#schema_search_path: myapp,sharedapp,public
|
|
31
|
+
|
|
32
|
+
# Minimum log levels, in increasing order:
|
|
33
|
+
# debug5, debug4, debug3, debug2, debug1,
|
|
34
|
+
# log, notice, warning, error, fatal, and panic
|
|
35
|
+
# The server defaults to notice.
|
|
36
|
+
#min_messages: warning
|
|
37
|
+
|
|
38
|
+
# Warning: The database defined as "test" will be erased and
|
|
39
|
+
# re-generated from your development database when you run "rake".
|
|
40
|
+
# Do not set this db to the same as development or production.
|
|
41
|
+
test:
|
|
42
|
+
adapter: postgresql
|
|
43
|
+
encoding: unicode
|
|
44
|
+
database: <%= app_name %>_test
|
|
45
|
+
pool: 5
|
|
46
|
+
username: <%= app_name %>
|
|
47
|
+
password:
|
|
48
|
+
|
|
49
|
+
production:
|
|
50
|
+
adapter: postgresql
|
|
51
|
+
encoding: unicode
|
|
52
|
+
database: <%= app_name %>_production
|
|
53
|
+
pool: 5
|
|
54
|
+
username: <%= app_name %>
|
|
55
|
+
password:
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# SQLite version 3.x
|
|
2
|
+
# gem install sqlite3
|
|
3
|
+
#
|
|
4
|
+
# Ensure the SQLite 3 gem is defined in your Gemfile
|
|
5
|
+
# gem 'sqlite3'
|
|
6
|
+
development:
|
|
7
|
+
adapter: sqlite3
|
|
8
|
+
database: db/development.sqlite3
|
|
9
|
+
pool: 5
|
|
10
|
+
timeout: 5000
|
|
11
|
+
|
|
12
|
+
# Warning: The database defined as "test" will be erased and
|
|
13
|
+
# re-generated from your development database when you run "rake".
|
|
14
|
+
# Do not set this db to the same as development or production.
|
|
15
|
+
test:
|
|
16
|
+
adapter: sqlite3
|
|
17
|
+
database: db/test.sqlite3
|
|
18
|
+
pool: 5
|
|
19
|
+
timeout: 5000
|
|
20
|
+
|
|
21
|
+
production:
|
|
22
|
+
adapter: sqlite3
|
|
23
|
+
database: db/production.sqlite3
|
|
24
|
+
pool: 5
|
|
25
|
+
timeout: 5000
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<%= app_const %>.configure do
|
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb
|
|
3
|
+
|
|
4
|
+
# In the development environment your application's code is reloaded on
|
|
5
|
+
# every request. This slows down response time but is perfect for development
|
|
6
|
+
# since you don't have to restart the web server when you make code changes.
|
|
7
|
+
config.cache_classes = false
|
|
8
|
+
|
|
9
|
+
# Log error messages when you accidentally call methods on nil.
|
|
10
|
+
config.whiny_nils = true
|
|
11
|
+
|
|
12
|
+
# Show full error reports and disable caching
|
|
13
|
+
config.consider_all_requests_local = true
|
|
14
|
+
config.action_controller.perform_caching = false
|
|
15
|
+
|
|
16
|
+
# Don't care if the mailer can't send
|
|
17
|
+
config.action_mailer.raise_delivery_errors = false
|
|
18
|
+
|
|
19
|
+
# Print deprecation notices to the Rails logger
|
|
20
|
+
config.active_support.deprecation = :log
|
|
21
|
+
|
|
22
|
+
# Only use best-standards-support built into browsers
|
|
23
|
+
config.action_dispatch.best_standards_support = :builtin
|
|
24
|
+
|
|
25
|
+
<%- unless options.skip_active_record? -%>
|
|
26
|
+
# Raise exception on mass assignment protection for Active Record models
|
|
27
|
+
config.active_record.mass_assignment_sanitizer = :strict
|
|
28
|
+
|
|
29
|
+
# Log the query plan for queries taking more than this (works
|
|
30
|
+
# with SQLite, MySQL, and PostgreSQL)
|
|
31
|
+
config.active_record.auto_explain_threshold_in_seconds = 0.5
|
|
32
|
+
<%- end -%>
|
|
33
|
+
|
|
34
|
+
<%- unless options.skip_sprockets? -%>
|
|
35
|
+
# Do not compress assets
|
|
36
|
+
config.assets.compress = false
|
|
37
|
+
|
|
38
|
+
# Expands the lines which load the assets
|
|
39
|
+
config.assets.debug = true
|
|
40
|
+
<%- end -%>
|
|
41
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<%= app_const %>.configure do
|
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb
|
|
3
|
+
|
|
4
|
+
# Code is not reloaded between requests
|
|
5
|
+
config.cache_classes = true
|
|
6
|
+
|
|
7
|
+
# Full error reports are disabled and caching is turned on
|
|
8
|
+
config.consider_all_requests_local = false
|
|
9
|
+
config.action_controller.perform_caching = true
|
|
10
|
+
|
|
11
|
+
# Disable Rails's static asset server (Apache or nginx will already do this)
|
|
12
|
+
config.serve_static_assets = false
|
|
13
|
+
|
|
14
|
+
<%- unless options.skip_sprockets? -%>
|
|
15
|
+
# Compress JavaScripts and CSS
|
|
16
|
+
config.assets.compress = true
|
|
17
|
+
|
|
18
|
+
# Don't fallback to assets pipeline if a precompiled asset is missed
|
|
19
|
+
config.assets.compile = false
|
|
20
|
+
|
|
21
|
+
# Generate digests for assets URLs
|
|
22
|
+
config.assets.digest = true
|
|
23
|
+
|
|
24
|
+
# Defaults to nil and saved in location specified by config.assets.prefix
|
|
25
|
+
# config.assets.manifest = YOUR_PATH
|
|
26
|
+
<%- end -%>
|
|
27
|
+
|
|
28
|
+
# Specifies the header that your server uses for sending files
|
|
29
|
+
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
|
|
30
|
+
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
|
31
|
+
|
|
32
|
+
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
|
33
|
+
# config.force_ssl = true
|
|
34
|
+
|
|
35
|
+
# See everything in the log (default is :info)
|
|
36
|
+
# config.log_level = :debug
|
|
37
|
+
|
|
38
|
+
# Prepend all log lines with the following tags
|
|
39
|
+
# config.log_tags = [ :subdomain, :uuid ]
|
|
40
|
+
|
|
41
|
+
# Use a different logger for distributed setups
|
|
42
|
+
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
|
43
|
+
|
|
44
|
+
# Use a different cache store in production
|
|
45
|
+
# config.cache_store = :mem_cache_store
|
|
46
|
+
|
|
47
|
+
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
|
48
|
+
# config.action_controller.asset_host = "http://assets.example.com"
|
|
49
|
+
|
|
50
|
+
<%- unless options.skip_sprockets? -%>
|
|
51
|
+
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
|
52
|
+
# config.assets.precompile += %w( search.js )
|
|
53
|
+
<%- end -%>
|
|
54
|
+
|
|
55
|
+
# Disable delivery errors, bad email addresses will be ignored
|
|
56
|
+
# config.action_mailer.raise_delivery_errors = false
|
|
57
|
+
|
|
58
|
+
# Enable threaded mode
|
|
59
|
+
# config.threadsafe!
|
|
60
|
+
|
|
61
|
+
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
|
62
|
+
# the I18n.default_locale when a translation can not be found)
|
|
63
|
+
config.i18n.fallbacks = true
|
|
64
|
+
|
|
65
|
+
# Send deprecation notices to registered listeners
|
|
66
|
+
config.active_support.deprecation = :notify
|
|
67
|
+
|
|
68
|
+
<%- unless options.skip_active_record? -%>
|
|
69
|
+
# Log the query plan for queries taking more than this (works
|
|
70
|
+
# with SQLite, MySQL, and PostgreSQL)
|
|
71
|
+
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
|
72
|
+
<%- end -%>
|
|
73
|
+
end
|