Ngan Pham

Results 53 comments of Ngan Pham

Hey @tonyaraujop I started this but didn't have time to finish. It's fairly straightforward. I think where I got stuck was how to how to show the deprecation message. Summer...

Hey everyone, at Gusto, we rely heavily on this gem. As of version 10, things just stopped working completely for us. @wildmaples and I have been debugging and have realized...

Hey @schinery -- what version of Rails are you on?

Hey @schinery we are unable to reproduce this issue on the same version of Ruby/Rails as you. ``` $ bin/rails db:migrate:status:with_data Running via Spring preloader in process 41977 database: _development...

Do you get the right results if you did db:migrate:status (without the data)?

> a test transaction is open for every database from the configuration I don't think this is true. Connections are lazily established in all environments. At the beginning of tests,...

I run into this once extremely rarely so totally fine with closing. We can use this issue as a reference for another point in time when this feature request was...

`rvm-exec bundle exec rubocop` worked for me

Looks like rbenv has their own exec: https://github.com/rbenv/rbenv/blob/master/libexec/rbenv-exec

FWIW, you could do... ```shell # Install the gem bundle # Execute the binary once so that it decompresses the correct OS-based binary bundle exec wkhtmltopdf --version # Remove all...