Michael G. Schwern
Michael G. Schwern
It's been so long, I don't remember any details. Sorry.
`Rails.configuration.generators.options[:rails]` can be introspected to get the `test_framework`. I'll see about putting something together for minitest.
This also ensures the data migration table isn't removed from the schema by `rails db:migrate:reset`.
I want this as well and might put a little work into it. My template goes a little further adding the special sauce necessary to keep the test quiet, and...
@vezzick's fix did not work for me. My chrome and chromedriver are still out of sync. Perhaps because I'm using a Github repo, not Heroku? ``` ~ $ /app/.apt/usr/bin/google-chrome --version...
@stereoscott @vezzick's solution did not work for me. Heroku Support said to instead use the "Run Again Without Cache" option in the CI UI. This worked. ...
> @schwern are you still interested in implementing this? Sure. I'll have to reload it into my brain.
@swarley `Bot#servers` is being used in `Bot#ready`. We do call `Bot#run`. See https://github.com/schwern/conexus/blob/fixups/bot.rb#L55
@z64 Is https://github.com/schwern/conexus/blob/fixups/bot.rb#L55 using Bot incorrectly?
While I agree this should be done lazily, that's a pretty big redesign. How about if-and-only-if the channels are not present in the data? ``` data['channels'] ||= JSON.parse( API::Server.channels(token, id)...