waterlink / rack-reverse-proxy

A Reverse Proxy for Rack
MIT License
196 stars 52 forks source link

Remove rack-reverse-proxy #69

Closed JorgeDDW closed 4 years ago

JorgeDDW commented 4 years ago

Hey there! I was following this tut https://hackernoon.com/wordpress-inside-a-ruby-on-rails-app-c324fbf39ad8 in order to make it what it say, WordPress inside ruby on rails, the result is that I fail to complete this.

Anyway, I create the config.ru and add the gem to the gem file, now I want to remove it.

Now I have the config.ru and remove the gem from the gem file i get this: config.ru:6:inblock in

': uninitialized constant Rack::ReverseProxy (NameError)`

How should I approach this?