From: Robert McGovern Date: 2004-08-23T19:22:19+09:00 Subject: Re: [ANN] Rails 0.6.5 (AR 0.9.4, AP 0.8.0): Release of Contributors! > Or even easier, just do "gem install rails" -- you'll automatically > install all the newest versions of the required dependencies. Doesn't quite install under cygwin. ruby 1.9.0 (2004-08-17) [i386-cygwin] gem 0.7.0 robertm@al ~ $ gem install rails Attempting local installation of 'rails' Local gem file not found: rails.gem Attempting remote installation of 'rails' Install required dependency rake? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y ERROR: While executing gem ... (NameError) (eval):1:in `class_eval': uninitialized class variable @@inheritable_attributes_for_base in CGI::Session::ActiveRecordStore::Session