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

  • SEARCH
  • Home
  • 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 3871928
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T21:52:16+00:00 2026-05-19T21:52:16+00:00

I’m trying to embed some rails data in an external js file instead of

  • 0

I’m trying to embed some rails data in an external js file instead of placing it in a script tag in my .html.haml. How do I do this? I looked around and read up on .js.erb stuff, but I’m stumped. I’m also confused about if/when I should be using .rjs at all for this. I’m using jquery if this helps. Thanks!

for more info, basically I’m trying to follow along Ryan Bate’s railscast http://asciicasts.com/episodes/223-charts, but put all the graph information in an external js. He mentions that an ajax request should be made when the page is loaded, but I’m not 100% on how to do this.

So far, I’ve experimented doing the following:

in application.js:

$(document).ready(function(){   
   $.ajaxSetup({  
      'beforeSend': function (xhr) {xhr.setRequestHeader("Accept", "text/javascript")}
   });
   $.ajax({ type: 'POST', url: '/graphs'}); 
});

graphs.js.erb (random stuff to see if it works):

$('.some_container').append('hello!');
$('h1').append('hello!');

this seems to work although the hello’s appear after a brief delay, and i’m guessing embedded ruby will work too. however, if I start adding the graph stuff to this .js.erb it stops working (like data = 1). also it seems like a lot just to have a dynamic js file.


Edit: the ‘hello’s append in all views, so I must be doing something wrong :/ I only wanted it to append to the profile view.

  • 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-19T21:52:16+00:00Added an answer on May 19, 2026 at 9:52 pm

    Maybe you should put that js code in a partial and still use it as html: _myjavascript.html.erb (use javascript_tag in your partial).

    You name your view as myview.js.erb when it should respond to a JS request (not HTML):

    respond_to do |format|
      format.js { render 'myview' }
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

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.