Search results (1 - 10 of 96)
- #11536: [PATCH] Introduce ActiveResource::Base.timeout to allow ...
- Active Resource relies on HTTP to access RESTful APIs and as such is inherently susceptible to slow or unresponsive servers. In such cases, your Active Resource method calls could timeout. This patch allows you to declare a timeout va ...
- — 04/06/08 07:14:28
- #11535: [PATCH] ActiveResource::Connection should rescue from Timeout::Error
- Net::HTTP can raise a Timeout::Error for both legitimate reasons (slow/unresponsive server) and the problems described in http://headius.blogspot.com/2008/02/rubys-threadraise-threadkill-timeoutrb.html. Right now, ARes emits this unhelpful ...
- — 04/06/08 06:05:10
- #11154: Don't assume all records from nested include are of same class
- There is an error condition with nested includes in this situation: {{{ #!ruby ShapeExpression.find :all, :include => [:shape, { :paint => :non_poly } ] }}} In the include used above, :paint is a polymorphic relationship, therefor ...
- — 02/18/08 19:15:33
- #11145: [PATCH] Don't attempt to preload associations that return Nil
- This ticket is related to the changes introduced in [http://dev.rubyonrails.org/ticket/9640 Ticket #9640]. I'm encountering an error when using nested preloading and one of the eager loaded records does not have any further associations ...
- — 02/18/08 03:24:03
- [8893]: Check the host string contains %d before using String#%, this avoids ...
- ... Closes #10809 [chuyeow]
- — 02/18/08 01:02:29
- #10895: [PATCH][TESTS] Add missing tests for AR::B#to_json for more than 1 ...
- Adding more test coverage for {{{ActiveRecord::Base#to_json}}} for using the {{{:include}}} option with more than one. Quite importantly it demonstrates how to include associations when you don't want any options for 1 (or more) of them (s ...
- — 01/22/08 15:38:08
- #10877: [PATCH] Adding Hash#only, and clearing up docs for Hash#except in the ...
- Adding a Hash#only. {{{ h = {:a => "b", :c => "d", :f => "g"} h.only(:a, :f) # => {:a => "b", :f => "g"} }}} Also cleaning up some misleading RDoc for Hash#except.
- — 01/21/08 08:47:14
- #10822: [PATCH] Document Module/Class#cattr_* extensions and remove unnecessary ...
- — 01/16/08 06:04:10
- #10809: [PATCH][TINY] asset_tag_helper#compute_asset_host shouldn't bail in Ruby's ...
- Tiny patch to ensure that Rails works in debug or warning mode. Encountered this when trying to run a Rails app on Thin in debug mode. Basically, asset_host is the empty string by default, which causes {{{ host % (source.hash % 4) } ...
- — 01/15/08 02:42:25
- #10803: [PATCH] Rails concurrency fixes
- This patches some of the deficiencies in actionpack which allows Rails to be run with concurrent threads. I've been doing some testing by applying heavy load on a single mongrel that has been patched to obey ActionController::Base.allow ...
- — 01/14/08 20:51:28
Note: See TracSearch for help on searching.