kochka
kochka
Are you using Unicorn ? If yes, maybe you should do this ``` ruby before_fork do |server, worker| if defined?(ActiveRecord::Base) ActiveRecord::Base.connection_proxy.instance_variable_get(:@shards).each do |shard, connection_pool| connection_pool.disconnect! end ActiveRecord::Base.connection.disconnect! end end after_fork...
@matin I'm not a Java developer neither, I did this app back in the day to fit my needs 😅 I'm currently really busy but I'll try to help, and...
@Syntax753 Good luck with that 😄 If you do not figure out the last bits to make it works, I'll try to find some time during the WE to help.
@Syntax753 Yes of course !
I didn't receive any PR, it was a work in progress.
What do you mean ?
Yes strange, maybe a bug on their side : https://forums.garmin.com/showthread.php?327983-Problem-with-weight-page or they have decide to drop the feature ? Old site still display the data : https://connect.garmin.com/health
Myfitnesspal, Endomondo, Runtastic....
I've already start it some time ago (with UI refactoring) but there are still a bug in the OAuth acknowledgment. It works sometimes but once oauth passed, you can sync...
Should be ok now :)