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.
我想将瘦服务器用于开发,将独角兽用于暂存/生产环境。如何修改我的 Gemfile,以便仅在其各自的 gemset 中安装适当的服务器
开发中:
group :development do gem "thin" end
在分期和制作方面:
group :staging, :production do gem "unicorn" end