Skip to content

v0.24.0 (July 6, 2016)

Choose a tag to compare

@remomueller remomueller released this 06 Jul 13:29
· 1487 commits to main since this release
v0.24.0
48839c3

Enhancements

  • Gem Changes
    • Updated to rails 5.0.0
    • Updated to devise 4.2.0
    • Updated to turbolinks 5
    • Updated to coffee-rails 4.2
    • Updated to jbuilder 2.5
    • Updated to simplecov 0.12.0
    • Updated to carrierwave 0.11.2

Bug Fix

  • Added missing typeahead.js library

Refactoring

  • Removed unused database tables broadcast_comments and
    broadcast_comment_users
  • Prefer use of after_create_commit :fn instead of
    after_commit :fn, on: :create