All Versions
3
Latest Version
Avg Release Cycle
183 days
Latest Release
1912 days ago

Changelog History

  • v2.0.0 Changes

    September 18, 2019
    • ⬆️ just an upgrade, now dante-stories runs on rails 6!

    👷 local specs are passing but travis CI is facing problems with chrome driver. (I hope to fix this soon)

  • v1.1.0 Changes

    September 19, 2018

    ⚡️ Updated bootstrap from 3.3.7 to 4

    • 🆕 New Header menu implementation
    • Related posts are card decks instead list items
  • v1.0.0 Changes

    September 18, 2018
    • ⚡️ 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