[Rails-core] Remove AV::Resolver/PathSet/LookupContext#find_all methods

2012-07-03 Thread thedarkone
There is not a single line of code in all of Rails that makes use of the `.find_all` template API, that doesn't look like this: `lookup.find_all(*args).first`. Getting rid of the unnecessary Array handling would simplify the implementation. Therefore I would like to propose to deprecate and r

[Rails-core] Remove AV::Resolver/PathSet/LookupContext#find_all methods

2012-07-07 Thread José Valim
I believe Action Mailer uses all templates returned by find_all. I'm on iPhone so I am not sure, but it should be aroun the each_template method . -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit