You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zena
Installed the latest Zena today, so I assume it is fresh. The install went okay, but when I try to use it the first time, through 'zena init', I get the following error.
>> Unable to activate zena-1.1.3, because json-1.6.2 conflicts with json (= 1.5.1)
I hate to be the one to ask, but how can I work around this? I am using Rails 3.1.3. I assume it is a simple thing... Thanks!
John
Gaspard Bucher
unread,
Nov 30, 2011, 3:29:21 AM11/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zena...@googlegroups.com
Hi John,
It seems like one of Zena's dependency is loading the latest version of json that is available. The simplest solution is to uninstall json 1.6.2 and it should work fine.
> gem uninstall json
By the way, Zena works with Rails 2.3.11, not 3.x. We will transition to rails 3 in 2012. This has not been a priority until now because the users of Zena (including ourselves) seldom need to write any Rails specific ruby code.