Hi, Just wondering if ActiveSupport is actually used heavily by Camping when ActiveRecord is not used? I see ActiveSupport is a dependency of ActiveRecord, but Camping still wants it even when ActiveRecord isn''t used.
On Mon, Jan 08, 2007 at 02:16:56PM -0700, james wrote:> Hi, Just wondering if ActiveSupport is actually used heavily by > Camping when ActiveRecord is not used? I see ActiveSupport is a > dependency of ActiveRecord, but Camping still wants it even when > ActiveRecord isn''t used.Yep, Camping uses the HashWithIndifferentAccess. For the Camping::H class. _why
On 1/8/07, why the lucky stiff <why at whytheluckystiff.net> wrote:> On Mon, Jan 08, 2007 at 02:16:56PM -0700, james wrote: > > Hi, Just wondering if ActiveSupport is actually used heavily by > > Camping when ActiveRecord is not used? I see ActiveSupport is a > > dependency of ActiveRecord, but Camping still wants it even when > > ActiveRecord isn''t used. > > Yep, Camping uses the HashWithIndifferentAccess. For the Camping::H > class.Thanks.