Agile Web Development

Build it. Launch it. Love it.

Category: Searching and Queries

  • criteria_query

    Extension to the ActiveRecord find mechanism. It allows object-oriented construction of queries.

  • Date Finder

    Finds dates that match criteria.

  • Date Range

    Simple plugin for parsing out date ranges from user input.

  • DynaCon

    Dynamically add search conditions before you call a Model.find

  • Eager Finder SQL

    Use custom SQL for complex eager-loading find operations.

  • External search sources

    Display results from external search sources

  • ez_where

    This plugin augments ActiveRecord::Base#find to add ruby like syntax for queries.

  • GPSFu

    This is a Location Based Services API for Ruby and for Ruby on Rails. It currently
    supports translation of MyGPSId address_ids into geocoded data.

  • Grape

    A command-line tool for searching Rails project files.

  • Grouped Scope

    Turn your has_many style associations into grouped scope.

  • has_slug

    Provides an embarrassingly easy way to equip your models with multi-attribute slugs / permalinks. Also detects permalink mismatches and redirects the visitor accordingly. Search engines will love you for doing this!

  • HitTracker

    HitTracker is a very simple plugin to give you quick and easy functionality to track access to your records using ActiveRecord.

  • JamBase4Rails

    JamBase4Rails is a plugin that provides access to the JamBase live music search API.

  • JobPI (Naukri Featured Jobs API)

    A Naukri Featured Jobs Plugin is a small piece of code that pulls specific job listings based on your given criteria from Naukri.com web server onto to any external chosen webpage

  • Lotus

    A search plugin with auto-generated Search UI.

  • msfte

    Use MSSQL's built-in full-text indexing (MSFTESQL)

  • multi_statement_query

    This plugin allows you to perform multiple statements, each optionally returning a resultset,
    with a single query to the database. Only MySQL is planned for now. When the DB server is
    remote, performance gains should be quite noticeable.

  • Mysql Index Length

    Rails plugin that allows to define index lengths in your migrations, through :limit parameter

  • ORMQL Plugin

    ORMQL (Object Relational Mapping Query Language) is a very simple query language to retrieve ActiveRecord objects from a database.

  • paginating_find

    Makes it easy to load tens of thousands of model instances through the standard ActiveRecord find methods in "pages" rather than all at once.