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

Merge pull request #377 from irmiller22/rspec-change-syntax

Update RSpec version dependency and test syntax

5612c244275b9547aaa99abd0aef3c1e3e8eddcb authored over 10 years ago
updated rspec gemspec version to 2.14.0, changed old should syntax to newer expect syntax

9cd869431c6a9a11ac69ec3f82d14fdb88c83cb1 authored over 10 years ago
Add ignore_unknown_conditions config options, and raise if it is false

b835553aac9f3c9a3cc33d4c2ec8bd662f8deb92 authored over 10 years ago
Ignore conditions without a predicate (instead of raising an error)

e54b691f134039c1f8fefe06e14125b0df61246b authored over 10 years ago
Follow up to #371 [skip ci]

35fd759d50721f2187026bab29dd2f9029930b18 authored over 10 years ago
Merge pull request #371 from semenyukdmitriy/pass_blank_string_to_search_bulletproof

[bugfix] don’t crash if blank string is passed to `SomeModel.search` method

7ebe37641c530f917777c96383ef7cf87ddba53f authored over 10 years ago
Follow up to #370.

7e68db08d8f1c8abd4df6bede8b0b71add84ddd5 authored over 10 years ago
Bullet proof: don’t crash if blank string is passed to `SomeModel.search` method

b20e303d420407f0fc28d8730db9a455de0a57cd authored over 10 years ago
Merge pull request #370 from artm/accept-false-in-boolean-predicates

Null, present, and blank predicates now handle false values correctly. Fixes #353.

e9b568d927d5a3805eefcfb342a8b728a6571912 authored over 10 years ago
present / blank predicates accept false

82a42f0b47613705bca17f0b08f26d0b3a6590c9 authored over 10 years ago
null / not_null predicates accept false

e383f0cea799cb2510d7da6ea0493b9d7c545375 authored over 10 years ago
arel_predicate can be a proc...

...accepting typecasted, but yet unformatted, value

99840fcc281959889656f0db8db196ce467ce033 authored over 10 years ago
Re-follow up to #65145a4 [skip ci]

60417e441beacac7436a462c0b846266b0b3e90d authored over 10 years ago
Follow-up to #65145a4 [skip ci]

95ede245593697d50e8c76e899eb08481a2b9758 authored over 10 years ago
Reverse test order to see the newest Rubies first

f92f519f41c112e3ad52f540fad49fc35fb43f76 authored over 10 years ago
Improve README: Add sort_link examples and a 2nd

controller code example, use f.search_field instead of f.text_field,
and clean up code formattin...

65145a426c7b7fb1c90c78d622cbc5aaad1bef84 authored over 10 years ago
Ruby 2.1.2 is out! Use MINOR version level to test Ruby 2.1.x

993ffb191753a3d527547f0ef8e0790033527f84 authored over 10 years ago
README headers formatting [skip ci]

db3bff7c2645530d5acb9f83ecf58543f642f3f4 authored over 10 years ago
Add ransacker info to README [skip ci]

d04bae7d80d44ebbb3a8a0975658705017d98ec2 authored over 10 years ago
Improve the Contributing Guide

4ae224d2ce50661352d974c65a6e7929d7a38733 authored over 10 years ago
Bracket spacing and line wrap 80 chars

e072708cf2b15346a950bb2e45c423267b631bcb authored almost 11 years ago
Remove redundant code

5c6acda18d53ef1ed911dc0f8600f3441a93d38e authored almost 11 years ago
Update README

Since AdequateRecord was merged into Rails master 4 days ago, Ransack
no longer works with Rails...

f9417c0e2a599f422a967672ca09ba579ce36a8c authored almost 11 years ago
Maintain Ruby 1.8.7 syntax compatibility

since Rails 3.x stills supports Ruby 1.8.7 as per
http://guides.rubyonrails.org/v3.2.17/getting_...

1abf8f6086d63cdafb193b2cd5bc3703d9689fa6 authored almost 11 years ago
Bump to 1.2.3

849dc913d93a06eb37873dee845afdc386bfb00e authored almost 11 years ago
Update i18n and FormBuilder links [skip ci]

178481ec6aa568649293f620bfa9c6375e1b1957 authored almost 11 years ago
Remove whitespace [skip ci]

050c5de5936a63cfad9682fcc702c60fa42b3771 authored almost 11 years ago
Re-add French/Spanish/Czech i18n locales

606d19636957353ed3e02dddf9a0a5360bbb2037 authored almost 11 years ago
Remove unneeded AR version conditional code

It seems to be redundant, and tests pass after removing it…

7badd682bd58876b561c855c4185c84da405300f authored almost 11 years ago
Remove unneeded AR version checking from tests

and clean up

443be0a29b9d3118fdb83e12a8e2cbe48c4370a3 authored almost 11 years ago
Default predicate to 'cont', remove unnecessary version check

275aa4ac748049aecf46c8929c94c725c8c51b20 authored almost 11 years ago
Merge pull request #333 from arjes/master

Removing empty joins when _any suffix is used with a blank array

ba00442ca1fe4c77fb6dc26f43b25d568f40709c authored almost 11 years ago
Merge remote-tracking branch 'trunk/master'

725635e8fb582f983f05aa062b7495674fd84f84 authored almost 11 years ago
Add version badge to README and clean up

1f93380f6241fb7b44593930a5b6be18b9bc9fb0 authored almost 11 years ago
guard against nil @associations_pot

Bring PR #355 from @sonnym in the rails-4 branch into master.

1fd76da42be86ef1a93095d4336917d2f27d0667 authored almost 11 years ago
Update Gemfile

a0032d766da6cf109076fbd0668279fdd84537f1 authored almost 11 years ago
Add test for search_form_for with json format and

code cleanup, maintaining Ruby 1.8.7 compatibility with
hash rocket syntax on the master branch ...

ebda46372b06f7de2134a3f70260ee7d707831fe authored almost 11 years ago
Update README regarding search_form_for format option

and change the CONTRIBUTING.md link from an absolute url to a relative
one.

7bd621ba786ee54b2b7aa57eef27ce0401a581b6 authored almost 11 years ago
Merge pull request #362 from ryog/update_readme

Update README about format option

ee9cb1aa8b61f77157f2b52b804524038109d187 authored almost 11 years ago
Update README about format option

075c922339efdc50c1ae4883b606973724d8d1fc authored almost 11 years ago
Merge pull request #360 from ryog/fix_format_option

Add format option to search_form_for

671dc247a1eee7fa2711af6e4e2e12761fa3348a authored almost 11 years ago
Re-add Ruby 1.9.3 and 2.1.1 to travis-ci tests

198fff39b52da583266a9f0af84e3faa984b800f authored almost 11 years ago
Update README about versions and contributing

f7a8f3bd175f63e6799fd070128abde0d592aca7 authored almost 11 years ago
Add format option to search_form_for

a8f4a92b6c44c25d833b040e658bfd873123a723 authored almost 11 years ago
Update README for Rails 4.1

20daefbbff99621a9db08307c60fc431deab2a68 authored almost 11 years ago
Merge pull request #357 from parndt/patch-1

Fixed the all important missing syntax highlight

cd9d812930746a0c7b43070803de0b93c922c863 authored almost 11 years ago
Fixed the all important missing syntax highlight

[ci skip]

6e1d66536e80fc0397e5811f6133c8f20575fa38 authored almost 11 years ago
Bump to 1.2.2

9b7e7338d036a5bf3198afff64a03fad4241cd7d authored almost 11 years ago
Bump polyamorous to 1.0.0

ff6f7c24b420b38563a5ff5aba789f752bf68001 authored almost 11 years ago
Merge pull request #354 from gabrieltong/master

add translation for chinese

d2c866ab950445d3c15fff48664b0fd29eedda40 authored almost 11 years ago
Bump to 1.2.1

19a331a1e1b99a8d19da186ded368c281d7c56a5 authored almost 11 years ago
Add dependency for polyamorous

cbfc70128d7964c09e5a766040fc3b2bbc099530 authored almost 11 years ago
Bump to 1.2.0

Now with Rails 4.1 support!

6badba603737392c156a10a09841f7ef97f6e839 authored almost 11 years ago
Merge pull request #356 from huoxito/all-rails

Support them all (bring rails 4.1.0 and edge development to master)

895a87a37f36d4beeccc302f8bf1ac6e41cba5d1 authored almost 11 years ago
One moar tweak for postgres builds

8da24cf33f54c22074186abeba45ff46fa5b509b authored almost 11 years ago
Run travis build on ruby 2.0.0 only for now

So that it doesn't take forever to finish right now

e1ddef91f31415033d9256a151e119b43e215fa6 authored almost 11 years ago
Couple more tweaks for green build on rails 3

7dbced5242aff8d21d2e4d4d4b9236844cce1e13 authored almost 11 years ago
Merge branch 'master' into bring-rails-3

Conflicts:
.travis.yml
Gemfile
README.md
lib/ransack/adapters/active_record/3.0/context.rb
...

b4973315e9d60328370fe76fa580ec5e5e5024a9 authored almost 11 years ago
Revert "Remove Rails 3 active_record code to optimize for Rails 4"

This reverts commit 8db7a3c1f4242305488a541267dd87c5397f5707.

Conflicts:
lib/ransack/adapters/...

df4a847a5d9d7599273447af7790ff6279e85aeb authored almost 11 years ago
MOAR AR version checks for 4.1 and 4.0 support

e15a86cdd4ca52e420adebc34c5b07a77b4e4fd7 authored almost 11 years ago
Merge branch 'rails-4.1' into all-rails

Conflicts:
.travis.yml
lib/ransack/adapters/active_record/context.rb

dbb0c2b0648f540a3fa5426cd45d7675afb1b6e0 authored almost 11 years ago
translation for chinese

513899bfd9e6a4ab09137b1978b04a2338bc07f4 authored almost 11 years ago
translation for chinese

5010dd743e02a2df77fd2efcfccaecf328dc1759 authored almost 11 years ago
Merge remote-tracking branch 'trunk/master'

Conflicts:
lib/ransack/search.rb

16b041310181387be7b748dbbb81dd154c6456bd authored almost 11 years ago
Merge pull request #348 from AaronRustad/master

Update README.md

ffa4e7b73906a5cec60fdd03e9bef0bbf18044ae authored almost 11 years ago
Update README.md

Add a blurb about using #ransack instead of #search

aeae2104c73b3e43a2224b2107920289fa011796 authored almost 11 years ago
Use SVG status badge [ci skip]

Higher resolution FTW

8009ae93e3e00325e41edd231b4b917c45a2c6c2 authored almost 11 years ago
Use SVG status badge [ci skip]

Higher resolution FTW

d51c78f9071f291b0707ed32093e191f4d8d3b26 authored almost 11 years ago
Merge pull request #347 from seanlinsley/patch-1

Use SVG status badge

176d5c5b08ce2692ff7e9b2f8958cab8bdff2925 authored almost 11 years ago
Use SVG status badge

Higher resolution FTW

f3ab4203be1f0fbd911d1a9f3d08aec10a28e343 authored almost 11 years ago
Enable using SimpleForm's form builder

Merge pull request #341 from nagyt234

a97df885c115ca9f846c1aa071086579c0c62db6 authored almost 11 years ago
Enable using SimpleForm's form builder

Merge pull request #341 from nagyt234

c425317017d3a18db2ac8fe2be76c3550d76d5bd authored almost 11 years ago
Keep lines at 80 characters or less [ci skip]

fdd9003f25e63f82fd04a9d46fe3b3569039487c authored almost 11 years ago
Merge pull request #341 from nagyt234/with_simple_form

Combination with SimpleForm's form builder is possible now.

17ff9c95ade1de1cf9c1a59513e03635aac095d7 authored almost 11 years ago
Cleaned-up based on jonatack's suggestions in

https://github.com/activerecord-hackery/ransack/pull/341#issuecomment-36364346

0e3fc9534b763a26f8401e2f2ab424b59f82833e authored almost 11 years ago
Use "require 'simple_form'" only if ENV['RANSACK_FORM_BUILDER'] is the

SimpleForm builder.

c8306e216dea463e32ea134a82ca526b3f317cde authored almost 11 years ago
Improve grammar [ci skip]

a7742fdc749c10713065c9d1a774ee9faa7eeef4 authored almost 11 years ago
Improve grammar [ci skip]

155dca814b4f09af4eb3715c8402522c32ab3daa authored almost 11 years ago
Gemfile: gem 'arel', '< 5.0.0'

The Arel version 5 is incompatible with earlier Rails dependancies.

d3a2d7cd9d9a29b315bd8f37c4c9c94980685f94 authored almost 11 years ago
Use quotes and verbs consistently, improve grammar [ci skip]

a99e3cc51e5ff379ffcc8e04fd1c3f0fe3344772 authored almost 11 years ago
Use Ruby 1.9+ hash syntax

7b42ee1f32f79c7ca0a82cc07b0d875675acace7 authored almost 11 years ago
Minor code cleanup

Use quotes and Ruby 1.9+ hash syntax consistently.

e5c02da4002f0c9f6680a8055eadd542c9fe1aaf authored almost 11 years ago
Model.search("") should not raise exception

Consider query like: "users?q=some-string" or "users?q=" and
controller content User.search(para...

3254bb2bae95476303aad989fef2fefca55c1891 authored almost 11 years ago
Model.search("") should not raise exception

Consider query like: "users?q=some-string" or "users?q=" and
controller content User.search(para...

60a8fa402711d5273f4fbbf47816bc6c3e05d9fb authored almost 11 years ago
Update README [ci skip]

eb5879f4ee4ca269e1a92dfb72dacb59128b6dc1 authored almost 11 years ago
Update README [ci skip]

00911ad55a8ccd47c23a576cb6085441e01bd417 authored almost 11 years ago
Update README

a7ff25f8cbd96caf4d244411ac3f0ed54f24aeab authored almost 11 years ago
Merge pull request #342 from Bonias/do-not-raise-exception-when-params-is-a-string

Model.search("") should not raise exception

23998dca9a3f832c0687570f0c1895a26ed7784b authored almost 11 years ago
Model.search("") should not raise exception

Consider query like: "users?q=some-string" or "users?q=" and
controller content User.search(para...

ee3b4966546f800c5893a9a448a845268d1c1a72 authored almost 11 years ago
Update travis-ci from Ruby 2.1.0 to 2.1.1

5bb0fbe5227bcb11e0af2491607eaa61b1fc5af2 authored almost 11 years ago
Update travis-ci to Ruby 2.1.1

835d92b08cf12c2b19a38f399d0c8bba50941357 authored almost 11 years ago
Update travis-ci to Ruby 2.1.1

856428ee95de7e40d0cc68e74f2181f52231880c authored almost 11 years ago
Combination with SimpleForm's form builder is possible now.

554441aeb274288375026465d6532e3d1dcc7720 authored almost 11 years ago
Adding spec to test for PR#270 and #333

727b11f2b290757286ba89e9a7db4e8b9d982351 authored about 11 years ago
Removing empty joins when _any suffix is used with a blank array

e586c4c093d47fb139dd0061ac897fd477b97fa9 authored about 11 years ago
Add contributors to README

0a77a1b89cf6e00e0a63f93bfebaa7934a21ce93 authored about 11 years ago
Add contributors to README

d468ccc3dbe36d92064d3d537e4062f05f721e8a authored about 11 years ago
Add contributors to README

5734741a86c97400587b80032fec5363321e9966 authored about 11 years ago
Merge branch 'grokse-master'

PR#328 Allow for hashes with array sorts by Kurt Ronshausen

ef12c3cf6bcb9ee84e1c23daaaaafab29f6c14d6 authored about 11 years ago
Code cleanup 80 characters wide [ci skip]

7e010e3d47448ad96024830ccfbb898aa74b6e75 authored about 11 years ago