RailsCasts Pro episodes are now free!

Learn more or hide this

cnorgate's Profile

GitHub User: cnorgate

Comments by

Avatar

@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