Enables you to forward from inside a controller action to another app or domain.
Provides forward_and_render
/ forward
/ render_response
methods to achieve this.
See examples of usage inside the spec or the readme.
- configurable routes, with specified action, using ActiveSupport::Configurable
- enable request modification before and after the forward action with blocks of code