On 2006-03-18, Petr Janda <[EMAIL PROTECTED]> wrote: > Im planning to learn Ruby, and I want to setup Apache2, MySQL and Ruby on=20 > Rails, but I cannot find a rails port in pkgsrc. Is there one actually?
Just install misc/rubygems (ruby's own component management infrastructure) from pkgsrc and then do a "gem install rails". Regards, Csaba
