Closed larouxn closed 9 years ago
Just tested again with a fresh setup, the undefined method
user_event_url'` issue upon commenting that breaks the show action persists.
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.
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.
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::0x007fed59b57f68>):`
ActionView::Template::Error (undefined method
user_event_url' for #<#Why is `user_event_url' surrounded by a grave accent and an apostrophe?
And this on the frontend: