scambra / in_place_editing forked from rails/in_place_editing

InPlaceEditing plugin

This URL has Read+Write access

scambra (author)
Thu Jun 04 07:58:43 -0700 2009
commit  771630797d01a6f8f8ef4913e538d914c87a3ad7
tree    93748d3d377b60766dbe12bfece0d2317d5d021e
parent  e833412dc6a5d8e2655353e0dc73c625124dd948
name age message
file README Sun Sep 09 17:51:35 -0700 2007 Moved in_place editing out of core and into its... [dhh]
file Rakefile Sun Sep 09 17:51:35 -0700 2007 Moved in_place editing out of core and into its... [dhh]
file init.rb Mon Jul 07 14:15:40 -0700 2008 Make the plugin work with RequestForgeryProtect... [jfernandez]
directory lib/ Loading commit data...
directory test/ Mon Jul 07 14:15:40 -0700 2008 Make the plugin work with RequestForgeryProtect... [jfernandez]
README
InPlaceEditing
==============

Example:

  # Controller
  class BlogController < ApplicationController
    in_place_edit_for :post, :title
  end

  # View
  <%= in_place_editor_field :post, 'title' %>

Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license