Don't read config.yml anymore
add some heroku support gems and document all the new variables
This commit is contained in:
parent
ebcb2780cd
commit
64830e9cff
4 changed files with 44 additions and 7 deletions
5
Gemfile
5
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue