Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add basic README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Nov 17, 2010
1 parent 72cfca7 commit a2cd95c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.markdown
@@ -0,0 +1,13 @@
# Prototype Legacy Helper

This plugin adds support for `form_remote_tag`, etc from Rails 2 to Rails 3.

## Installation

Either add the following to your `Gemfile` and run `bundle`:

gem 'prototype_legacy_helper', '0.0.0', :git => 'git://github.com/rails/prototype_legacy_helper.git'

or run the following command to vendor the plugin within your app:

rails plugin install git://github.com/rails/prototype_legacy_helper.git

0 comments on commit a2cd95c

Please sign in to comment.