This project is archived and is in readonly mode.
wants me to update right after a successful update.
Reported by pixeltarian | February 25th, 2010 @ 08:38 PM
Comments and changes to this ticket
-
pixeltarian February 25th, 2010 @ 08:40 PM
eek. hit enter by accident.
here's is the turn of events:
http://pastie.org/842523I don't get it. I do a 'gem install -v=2.3.5 rails' successfully, but then it tells me to do a 'gem install -v=2.3.5 rails' again. what gives?
-
Roland Moriz April 11th, 2010 @ 05:07 AM
Have you installed rack version 1.1.0?
Try to uninstall it (gem uninstall rack, select 1.1.0)aslo reported by: http://blog.e-thang.net/?p=76
-
Roland Moriz April 11th, 2010 @ 05:08 AM
another thread regarding this: http://www.ruby-forum.com/topic/201603
-
Ryan Bigg April 11th, 2010 @ 01:47 PM
This is a bug in config/boot.rb. I think that it rescues too broadly when it tries to do a gem 'rails'. Patch welcomed.
-
Ryan Bigg April 11th, 2010 @ 11:01 PM
- State changed from new to open
I think this is solved in Rails as it is Bundler that is responsible for loading the gems and is more "responsible" when it comes to outputting useful error messages. Anyone else agree?
-
Rohit Arondekar June 16th, 2010 @ 02:44 PM
- State changed from open to invalid
I can't recreate this and as Ryan has said, Bundler is now responsible for loading gems. Closing this ticket, if anybody is still encountering this issue please just make a comment and I'll reopen it.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>