RailsCasts Pro episodes are now free!

Learn more or hide this

Mike's Profile

GitHub User: mrtriangle

Site: www.functionalternate.com

Comments by Mike

Avatar

for some reason, I just removed ":cache => true" from my application.html.erb file and the problem went away. When I did have it I kept getting a "wrong number of arguments (3 for 2)" error that pointed to line #6:
<%= javascript_include_tag "jquery","application", :cache=>true %>
in application.html.erb.

I still cant figure out whey this was breaking the app!