I have two issues with installing Rails via RubyGems. I'm on Mac OS X.
First, when asking to install dependencies, the prompts end with "[Yn] ". I hit return, expecting it to default to 'Y'. Instead, I saw
ERROR: While executing gem ... (Gem::DependencyError)
Required dependency activerecord not installed
It turns out that I must type 'y'.
Second, here's what happens when I try to install everything:
~> sudo gem install rails
Attempting local installation of 'rails'
Local gem file not found: rails.gem
Attempting remote installation of 'rails'
ERROR: While executing gem ... (NameError)
(eval):1:in `class_eval': uninitialized class variable @@inheritable_attributes_for_base in CGI::Session::ActiveRecordStore::Session
Has anybody else seen this problem? Any suggestions?
I have two issues with installing Rails via RubyGems. I'm on Mac OS X.
First, when asking to install dependencies, the prompts end with "[Yn]
". I hit return, expecting it to default to 'Y'. Instead, I saw
ERROR: While executing gem ... (Gem::DependencyError)
Required dependency activerecord not installed
It turns out that I must type 'y'.
This one is a (stupid) bug in 0.7.0 of RubyGems. It's fixed in CVS
and 0.8.0, which will be released tomorrow--I swear
Second, here's what happens when I try to install everything:
~> sudo gem install rails
Attempting local installation of 'rails'
Local gem file not found: rails.gem
Attempting remote installation of 'rails'
ERROR: While executing gem ... (NameError)
(eval):1:in `class_eval': uninitialized class variable
@@inheritable_attributes_for_base in
CGI::Session::ActiveRecordStore::Session
Has anybody else seen this problem? Any suggestions?
I haven't encountered this one. I've installed rails on several
machines several times via RubyGems without a problem. Anyone else?
Chad
···
On Sat, 11 Sep 2004 09:26:42 +0900, Jim Menard <jimm@io.com> wrote:
I believe that's due to the incompability of rails and Ruby 1.9, but
that's just a guess based on a vague recollection of a web/irc/mailing
list/something conversation I can't seem to locate at the moment.
···
On Sat, 11 Sep 2004 11:32:48 +0900, Chad Fowler <chadfowler@gmail.com> wrote:
On Sat, 11 Sep 2004 09:26:42 +0900, Jim Menard <jimm@io.com> wrote:
> ERROR: While executing gem ... (NameError)
> (eval):1:in `class_eval': uninitialized class variable
> @@inheritable_attributes_for_base in
> CGI::Session::ActiveRecordStore::Session
>
> Has anybody else seen this problem? Any suggestions?
>
I haven't encountered this one. I've installed rails on several
machines several times via RubyGems without a problem. Anyone else?
David, if you're listening: is there a know problem with Rails and Ruby 1.9?
Jim
···
On Sep 10, 2004, at 11:54 PM, Kevin Radloff wrote:
I believe that's due to the incompability of rails and Ruby 1.9, but
that's just a guess based on a vague recollection of a web/irc/mailing
list/something conversation I can't seem to locate at the moment.
--
Jim Menard, jimm@io.com, http://www.io.com/~jimm/
"How do you keep an Englishman entertained in his dotage? Tell him
a joke when he's young." -- Charles-A. Rovira
There is a known problem with Rails and Ruby 1.9; the reason I was
guessing was because you didn't specify that you were running it.
···
On Sun, 12 Sep 2004 06:29:44 +0900, Jim Menard <jimm@io.com> wrote:
On Sep 10, 2004, at 11:54 PM, Kevin Radloff wrote:
> I believe that's due to the incompability of rails and Ruby 1.9, but
> that's just a guess based on a vague recollection of a web/irc/mailing
> list/something conversation I can't seem to locate at the moment.
Could be. I'm running 1.9.
David, if you're listening: is there a know problem with Rails and Ruby
1.9?
FYI, I think David is traveling internationally right now, so he may
not chime in any time soon.
Chad
···
On Sun, 12 Sep 2004 06:29:44 +0900, Jim Menard <jimm@io.com> wrote:
On Sep 10, 2004, at 11:54 PM, Kevin Radloff wrote:
> I believe that's due to the incompability of rails and Ruby 1.9, but
> that's just a guess based on a vague recollection of a web/irc/mailing
> list/something conversation I can't seem to locate at the moment.
Could be. I'm running 1.9.
David, if you're listening: is there a know problem with Rails and Ruby
1.9?
I believe that's due to the incompability of rails and Ruby 1.9, but
that's just a guess based on a vague recollection of a web/irc/mailing
list/something conversation I can't seem to locate at the moment.
Could be. I'm running 1.9.
David, if you're listening: is there a know problem with Rails and Ruby 1.9?