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 6229507
In Process

The Archive Base Latest Questions

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

I know this isn’t valid code, but is there a way to do something

  • 0

I know this isn’t valid code, but is there a way to do something like this in Rails?:

render "$('#dialog').replaceWith(#{render :action => 'new.html.erb'});"

What I’m trying to do basically is replace the contents of a JS dialog with what is/would be returned from calling render 'new.html.erb'.

Edit for @Devin M:

controller action:

def new
  @act = Act.new(:user_id => current_user.id)
end

def create
  @act = Act.new(params[:act])
  if @act.valid?
    @act.save
  else
    render :action => :new
  end
end

new.js.erb:

$('#dialog').replaceWith("<%= escape_javascript(render(:action => 'new.html.erb')) %>");

Full error:

Showing app/views/acts/new.js.erb where line #1 raised: undefined method `formats' for nil:NilClass
  • 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-24T09:34:44+00:00Added an answer on May 24, 2026 at 9:34 am

    You should split this code out into a seperate view since including it in the controller would go against the ideas of MVC. I would update the controller to respond to JS requests using some code like this in the action I wanted to modify:

      respond_to do |format|  
        format.html { redirect_to @item }  
        format.js  
      end
    

    And create a view like this with the extenstion .js.erb:

    $('#dialog').replaceWith("<%= escape_javascript(render :partial => "new.html.erb", :locals => { :act => @act }) %>");
    

    You can then trigger this JS with a remote link to the action or by adding your own UJS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this isn't strictly speaking a programming question but something I always hear
I'd like to do this but I know this isn't the right syntax: INSERT
I'd like to do this but I know this isn't the right syntax: INSERT
I know this isn't strictly a programming question but y'all must have experienced this.
I know this isn't a unique issue but I've not had much luck finding
I know this question isn't directly programming related, but since I want to be
I know this isn't specific to PHP, but what's the point of using timezones
I know this isn't best practice, but can I include all of the dependencies
I know this isn't strictly a programming question, but it is related to git.
I know this isn't a good thing to do, but its also a temporary

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.