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
A simple solution is to create a new js-file ( further called activate.js ) and include the files there.
# < FolderWithFiles >/activate.js : //= require_tree .