新手求助!bundle install返回could not locate gemfile怎么解决?
本帖最后由 journeyend 于 2013-03-31 18:26:33 编辑 我是刚开始学ruby的,用的是railsinstaller装的
底下是信息:
C:\Sites>gem list
*** LOCAL GEMS ***
actionmailer (3.2.1)
actionpack (3.2.1)
activemodel (3.2.1)
activerecord (3.2.1)
activerecord-sqlserver-adapter (3.2.1)
activeresource (3.2.1)
activesupport (3.2.1)
arel (3.0.2)
bigdecimal (1.1.0)
builder (3.0.0)
bundler (1.0.22)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.2.0)
erubis (2.7.0)
execjs (1.3.0)
hike (1.2.1)
i18n (0.6.0)
io-console (0.3)
journey (1.0.2)
json (1.5.4)
mail (2.4.1)
mime-types (1.17.2)
minitest (2.5.1)
multi_json (1.1.0)
pg (0.13.1 x86-mingw32)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.1)
railties (3.2.1)
rake (10.0.4, 0.9.2.2)
rb-readline (0.4.2)
rdoc (3.9.4)
rubygems-update (2.0.3)
rubyzip (0.9.6.1)
sprockets (2.1.2)
sqlite3 (1.3.5 x86-mingw32)
sqlite3-ruby (1.3.3)
thor (0.14.6)
tilt (1.3.3)
tiny_tds (0.5.1 x86-mingw32)
treetop (1.4.10)
tzinfo (0.3.31)
C:\Sites>
哪位大神帮帮忙?
[解决办法]