No commit activity in last 3 years
No release in over 3 years
Makes pgcrypto work with ransack
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

PGCrypto Ransack

This gem extends PGCrypto to work with Ransack.

Installation

Add pgcrypto_ransack to your Gemfile after pgcrypto.

gem 'pgcrypto'
gem 'pgcrypto_ransack'

Usage

Call ransack with the column name as you would, normally.

class MyModel < ActiveRecord::Base
  pgcrypto :my_column
end

MyModel.search(my_column_eq: 'value').result