Junebug wiki - status?

I’ve been trying to get a Junebug wiki running. There appears to be no
documentation available. The website that is referred to in several
places in Google search output has disappeared.

I have successfully installed the gem, which required that I install a
couple of non-current gem versions - mongrel v. 1.1.2 and activerecord
ver. 1.15.6 . (This means I now have both these earlier versions and the
current versions installed.)

Hoping to get some idea what to do next I entered “junebug help” into a
console, and got the same problem which has been previously raised in
this list - with no response (see
http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/94bc8a5eaed97c2e)

I’ve posted a help request in the Junebug wiki forum at RubyForge (where
there’s been no posts since its inception about a year ago). I’m not
real hopeful of a response, but it’s too early to tell, as yet.

Since THIS list is a beehive of activity and helpfulness, I thought I’d
post the problem here:

$ junebug help
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:142:in activate': can't activate activesupport (= 1.4.4, runtime), already activated activesupport-2.1.0 (Gem::Exception) from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:158:in activate’
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in each' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in activate’
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:158:in
activate' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in each’
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:157:in
activate' from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:49:in gem’
from /usr/local/bin/junebug:18
$

I’m very open to any help anyone has to offer.

And, is the Junebug wiki a bad idea for an amateur ruby programmer?

Thanks for any help and/or thoughts.

Tom

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)

It’s requiring an older version of ActiveSupport. Look in the
configuration to see if you can change the version; though, an app
that old may or may not work with 2.1.

If anything you can install version 1.2 of Rails (I think that’s what
Junebug wants) doing something like: gem install rails --version=1.2

I’m not sure if that’s totally right, but it should guide you along if
it’s not.

–Jeremy

On Wed, Sep 3, 2008 at 3:50 AM, Tom C. [email protected] wrote:

console, and got the same problem which has been previously raised in this
$ junebug help
from /usr/local/bin/junebug:18


http://jeremymcanally.com/
http://entp.com/

My books:

http://humblelittlerubybook.com/ (FREE!)

OK. Junebug’s dead, for some reason. (Except for those which real ruby
skills - not me, though.)

t.

Tom C. wrote:

a console, and got the same problem which has been previously raised

`activate’

Thanks for any help and/or thoughts.

Tom

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)