Chris Gaffney

Results 56 comments of Chris Gaffney

This is something that I would find useful as well. On a project we're trying to move to a common `config/application.yml` that holds development and test configs as well as...

Just ran into a version of this where a freshly loaded model is reporting as changed. ```ruby class Dummy < ActiveRecord::Base typed_store :fields, coder: ::ActiveRecord::TypedStore::IdentityCoder do |s| s.string :email end...

Sorry, I haven't used stripe-rails on an API only app so I can't speak to if it would work or not.

We would absolutely love a pull request to add Test::Unit support. We use Rspec for pretty much everything internally so it's unlikely that we'll implement this ourselves.

@westonganger Yeah, of course. @renandhein That's exactly what I implemented a couple days ago on the cron job monitoring service I build ([Dead Man's Snitch](https://deadmanssnitch.com)). I'll put the details here...

Sorry for the confusion, having a route isn't required. I mentioned it to show we were able to reuse the same logic both in the mailer and in our controller....

@renandhein Out of curiosity, did you get `undefined method response for [MailerClass]` or something similar?

@renandhein I did actually, make sure you're on `prawn-rails >= "1.2.0"` as I recently fixed that in #30. And thanks! I hope you find a use for it at some...

I believe this would be fixed by #18 when using JEMALLOC_ENABLED as LD_PRELOAD is being set in `.profile.d/jemalloc` so builds shouldn't be using it. Also, in my testing of `bin/compile`,...

@arthurnn Sorry for the ping but any chance you could take a look at this at some point?