Redmine/lib/plugins/prototype_legacy_helper
Jean-Philippe Lang 8d73ddf73f Moved Rails plugins required by the core to lib/plugins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-26 17:23:24 +00:00
..
lib Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
test Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
README.markdown Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
init.rb Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +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