Don't read config.yml anymore

add some heroku support gems and document all the new variables
This commit is contained in:
Henne Vogelsang 2016-03-22 18:16:51 +01:00
parent ebcb2780cd
commit 64830e9cff
4 changed files with 44 additions and 7 deletions

View file

@ -8,6 +8,11 @@ end
# as web framework
gem 'rails', '~> 4.2'
# enables serving assets in production and setting your logger to standard out
# both of which are required to run an application on a twelve-factor provider
# like heroku.com
gem 'rails_12factor', group: :production
# respond_to methods have been extracted to the responders gem
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
gem 'responders', '~> 2.0'