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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:36:13+00:00 2026-05-21T07:36:13+00:00

I wanted to do a POST request to the ‘create’ route, generated through scaffolding.

  • 0

I wanted to do a POST request to the ‘create’ route, generated through scaffolding.
The controller name is ‘Translation’ and the create route is ‘/translation’. In order to do that I created an ajax request with jQuery. My request looks like that –

$.ajax({
        type: "POST",
        url: "/translations",
        data: ?,
        success: function(msg){
        alert(msg);
        }
});

I want the data to include my paramaters, so that the translation generated will have these values. The translation’s paramaters are ‘source’ and ‘output’.
Generated by scaffolding, the translation controller ‘create’ method looks like that –

  def create
    @translation = Translation.new(params[:translation])

    respond_to do |format|
      if @translation.save
        format.html { redirect_to(@translation, :notice => 'Translation was successfully created.') }
        format.xml  { render :xml => @translation, :status => :created, :location => @translation }
      else
        format.html { render :action => "new" }
        format.xml  { render :xml => @translation.errors, :status => :unprocessable_entity }
      end
    end
  end

I tried to insert different values to the data, yet it doesn’t apply them. A new translation is created, but with no parameters.
These are the data parameters I tried to insert so far in order to make the ‘output’ value ‘hello’ –

data: {'source':'hello'}
data: "source=hello"
data: {translations:{'source':'hello'}}
  • 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-21T07:36:13+00:00Added an answer on May 21, 2026 at 7:36 am

    Try with

    data = { translation : { source : 'hello' } }
    

    But… are you using form helpers? it’s easier to get this field correctly formatted.

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

Sidebar

Related Questions

Lets say I wanted to make a post request to update the status of
I wanted to create a method in Android that could communicate with a WCF
I wanted to generate a load on my web application to measure/test that how
i created a facebook app name bitsutopia, i wanted to invite my friends to
So, following some advice earlier I wanted to create a email form where after
I have done some research regarding on how to use file_get_content with post. And
I'm using Pinax to create a new project. For this project I needed to
I wanted to add a function to my Slim application but I'm not familiar
I have researched this problem but it is mostly from people who want to
I've done quite a bit of research and preparation with my code to try

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.