archan937 / rich_cms

Enrichments (e9s) module for a pluggable CMS frontend
http://codehero.es/rails_gems_plugins/rich_cms
MIT License
42 stars 16 forks source link

uninitialized class variable #8

Open paxer opened 13 years ago

paxer commented 13 years ago

Hi,

I am trying to go through read me and install gem for fresh rails project but i've got

NameError in Rich/cmsController#display uninitialized class variable @@instances in Jzip::Engine::Template

evry time when i try to go on http://127.0.0.1:3000/cms, actually on any route

Any ideas ? Rails 3.0.4 Ruby 1.9.2

Thanks

archan937 commented 13 years ago

Unfortunately, Jzip isn't Ruby 1.9 ready yet. I'm planning on working on it later this week.

paxer commented 13 years ago

ok cool, thanks !

thepixelmonk commented 13 years ago

later this week? :P

archan937 commented 13 years ago

Yeah sry about that! :S I have been working on a 3.1 for a long time now. My latest work can be found within all edge branches and they can run on 1.9.

As time is always against us and the Rich-CMS 3.1 release packs a lot of new features (storage-strategy independent because of Moneta) and refactored code (Rich::Cms::Content), I am still working on it. I can't promise when it's finished, but logically it would be ASAP.

To sum it up: use the edge branches of both Rich-CMS and Jzip.

Greets, Paul.