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
"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.
-
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.
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 }"