-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized class variable #8
Comments
Unfortunately, Jzip isn't Ruby 1.9 ready yet. I'm planning on working on it later this week. |
ok cool, thanks ! |
later this week? :P |
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, |
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
The text was updated successfully, but these errors were encountered: