我重新启动了计算机,重新登录后,我在终端中收到了以下消息:
Last login: Thu Jun 27 05:18:03 on console
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /Users/Amir/Developer/appname/Gemfile'.
当我尝试使用 rails 启动我的本地主机时,我得到了:
Rails 目前没有安装在这个系统上。要获取最新版本,只需键入:
$ sudo gem install rails
红宝石--版本:
ruby 1.9.3p374 (2013-01-15 revision 38858) [x86_64-darwin12.2.1]
宝石文件:
source 'https://rubygems.org'
ruby '1.9.3'
gem 'rails', '3.2.11'