Cells for Rails 3
The 3.4.0 gem is running with Rails 3 and considered stable.
gem install cellsDon't forget adding it to your Gemfile.
Cells for Rails 2.3
Live can be so easy - with gems, Malte!
gem install cells -v 3.3.9and add that to your
config/environment.rb file:
config.gem "cells"
In order to run rake test:cells
you have to install the rake tasks, first
script/generate cells_install
Cells for Rails 2.2
You may clone from github and switch to the 2.2p1 tag:
cd vendor/plugins/ git clone git://github.com/apotonick/cells.git cd cells/ git checkout 2.2p1
In this release engines support is optional.
Caching state views works like a charm, and beside removing lots of lines ("code cleanup"), the view rendering code got improved and is really fast now using the new Rails ActionView API.
Cells for Rails 2.1
To run cells with Rails 2.1 you may clone from github and switch to the 2.1 tag:
cd vendor/plugins/ git clone git://github.com/apotonick/cells.git cd cells/ git checkout 2.1
This version supports all types of templates (.erb, .haml, ...) and has i18n support with gettext.
In this release, engines support is optional. Be sure to get the latest version of engines if you wanna take advantage of packaging cells in plugins.
Cells for Rails 1.2.3
cells-1.0 runs with Rails 1.2.3. Either get it from rubyforge or leech it with svn.
svn checkout svn://rubyforge.org/var/svn/cells/cells_plugin/tags/1.0 cells
