Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
rails 2 instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
xinuc committed Mar 22, 2010
1 parent 9f4b79c commit dde9acb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rdoc
Expand Up @@ -5,6 +5,8 @@ This gem provides templating abilities to create excel documents.

== Installation

=== Rails 3

* Edit your Gemfile, add:

gem "ekuseru"
Expand All @@ -13,6 +15,15 @@ This gem provides templating abilities to create excel documents.

bundle install

=== Rails 2

Ekuseru master branch now support rails 3 and is NOT backward compatible.
To use ekuseru in rails 2, install it as plugin :

* cd vendor/plugins
* git clone git://github.com/xinuc/ekuseru.git
* git checkout remotes/origin/rails2 -b rails2

== Usage

=== Controller
Expand Down

0 comments on commit dde9acb

Please sign in to comment.