Displaying 1 result from an estimated 1 matches for "filter_conflicts".
2009 Dec 17
2
RFC: conflict_warnings plugin
...nged and highlight
them with Prototype or jQuery (requires some kind of model version
tracking, maybe acts_as_audited)
 - Simplify actions upon failing to acquire a lock.
 - Enabling/Disabling some actions by when they occur.
Usage/Examples.
class ExamplesController < ApplicationController
   filter_conflicts :only => :confirm do
     respond_to do |format|
        format.html {render :action => "show"}
        format.js {
          render :update do |page|
            page.replace_html :notificaiton_area, :text => "Your
request could not be processed because the example has been...