Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
![这里是 rails server 命令的截图,而不是设置 rails server... ][1]
请查看正在发生的事情并尝试帮助我... [1]:http: //i.stack.imgur.com/QSh21.png
这是因为您使用的是 rails 2 gem 版本,您可以通过rails -v. 如您所见,没有 app/assets 文件夹。只有 public/javascripts 等 rails2 风格的目录
rails -v
尝试安装rails 3
gem install rails --version '>3.0.0'