Thanks. I found the same thing with the indexes method being a
problem, but hadn't posted back because I didn't really come to a
solution yet. For the time being I just made a comment in the redhill
code to disable some stuff which I am sure breaks it, but lets me
continue with TS. It brings me to a larger issue which is really out
of scope for this forum about why the community doesn't see this type
of method naming collision issue as a greater problem. It seems to
mostly be written off as something that doesn't need to be dealt with
or is a corner case because the community is small. But the community
really isn't all that small anymore and with a rails and it's plugin
system and rapidly growing stable of plugins it seems to me like this
will continue to be a fairly common issue. After all I have run into
it twice in the last couple of months with fairly logical scenarios (1
- a db and search plugin both want to use indexes, 2 - Something
involving "options").
Anyway the redhill code is something that was added by someone else
awhile back so I don't know yet what it is going to mean if I want to
pull it out, but I do like that it (I believe) creates some of the
constraints and indexes for relationships without me having to do it.
Right now I think I will either end up redefining the redhill indexes
method as something like rh_indexes or possibly removing it all
together since I don't have a better solution and I suspect if we keep
both we would be much more likely to regularly be updating TS code to
latest versions than the redhill code.
On Jul 23, 5:39 pm, "Joe Noon" <
joen...@gmail.com> wrote: