Anyway, I create the config.ru and add the gem to the gem file, now I want to remove it.
If I remove the config.ru when I want to boot the server I get: configuration config.ru not found
if I remove the gem from the gem file and run bundle, I get his: configuration config.ru not found
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)`
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.
configuration config.ru not found
configuration config.ru not found
Now I have the config.ru and remove the gem from the gem file i get this:': uninitialized constant Rack::ReverseProxy (NameError)`
config.ru:6:in
block inHow should I approach this?