Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
added gem instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Feb 3, 2011
1 parent d2452ab commit 5e8e74b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rdoc
Expand Up @@ -4,10 +4,14 @@ A gem to add in-place-editable fields to your Rails project. It is a wrapper fo

== Requirements

* jQuery[http://www.jquery.com] - see jquery-rails[http://github.com/indirect/jquery-rails] for easy integration with your Rails project
* jQuery[http://www.jquery.com] 1.2.6+ - see jquery-rails[http://github.com/indirect/jquery-rails] for easy integration with your Rails project
* Jeditable[http://www.appelsiini.net/projects/jeditable]

== Example
== Usage

Assuming a Rails 3 project, in your Gemfile, add:

gem 'jeditable-rails'

Suppose you have a <tt>User</tt> model with a <tt>#zip_code</tt> attribute.

Expand Down

0 comments on commit 5e8e74b

Please sign in to comment.