I wanna make a page that contains more than 开发者_开发知识库one tables. Each table is ajax filtered table that can be sorted using metasearch. This is sorting link for each table.
I have already implemented a location based search using geocoder and am having trouble开发者_开发知识库 integrating the meta_search gem. I\'m trying to integrate meta_search into my object_controller
I have the following classes class BusinessLocation has_many :campaigns end My campaigns class as an attribute called event_return_rate.I am using meta_search\'s sort_link url helper to sort a lis
I am trying to implement the meta_search gem in my application to filter on various fields in a billing table:
I\'m trying to apply the meta_search to a form where among all the attributes the one is a search by the author\'s name. It\'s stored as the two attributes \"first_name\" and the \"last_name\" in the
I\'m using MetaSearch gem in my Rails 3 project. I have two models: class Company < ActiveRecord::Base
I am using Kaminari for pagination and trying to use meta_search for column ordering.I would like my code to look like this:
I\'m new to rails and need your开发者_JAVA技巧 help for what should be a simple problem. when I run this code:
I\'m using a meta_search on my rails 3 app. By default (before pressing a search button) meta_search returns all elements of开发者_JAVA技巧 searching model. and I want to set 0 result before user pres
Can you sort by nested resource with metasearch? norm开发者_如何转开发ally, item.customer_id so sort would be <%= sort_link @search, :customer_id %>