All Versions
3
Latest Version
Avg Release Cycle
183 days
Latest Release
1679 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