Is there a helper of some sort? I want to make a javascript file, put it in the rails directories somewhere, and have the file be included in a view so I can use the methods and functions I declare in the file.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted
<%= javascript_include_tag "jquery" %>

With jquery.js in public/javascripts

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.