Merge pull request #5888 from szlend/5508-fix-post-presenter-autoreload
Issue #5508: Remove post_presenter from initializers
This commit is contained in:
commit
fe64db013b
2 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue