I am new in Rails 3.2. I do not know how I can use javascript with Rails 3.2. There are assets file in it and in assets file there is a file is called javascript. However, in this file, document names are controller_name.js.coffee
. Thus, I need to help. How can I manage my javascript+jQuery code?
Thanks.