No commit activity in last 3 years
in_place_rich_editing plugin supporting tinymce adapted from rails in_place_editing plugin and http://inplacericheditor.box.re/usage
 Development
 Dependencies
 Project 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