Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2008 15:22:29 +0200
From:      Robby Balona <robby@grab.co.za>
To:        Daniel Bye <freebsd-questions@slightlystrange.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Ruby on rails on freebsd 7
Message-ID:  <1227878549.18902.30.camel@robby-desktop>
In-Reply-To: <20081128124147.GA24467@torus.slightlystrange.org>
References:  <1227864620.18902.20.camel@robby-desktop> <20081128124147.GA24467@torus.slightlystrange.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2008-11-28 at 12:41 +0000, Daniel Bye wrote:
> On Fri, Nov 28, 2008 at 11:30:20AM +0200, Robby Balona wrote:
> > Has anybody managed to get Ruby on Rails 2 working on Freebsd 7 . I have
> > tried for 3 day now . Done portupgrades and portsnaps but still cant
> > seem to get it to work
> 
> Yes, I'm using it very successfully. The version of Rails in ports 
> seems to have stuck at 1.2.6.
> 
> > 
> > 
> > I get the following error when I run rails
> > 
> > ../lib/rails_generator/options.rb:32:in default_options: undefined
> > method write_inheritable_attribute
> > 
> > I googled this error and found very little to help except that it looks
> > like its something to do with activesupport-1.4.2 not being install
> > correctly...
> 
> rails 2.* ships with activsupport 2.*.
> 
> Your best bet will be to upgrade your installed gems:
> 
> $ sudo gem upgrade --system
> 
> (If that doesn't work, try `update_rubygems' instead)
> 
> Gems should now report its version as 1.3.1:
> 
> $ gem -v
> 1.3.1
> 
> Now you can simply use gems to install Rails and its dependencies:
> 
> $ sudo gem install rails --include-dependencies
> 
> If you really want version 2.0 or 2.1 instead of the recently released
> 2.2, include a --version=2.1 to the command. However, given the
> enhancements, I'd go with the latest.
> 
> HTH,
> 
> Dan
> 

Great thanks will try all your advice!


Regards

Robby








Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1227878549.18902.30.camel>