The ActionMailer/ActionPack gem release is still screwed up. Does someone test the gem releases to ensure that they work? Just an idea. Wes -- Posted via http://www.ruby-forum.com/.
Wes Gamble wrote:> The ActionMailer/ActionPack gem release is still screwed up. > > Does someone test the gem releases to ensure that they work? > > Just an idea. > > WesWhat trouble are you having? It''s working for me. -- Posted via http://www.ruby-forum.com/.
Originally this:
http://www.ruby-forum.com/topic/76550
Now I get this:
C:\eclipse\workspace\eSimplyOnlineRails>gem update
Updating installed gems...
Need to update 1 gems from http://gems.rubyforge.org
.
complete
Attempting remote update of actionmailer
Install required dependency actionpack? [Yn] Y
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Zlib::BufError)
buffer error
C:\eclipse\workspace\eSimplyOnlineRails>
--
Posted via http://www.ruby-forum.com/.
Wes Gamble wrote:> > ERROR: While executing gem ... (Zlib::BufError) > buffer error >Try: gem install rubyzip Tim. -- Posted via http://www.ruby-forum.com/.
rubyzip (0.9.1)
rubyzip is a ruby module for reading and writing zip files
I''ve had rubyzip for months now.
--
Posted via http://www.ruby-forum.com/.
Wes Gamble wrote:> rubyzip (0.9.1) > rubyzip is a ruby module for reading and writing zip files > > I''ve had rubyzip for months now.Same problem. Do: gem install rails to overcome the problem. -- Posted via http://www.ruby-forum.com/.
Why does this fix the problem? -- Posted via http://www.ruby-forum.com/.
And...now....gem update magically works. Hmmm :). WG -- Posted via http://www.ruby-forum.com/.
I guess. I kind of was assuming that the gem distribution would be an atomic (from the users perspective) operation. Is that an unrealistic expectation? WG -- Posted via http://www.ruby-forum.com/.
Wes Gamble wrote:> And...now....gem update magically works. > > Hmmm :). > > WGthey just updated to 1.1.5, so maybe you got half of the new release? -- Posted via http://www.ruby-forum.com/.
On Aug 9, 2006, at 4:29 PM, Wes Gamble wrote:> And...now....gem update magically works.gem is consistently flaky for me. I get everything from type mismatch errors to nil object found when expecting something real. In almost all cases I can just try again, and eventually things will work. -faisal