Commit 7d67a4c
Changed files (3)
Gemfile
@@ -42,5 +42,6 @@ group :development, :test do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'rspec-rails'
+ gem 'foreman'
end
Gemfile.lock
@@ -55,8 +55,12 @@ GEM
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
+ dotenv (1.0.2)
erubis (2.7.0)
execjs (2.2.2)
+ foreman (0.76.0)
+ dotenv (~> 1.0.2)
+ thor (~> 0.19.1)
globalid (0.3.0)
activesupport (>= 4.1.0)
hike (1.2.3)
@@ -169,6 +173,7 @@ PLATFORMS
DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
+ foreman
jbuilder (~> 2.0)
jquery-rails
pg
Procfile
@@ -0,0 +1,1 @@
+web: rails s -b 0.0.0.0 -p $PORT