[Rails-core] Re: proxy_options on named scopes

2010-04-12 Thread Ernie Miller
On Apr 9, 9:06 pm, Matt Jankowski wrote: > It looks like a recent documentation commit finally removed references > to this method... > > http://github.com/rails/rails/commit/c6372d604952a8eef16ce73a06814aa1... > > In lieu of having #proxy_options available, is there another method > which replace

Re: [Rails-core] Re: proxy_options on named scopes

2010-04-22 Thread Matt Jankowski
> Does comparing the @where_values, @having_values, etc on the Relation > do the trick for you? That doesn't require a call to #to_sql, and > might be preferable since you'll be able to see more clearly what's > different about the structure of the relation object. Those values are > the definitive