Micah Cooper

Results 5 comments of Micah Cooper

I agree! Allow it to be independent of Active Record.

jquery.modal.js:98 is `if (!m.ajax && !m.$el.length) {` it should be `if (!!m.ajax && !m.$el.length) {` (extra "!" as the beginning fixed it for me locally.

Currently, Gatling does not support rolling back releases. This is something that it needs for sure. Right now, yes, you pretty much have to do it manually.

Hey @loongmxbt, It could be possible for your mix.lock file to change. Your mix file has some dependencies that are specific to dev? That being said. This shouldn't make too...

This will not be going into the 1.0.0 release as adding the ability to specify your own port in your NGINX file will have to be synced with the systemd...