Sanghyun Park
Sanghyun Park
It doesn't seem to work on rails 3.0.3.
Looks like this was fixed in 7.27.0? https://github.com/DataDog/datadog-agent/releases/tag/7.27.0
A workaround: `Date.current` seems work well.
https://github.com/saluzafa/async-aws-ruby seems close to what the OP suggested albeit neither Faraday nor Typhoeus.
@randym Thanks for the new feature. It seems exactly what I asked for. I'll try it ASAP.
The trick introduced in https://github.com/randym/activeadmin-axlsx/pull/19 also fixes this problem as well. I just moved code inside the block in https://github.com/randym/activeadmin-axlsx/blob/master/lib/active_admin/axlsx.rb#L21 to the end of my Rails app's `config/initializers/activeadmin.rb' and it...
Thank you for the suggestion @lucasmazza, but I think I can't rely on that because an `ajax:complete` is triggered after `ajax:success` or `ajax:error` events. The button still is disabled.
Thanks for the help. I'm glad to here my approach wasn't that bad. And I think your suggestion does the job too. I've been thinking about what I ambiguously stated...