Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@Ex-Ark Ex-Ark released this 16 Jul 14:04
· 10 commits to master since this release
01ba6a4

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