RubyGems Navigation menu

scoped_search 2.0.1

Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope :search_for that can be called with a query string. It will build an SQL query using the provided query string and a definition that specifies on what fields to search. Because the functionality is built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be chained with another scope or combined with will_paginate."

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 4.1.12 - October 26, 2023 (57.5 KB)
  2. 4.1.11 - June 05, 2023 (57.5 KB)
  3. 4.1.10 - November 29, 2021 (57.0 KB)
  4. 4.1.9 - August 24, 2020 (55.5 KB)
  5. 4.1.8 - April 15, 2020 (54.0 KB)
  6. 2.0.1 - October 05, 2009 (27.0 KB)
顯示所有版本(共 43)

Runtime 相依性套件 (1):

activerecord >= 2.1.0

Development 相依性套件 (1):

rspec >= 1.1.4

擁有者:

作者:

  • Willem van Bergen, Wes Hays

SHA 256 總和檢查碼:

c23f3a47e5558ecea2f14cad26c676c7f7c472e7ea1196f59ce43afecf602d28

總下載次數 1,543,311

這個版本 5,084

授權:

Ruby 版本需求:

相關連結: