It looks like a recent documentation commit finally removed references to this method...
http://github.com/rails/rails/commit/c6372d604952a8eef16ce73a06814aa143b94779 In lieu of having #proxy_options available, is there another method which replaces that functionality (access to a hash of all the options from a scope), or is it recommended to compare the to_sql output or use the == on Relation or something? (For actual app use I prefer actually creating records to run through scopes and asserting things about that output...but for tool use and debugging, the hash from proxy_options was useful). -Matt -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
