rails-reverse-proxy/lib
Marcos Beirigo c2f268026d Fixing Rails 5.1 warnings
Fixing the two warnings listed bellow:
 - DEPRECATION WARNING: env is deprecated and will be removed from Rails 5.1
 - DEPRECATION WARNING: `render :text` is deprecated because it does not
 actually render a `text/plain` response. Switch to `render plain: 'plain
 text'` to render as `text/plain`, `render html: '<strong>HTML</strong>'` to
 render as `text/html`, or `render body: 'raw'` to match the deprecated
 behavior and render with the default Content-Type, which is `text/plain`.
2016-10-27 09:36:51 +08:00
..
reverse_proxy Fixing Rails 5.1 warnings 2016-10-27 09:36:51 +08:00
rails-reverse-proxy.rb Add different variations 2015-06-04 20:36:30 -07:00
reverse-proxy.rb Add different variations 2015-06-04 20:36:30 -07:00
reverse_proxy.rb Add version method 2016-10-05 13:10:34 -07:00