bborn / communityengine

Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
http://www.communityengine.org
Other
1.14k stars 317 forks source link

Commenting on Event Breaks Show #292

Closed larouxn closed 9 years ago

larouxn commented 9 years ago

In my testing, commenting on an event breaks the Show button/action for that event. If you comment on said event, click back, then click show you will receive this on the server side: ActionView::Template::Error (undefined methoduser_event_url' for #<#:0x007fed59b57f68>):`

Why is `user_event_url' surrounded by a grave accent and an apostrophe?

And this on the frontend: screen shot 2015-01-26 at 13 58 10

larouxn commented 9 years ago

Just tested again with a fresh setup, the undefined methoduser_event_url'` issue upon commenting that breaks the show action persists.

bborn commented 9 years ago

Are you loading turbolinks? For now CE is not compatible with Turbolinks, so if you're loading it in your application somewhere, it will break lots of CE functionality.

larouxn commented 9 years ago

I was indeed loading Turbolinks. I removed all Turbolinks requires/gem includes from my project. Removing Turbo did fix my dropdown and text box issues. However, the event commenting issue is still prevalent.