All Versions
82
Latest Version
Avg Release Cycle
35 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.0.6 Changes
๐ Changed
- โก๏ธ Update rails dependency in gemspec to use a
~>
instead of>=
๐ Fixed
- Fix
convert_textile_to_markdown
migration to use proper sql syntax
- โก๏ธ Update rails dependency in gemspec to use a
-
v0.0.5 Changes
๐ New Features
- A CHANGELOG!
๐ Fixed
- Fix
PostsController#topic
to ensure theuser_topic_reads
association is eager loaded - ๐ Make that
topic
method pass along to an obviously named and intention revealing method - โ Delete the filter select from
posts/_form
partial - require
thredded/at_notifier
inthredded.rb
(thanks @srussking)
๐ Changed
- Introduce a more robust
MessageboardDecorator
- ๐ Allow
messagebord
obj or collection to be decorated with#decorate
method - Introduce
NullTopic
to stand in for instances where a topic is not found - โ remove
rspec/autorun
fromspec_helper