Ben Crouse

Results 11 comments of Ben Crouse

Would it be possible do to this by having the recommended model recommend itself? So, for example, when a user likes a product, you write a callback that has that...

@ddgromit I was in the same boat, and ended up going with https://github.com/Pathgather/predictor

Ok I didn't see that PR, which will certainly solve for the concurrency concern, thank you!

You could write your own config/image_optim.yml and do something like this to load it: ``` ruby IMAGE_OPTIM_CONFIG = YAML.load_file(Rails.root.join('config', 'image_optim.yml')[Rails.env] config.assets.image_optim = IMAGE_OPTIM_CONFIG ``` and then where ever else you...

I think ideally, I'd like to see a `ImageOptim.defaults` config option where you could 1) find out the out of the box defaults 2) change them for all instances of...

Thanks for the feedback @JurgenHahn. Would you describe what you ran into so we understand exactly the need for that step?

Thanks for opening the issue, in the meantime you may be able to do something with a gem like https://github.com/jtrupiano/rack-rewrite

Thanks for reporting this, we'll take a look as soon as we can.

Thanks for the issue @GesJeremie. I'm reticent to add another lib just for this one use case, but 2 options come to mind for parallelizing: * Use a Sidekiq worker...

I'm new to this library, I'd love to see more support for production deployment, my prioritized wish list would be: * Deployment tools/docs (clarity for: how does this fit into...