Ken Collins
Ken Collins
I created a simple app to exercise the issue I was facing. https://github.com/customink/amstest
> However, in my case - where I try to serialize 10,000 records or so, it is still faster to regenerate json than fetch from memcached or redis I saw...
Hmm... mind adding a commit where you add this to the `travis.yml` file? ```yaml before_install: - gem install bundler -v 1.17.3 ```
Yea, I can work on that in a few days.
This looks like a `db:migrate:status` command. We do not have any support for that command. So the report would not be accurate. Would this be a fair assessment?
Thanks, it does make sense but at the same time does not help. Can you share the output of a Heroku command that does something wrong and/or investigate what is...
I thought this was a regression bug in Rails 5 that was recently fixed?
I just did a quick read through - is your issue related to this? https://github.com/rails/rails/pull/27355
@gbarillot Sorry for the slow reply, but what was the name of the model for the users table? Is it `User`?
@gbarillot I have a little integration app that I use to sanity check multiple databases including SecondBase. I just updated the [secondbaserails50](https://github.com/customink/encom_dbs/tree/secondbaserails50) branch there with the latest Rails 5.0 and...