render_async v2.0.1 Release Notes

Release Date: 2018-12-10 // over 5 years ago
  • 🔧 If you're using Turbolinks 5 or higher, you can resolve this by setting Turbolinks configurtion of render_async to true:

    RenderAsync.configure do |config| config.turbolinks = true # Enable this option if you are using Turbolinks 5+end
    

    This way, you're not breaking Turbolinks flow of loading or reloading a page.

    Also, invalid jQuery Promise method name has been replaced in this version.