Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/activerecord-hackery/ransack

Object-based searching.
https://github.com/activerecord-hackery/ransack

README: Add missing attribute [skip ci]

a7b7a4516239c55318c760275db511fb439699ec authored over 10 years ago
README: Improve code examples [skip ci]

05aee4ab8a6f6a68c3d392683ef46f9365b684ec authored over 10 years ago
README: improve OR grouping code examples and

mention that the dedicated branches may not immediately contain all the
latest updates from mast...

6aa4f60414c2313e51d7c16aaf62650e4bb5354d authored over 10 years ago
README: Show how to change default AND grouping to OR

and show how attributes may be chained.

[skip ci]

f8b946c7b35127d27b97e59f8d68da3aeac9c9e8 authored over 10 years ago
Readability [skip ci]

a013ac9ab554cc2bcdf65d80ecb1aa64652feef4 authored over 10 years ago
Merge pull request #426 from avit/association-default-scope

Apply default scope conditions for association joins

ee3d8c7c952342f77deb4ed490a284701642cb89 authored over 10 years ago
Apply default scope conditions for association joins

Avoid selecting records from joins that would normally be filtered out
if they were selected fro...

f37966b392a3be5bf9845a15cbb39e86c696e7f5 authored over 10 years ago
README: Add an additional auth_object example

[skip ci]

4c8fcd95c43592f0fb6ae46d7546e12e42822293 authored over 10 years ago
README: rename Associations section and fix mixed ivars

in code example (some were @q and others were @search).

[skip ci]

87fd1c3b7350e591671890e2e8b91fb8c6050eb3 authored over 10 years ago
README: improve example code in Authorization section

[skip ci]

fe68c0dc07661cb2e387aee0f61557dd161e5a63 authored over 10 years ago
Follow-up to previous README commit (it's late...)

[skip ci]

df3c43f5793431dad45d50484230f11e0f53812f authored over 10 years ago
README: refine Authorizations, Scopes. Formatting.

[skip ci]

761c0cb9cda8598a7c505ce233c955fc654d6b16 authored over 10 years ago
Continue improving README authorizations section

[skip ci]

aa98be222891ffff76268ecef85f57d60f878085 authored over 10 years ago
Further improve README authorizations section

[skip ci]

1db16a49bb4966ed5ba7813fa2e0817b0fa693d5 authored over 10 years ago
Follow-up to previous commit [skip ci]

ddba36cd41bab45668bd41dac759014aa898a6f1 authored over 10 years ago
README: Begin improving ransackable explanations

[skip ci]

db32b0fadb2a4cb24c38c8ba2ca529d5123cf06b authored over 10 years ago
Formatting cleanup, follow-up to #378.

28433f9707d0f1fa61b95e7277d39f5de4ff0e7a authored over 10 years ago
Merge pull request #335 from PChambino/inverse_predicates

Add `not_true` and `not_false` predicates

c689a1fea20bff9d20be5f5abfc80c5dfaf87178 authored over 10 years ago
predications fixed

ee23c4a1bb021a790b65693e30553989d0fee565 authored over 10 years ago
Add not_true and not_false predicates

752dc781b3b600ff3605f7ac75df8e2179a0a060 authored over 10 years ago
Search.new and the ransack scope no longer modify the params hash

Closes #378.

11398617a14b58cecb4d37c75f3df7b8a1054895 authored over 10 years ago
Revert #405 Arel patching due to regression

“lib/ransack/adapters/active_record/compat.rb:24:in
`<module:Visitors>': superclass mismatch for...

64827eeffef73d554085a4db7f1ce7781fe765a7 authored over 10 years ago
Follow-up to #405: rename case insensitive queries

icon => i_cont
inot_cont => i_not_cont

ef9208027bf6dd9a4621264284f44d97618c48ab authored over 10 years ago
Merge pull request #405 from Kartstig/master

Fixes #82 Case Insensitive Searching

e791a60dbc4dd0b0f4bc6c655e41b6ec94a3ab54 authored over 10 years ago
Merge pull request #409 from PChambino/accept_false_in_true_and_false_predicates

Make true and false predicates accept false values

b58750c5bee25d8ce1d40a231e052a7bb294f8bf authored over 10 years ago
Release version 1.3.0

Additions:
- search scopes by popular demand
- JOINS merging
- OR grouping on base search
- auth...

db7ac53e6ed22766597726ec428ed1b2167e9e6e authored over 10 years ago
Update the README now that Rails 4.2.beta is out

and remove the no longer needed section about the I18n placeholder
change in Rails 4.2, which wa...

568cacbc2568d36e7f72805340381ac6c80a40c8 authored over 10 years ago
Merge pull request #420 from joshk/patch-1

Use the new Docker queue

29d8f52945aa8354c9026270e78906895d73b3c2 authored over 10 years ago
Use the new Docker queue

and don't install Bundler, it's already installed

77a0e9e51c25a278541c6391bb43f9c1f74ff6b8 authored over 10 years ago
Update .travis.yml

5eb3a1d84820e09f30e8673a341becc110eff76b authored over 10 years ago
Update ransack.gemspec

7f30d456dd8e32189a77f58000d2538a8036f7b6 authored over 10 years ago
Update Gemfile

c929ab3971b345fb20c9161b698856f9300f9311 authored over 10 years ago
README fixes [skip ci]

9a5c6d2d4a762595bf8304d3f78ef50a0c476d31 authored over 10 years ago
Update README regarding changed I18n in Rails 4.2

[skip ci]

e26d2c015718c1f041d9decd17ff0714678b99c5 authored over 10 years ago
Merge pull request #412 from avit/shared-context

Support merging searches using shared context

cd581f81abc4d33e747ec166673f5d4de542e785 authored over 10 years ago
Support merging joins across searches using a shared context

When merging search criteria, it's necessary to use the same join
dependency with a shared alias...

7e2cf2dc148c924f59507b4fc48c323909ddc483 authored over 10 years ago
Freeze/DRY form_helper strings

c92fa4de547db274fefc6fe2836c99e80e116a4c authored over 10 years ago
Merge branch 'master' of https://github.com/activerecord-hackery/ransack

e93652cd848b22916847906d5398f6de05d173c2 authored over 10 years ago
Merge pull request #410 from nagyt234/use-nbsp-in-sort_link

Avoid order indication in separate line in sort_link.

acb336b200c56f574081d414eecfc75f0d645e50 authored over 10 years ago
Merge branch 'master' of https://github.com/activerecord-hackery/ransack

a994d56d152eb656a32d2b5268084f6a72915dbf authored over 10 years ago
Merge pull request #411 from avit/cleanup-context-attr

Context does not reference search.

205be942f4036dca1ee250bcc4fadf6e52acc95f authored over 10 years ago
Context does not reference search

4258e8f2d158745cba12632ea1ef4ab74ab78fa6 authored over 10 years ago
Clean up search_spec.rb and move new test

Follow-up to #406

5e644af11cc116442b68334bc8cb05b2d9023454 authored over 10 years ago
Merge pull request #406 from markedmondson/or-grouping

Allow flexibility of "or" grouping on base search

7364576e7cc57eaaec97a904af3127a29227c85a authored over 10 years ago
Avoid order indication in separate line in sort_link.

9799982e06e1b812f6a8a153f70ba76e2923bc25 authored over 10 years ago
Make true and false predicates accept false values

This will make all boolean predicates more consistent.

0ece3bec14034b0484e93a913071ba3b3e26f6ac authored over 10 years ago
Added test for sending "or" base grouping

56714f3c78f9e8a3131cf5180d8941fa669c0566 authored over 10 years ago
if ENV['DB'] has mongodb then run rake mongoid else spec

f718ce512220661d60885242b3153bbeee0d12aa authored over 10 years ago
.travis changed

a51158eabd3bc071dfd07d41f08bf4312de33dab authored over 10 years ago
added starts, ends

aff2151b10750909897b5432b9a69ef579aa4f39 authored over 10 years ago
predications in, not_in added

80c71f8b29cb1801742f1cad37948bd8664acdb3 authored over 10 years ago
added mongoid/attrs/order_predications

116884ce60f99b5cb6c942ff2b3aa364bf582b8b authored over 10 years ago
mongoid predications updated

9facab1bc276ec223690077118ea7c87828a5a9f authored over 10 years ago
added more predication methods.

b6574263f6766387f6076792c3af607178ff8c98 authored over 10 years ago
by default loads ActiveRecord's CONSTANTS

59920feb59f121cc0a1ccf378a5e1fdffe2ae9bb authored over 10 years ago
mongoid/context spec added

b1f358a198c1d587fe551528910e4cb9af94d8bf authored over 10 years ago
added adapters/mongoid/base specs

905f6a2fc27ebd64dbbf0ca5ce5f01a3d30654f3 authored over 10 years ago
added some features to ransack/mongoid

d2b02689cb9f69af3731479dcd0bdea8871f278b authored over 10 years ago
added mongoid/node specs and sham,machinist

915205c02d4ac6313517e7184335b0f487c513df authored over 10 years ago
added active_record style method Mongoid::Document.first(n)

2ef4210f8547b3504fb7573981dd208338697919 authored over 10 years ago
mongoid translate spec works

55d6b88de1520c2802646a479d1bd8ce2f478342 authored over 10 years ago
sorting for mongoid works

dace90ec936108e927d218829c92b1a9d7a39f26 authored over 10 years ago
ransack method for Mongoid::Document improved

b85abef5ed3d61fecf7b1748e02503411814c466 authored over 10 years ago
added mongoid search specs

1799766abd384c6b3b307abf3b3e5e1ffbdf5bfd authored over 10 years ago
load DERIVED_PREDICATES only if it has been defined

b3234d20f36dbef4d5803205e0735c5c41ebd6e7 authored over 10 years ago
added mongoid/predicate_spec

9e1204e1799d7936fc3fe4988f2d1a8958c13d35 authored over 10 years ago
ransack made more abstract and added mongoid

718a05b331681a6ccc52028f5f4ae38c56264f9d authored over 10 years ago
Allow flexibility of "or" grouping on base search

83ac5c9355b4044e95d4bd7399e1c10ebf8a4c2e authored over 10 years ago
Merge pull request #402 from OhaiBBQ/patch-1

Update wording for authorization in README

3910773af44da31ecd8f9b45c515af39286618b3 authored over 10 years ago
Patch Arel to give the search logic

0916f6f1d15b9b2716f5ad2351cb7fcc68da022f authored over 10 years ago
Add constants for case insensitive searching

030b95ba539af73276d81ae0f4448f33f39d82f0 authored over 10 years ago
adapter/mongoid little bit adapted

7cb697a98c95459bb5661d8d434e42a465f577c0 authored over 10 years ago
specs set up for mongoid

9a796f157ea9420079b8a82ad233128db7883701 authored over 10 years ago
mongoid 4.0 added to Gemfile

b3765cc060f9a086b4fc10fa2fa8b5e47dbfc69a authored over 10 years ago
mongoid initialized

d16c8b0c1bfe548e06fd4b27cfa0a579d565d39e authored over 10 years ago
ActiveRecord and Arel abstracted

e5b6014a5300da024d1a9b210dbc69e05538ac4e authored over 10 years ago
added pry

6796c9665a19d3173d57012162c07b6cc0ab4d79 authored over 10 years ago
Update wording for authorization in README

Quick update for clarification. Tripped me up for a few minutes.

f0ba27160735dbef7219a747a5be4f4c686733dd authored over 10 years ago
Update README with latest Rails 4.2 gemfile info

and add minor text changes.

[ci skip]

f0c9f7114fa78ef143855570b6bfd5cb8fa98184 authored over 10 years ago
Update README to add Rails 4.2 [ci skip]

c2f937f726e8c6a8d75c9db32ab59cd96fab18dd authored over 10 years ago
Fix Rspec deprecation warnings when run test suite

d4b34445129ef3d93a83cd96e90e122fc8b606a0 authored over 10 years ago
Fix Rspec deprecation warnings when running test suite

b725ca24c41a050cfcde9853b9de984e413640f7 authored over 10 years ago
Add Jon to gemspec. He deserves it :)

ed73a61d63ce06f83f31f2b78743abf0802cc1b2 authored over 10 years ago
Merge pull request #396 from orbanbotond/master

Bump Polyamorous to 1.1.0 in Gemfile and gemspec

66c9e3c721244aa900e7be6e4091b1ee0f9dd8f3 authored over 10 years ago
migrated to polyamorous 1.1.0

52c4cc6659ffdaa6f5bb9bde76c0f8256583133c authored over 10 years ago
Test

797f786f5982845b0b956a6105be766443fb98c0 authored over 10 years ago
Merge pull request #393 from mmsommer/adding_missing_nl_locale

Added nl locale (Dutch language translations)

16776141658d3638801452a0f8e5ebf1fd8df248 authored over 10 years ago
Added nl locale

8638f78cbf6902ac234236d1207d0030eaf04e79 authored over 10 years ago
Update README [ci skip]

36046da3ed0cc04ce9f1995264a7bde9cd547a90 authored over 10 years ago
Merge pull request #390 from svoop/search_scopes_reloaded

Add ransackable search scopes in models, completing original PR #288 by @avit and @glebm

c82819e073f2f56865d7a7399c40a114309ee506 authored over 10 years ago
Use model scopes with Ransack (coded by @avit and @glebm).

72dd5d12d58919bf37199234cf13f9533f3b8cd5 authored over 10 years ago
Merge pull request #385 from huoxito/rails-path-bundle

Fix bundling rails from local path

17abebce82e3475b8867fa817f9c975587d5dda3 authored over 10 years ago
Fix bundling rails from local path

140d5394de6651d6e6aef135bd9e6f8478f7705d authored over 10 years ago
Merge pull request #382 from alkalinecoffee/master

Wildcard escaping with other databases

cd674accb171822fabf2bef2a1dcc3b3c1791f71 authored over 10 years ago
changed wildcard escape logic

b6d2547a0d8369b7d1e3ba13bd5ed3fe95118d72 authored over 10 years ago
Merge pull request #379 from muskovicsnet/master

Hungarian translation.

c1c8edfe76ed8594dd4ced7723df8eefc868a958 authored over 10 years ago
Hungarian translation.

48b875cf9104f9524f1266663b801cbb607a2d90 authored over 10 years ago
Remove I18n deprecation message when running tests

c427b4865d8b47ff85545cf1ba0c5cf7ae211e4b authored over 10 years ago
Follow up to #373. Fix Rspec deprecation error in test.

a7fdc51da4e6568b2ec4bc91f32ddb2e438463f3 authored over 10 years ago
Merge pull request #373 from greysteil/no-predicate

Add a config option to ignore or raise on unknown predicates & attributes

0e8ad2a10fcdf16970d786489d0488cceecd7f84 authored over 10 years ago