All Projects → rails → In_place_editing

rails / In_place_editing

NOTICE: official repository moved to https://github.com/amerine/in_place_editing

Programming Languages

ruby
36898 projects - #4 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].