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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:56:42+00:00 2026-06-18T11:56:42+00:00

I am working in Rails 3.2.11 and I cannot figure out why this button

  • 0

I am working in Rails 3.2.11 and I cannot figure out why this button will not render per the API documentation. Specifically, I cannot get the data-remote attribute to render correctly. Is there a bug in my code?

Right now this code:

<%= button_to "Test", :action => "test", :remote => true, :form_class => "test_button" %>

yields this HTML:

<form action="/cloud_status/test?form_class=test_button&remote=true" class="button_to" method="post">

Per the API specs it should render this:

<form action="/cloud_status/test" class="test_button" remote="true" method="post">

What am I missing?

  • 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-06-18T11:56:43+00:00Added an answer on June 18, 2026 at 11:56 am

    I believe the documentation is actually incorrect here in some of the examples. The way to get the output you are looking for is:

    <%= button_to "Test", { :action => "test" }, { :remote => true, :form_class => "test_button" } %>
    

    The :remote and :form_class should be part of the html_options hash, which is the third parameter of the button_to method.

    The second parameter can either be a String or Hash. When it’s a String it’s treated as a URL and when it’s Hash it is passed to url_for to build the appropriate URL.

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

Sidebar

Related Questions

I am working with Rails and I cannot seem to get past this error.
I am working on my rails dashboard and I am trying to figure out
I am working on rails 3 app and using the koala gem to get
I am working with rails 3.2 and want to request some services from http://api.de-captcher.com/
I'm trying to get ruby on rails working nicely with MySQL on Mac OS
Hey so I cannot seem to get Facebook, OmniAuth, Rails, and Heroku to play
I cannot seem to get a nested form to generate in a rails view
I am working on a Rails application with Devise gem for authentication. I cannot
I am trying to get Ember working in an existing Rails app, so install
I have a test that fails and I just cannot figure out how to

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.