Ikuo Degawa

Results 6 comments of Ikuo Degawa

~This issue must be resolved. Latest version (v0.8.19) is completely unusable for datadog dashboard because of this problem.~ Sorry, I have not checked this problem exists in latest (v0.8.21).

https://github.com/tscolari/mobylette/pull/53/files#diff-9f99796b5fe9f9971c8e8df2a2ce7414R36 it removes annoying deprection warning: `DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from block in at ...` in rails 5.0.3...

F.Y.I (workaround) I'm using the following lines in my .bashrc: ```bash asdf_update_golang_env() { local go_bin_path go_bin_path="$(asdf which go 2>/dev/null)" if [[ -n "${go_bin_path}" ]]; then abs_go_bin_path="$(readlink -f "${go_bin_path}")" export GOROOT...

Thanks for 👍 and ❤️ I created pr #147