Thredded v0.2.0 Release Notes
Release Date: 2016-04-03 // over 6 years ago-
To install, in your Gemfile:
gem 'thredded', git: 'https://github.com/thredded/thredded.git', tag: 'v0.2.0'
TLDR
⚡️ A lot was updated. Apologies for not keeping this updated since
0.1.0
!➕ Added
- 0️⃣ Entirely new default theme. Courtesy @kylefiedler
- Full-text search abstracted out to gem (db_text_search) thanks to @glebm
- Rack-mini-profiler added to dummy app
🔄 Changed
- 🚅 Rails depedency bumped up to raisl 4.1+
- 👉 User permissions have been simplified considerably. (@glebm)
- 🔄 Changed from using Q gem to ActiveJob
- 👀 Move SeedDatabase class out of an autoloaded path since it's for dev only (@cgunther)
🛠 Fixed
- 👉 User path corrected (@saturnflyer)
- 🚚 Move requiring turbolinks from thredded to dummy app (@cgunther)
- 🛠 Fix location of layout in install generator (@mlaco)