Skip to content

cnk/in_place_editing_unsafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

Fork of rails in_place_editing plugin to add empty_text and validation of individual attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages