{"id":15064633,"url":"https://github.com/singhsatyam/column_like","last_synced_at":"2026-01-02T20:15:49.029Z","repository":{"id":31429393,"uuid":"34992933","full_name":"SinghSatyam/column_like","owner":"SinghSatyam","description":"Use like query in rails","archived":false,"fork":false,"pushed_at":"2016-03-04T10:25:55.000Z","size":456,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T06:04:04.648Z","etag":null,"topics":["activerecord","ruby","ruby-gem","ruby-on-rails","rubygem","rubygems"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/column_like","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SinghSatyam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-03T16:42:57.000Z","updated_at":"2018-06-19T12:19:57.000Z","dependencies_parsed_at":"2022-08-24T05:40:14.788Z","dependency_job_id":null,"html_url":"https://github.com/SinghSatyam/column_like","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SinghSatyam%2Fcolumn_like","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SinghSatyam%2Fcolumn_like/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SinghSatyam%2Fcolumn_like/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SinghSatyam%2Fcolumn_like/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SinghSatyam","download_url":"https://codeload.github.com/SinghSatyam/column_like/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790999,"owners_count":20348385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activerecord","ruby","ruby-gem","ruby-on-rails","rubygem","rubygems"],"created_at":"2024-09-25T00:23:00.369Z","updated_at":"2025-11-11T18:40:33.878Z","avatar_url":"https://github.com/SinghSatyam.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Column Like\n\u003cimg src=\"https://badge.fury.io/rb/column_like.svg\" alt=\"Gem Version\" /\u003e\n\u003cimg src=\"https://hakiri.io/github/SinghSatyam/column_like/master.svg\" alt=\"Security Feature\"/\u003e\n\u003cimg src=\"https://d3s6mut3hikguw.cloudfront.net/github/SinghSatyam/column_like/badges/gpa.svg\" alt=\"Code Complete\"/\u003e\n\u003cimg src=\"https://codeclimate.com/github/SinghSatyam/column_like/badges/coverage.svg\"  alt=\"Code Coverage\"/\u003e\n\u003ca href='https://gemnasium.com/SinghSatyam/column_like'\u003e\u003cimg src=\"https://gemnasium.com/SinghSatyam/column_like.svg\" alt=\"Dependency Status\" /\u003e\u003c/a\u003e\n\nColumn Like allows you to search using like query in ActiveRecord. It is:\n\n* LightWeight\n* Customizable\n* Available with every model\n\n## Getting started\n\nColumn Like works with ActiveRecord 3.0 onwards. You can add it to your Gemfile with:\n\n```ruby\ngem 'column_like'\n```\n\nRun the ```bundle``` command to install it.\n\nAfter you install Column Like and add it to your Gemfile, you need to run the generator:\n\n```console\nrails generate column_like:install\n```\n\nYou should restart your application after installing Column Like.\n\n## Usage\n\n```ruby\nUser.first_name_like('satyam')\nUser.last_name_like('satyam')\nUser.email_like('satyam')\nUser.first_name_like('saty%')\nUser.first_name_like('s_ty%')\nUser.first_name_like('%ty%')\nUser.first_name_like('%ty__')\n```\n\n## Bug reports\n\nIf you discover a problem with Column Like, I would like to know about it. Send an email to satyam.mgs@gmail.com\n\n\n## Contribute\n\n1. Fork it ( http://github.com/SinghSatyam/column_like/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinghsatyam%2Fcolumn_like","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinghsatyam%2Fcolumn_like","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinghsatyam%2Fcolumn_like/lists"}