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

2006-04-07 Thread Michael Schoen
Some odd false alarm, it wasn't actually broken. Sorry. Michael Schoen wrote: "david" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4197 r4197 | david | 2006-04-07 11:21:52 -0700 (Fri, 07 Apr 2006) | 1 line F

[Rails-core] Use svnmerge.py for merging trunk to stable branch

2006-04-07 Thread Blair Zajac
Now that Rails has a stable branch, I would like to suggest considering using svnmerge.py to manage the revisions in trunk that you want to pull over into the branch. It'll make life much easier in managing commits to trunk and then merging them to stable. Svnmerge.py makes life easy in migra

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

2006-04-07 Thread Michael Schoen
"david" made AR/Oracle happy again, thank you! http://dev.rubyonrails.org/changeset/4199 r4199 | david | 2006-04-07 11:29:43 -0700 (Fri, 07 Apr 2006) | 1 line RAILS_ROOT, please --

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

2006-04-07 Thread Michael Schoen
"david" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4197 r4197 | david | 2006-04-07 11:21:52 -0700 (Fri, 07 Apr 2006) | 1 line Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented

RE: [Rails-core] Acts_as_nested query

2006-04-07 Thread Bob Silva
Hi Chris, This doesn't really belong on core but I can point you to an alternative solution to prevent the FULL table update. While your solution is imaginative, the fact that it doesn't scale sinks the boat. http://www.railtie.net/articles/2006/03/31/implement-acts_as_threaded-withou t-a-plugin