Ryan Sonnek

Results 10 comments of Ryan Sonnek

+1 using a custom `escape_function` really cuts down on our compiled template size. since Underscore is already available in our app just using `_.escape` vs 6 inline `replace` statements is...

appears related to rb-appscript no longer being supported. bump for removing dependency on the deprecated gem as discussed on issue #1.

FWIW, there is a new gem that includes this functionality out of the box if anyone is interested in pursuing this further. It allows for background job listeners to work...

another +1 for this. we actually just ran into a similar issue with an out of date domain list.

@costa can you share what your plain ruby class spec looks like? I'm not following what you're looking for and seeing a first-pass solution would be helpful to see what...

I would _love_ to add support for inline attachments, but it will be some time before i have time to dig into it. if anyone has thoughts/patches, i'd be open...

I'd love to accept this patch, but I want to try and prevent any future regression as well via a unit test. would you mind taking a stab at a...

hey @HakubJozak, thanks for putting together the demo script and I'd be happy to fix any known issues. would you be interested in putting together a pull request to close...

great idea, and if you have any thoughts on how to organize in the README, I'd gladly accept a pull request.

This looks to be working as expected since ActiveRecord::Relation is lazily evaluated. The `current_tenant` attribute is unset after the block has been run, and so invoking `count` or `each` outside...