Do you know a resource which documents all the available options for the ActionDispatch scope method and their usage?
I’m quite tired of digging into each merge_X_scope method trying to understand the X option implications.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After a long time, I found the solution. The options for Rails 3.1 are now described in the mapper.rb file.
Here is the documentation