@Steve - I just had the same problem and was searching for the fix. Thankfully your note re: enabling javascript seemed to work for me. Just added this to the head of application.html.erb
<%= javascript_include_tag :defaults %>
Once that was in, things worked fine. Unfortunately I'm a relative noob to this, so don't have any other suggestions here.
@Steve - I just had the same problem and was searching for the fix. Thankfully your note re: enabling javascript seemed to work for me. Just added this to the head of application.html.erb
<%= javascript_include_tag :defaults %>
Once that was in, things worked fine. Unfortunately I'm a relative noob to this, so don't have any other suggestions here.
Good luck