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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:45:40+00:00 2026-06-04T21:45:40+00:00

I am developing an autocomplete form using JQuery and Rails. However I don’t know

  • 0

I am developing an autocomplete form using JQuery and Rails. However I don’t know how to pull values from my database to JQuery (I believe this has to be done via Rails).

This is my autocomplete function in jQuery

<script>
  $(document).ready(function() {
    $( "#BOOKSEARCH" ).autocomplete({
        source: programmingLang
    });
});
var programmingLang = ["ActionScript","AppleScript","Asp","BASIC","C","C++",
    "Clojure","COBOL","ColdFusion","Erlang","Fortran","Groovy","Haskell",
    "Java","JavaScript","Lisp","Perl","PHP","Python","Ruby","Scala","Scheme"];
</script>

However at the moment the autocomplete fills from a hard coded array. How can a fill this array with my data values from rails?

Thanks

  • 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-04T21:45:41+00:00Added an answer on June 4, 2026 at 9:45 pm

    Try this:

       var programmingLang = <%= Language.all.map(&:name).to_json.html_safe %>;
    

    Assuming you have a model Language having name column

    Make sure you dont have thousands or records, cause that will slow down or even may throw time out error.In that case you should use ajax. There are couple of answers which explain ajax thing.

    or

     var programmingLang = <%= ruby_array.to_json.html_safe %>;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a form, and using jQuery UI Autocomplete. When the user selects an
Current developing an iPhone app using jQuery mobile, everything is looking great however when
I am developing an app using Rails and jQuery. I would like to submit
While developing a firefox extension, I create a wizard window from overlay.js using: this.wizard
I am developing an autocomplete jquery plugin and I would like to optimise it
I´m new developing on .net and using jquery. I´m trying to hide/show a dropdownlist
i´m new developing on asp.net mvc, and even newer using jquery, so this is
I am currently developing a web-frontend for a web service. I am using jQuery
Im currently developing an webapplication that are going to have an Autocomplete search form,
I am Developing a web application. For inputting values i am using an auto

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.