- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
背景资料:
我正在使用 GIT 来获取包含 Ruby 文件的项目的存储库。该项目位于 Mac 主目录下的 SITES 文件夹中。
我有 ruby :1.8.7
我刚刚将 Rails 升级到:3.0.3
我想要完成的只是能够在我已经下载的 GIT 项目的浏览器中呈现 localhost.com:3000,以便我可以在本地处理它。
我运行了命令“rails server”并返回以下消息:
Usage:
rails new APP_PATH [options]
Options:
[--skip-gemfile] # Don't create a Gemfile
-m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL)
-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
-J, [--skip-prototype] # Skip Prototype files
-T, [--skip-test-unit] # Skip Test::Unit files
[--dev] # Setup the application with Gemfile pointing to your Rails checkout
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
-G, [--skip-git] # Skip Git ignores and keeps
-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
Runtime options:
-f, [--force] # Overwrite files that already exist
-s, [--skip] # Skip files that already exist
-p, [--pretend] # Run but do not make any changes
-q, [--quiet] # Supress status output
Rails options:
-h, [--help] # Show this help message and quit
-v, [--version] # Show Rails version number 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.
最佳答案
您正在运行 rails server
从错误的目录。进入包含您的应用程序的目录并从那里运行命令。例如,如果您运行 rails new thingy
,您必须在 thingy
使用时的目录 rails server
.
关于ruby-on-rails - 错误//用法 : rails new APP_PATH [options]//when running 'rails server' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4637312/
我在我的应用程序目录中键入 rails server 命令并收到此错误: bin/rails:6: warning: already initialized constant APP_PATH /Us
如何在 Laravel 流明中调用 app_path() 函数或为 app_path() 函数创建 Helper? 我需要它,因为我遇到了这个错误,..“调用未定义的函数 app_path()” 它在
运行时出现错误 LoadError: Expected /home/user/Desktop/Tripurari/myapp/app/models/host.rb to define Host## 但
我正在尝试执行我的 RoR 应用程序,但是当我执行命令时:rails s 显示以下错误: /Users/Jarvis/Documents/Projects/Vincubo/vincubo/bin/ra
背景资料: 我正在使用 GIT 来获取包含 Ruby 文件的项目的存储库。该项目位于 Mac 主目录下的 SITES 文件夹中。 我有 ruby :1.8.7 我刚刚将 Rails 升级到:3.0.3
我正在使用 Ubuntu 14.04,我是使用 Ruby on Rails 的初学者 我最近按照教程安装了 rbenv、ruby 2.3.0 和 rails 4.2.4:https://gorails
我尝试了很多方法,例如卸载/重新安装 Rails 和 Gems,但没有成功。 当我进入新项目并运行rails s或bundle execrails server时,我收到此错误: bin/rails:
我是一名优秀的程序员,十分优秀!