[Rails-core] Problems with new dependency code and plugins

2006-08-16 Thread Luke Redpath
Hi, something has been checked into Rails edge recently, something I to do with the new dependencies system I suspect, that completely breaks the loading of one of the plugins I'm working on, the unobtrusive_javascript plugin (though I don't think this is isolated to our plugin - see the c

Re: [Rails-core] More changes to cascading associations

2006-08-16 Thread Rich Collins
Ah sorry I grabbed the old diff.  Here is the new one with the proposed changes.. recursive_cascading_associations.diff Description: Binary data On Aug 15, 2006, at 11:09 PM, Jeremy Kemper wrote:On 8/15/06, Rich Collins <[EMAIL PROTECTED]> wrote: Yes.  I did an update before I did the diff.Ah, app

Re: [Rails-core] More changes to cascading associations

2006-08-16 Thread Jeremy Kemper
On 8/16/06, Rich Collins <[EMAIL PROTECTED]> wrote: Ah sorry I grabbed the old diff.  Here is the new one with the proposed changes.Thanks - http://dev.rubyonrails.org/changeset/4776 jeremyOn Aug 15, 2006, at 11:09 PM, Jeremy Kemper wrote: On 8/15/06, Rich Collins <[EMAIL PROTECTED] > wrote: Yes. 

[Rails-core] Rails AR/Oracle Unit Test: [4776] failed (getting worse)

2006-08-16 Thread Michael Schoen
"bitsweat" has kicked AR/Oracle while it was down... http://dev.rubyonrails.org/changeset/4776 r4776 | bitsweat | 2006-08-16 11:10:52 -0700 (Wed, 16 Aug 2006) | 1 line Included associations: go deep.

[Rails-core] Rails AR/Oracle Unit Test: [4777] failed (but getting better)

2006-08-16 Thread Michael Schoen
"bitsweat" has given AR/Oracle some love, but it's still unhappy... http://dev.rubyonrails.org/changeset/4777 r4777 | bitsweat | 2006-08-16 11:22:51 -0700 (Wed, 16 Aug 2006) | 1 line Shorten index name. -

Re: [Rails-core] Problems with new dependency code and plugins

2006-08-16 Thread Francois Beausoleil
Hello Luke, 2006/8/16, Luke Redpath <[EMAIL PROTECTED]>: Expected /Users/luke/Sandbox/projects/rails_plugin_repository/ config/../vendor/plugins/unobtrusive_javascript/lib/ unobtrusive_javascript.rb to define UnobtrusiveJavascript I get the same kind of error in the test environment: Expected

[Rails-core] Installing named routes twice

2006-08-16 Thread Bob Silva
named_routes.install gets called twice during initialization.   Not sure what the proper solution would be.   load! -> load_routes -> [ draw -> named_routes.install ] -> named_routes.install   Doesn’t look like the named_routes.install in load_routes is truly needed. If routing.rb i