[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Junebug wiki - status?

Tom Cloyd

9/3/2008 8:51:00 AM

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/94bc8a...)

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 Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


4 Answers

Tom Cloyd

9/11/2008 5:24:00 PM

0

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

t.

Tom Cloyd wrote:
> 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/94bc8a...)
>
>
> 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 Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Jeremy McAnally

9/11/2008 5:38:00 PM

0

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 Cloyd <tomcloyd@comcast.net> wrote:
> 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/94bc8a...)
>
> 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 Cloyd, MS MA, LMHC - Private practice Psychotherapist
> Bellingham, Washington, U.S.A: (360) 920-1226
> << tc@tomcloyd.com >> (email)
> << TomCloyd.com >> (website) << sleightmind.wordpress.com >> (mental health
> weblog)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>



--
http://jeremymca...
http:/...
http://omgb...

My books:
http://manning.com...
http://humblelittlerub... (FREE!)

Acephale Lemar

11/23/2008 10:04:00 AM

0

Rifat Albayrak wrote:
> On Sun, 23 Nov 2008 00:42:48 +0100, "Acephale Lemar"
>>> Nas?l da ispat ettim bir ?ey bilmedi?ini. Sadece slogan att???n?.
>>
>> Sen ?nce "asil adi" tarif etmedin. Neyi ispat edeceksin ki? Mantik
>> ?gren de cik karsima!
>> Ne "asil adi"ni bildigimi s?yledim, bilmedigimi de s?ylemedim,
>> yukariya bakiver. Fakat dikkat et, basin d?nmesin. *g*
>
> Bilmiyorsun i?te. As?l ad?n?, esas ismini bilmiyorsun. K?l?? Ali takma
> ismidir ama Ali K?l?? onun ismi de?ildir. Bunu da bilmiyor, sadece

"Kilic Ali" lakabli adidir, esas adidir, c?nk? dogdugu zaman soyadi
filan yoktu. Buyur, burdan yak, yani bu husus kapandi= EOT.

> tahmin edip sall?yorsun. Ona K?l?? Ali ismini kimin takt???n? da
> bilmiyorsun. O?lunu da bilmiyorsun. O?lunu ye?eni san?yorsun.

Kimin taktigindan bana ne! Yazmadigim ayrintilari yazmisim gibi
g?stererek onun cellatligini hali altina s?p?rmek niyetin coktan belli
oldu, bosuna debelenme. Oglu= Altemur Kilic ise, babasinin da sonraki
soyadi Kilic olmalidir, o devrin soyadi yasasina g?re bu b?yledir. Yoksa
soy adi yasasiyla babasinin begenmedigi soyadini degistirip, babasinin
lakabini soyadi olarak mi benimsemis? O zaman babasinin oglu degilmis
gibi oluyor ya da babasinin Kilic gibi kestigi mahkemeye de atifda
bulunuyor. Buyur, burdan yak, yani ..EOT.

> Nerede ne yapm??t?r onu da bilmiyorsun.

T?m icraatlarini bildigimi mi iddia ettim? Sadece cellatlik yaptigini
yazdim. Senden avukat bile olmaz, yargic seni ihrac eder durusma
salonundan. Geveliyorsun, sadede gelmiyorsun, uzatip gidiyorsun.
Tantanacisin. Buyur, burdan yak ...

> Daha ?nemlisi iki dakkal???na google dan bakma zahmetine de
> katlanm?yorsun.

Evet, c?nk? o hususlara hic deginmediydim ilk karsiligimda. Sen zahmet
et, bu ilmekteki ilk cevabima bak, orada ne yazmisim, sen de oradan
konuyu nereye getirmissin. Anladin mi? Sen sohbet yapmasini bile
beceremiyorsun, ancak tantanayi beceriyorsun, laf ebesisin. Buyur burdan
yak!

> Nas?l olsa kafanda "H?mmm. ?stiklal Mahkemeleri. Cellat" sloganlar?
> tak?lm??. Yeterlidir deyip verip veri?tiriyorsun.

Yeterlidir de yazmadim. Fakat onun adini okudugum an aklima ilk gelen
tabii ki Istiklal Mahkemeleri olur. Diger icraatlari yaninda degersiz
olmaz, fakat benim terazimde pek agir degerlendirilmez. Buyur burdan
yak!

> ??te ben de onu s?yl?yorum.
> Yalanc?l?k sizde, doland?r?c?l?k dans?zl?k her?ey var sizde. Bunlar
> olabilir benim i?im de?il. Ama ben dini b?t?n bir insan?m der ard?ndan
> da dans?zl?k yaparsan adama ohaaa derler. Hepsi bu.

Git de baskasinin kafasini ?t?le, bezginlik getirmeye basladin,
eglencelik bile degilsin su siralar. Yazmadigim hususlari yazmisim gibi
g?steren kisinin notunu okurlar versin. Buyur, burdan yak!
Acil sifa diliyorum. EOT

Acephale Lemar

11/23/2008 10:04:00 AM

0

okeyci wrote:
> Acephale Lemar schrieb:
>> okeyci wrote:
>> Ne ise,
>> m?him olan ?yle birinin benimle yazisarak celiskisini sergilemek.
>> Yukardaki davranisbilimsel aciklamami tekrar takrar oku, ta ki
>> kavrayana dek.
>
> Sen verdigim cevabi hala anlayamadin.

Sen de kambur gibi tantanayi cok seversin, bilirim, bilinir burada.

>> O Rum pici demekle bas edemedi, sen Atta demekle bas edecegini mi
>> saniyorsun? Zavallisin.
>
> Halbuki sana terapi gerek. Ortada sandik olmaya devam et o zaman
> sekerim :-)

Ben dogrudan yararim, senin ya da onun gibi iki taraftan tecav?ze
yeltenmem tek kisiye karsi. Haydi, sandik avina, tantanasi seni.