John Gerhardt

Results 12 comments of John Gerhardt

If you give some guidance, I'm happy to fix the formatting issues and push up an additional commit to reach a CSP you'd be comfortable merging.

I think I'm running into this with a parameter named `:subject`. Using `let(:subject) { nil }` doesn't seem to work either, and I'm getting a `Segementation fault: 11`. Anyone else...

Same, using Rails 4.2.3 and rspec-core 3.3.2 and spring + spring-commands-rspec doesn't work. @jonleighton any insight? When I say it doesn't work, I mean it appears as if spring is...

@0x263b we're still seeing this issue in production mode. However, we're running in heroku. Trying to determine if we're suffering from your issue or if it's something like Twitter has...

Ours did eventually start working yesterday @wflanagan. We added the following callbacks: ``` https://www.your-site.com/auth/twitter https://www.your-site.com/auth/twitter/callback https://www.your-site.com/users/auth/twitter/callback https://www.your-site.com/users/auth/twitter ``` Definitely worth checking your URLs for typos, trailing slashes, etc Ultimately, I...

I'm also getting stuck here. Heroku seems to be overwritting the adapter I've chosen. It's using `postgresql` instead of `postgresql_makara`. @arjan0307 does your workaround take care of that? Edit: I...

@aks how have you guys mitigated this? We're evaluating makara with https://github.com/ankane/distribute_reads + sidekiq, and in our staging environment seeing that no Postgres data is being collected. My hunch is...

@betamatt we tried with `reconnect: true` in database.yml, but to no avail. Our test process mimics the bullets denoted in the initial comment. @albus522, we'll try that next and update...

:+1: this would be awesome if it could be pushed out! One of my favorite, no-longer-working sequel pro features.