Redmine/vendor/plugins/prototype_legacy_helper
Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-25 17:17:49 +00:00
..
lib Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
test Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
README.markdown Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
init.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00

README.markdown

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