Hi all,
I have begun playing with Ruby on Rails. I downloaded the gem from
rubyforge and installed correctly. However, I was forced to do a clean
install of ruby and had to reinstall my gems, including the Rails gem.
However, this time, it did not install the ActiveRecord gem. Fearing
the gem file to be corrupt I downloaded and installed again, but again,
no ActiveRecord. I have downloaded and installed ruby and the rails gem
on another pc, and ActiveRecord installed along with Rails. What could
be the problem on the first PC? Thanks for any info.
Omar C. wrote:
Hi all,
I have begun playing with Ruby on Rails. I downloaded the gem from
rubyforge and installed correctly. However, I was forced to do a clean
install of ruby and had to reinstall my gems, including the Rails gem.
However, this time, it did not install the ActiveRecord gem. Fearing
the gem file to be corrupt I downloaded and installed again, but again,
no ActiveRecord. I have downloaded and installed ruby and the rails gem
on another pc, and ActiveRecord installed along with Rails. What could
be the problem on the first PC? Thanks for any info.
With information like this, there’s no way to know. What errors did you
get?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Marnen Laibow-Koser wrote:
Omar C. wrote:
Hi all,
I have begun playing with Ruby on Rails. I downloaded the gem from
rubyforge and installed correctly. However, I was forced to do a clean
install of ruby and had to reinstall my gems, including the Rails gem.
However, this time, it did not install the ActiveRecord gem. Fearing
the gem file to be corrupt I downloaded and installed again, but again,
no ActiveRecord. I have downloaded and installed ruby and the rails gem
on another pc, and ActiveRecord installed along with Rails. What could
be the problem on the first PC? Thanks for any info.
With information like this, there’s no way to know. What errors did you
get?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
That’s the thing, there were no error messages. The Rails gem
installed ActiveSupport, Rake and some other gems, but ActiveRecord was
not on the list, even though in a previous installation, it was.