[gentoo-user] Ruby Rails and Rake - strange error on Gentoo...

2005-11-07 Thread Steve [Gentoo]
I've recently started playing around with Ruby and rails under Gentoo. I've installed everything using emerge as opposed to the using ruby gems. While I seem to be able to use my rails application, I get a puzzling error message when I try to verify it using the default generated rakefile

Re: [gentoo-user] Ruby Rails and Rake - strange error on Gentoo...

2005-11-07 Thread Preston Hagar
I have the exact same issue and as yet have been unable to solve it. My emerged versions are as follows: dev-lang/ruby-1.8.3 * dev-ruby/rubygems-0.8.11 * dev-ruby/activerecord-1.11.1 dev-ruby/activesupport-1.1.1-r2 * dev-ruby/rake-0.5.3 * dev-ruby/rails-0.13.1 * My error when running rake:

Re: [gentoo-user] Ruby Rails and Rake - strange error on Gentoo...

2005-11-07 Thread Abap
On 11/7/05, Steve [Gentoo] [EMAIL PROTECTED] wrote: I've recently started playing around with Ruby and rails under Gentoo.I've installed everything using emerge as opposed to the using ruby gems.While I seem to be able to use my rails application, I get a puzzling error message when I try to