Matt Daubert

Results 3 comments of Matt Daubert

I'm willing to bet you are using Rails 3 and Arel, yes? If that's the case you are probably sending it an ActiveRecord::Relation. Adding a .all to the end of...

We are also seeing this issue and have resorted to patching our applications. This seems like something that should definitely be merged upstream.

Hi Ingo - I think it would be convenient to have a clean way for a controller to find its resource in the case of multiple resources. I'm honestly not...