Merge pull request #5888 from szlend/5508-fix-post-presenter-autoreload

Issue #5508: Remove post_presenter from initializers
This commit is contained in:
Jonne Haß 2015-04-30 13:05:46 +02:00
commit fe64db013b
2 changed files with 1 additions and 3 deletions

View file

@ -15,6 +15,7 @@
* Improve output of script/server [#5885](https://github.com/diaspora/diaspora/pull/5885) * 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) * 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) * 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 ## Features
* Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843) * Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843)

View file

@ -9,9 +9,6 @@ require 'erb'
require 'redcarpet/render_strip' require 'redcarpet/render_strip'
require 'typhoeus' require 'typhoeus'
# Presenters
require 'post_presenter'
# Our libs # Our libs
require 'diaspora' require 'diaspora'
require 'direction_detector' require 'direction_detector'