diff --git a/Changelog.md b/Changelog.md index 46b112e62..572b065c3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,7 @@ * Improve output of script/server [#5885](https://github.com/diaspora/diaspora/pull/5885) * Fix CSS for bold links [#5887](https://github.com/diaspora/diaspora/pull/5887) * Correctly handle IE8 in the chrome frame middleware [#5878](https://github.com/diaspora/diaspora/pull/5878) +* Fix code reloading for PostPresenter [#5888](https://github.com/diaspora/diaspora/pull/5888) ## Features * Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843) diff --git a/config/initializers/load_libraries.rb b/config/initializers/load_libraries.rb index b83911b87..cd3ee6065 100644 --- a/config/initializers/load_libraries.rb +++ b/config/initializers/load_libraries.rb @@ -9,9 +9,6 @@ require 'erb' require 'redcarpet/render_strip' require 'typhoeus' -# Presenters -require 'post_presenter' - # Our libs require 'diaspora' require 'direction_detector'