0.0
No commit activity in last 3 years
No release in over 3 years
Progressively enhanced confirmation dialogs for Rails actions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1.1
~> 2.0.5
~> 2.6.1
~> 1.3.4

Runtime

~> 3.1.0
 Project Readme

Confirmable

Progressively enhanced confirmation dialogs for Rails actions

Synopsis

TODO

Installation

Install the gem

gem install confirmable

Mount the engine

mount Confirmable::Engine => '/confirm'

Example usage

Use the URL helper in your views

<%= confirm_link_to 'Destroy', widget, method: :delete %>

TODO

  • Progressive enhancements!!

  • try to deal with forms

  • try to deal with model forms

  • try to deal non-POST actions