bundle install --without production“gemfile:13:语法错误,意外的keyword_end,期待$ end”

时间:2014-04-03 09:33:52

标签: ruby-on-rails git postgresql heroku sqlite

我正在通过奥丁项目学习RoR。使用Windows 8.我能够进行第一次提交,但是当我尝试使用" bundle install _without production"我收到了问题标题中的错误。为了尝试解决此错误消息,到目前为止我有:

  1. http://guides.railsgirls.com/openshift编辑gemlock文件。例如。将pg(0.16.0-x86-mingw32)改为pg(0.16.0),将sqlite3(1.3.8-x86-mingw32)改为sqlite3(1.3.8))。
  2. 所以我DID从sqlite3文件中删除了x86-mingw32,但是我找不到" pg"在gemlock文件中。所以我无法编辑它。 Gemlock文件:

    first_gemlock file 2nd_gemlock file 3rd gemlock gemlock

    我关注的说明: http://installfest.railsbridge.org/installfest/create_and_deploy_a_rails_app?back=create_a_heroku_account

    在步骤7.2说如果我收到此错误:

    "如果失败,请让志愿者帮助您编辑config / environments / production.rb"

    所以我打开了" production.rb"在Sublime Text 3中提交文件,但我不知道自己要编辑什么。 ?我在下面附上了production.rb文件的屏幕截图:

    1. Git 1.8.4mysygit.o
    2. ruby​​ 1.9.3p484(2013-11-22)[i386-mingw32]
    3. rails 4.0.2
    4. sqlite3(1.3.9)
    5. First_production.rb second_production.rb third_production.rb preparing app to deploy to heroku step 7.2

      这是Gemfile: 1Gemfile 2gemfile

1 个答案:

答案 0 :(得分:0)

我认为它在第10行 - 删除逗号:

group :production do