joshmn
joshmn
Hi Adrien! I'd be happy to explore the idea. If you'd be able to get me a nice database dump of real-world data I'd be more than happy to take...
ben has a good way of handling this: https://github.com/bensheldon/good_job/pull/1001
see #28
Ah that's a weird one! The turbo thing, at least — I do need to update the configuration file (this was made hastily in a recent railshackathon.com-thon). I think this...
I don't have a great answer for this, but I've patched `Trestle::Resource::Builder` and modified some things at runtime before: ``` class Trestle::Resource::Builder def location_from_current_location params_with_location_from_current_attributes finder_scoped_location collection_scoped_location end def params_with_location_from_current_attributes...