Skip to content

Instantly share code, notes, and snippets.

View oystersauce8's full-sized avatar

Sam W oystersauce8

View GitHub Profile
@oystersauce8
oystersauce8 / rails new
Created May 1, 2017 16:49
My rails new command
rails new --database=postgresql --webpack=react --skip-coffee ~/foo
@oystersauce8
oystersauce8 / rack_proxy_example
Created May 10, 2019 15:13
rack_proxy_example
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