Releases: michelson/dante-stories
Releases · michelson/dante-stories
Rails 6
Bootstrap 4
Updated bootstrap from 3.3.7 to 4
- New Header menu implementation
- Related posts are card decks instead list items
rails 5.2 + webpacker + es6!
- 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