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!
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!