This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Sun Sep 09 17:51:35 -0700 2007 | |
| |
Rakefile | Sun Sep 09 17:51:35 -0700 2007 | |
| |
init.rb | Mon Jul 07 14:15:40 -0700 2008 | |
| |
lib/ | ||
| |
test/ | Mon Jul 07 14:15:40 -0700 2008 |
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 







