search for: examplescontrol

Displaying 1 result from an estimated 1 matches for "examplescontrol".

2009 Dec 17
2
RFC: conflict_warnings plugin
...- Only update portions of a record that have changed 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 c...