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

2006-05-31 Thread Michael Schoen
"bitsweat" made AR/Oracle happy again, thank you! http://dev.rubyonrails.org/changeset/4393 r4393 | bitsweat | 2006-05-31 19:04:35 -0700 (Wed, 31 May 2006) | 1 line Mind the order of things. -

[Rails-core] Rails AR/Oracle Unit Test: [4391] failed

2006-05-31 Thread Michael Schoen
"bitsweat" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4391 r4391 | bitsweat | 2006-05-31 18:43:20 -0700 (Wed, 31 May 2006) | 1 line Records and arrays of records are bound as quoted ids. -

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

2006-05-31 Thread Michael Schoen
"david" made AR/Oracle happy again, thank you! http://dev.rubyonrails.org/changeset/4389 r4389 | david | 2006-05-31 17:23:08 -0700 (Wed, 31 May 2006) | 1 line Oracle and others wont take a string null for an answer -

[Rails-core] Rails AR/Oracle Unit Test: [4387] failed

2006-05-31 Thread Michael Schoen
"david" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4387 r4387 | david | 2006-05-31 16:25:36 -0700 (Wed, 31 May 2006) | 1 line Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Split G

Re: [Rails-core] Routing rewrite

2006-05-31 Thread Charlie Bowman
Really what is required is to produce all the urls for a given resource. The two main problems with page caching are: - A cached page may be located at several paths. The big issue here is that only the first route matched will be swept on changes. Yes, this is how I deleted my entir

Re: [Rails-core] Routing rewrite

2006-05-31 Thread Nicholas Seckar
On May 31, 2006, at 7:49 AM, Charlie Bowman wrote: Sorry, for the slow reply. I'm only registered for this list at my work address and there's no way I'm going to set my home computer to check that email! You're right I could definitely use a redirect statement to make caching work, but

Re: [Rails-core] Routing rewrite

2006-05-31 Thread Charlie Bowman
Sorry, for the slow reply. I'm only registered for this list at my work address and there's no way I'm going to set my home computer to check that email!  You're right I could definitely use a redirect statement to make caching work, but it seems like a hackish maneuver.  As soon as this rewr