[Rails-core] [ActiveRecord] scope for collection associations

2013-05-21 Thread Caleb Thompson
tion on `Post` and would break if the implementation were changed to a boolean value for deletion rather than a timestamp field. If I were to work on adding this functionality into ActiveRecord, is it something that core might entertain merging? Thank you, Caleb Thompson -- You received this mess

Re: [Rails-core] [ActiveRecord] scope for collection associations

2013-05-21 Thread Caleb Thompson
separates the concerns of the two models. > > One thing though, would it be interesting for the scope to take and array > of scopes? > > > On May 21, 2013, at 11:41 PM, Caleb Thompson > > wrote: > > I'm considering implementing a feature by which a collection &g

Re: [Rails-core] Feature Request: Remove or replace *_path helpers for mailers

2014-06-12 Thread Caleb Thompson
Totally in support of this as well. I've probably made this mistake more often than I've done it correctly, and it's so easy to miss. I've seen email templates go months without this being caught. I'd probably prefer the exception route myself, just by undefining the methods for ActionMailer. Ca