2 Stimmen

Kann keine neue App mit Rails 3.0.6 oder 3.0.7 generieren

Wenn ich versuche, eine neue App mit installiertem Rails 3.0.6 oder 3.0.7 zu erstellen, erhalte ich nur die Anweisungen zur Verwendung der rails Befehl. Aus irgendeinem Grund scheint Rails zu denken, dass ich die falsche Syntax eingegeben habe (was ich natürlich nicht habe). Alles funktioniert gut in 3.0.5 oder niedriger, obwohl. Ich führe Ruby 1.9.2 und Ubuntu 10.04.

rails new app

Wird dazu führen:

Usage:
  rails new APP_PATH [options]

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

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

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.

3voto

Kolja Punkte 2497

Versuchen Sie, Rubygems zu aktualisieren;

$ gem update --system

0voto

raphael_turtle Punkte 6894

Es scheint zu laufen rvm rubygems current bricht dies, zumindest für mich. Ich habe den Befehl ausgeführt, wie er erwähnt wurde aquí dass es alle Verwerfungswarnungen beseitigen würde, indem es gem update --system behebt das Problem und bringt die Verwerfungswarnungen zurück.

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X