using autocomplete in app with ransack
问题 Good day. I hame a controller that uses ransack to find articles by their title. I need field that's used for finding info to use autocomplete. Currently it finds alright, but no autocomplete, could you assist me in that problem and gem https://github.com/crowdint/rails3-jquery-autocomplete-app? Gemfile gem "ransack" gem 'rails3-jquery-autocomplete' gem 'nifty-generators' gem 'jquery-rails', '~> 2.0' in view: <%= search_form_for @q do |f| %> <%= f.label t('.find') %> <%= f.autocomplete_field