Just encountered this error. Have a fresh install of diaspora on a local
machine. After registering a first user get this:
NameError in Streams#multi
Showing */Users/../../../../diaspora/app/views/shared/_publisher.html.haml* where
line *#13* raised:
uninitialized constant Post
Extracted source (around line *#13*):
10:
11: #publisher{:class => ((aspect == :profile || publisher_open) ? "mention_popup" : "closed")}
12: .content_creation
13: = form_for(StatusMessage.new) do |status|
14: = status.error_messages
15: %div
16: %params
Trace of template inclusion: app/views/aspects/_aspect_stream.haml,
app/views/layouts/main_stream.html.haml
Rails.root: /Users/p.../../../Project/..p/diaspora
Application Trace <http://localhost:3000/stream#> | Framework Trace<http://localhost:3000/stream#>
| Full Trace <http://localhost:3000/stream#>
app/models/status_message.rb:5:in `<top (required)>'
app/views/shared/_publisher.html.haml:13:in `_app_views_shared__publisher_html_haml___1758233609498437079_7029020362908 0'
app/views/aspects/_aspect_stream.haml:15:in `_app_views_aspects__aspect_stream_haml__4470938800980650534_70290217567500 '
app/views/layouts/main_stream.html.haml:55:in `_app_views_layouts_main_stream_html_haml___3712824048606666389_70290245163 740'
app/controllers/streams_controller.rb:72:in `block (2 levels) in stream_responder'
app/controllers/streams_controller.rb:71:in `stream_responder'
app/controllers/streams_controller.rb:44:in `multi'
config/initializers/silence_assets.rb:9:in `call_with_quiet_assets'
lib/rack/chrome_frame.rb:39:in `call'