Ecosyste.ms: OpenCollective

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

ransack

Keep Ransack, the powerful Rails search and filtering engine going.
Collective - Host: opensource - https://opencollective.com/ransack - Code: https://github.com/activerecord-hackery/ransack

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

Update RSpec version dependency and test syntax

github.com/activerecord-hackery/ransack - 5612c244275b9547aaa99abd0aef3c1e3e8eddcb authored over 10 years ago by Jon Atack <[email protected]>
updated rspec gemspec version to 2.14.0, changed old should syntax to newer expect syntax

github.com/activerecord-hackery/ransack - 9cd869431c6a9a11ac69ec3f82d14fdb88c83cb1 authored over 10 years ago by irmiller22 <[email protected]>
Add ignore_unknown_conditions config options, and raise if it is false

github.com/activerecord-hackery/ransack - b835553aac9f3c9a3cc33d4c2ec8bd662f8deb92 authored over 10 years ago by Grey Baker <[email protected]>
Ignore conditions without a predicate (instead of raising an error)

github.com/activerecord-hackery/ransack - e54b691f134039c1f8fefe06e14125b0df61246b authored over 10 years ago by Grey Baker <[email protected]>
Follow up to #371 [skip ci]

github.com/activerecord-hackery/ransack - 35fd759d50721f2187026bab29dd2f9029930b18 authored over 10 years ago by Jon Atack <[email protected]>
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

github.com/activerecord-hackery/ransack - 7ebe37641c530f917777c96383ef7cf87ddba53f authored over 10 years ago by Jon Atack <[email protected]>
Follow up to #370.

github.com/activerecord-hackery/ransack - 7e68db08d8f1c8abd4df6bede8b0b71add84ddd5 authored over 10 years ago by Jon Atack <[email protected]>
Bullet proof: don’t crash if blank string is passed to `SomeModel.search` method

github.com/activerecord-hackery/ransack - b20e303d420407f0fc28d8730db9a455de0a57cd authored over 10 years ago by Semenyuk Dmitriy <[email protected]>
Merge pull request #370 from artm/accept-false-in-boolean-predicates

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

github.com/activerecord-hackery/ransack - e9b568d927d5a3805eefcfb342a8b728a6571912 authored over 10 years ago by Jon Atack <[email protected]>
present / blank predicates accept false

github.com/activerecord-hackery/ransack - 82a42f0b47613705bca17f0b08f26d0b3a6590c9 authored over 10 years ago by Artem Baguinski <[email protected]>
null / not_null predicates accept false

github.com/activerecord-hackery/ransack - e383f0cea799cb2510d7da6ea0493b9d7c545375 authored over 10 years ago by Artem Baguinski <[email protected]>
arel_predicate can be a proc...

...accepting typecasted, but yet unformatted, value

github.com/activerecord-hackery/ransack - 99840fcc281959889656f0db8db196ce467ce033 authored over 10 years ago by Artem Baguinski <[email protected]>
Re-follow up to #65145a4 [skip ci]

github.com/activerecord-hackery/ransack - 60417e441beacac7436a462c0b846266b0b3e90d authored over 10 years ago by Jon Atack <[email protected]>
Follow-up to #65145a4 [skip ci]

github.com/activerecord-hackery/ransack - 95ede245593697d50e8c76e899eb08481a2b9758 authored over 10 years ago by Jon Atack <[email protected]>
Reverse test order to see the newest Rubies first

github.com/activerecord-hackery/ransack - f92f519f41c112e3ad52f540fad49fc35fb43f76 authored over 10 years ago by Jon Atack <[email protected]>
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...

github.com/activerecord-hackery/ransack - 65145a426c7b7fb1c90c78d622cbc5aaad1bef84 authored over 10 years ago by Jon Atack <[email protected]>
Ruby 2.1.2 is out! Use MINOR version level to test Ruby 2.1.x

github.com/activerecord-hackery/ransack - 993ffb191753a3d527547f0ef8e0790033527f84 authored over 10 years ago by Jon Atack <[email protected]>
README headers formatting [skip ci]

github.com/activerecord-hackery/ransack - db3bff7c2645530d5acb9f83ecf58543f642f3f4 authored over 10 years ago by Jon Atack <[email protected]>
Add ransacker info to README [skip ci]

github.com/activerecord-hackery/ransack - d04bae7d80d44ebbb3a8a0975658705017d98ec2 authored over 10 years ago by Jon Atack <[email protected]>
Improve the Contributing Guide

github.com/activerecord-hackery/ransack - 4ae224d2ce50661352d974c65a6e7929d7a38733 authored over 10 years ago by Jon Atack <[email protected]>
Bracket spacing and line wrap 80 chars

github.com/activerecord-hackery/ransack - e072708cf2b15346a950bb2e45c423267b631bcb authored over 10 years ago by Jon Atack <[email protected]>
Remove redundant code

github.com/activerecord-hackery/ransack - 5c6acda18d53ef1ed911dc0f8600f3441a93d38e authored over 10 years ago by Jon Atack <[email protected]>
Update README

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

github.com/activerecord-hackery/ransack - f9417c0e2a599f422a967672ca09ba579ce36a8c authored over 10 years ago by Jon Atack <[email protected]>
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_...

github.com/activerecord-hackery/ransack - 1abf8f6086d63cdafb193b2cd5bc3703d9689fa6 authored over 10 years ago by Jon Atack <[email protected]>
Update i18n and FormBuilder links [skip ci]

github.com/activerecord-hackery/ransack - 178481ec6aa568649293f620bfa9c6375e1b1957 authored over 10 years ago by Jon Atack <[email protected]>
Remove whitespace [skip ci]

github.com/activerecord-hackery/ransack - 050c5de5936a63cfad9682fcc702c60fa42b3771 authored over 10 years ago by Jon Atack <[email protected]>
Re-add French/Spanish/Czech i18n locales

github.com/activerecord-hackery/ransack - 606d19636957353ed3e02dddf9a0a5360bbb2037 authored over 10 years ago by Jon Atack <[email protected]>
Remove unneeded AR version conditional code

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

github.com/activerecord-hackery/ransack - 7badd682bd58876b561c855c4185c84da405300f authored over 10 years ago by Jon Atack <[email protected]>
Remove unneeded AR version checking from tests

and clean up

github.com/activerecord-hackery/ransack - 443be0a29b9d3118fdb83e12a8e2cbe48c4370a3 authored over 10 years ago by Jon Atack <[email protected]>
Default predicate to 'cont', remove unnecessary version check

github.com/activerecord-hackery/ransack - 275aa4ac748049aecf46c8929c94c725c8c51b20 authored over 10 years ago by Jon Atack <[email protected]>
Merge pull request #333 from arjes/master

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

github.com/activerecord-hackery/ransack - ba00442ca1fe4c77fb6dc26f43b25d568f40709c authored over 10 years ago by Jon Atack <[email protected]>
Merge remote-tracking branch 'trunk/master'

github.com/activerecord-hackery/ransack - 725635e8fb582f983f05aa062b7495674fd84f84 authored over 10 years ago by Brian Malinconico <[email protected]>
Add version badge to README and clean up

github.com/activerecord-hackery/ransack - 1f93380f6241fb7b44593930a5b6be18b9bc9fb0 authored over 10 years ago by Jon Atack <[email protected]>
guard against nil @associations_pot

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

github.com/activerecord-hackery/ransack - 1fd76da42be86ef1a93095d4336917d2f27d0667 authored over 10 years ago by Jon Atack <[email protected]>
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 ...

github.com/activerecord-hackery/ransack - ebda46372b06f7de2134a3f70260ee7d707831fe authored over 10 years ago by Jon Atack <[email protected]>
Update README regarding search_form_for format option

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

github.com/activerecord-hackery/ransack - 7bd621ba786ee54b2b7aa57eef27ce0401a581b6 authored over 10 years ago by Jon Atack <[email protected]>
Merge pull request #362 from ryog/update_readme

Update README about format option

github.com/activerecord-hackery/ransack - ee9cb1aa8b61f77157f2b52b804524038109d187 authored over 10 years ago by Jon Atack <[email protected]>
Update README about format option

github.com/activerecord-hackery/ransack - 075c922339efdc50c1ae4883b606973724d8d1fc authored over 10 years ago by Ryoji Yoshioka <[email protected]>
Merge pull request #360 from ryog/fix_format_option

Add format option to search_form_for

github.com/activerecord-hackery/ransack - 671dc247a1eee7fa2711af6e4e2e12761fa3348a authored over 10 years ago by Jon Atack <[email protected]>
Re-add Ruby 1.9.3 and 2.1.1 to travis-ci tests

github.com/activerecord-hackery/ransack - 198fff39b52da583266a9f0af84e3faa984b800f authored over 10 years ago by Jon Atack <[email protected]>
Update README about versions and contributing

github.com/activerecord-hackery/ransack - f7a8f3bd175f63e6799fd070128abde0d592aca7 authored over 10 years ago by Jon Atack <[email protected]>
Add format option to search_form_for

github.com/activerecord-hackery/ransack - a8f4a92b6c44c25d833b040e658bfd873123a723 authored over 10 years ago by Ryoji Yoshioka <[email protected]>
Update README for Rails 4.1

github.com/activerecord-hackery/ransack - 20daefbbff99621a9db08307c60fc431deab2a68 authored over 10 years ago by Jon Atack <[email protected]>
Merge pull request #357 from parndt/patch-1

Fixed the all important missing syntax highlight

github.com/activerecord-hackery/ransack - cd9d812930746a0c7b43070803de0b93c922c863 authored over 10 years ago by Jon Atack <[email protected]>
Fixed the all important missing syntax highlight

[ci skip]

github.com/activerecord-hackery/ransack - 6e1d66536e80fc0397e5811f6133c8f20575fa38 authored over 10 years ago by Philip Arndt <[email protected]>
Bump polyamorous to 1.0.0

github.com/activerecord-hackery/ransack - ff6f7c24b420b38563a5ff5aba789f752bf68001 authored over 10 years ago by Ryan Bigg <[email protected]>
Merge pull request #354 from gabrieltong/master

add translation for chinese

github.com/activerecord-hackery/ransack - d2c866ab950445d3c15fff48664b0fd29eedda40 authored over 10 years ago by Jon Atack <[email protected]>
Add dependency for polyamorous

github.com/activerecord-hackery/ransack - cbfc70128d7964c09e5a766040fc3b2bbc099530 authored over 10 years ago by Ryan Bigg <[email protected]>
Bump to 1.2.0

Now with Rails 4.1 support!

github.com/activerecord-hackery/ransack - 6badba603737392c156a10a09841f7ef97f6e839 authored over 10 years ago by Ryan Bigg <[email protected]>
Merge pull request #356 from huoxito/all-rails

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

github.com/activerecord-hackery/ransack - 895a87a37f36d4beeccc302f8bf1ac6e41cba5d1 authored over 10 years ago by Ryan Bigg <[email protected]>
One moar tweak for postgres builds

github.com/activerecord-hackery/ransack - 8da24cf33f54c22074186abeba45ff46fa5b509b authored almost 11 years ago by Washington Luiz <[email protected]>
Run travis build on ruby 2.0.0 only for now

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

github.com/activerecord-hackery/ransack - e1ddef91f31415033d9256a151e119b43e215fa6 authored almost 11 years ago by Washington Luiz <[email protected]>
Couple more tweaks for green build on rails 3

github.com/activerecord-hackery/ransack - 7dbced5242aff8d21d2e4d4d4b9236844cce1e13 authored almost 11 years ago by Washington Luiz <[email protected]>
Merge branch 'master' into bring-rails-3

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

github.com/activerecord-hackery/ransack - b4973315e9d60328370fe76fa580ec5e5e5024a9 authored almost 11 years ago by Washington Luiz <[email protected]>
Revert "Remove Rails 3 active_record code to optimize for Rails 4"

This reverts commit 8db7a3c1f4242305488a541267dd87c5397f5707.

Conflicts:
lib/ransack/adapters/...

github.com/activerecord-hackery/ransack - df4a847a5d9d7599273447af7790ff6279e85aeb authored almost 11 years ago by Washington Luiz <[email protected]>
MOAR AR version checks for 4.1 and 4.0 support

github.com/activerecord-hackery/ransack - e15a86cdd4ca52e420adebc34c5b07a77b4e4fd7 authored almost 11 years ago by Washington Luiz <[email protected]>
Merge branch 'rails-4.1' into all-rails

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

github.com/activerecord-hackery/ransack - dbb0c2b0648f540a3fa5426cd45d7675afb1b6e0 authored almost 11 years ago by Washington Luiz <[email protected]>
translation for chinese

github.com/activerecord-hackery/ransack - 513899bfd9e6a4ab09137b1978b04a2338bc07f4 authored almost 11 years ago by Gabriel <[email protected]>
translation for chinese

github.com/activerecord-hackery/ransack - 5010dd743e02a2df77fd2efcfccaecf328dc1759 authored almost 11 years ago by Gabriel <[email protected]>
Merge remote-tracking branch 'trunk/master'

Conflicts:
lib/ransack/search.rb

github.com/activerecord-hackery/ransack - 16b041310181387be7b748dbbb81dd154c6456bd authored almost 11 years ago by Brian Malinconico <[email protected]>
Merge pull request #348 from AaronRustad/master

Update README.md

github.com/activerecord-hackery/ransack - ffa4e7b73906a5cec60fdd03e9bef0bbf18044ae authored almost 11 years ago by Jon Atack <[email protected]>
Update README.md

Add a blurb about using #ransack instead of #search

github.com/activerecord-hackery/ransack - aeae2104c73b3e43a2224b2107920289fa011796 authored almost 11 years ago by Aaron Rustad <[email protected]>
Use SVG status badge [ci skip]

Higher resolution FTW

github.com/activerecord-hackery/ransack - 8009ae93e3e00325e41edd231b4b917c45a2c6c2 authored almost 11 years ago by Jon Atack <[email protected]>
Use SVG status badge [ci skip]

Higher resolution FTW

github.com/activerecord-hackery/ransack - d51c78f9071f291b0707ed32093e191f4d8d3b26 authored almost 11 years ago by Jon Atack <[email protected]>
Merge pull request #347 from seanlinsley/patch-1

Use SVG status badge

github.com/activerecord-hackery/ransack - 176d5c5b08ce2692ff7e9b2f8958cab8bdff2925 authored almost 11 years ago by Jon Atack <[email protected]>
Use SVG status badge

Higher resolution FTW

github.com/activerecord-hackery/ransack - f3ab4203be1f0fbd911d1a9f3d08aec10a28e343 authored almost 11 years ago by Sean Linsley <[email protected]>
Enable using SimpleForm's form builder

Merge pull request #341 from nagyt234

github.com/activerecord-hackery/ransack - a97df885c115ca9f846c1aa071086579c0c62db6 authored almost 11 years ago by Jon Atack <[email protected]>
Enable using SimpleForm's form builder

Merge pull request #341 from nagyt234

github.com/activerecord-hackery/ransack - c425317017d3a18db2ac8fe2be76c3550d76d5bd authored almost 11 years ago by Jon Atack <[email protected]>
Keep lines at 80 characters or less [ci skip]

github.com/activerecord-hackery/ransack - fdd9003f25e63f82fd04a9d46fe3b3569039487c authored almost 11 years ago by Jon Atack <[email protected]>
Merge pull request #341 from nagyt234/with_simple_form

Combination with SimpleForm's form builder is possible now.

github.com/activerecord-hackery/ransack - 17ff9c95ade1de1cf9c1a59513e03635aac095d7 authored almost 11 years ago by Jon Atack <[email protected]>
Cleaned-up based on jonatack's suggestions in

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

github.com/activerecord-hackery/ransack - 0e3fc9534b763a26f8401e2f2ab424b59f82833e authored almost 11 years ago by Tibor Nagy <[email protected]>
Use "require 'simple_form'" only if ENV['RANSACK_FORM_BUILDER'] is the

SimpleForm builder.

github.com/activerecord-hackery/ransack - c8306e216dea463e32ea134a82ca526b3f317cde authored almost 11 years ago by Tibor Nagy <[email protected]>
Improve grammar [ci skip]

github.com/activerecord-hackery/ransack - a7742fdc749c10713065c9d1a774ee9faa7eeef4 authored almost 11 years ago by Jon Atack <[email protected]>
Improve grammar [ci skip]

github.com/activerecord-hackery/ransack - 155dca814b4f09af4eb3715c8402522c32ab3daa authored almost 11 years ago by Jon Atack <[email protected]>
Gemfile: gem 'arel', '< 5.0.0'

The Arel version 5 is incompatible with earlier Rails dependancies.

github.com/activerecord-hackery/ransack - d3a2d7cd9d9a29b315bd8f37c4c9c94980685f94 authored almost 11 years ago by Jon Atack <[email protected]>
Use quotes and verbs consistently, improve grammar [ci skip]

github.com/activerecord-hackery/ransack - a99e3cc51e5ff379ffcc8e04fd1c3f0fe3344772 authored almost 11 years ago by Jon Atack <[email protected]>
Use Ruby 1.9+ hash syntax

github.com/activerecord-hackery/ransack - 7b42ee1f32f79c7ca0a82cc07b0d875675acace7 authored almost 11 years ago by Jon Atack <[email protected]>
Minor code cleanup

Use quotes and Ruby 1.9+ hash syntax consistently.

github.com/activerecord-hackery/ransack - e5c02da4002f0c9f6680a8055eadd542c9fe1aaf authored almost 11 years ago by Jon Atack <[email protected]>
Model.search("") should not raise exception

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

github.com/activerecord-hackery/ransack - 3254bb2bae95476303aad989fef2fefca55c1891 authored almost 11 years ago by Jon Atack <[email protected]>
Model.search("") should not raise exception

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

github.com/activerecord-hackery/ransack - 60a8fa402711d5273f4fbbf47816bc6c3e05d9fb authored almost 11 years ago by Jon Atack <[email protected]>
Update README [ci skip]

github.com/activerecord-hackery/ransack - eb5879f4ee4ca269e1a92dfb72dacb59128b6dc1 authored almost 11 years ago by Jon Atack <[email protected]>
Update README [ci skip]

github.com/activerecord-hackery/ransack - 00911ad55a8ccd47c23a576cb6085441e01bd417 authored almost 11 years ago by Jon Atack <[email protected]>
Merge pull request #342 from Bonias/do-not-raise-exception-when-params-is-a-string

Model.search("") should not raise exception

github.com/activerecord-hackery/ransack - 23998dca9a3f832c0687570f0c1895a26ed7784b authored almost 11 years ago by Jon Atack <[email protected]>
Model.search("") should not raise exception

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

github.com/activerecord-hackery/ransack - ee3b4966546f800c5893a9a448a845268d1c1a72 authored almost 11 years ago by Bonias <“[email protected]”>
Update travis-ci from Ruby 2.1.0 to 2.1.1

github.com/activerecord-hackery/ransack - 5bb0fbe5227bcb11e0af2491607eaa61b1fc5af2 authored almost 11 years ago by Jon Atack <[email protected]>
Update travis-ci to Ruby 2.1.1

github.com/activerecord-hackery/ransack - 835d92b08cf12c2b19a38f399d0c8bba50941357 authored almost 11 years ago by Jon Atack <[email protected]>
Update travis-ci to Ruby 2.1.1

github.com/activerecord-hackery/ransack - 856428ee95de7e40d0cc68e74f2181f52231880c authored almost 11 years ago by Jon Atack <[email protected]>
Combination with SimpleForm's form builder is possible now.

github.com/activerecord-hackery/ransack - 554441aeb274288375026465d6532e3d1dcc7720 authored almost 11 years ago by Tibor Nagy <[email protected]>
Adding spec to test for PR#270 and #333

github.com/activerecord-hackery/ransack - 727b11f2b290757286ba89e9a7db4e8b9d982351 authored almost 11 years ago by Brian Malinconico <[email protected]>
Removing empty joins when _any suffix is used with a blank array

github.com/activerecord-hackery/ransack - e586c4c093d47fb139dd0061ac897fd477b97fa9 authored almost 11 years ago by Brian Malinconico <[email protected]>
Add contributors to README

github.com/activerecord-hackery/ransack - 0a77a1b89cf6e00e0a63f93bfebaa7934a21ce93 authored almost 11 years ago by Jon Atack <[email protected]>
Add contributors to README

github.com/activerecord-hackery/ransack - d468ccc3dbe36d92064d3d537e4062f05f721e8a authored almost 11 years ago by Jon Atack <[email protected]>
Add contributors to README

github.com/activerecord-hackery/ransack - 5734741a86c97400587b80032fec5363321e9966 authored almost 11 years ago by Jon Atack <[email protected]>
Merge branch 'grokse-master'

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

github.com/activerecord-hackery/ransack - ef12c3cf6bcb9ee84e1c23daaaaafab29f6c14d6 authored about 11 years ago by jonatack <[email protected]>
Code cleanup 80 characters wide [ci skip]

github.com/activerecord-hackery/ransack - 7e010e3d47448ad96024830ccfbb898aa74b6e75 authored about 11 years ago by jonatack <[email protected]>