Why is the rails_12factor gem necessary on Heroku?

后端 未结 6 421
情歌与酒
情歌与酒 2021-01-01 17:13

I noticed that the new version of Michael Hartl\'s Ruby on Rails Tutorial says to include the following to serving static assets on Heroku

gem \'rails_12facto

6条回答
  •  情歌与酒
    2021-01-01 18:08

    The best answer I could find is by looking at the rails_12factor README.

    There's also a discussion on why Heroku decided to include the gem: Why does this gem exist? Especially read the answer from schneems about halfway down the page.

提交回复
热议问题