1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
Piotr Sarnacki bf176e9c7a Do not allow to use plugin_new generator directly, you should use Usage:
rails new APP_PATH [options]

Options:
  -G, [--skip-git]            # Skip Git ignores and keeps
  -r, [--ruby=PATH]           # Path to the Ruby binary of your choice
                              # Default: /Users/drogus/.rvm/rubies/ruby-1.8.7-p302/bin/ruby
  -b, [--builder=BUILDER]     # Path to an application builder (can be a filesystem path or URL)
      [--edge]                # Setup the application with Gemfile pointing to Rails repository
      [--dev]                 # Setup the application with Gemfile pointing to your Rails checkout
      [--skip-gemfile]        # Don't create a Gemfile
  -d, [--database=DATABASE]   # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db)
                              # Default: sqlite3
  -O, [--skip-active-record]  # Skip Active Record files
  -m, [--template=TEMPLATE]   # Path to an application template (can be a filesystem path or URL)
  -J, [--skip-prototype]      # Skip Prototype files
  -T, [--skip-test-unit]      # Skip Test::Unit files

Runtime options:
  -s, [--skip]     # Skip files that already exist
  -p, [--pretend]  # Run but do not make any changes
  -f, [--force]    # Overwrite files that already exist
  -q, [--quiet]    # Supress status output

Rails options:
  -v, [--version]  # Show Rails version number and quit
  -h, [--help]     # Show this help message and quit

Description:
    The 'rails new' command creates a new Rails application with a default
    directory structure and configuration at the path you specify.

Example:
    rails new ~/Code/Ruby/weblog

    This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
    See the README in the newly created application to get going. command
2010-11-16 00:04:35 +01:00
..
initializers Merge remote branch 'drogus/engines' 2010-09-11 03:24:50 -05:00
middleware Fix a routing test. Reorganize middleware tests. 2010-10-02 17:42:36 +02:00
configuration_test.rb Provide a cleaner syntax for paths configuration that does not rely on method_missing. 2010-10-06 17:20:15 +02:00
console_test.rb Provide a cleaner syntax for paths configuration that does not rely on method_missing. 2010-10-06 17:20:15 +02:00
generators_test.rb Do not allow to use plugin_new generator directly, you should use Usage: 2010-11-16 00:04:35 +01:00
loading_test.rb Removed deprecated router API from railties 2010-09-05 13:44:37 +02:00
middleware_test.rb Move ETag and ConditionalGet logic from AD::Response to the middleware stack. 2010-10-03 21:25:22 +02:00
paths_test.rb Provide a cleaner syntax for paths configuration that does not rely on method_missing. 2010-10-06 17:20:15 +02:00
rackup_test.rb Remove deprecated dispatch test. 2010-09-02 12:55:14 +02:00
rake_test.rb Strip regexp anchors from rake routes output [#5934 state:resolved] 2010-11-09 05:24:10 +00:00
routing_test.rb reload_routes! is part of the public API and should not be removed. 2010-10-02 17:45:26 +02:00
runner_test.rb Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
test_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
url_generation_test.rb Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00