Show More
Commit Description:
fixed X-Sendfile restriction on output download
Commit Description:
fixed X-Sendfile restriction on output download
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/in_place_editing/README
| 13 lines
| 279 B
| text/plain
| TextLexer
|
|
r61 | 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 |