代码之家  ›  专栏  ›  技术社区  ›  Abdulsattar Mohammed

Push Rack-Jekyll app to Heroku

  •  2
  • Abdulsattar Mohammed  · 技术社区  · 15 年前

    I haven't used Ruby. I don't know what gems are. But I know how to install them and do basic things like that.

    http://github.com/bry4n/rack-jekyll#readme . But when I push it to Heroku, I get an error:

    ---> Heroku received push
    ---> Rack app detected
    ---> Installing rack-jekyll from http://rubygems.org
         ERROR: could not find gem "rack-jekyll" locally or in a repository
    

    1 回复  |  直到 13 年前
        1
  •  3
  •   BaroqueBobcat    13 年前

    Updated (ht Andrew): 使用Helku的 Bundler support

    创建一个 Gemfile 像这样

     source "http://rubygems.org"
     gem "rack-jekyll"