search for: evanphx

Displaying 2 results from an estimated 2 matches for "evanphx".

Did you mean: evanp
2010 Jun 17
3
unicorn 1.0.0 - yes, this is a real project
...Unicorn. We remain compatible with all Rack releases starting with 0.9.1 (and possibly before). [1] tested with Rubinius upstream commit cf4a5a759234faa3f7d8a92d68fa89d8c5048f72 [2] lets avoid the Dueling Banjos effect here :x [3] actually, Rack 1.2.1 is broken under 1.8.6. [4] http://github.com/evanphx/rubinius/issues/373 The Future: * Bug/compatibility fixes as needed, of course! * Scalability for hardware that may be common in 5-10 years * Rainbows! LOTS of Rainbows! Thanks for reading! -- Eric Wong
2010 Jun 25
0
[PATCH] ActiveSupport::OrderedHash#update Does Not Set Keys
..."Bob") # => #<OrderedHash {:name=>"Bob"}> hash.keys # => [] hash.each do |key, value| puts value end # => [] This can be resolved by simply aliasing update to merge! as per Rubinius'' implementation (c.f. http://github.com/evanphx/rubinius/blob/master/kernel/common/hash.rb#L447 ). I have posted a patch including tests at https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4973-patch-activesupportorderedhashupdate-does-not-set-keys and would appreciate any feedback whatsoever. -- You received this message b...