Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Validator for "in" where clause and integration with Rails 4 #112

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2012

  1. Add rake and sqlite3 gems to gemfile to run tests

    When I'm trying to run tests in terminal with `rake` command I see the following errors:
    * rake should be included to Gemfile
    * sqlite3 should be included in the Gemfile
    This changes fix these issues
    ka8725 committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    c126d2e View commit details
    Browse the repository at this point in the history
  2. Separated validator for :in where

    When I pass in where array like ["", ""] it must not generate select like
    select * from somthing where id in (NULL)
    ka8725 committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    0179a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Integration with rails 4

    ka8725 committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    fd9e9c9 View commit details
    Browse the repository at this point in the history