[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Wiki Recommendations?

Gregory Brown

2/17/2007 6:35:00 PM

Last time I did this dance, i2 was the all around best choice for a
Ruby wiki that was available.

Have things changed?

My priorities are in order:

0) Must run on TextDrive. (Most options should fit this one, right?)
1) Usability / Stability. Don't want it to blow up
2) Ease of install
3) Ability to make it look pretty
4) General l33tn355

This will be for the GoRuCo attendees wiki, incase anyone is wondering.

3 Answers

Bill Kelly

2/17/2007 6:48:00 PM

0

From: "Gregory Brown" <gregory.t.brown@gmail.com>
>
> Last time I did this dance, i2 was the all around best choice for a
> Ruby wiki that was available.
>
> Have things changed?
>
> My priorities are in order:
>
> 0) Must run on TextDrive. (Most options should fit this one, right?)
> 1) Usability / Stability. Don't want it to blow up
> 2) Ease of install
> 3) Ability to make it look pretty
> 4) General l33tn355

I haven't tried many other ruby wikis, but I just installed
SOKS: http://rubyforge.org/proj...

...and it seems to be a pretty nice one.


As for ease of install, it was very easy, with just one quirk:

In the start.rb file that it generated for me:

require 'rubygems'
gem 'Soks', '~> 1.0.3'
$LOG.info 'Loaded Soks from gem'
require 'soks' # <-- I had to add this line and I don't know why

For some reason, just requiring the gem was not enough to
cause soks.rb to be loaded. I looked at the gemspec and it
appeared to specify the correct auto-require and lib dirs,
so I'm not sure why it didn't work as expected.

But apart from having to add that explicit "require 'soks'" line,
everything has gone smoothly so far.


Regards,

Bill



Jim Weirich

2/18/2007 2:22:00 AM

0

Bill Kelly wrote:
> From: "Gregory Brown" <gregory.t.brown@gmail.com>
>> 2) Ease of install
>> 3) Ability to make it look pretty
>> 4) General l33tn355
>
> I haven't tried many other ruby wikis, but I just installed
> SOKS: http://rubyforge.org/proj...
>
> ...and it seems to be a pretty nice one.
>
>
> As for ease of install, it was very easy, with just one quirk:
>
> In the start.rb file that it generated for me:
>
> require 'rubygems'
> gem 'Soks', '~> 1.0.3'
> $LOG.info 'Loaded Soks from gem'
> require 'soks' # <-- I had to add this line and I don't know why
>
> For some reason, just requiring the gem was not enough to
> cause soks.rb to be loaded. I looked at the gemspec and it
> appeared to specify the correct auto-require and lib dirs,
> so I'm not sure why it didn't work as expected.

The 'gem' statement merely states what gems should be used. It does not
do any requiring, auto or not.

-- Jim Weirich

--
Posted via http://www.ruby-....

Jeremy Hinegardner

2/20/2007 1:31:00 AM

0

On Sun, Feb 18, 2007 at 03:34:58AM +0900, Gregory Brown wrote:
> Last time I did this dance, i2 was the all around best choice for a
> Ruby wiki that was available.
>
> Have things changed?
>
> My priorities are in order:
>
> 0) Must run on TextDrive. (Most options should fit this one, right?)
> 1) Usability / Stability. Don't want it to blow up
> 2) Ease of install
> 3) Ability to make it look pretty
> 4) General l33tn355
>
> This will be for the GoRuCo attendees wiki, incase anyone is wondering.

I haven't played with it much yet, but have you given junebug a try yet?

http://www.junebugwiki.com/J...

enjoy,

-jeremy

--
========================================================================
Jeremy Hinegardner jeremy@hinegardner.org