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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:58:19+00:00 2026-06-03T05:58:19+00:00

I have a rails app that uses the following, rails 3.1, ruby 1.9.2, mysql,

  • 0

I have a rails app that uses the following,

  • rails 3.1,
  • ruby 1.9.2,
  • mysql,
  • sphinx search,
  • will paginate,
  • thinking sphinx,
  • I opted not to use a gem for a simple login, so no devise, no
    authlogic. Login from scratch, using BCrypt for encrypting passwords.
  • JQuery.

Now, this app does nothing but handles a products catalog.
When I say products catalog, not just a simple one. It handles, all the features, categories, brands.

There is a master text search functionality on all the product titles and features listed in 2 mysql tables. TITLES and FEATURES. Search is working fine and relevant.

We have decided to include auto-complete/auto-suggest in to our app.

Questions:


  1. Should I use a gem or build it from scratch?. please give your reason

  2. If I should use a gem, which one to use, does that gem is up to date
    and has a forum to support anytime?.

  3. We think, auto-complete/suggest on “titles” table would be fine when
    compared to adding auto-complete/suggest on both “titles” and
    “features” tables. Your comments on that?

  4. What is it, auto-suggest or auto-complete?


(Like, there is PAT ALLAN and BARRY HUNTER for thinking sphinx and sphinx search,Gosh! its their dedication to support that make users sleep sound)

I stated the elements of my app in detail, please advice me !

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-03T05:58:20+00:00Added an answer on June 3, 2026 at 5:58 am

    jqueryui is a great resource.

    here is a demo of autocomplete, you can view the source to see how to implement on your server.
    http://jqueryui.com/demos/autocomplete/

    the javascript sends a term=TERM to your controller. Mine is setup like this:

    def autocomplete
      @movies= Movie.select("id, title").where("title LIKE ?", "#{params[:term]}%").limit(20)
      @hash = []
      @movies.each do |movie|
        @hash << {"label" => movie.title, "id" => movie.id}
      end
      render :json => @hash
    end
    

    customize to how you see fit.

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

Sidebar

Related Questions

I have a rails app that uses Sunspot and Solr for search functionality. I'm
I have a Rails app that uses MySQL, MongoDB, NodeJS (and SocketIO). Right now,
I have a rails app that uses MySQL for authentication and storing models. I
I have a ruby on rails app that uses Heroku. I have the need
I have a ruby app that uses ActiveRecord. I have the following models module
I have a ruby on rails app that uses highcharts. Locally it works like
I have a rails app that uses PDFKit to render pdf versions of webpages.
I have a rails 3.2 app that uses 2 databases. One database is the
I have a small Rails 3.2.1 app that uses CarrierWave 0.5.8 for file uploads
I have a Rails app that uses Cloudfront as its CDN and sprockets 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.