This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Gemfile b/Gemfile | |
index edf9fd5..d2bf01e 100644 | |
--- a/Gemfile | |
+++ b/Gemfile | |
@@ -38,3 +38,4 @@ end | |
gem 'padrino', '0.10.6' | |
gem 'rack-jsonp-middleware', :require => 'rack/jsonp' | |
+gem 'rack-proxy' | |
diff --git a/Gemfile.lock b/Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new --database=postgresql --webpack=react --skip-coffee ~/foo |