On Oct 1, use of:
sudo gem install rails --source http://gems.rubyonrails.org
→ resulted in installation of rails-1.2.3.7707 (which I have enjoyed
thoroughly since)
This morning was different. Use of:
sudo gem install rails --source http://gems.rubyonrails.org
→ resulted in installation of rails-1.2.5 (appears to be a backward
step from .7707)
Just now, use of:
sudo gem install rails --source http://gems.rubyonrails.org
→ failed with this response:
Install required dependency activesupport? [Yn] y
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find activesupport (= 1.4.3.7843) in any repository
What would be the best method (using gems) to install the current
‘preview release’?
Gary