Matenia Rossides
Matenia Rossides
Hi, I have the following in my controller ``` @search = Company.search(params[:search]) ``` and this in my view ``` = order @search, :by => :name ``` The link generates the...
Fantastic plugin/gem from working examples i have seen however, I have installed as gem and as plugin (tried both) in an admin controller i want to be able to search...
I noticed that `includeJs` won't run callbacks when you're including a `https` source, therefore ignoring all options. - using http source for jQuery (unsure of the implications at this point)...