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