Trending Projects for December 27, 2015
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
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 ...