Dante Stories v1.0.0 Release Notes

Release Date: 2018-09-18 // over 5 years ago
    • ⚡️ Rails 5.2.1 update!
    • ✂ Removed elastisearch-rails , replaced by searchkick
    • ✂ Removed carrierwave, replaced by activestorge
    • Webpacker added
    • ⚡️ Updated dependences
    • Replaced phantomJs by chrome-webdriver
    • 💎 Ruby version 2.4.0
    • Works with Elasticsearch 6.3.X
    • 👍 multiple image support
    • 👍 oembed support
    • 👍 a better wysiwyg
    • automatic title detection
    • lead is automatic too. more performant approach , I think
    • 🚚 responses are unified as a Post model, so Response model is removed

    👀 All functions seems to be working fine on my dev environment. And all specs are passing

    NOTES:

    • 🚅 The upload system was changed to Rails 5.2 ActiveStorage, so previous Carrierwave uploads will not work. should be ported back to ActiveStorage.
    • 🚅 elasticsearch-rails is no more. I've replaced it for searchkick, just run this lines to reindex:

      Post.reindex User.reindex Tag.reindex