I\'d like to use javascript_include_tag to grab all view related scripts using recursion, which a placed in public/javascripts/views.
javascript_include_tag
public/javascripts/views
I\'m tryi
You can use
<%= javascript_include_tag :all %>
But this will work only if the scripts are stored in your
RAILS_ROOT/public/javascripts
directory