No commit activity in last 3 years
No release in over 3 years
This module provides the way to render instead of redirect_to.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0

Runtime

 Project Readme

Wicked::AlwaysRenderable

Wicked::AlwaysRenderable is Wicked extension. We sometimes want to invoke render instead of redirect_to. Use Wicked::AlwaysRenderable and alway render the template via render_wizard.

Installation

Add this line to your application's Gemfile:

gem 'wicked-always_renderable'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wicked-always_renderable

Usage

Just include Wicked::AlwaysRenderable and render_wizard!

class SomeWizardController < ApplicationController
  include Wicked::Wizard
  include Wicked::AlwaysRenderable
  ... (snip) ...
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/toshiyukihina/wicked-always_renderable.

License

The gem is available as open source under the terms of the MIT License.