Re: [Rails-core] Routing failures on r4498

2006-07-10 Thread Francois Beausoleil
Hi ! 2006/6/28, Nicholas Seckar <[EMAIL PROTECTED]>: Awesome. There are two places Regexp's appear. They are attached to segments in the path as segment.regexp (See DynamicSegment.) and they also appear on the route's requirements hash (route.requirements.) However they both pass thru RouteBui

[Rails-core] Rails AR/Oracle Unit Test: [4600] passed (fixed)

2006-07-10 Thread Michael Schoen
"bitsweat" made AR/Oracle happy again, thank you! http://dev.rubyonrails.org/changeset/4600 r4600 | bitsweat | 2006-07-10 11:10:50 -0700 (Mon, 10 Jul 2006) | 1 line Oracle: BigDecimal support. Closes #5667. -

Re: [Rails-core] Showing SQL Server some love...

2006-07-10 Thread Tom Ward
On 7/6/06, David Heinemeier Hansson <[EMAIL PROTECTED]> wrote: Create one new aggregated patch and mark the others as duplicate. We can then apply the aggregate. We've done that in the past for both SQL Server and Oracle too. I've created a patch against #5670 which fixes many minor problems.

[Rails-core] [ActiveSupport] Binding.of_caller and ruby 1.8.5

2006-07-10 Thread Nicolas Pouillard
Hi, Does anyone tried ruby 1.8.5 ? Binding.of_caller seems broken even for the basic example : $ cat test_binding_of_caller.rb require 'activesupport/lib/active_support/binding_of_caller' def inc_counter(amount = 1) Binding.of_caller do |binding| inc = eval("lambda { |arg| counter += arg }"