Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6917387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:43:26+00:00 2026-05-27T09:43:26+00:00

This is the default application.js : //= require jquery //= require jquery_ujs //= require_tree

  • 0

This is the default application.js:

//= require jquery
//= require jquery_ujs
//= require_tree .

CoffeeScript templates have this content:

# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

For me, “related to the matching controller here” means that foo_bar.js.coffee should ONLY be loaded when the foo_bar controller is used. Am I right?

Thing is that it loads all Javascript files even if they are not needed. Also… I would like to know how to conditionally include Javascript files depending on the controller’s action.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:43:27+00:00Added an answer on May 27, 2026 at 9:43 am

    A couple of ways to do this, the easiest and most elegant way I have found is this:

    Remove the

    //= require_tree .
    

    Directive, and change your template to

    <%= javascript_include_tag "application", controller_name %>
    

    Then load your global js in application, and controller specific in controller_name.

    For instance, if you are in posts_controller, you will get posts.js or posts.js.coffee loaded.

    EDIT

    To do the action, you can also add

    action_name
    

    to my proposed solution. One thing you may consider, is breaking it out into application_controller.rb:

    before_filter :your_function
    
    def your_function
      @controller = controller_name
      @action = action_name
    end
    

    Then using it like this in your layout

    <%= javascript_include_tag "application", "#@controller.#@action" %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

the directory structure I'm trying to achieve would be this: application/default/views/layouts/layout.phtml application/default/views/scripts/index/index.phtml application/admin/views/layouts/layout.phtml application/admin/views/scripts/index/index.phtml
By default in windows application setting are saved in this directory: %USERPROFILE%\Local Settings\Application Data\<Company
By default, my application references a mixed mode DLL, so this DLL is both
I have a weird problem, and I don't know if this is the default
The default in Ruby on Rails is to have this set to false (in
I've noticed that when using $.post() in jquery that the default contentType is application/x-www-form-urlencoded
I have a simple ZF application (no modules) which works fine when I require
I have an application written in Delphi 7 which does not require an admin
Let's say I have this in a document: <entry> <link rel=replies type=application/atom+xml href=http://www.url.com/feeds/1/comments/default title=Comments/>
I have two web applications in the same server like this: /basedir/app1path/default1.aspx /basedir/app2path/default2.aspx How

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.