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

Address failing tests

596405cef9ea78a18d0a432d1aaf40849c698005 authored over 11 years ago
Merge pull request #196 from KevinSjoberg/master

Fix issue #190 and #195

c1fe9f997a81782a89bcd73c8803fc9a52714bb1 authored over 11 years ago
Bump to 0.7.3 and fix lteq spanish translation

(getting the rails-4 branch caught up with changes on the master)

5f700ae20167dfb88a63eaefa83367fe753f4888 authored over 11 years ago
Merge pull request #213 from piton/translate-common-attributes

I18n common attributes and Translate.attribute_name

f53600796031a64a9b794e69785120e9010a91bc authored over 11 years ago
Merge pull requests #220 from ldavin/add French locale and #226 from subosito/syntax-highlights

enable syntax highlighting on README

1b9bbb8dcf8c9b3333eae5734db02d54c405599b authored over 11 years ago
Merge further elements from spectator's Rails 3 comptability work, merge pull request #208 from pdf/reorder, use Rails 4 active-record distinct method which replaces uniq

e3914b814f10b33a01e592ff8721f5782c713678 authored over 11 years ago
Merge elements from spectator's pull request

97e94e9f44eed5c9dbdbac6aee1ae6515f91be0a authored over 11 years ago
Merge pull request #232 from dexion/patch-1

Resolve versions conflict between Squeel and Ransack

c8e6a5bf2ae87e3d1c805afa8bd781a08d0d570f authored over 11 years ago
Resolve versions conflict between Squeel and Ransack

cad65ca0259c99eda552129a9d3922b8f0373a94 authored over 11 years ago
Add missing require for AR 3.1 and uniq => distinct

60e0cb1e2f047249d5446b87a6330cb2c330f3a6 authored over 11 years ago
Gemfile and fix typos

80dba12b42cd646f5f17e488a04e75a600dea02c authored over 11 years ago
Rails 4.0.0.rc1

Rails 4.0.0.rc1. Fixes :active_record => :base_class issue from April
10, and deprecation warnin...

abae64b1a1797d104f0f46ba4d68e15a58d08775 authored over 11 years ago
Merge pull request #230 from killthekitten/patch-1

Remove columns_hash deprecation message

0d1631ac18b4c71f597c88bb8f6e9eeee53fe12b authored over 11 years ago
Rails 4.0.0.rc1. Fixes base_class issue and deprecation warnings re model scoped and columns_hash. Not backwards compatible with 4.0.0.beta1 and 3.x.

5bd88fe2bbb3e405bcf297ba36cf57fb9ea0c653 authored over 11 years ago
respond_to? :base_klass # :active_record

Ransack's Rails-4 branch was broken by Edge Rails commit 821d7bd on
April 10, 2013 between 4.0.0...

1791b6dbc8a84c6126b9d9bfd3dfa3ee402fd1fb authored over 11 years ago
Remove columns_hash deprecation warning

9b256df72c28bb8d7cbb85f1f759f2a311f4f89b authored over 11 years ago
Merge pull request #226 from subosito/syntax-highlights

enable syntax highlighting on README

813ca1d8d9d030d48d97763aae27b379af42b33c authored over 11 years ago
enable syntax highlighting on README

cfe6e0f146cdd8a4421d9fa644cc7fd01eba9367 authored over 11 years ago
Merge pull request #222 from sanemat/feature/travis-ruby

Test with 1.9.3 and 2.0.0 in travis-ci

c7c4e46dc19fe6f755183a6da39fcb82a265ed10 authored over 11 years ago
Test with 1.9.3 and 2.0.0 in travis-ci

edffdadc75faec250363e9d5d3db336ee2f9dcd7 authored over 11 years ago
Merge pull request #208 from pdf/reorder

Reorder results to override orders applied up the chain (eg - scopes)

764eecbb20b3d672778d579c064e409ee1ad4c83 authored almost 12 years ago
Merge pull request #220 from ldavin/master

Add a French translation

52e672f5863bd817f7f2bc7373ff77a1296d93da authored almost 12 years ago
Add French locale

Translated the English locale to French (:fr)

88c1efbc92e27b6d1e95338fe1bfeb920c6f86e0 authored almost 12 years ago
Fix errors and warnings with specs on rails 4.0

9b9fd09915ec8db31ac2fdc57e81d69c47b0e047 authored almost 12 years ago
Merge pull request #215 from willnet/patch-1

Fixes 404 links

45617b650471f8316453096db61faa01d2a2ca6f authored almost 12 years ago
Fixes meta_search link is 404

d0a9ed4e963f7a32bede386e4958e8318f97157c authored almost 12 years ago
Fixes squeel link is 404

a2ad5ee56151e224cc83cd8f5a1f4f4e350bda4a authored almost 12 years ago
Merge pull request #213 from piton/translate-common-attributes

I18n common attributes and Translate.attribute_name

51e216fb9912954714ee570b58af4b76c4b7ae43 authored almost 12 years ago
changed the translation of common attributes

08c375d4b0aa80a4fc2bc7312fce7e3f257490c7 authored almost 12 years ago
Reorder results to override orders applied up the chain (eg - scopes)

1cfebb7158e30cefb0a4f779045dac7b2963701f authored almost 12 years ago
Removing accidentally committed file

a7ee60dde713d0e1ceb427092fe6664ff43484ec authored almost 12 years ago
Added simple spec to test newly added ransortable attributes

2ee96508cc549f211c990e7a9212949f66e2b61d authored almost 12 years ago
Separated searchable attributes from sortable attributes so either can be overwritten in a model

74fc9739927ffb138dae56281a2a3bbbfc9373f7 authored almost 12 years ago
Merge pull request #197 from edulan/master

Fix for spanish translations

faf299429ea2965d4419d59fc33ad0ed07909340 authored almost 12 years ago
Fixed lteq spanish translation

c98135e6c2795af63a8d6774ddbfbae5e4499b67 authored almost 12 years ago
Bump to 0.7.3

5cc0595244a669f5cd54833d22db31343deb7e0a authored almost 12 years ago
Merge pull request #196 from KevinSjoberg/master

Fix issue #190 and #195

4ab1cffdac017dbb6e8a02beb37f7821ff1d906a authored almost 12 years ago
Use Object#send to comply with Ruby 1.8.7

39268579764f42c5548e7610fea6d0d33d1fda3a authored almost 12 years ago
Change RSpec configuration alias

In RSpec, v2.8, RSpec::Core::Configuration#alias_it_behaves_like_to
does not exist. This method ...

8501b983d60e581043d50a4b33cdeb619eb88142 authored almost 12 years ago
Fix issue #190 and #195

This resolves issues where an integer column would raise an exception
when handled by Ransack::C...

53ef01b9e69234e1f406030f0cfc9404957c9c79 authored almost 12 years ago
Merge pull request #192 from westonplatter/master

added travis ci png status image

7232269a17e1af1f042f9c0ab6fb2054c797f458 authored almost 12 years ago
added travis status png

e470d99a96b809890a1b7625ea71bb95a8dfacbb authored almost 12 years ago
Merge pull request #191 from KevinSjoberg/master

Update Ransack::Constants#escape_wildcards

0b55627de9e7197c90e3ee6946987e3e9f105685 authored almost 12 years ago
Update Ransack::Constants#escape_wildcards

This updates Ransack::Constants#escape_wildcards to escape dots (.) as
well in order to bypass r...

40ded199689bbc4d84d88bfca94515e80b7a767e authored almost 12 years ago
Fix Predicate spec for wildcard escaping

This fix reflects commit 71a3938a1c9c4d593b59ac7a0c6296439cd471ad.

6a11aac8e8dd3230ff9baf6dd31b7462bd43c597 authored almost 12 years ago
Bump to 0.7.2

6d8904e42b8a8891417f8e80ce54960293721572 authored about 12 years ago
Revert escaping of underscore characater from #171

Related to #176

71a3938a1c9c4d593b59ac7a0c6296439cd471ad authored about 12 years ago
Bump to 0.7.1

bc686269cd708789872cba99bd1c51fef24e4a3d authored about 12 years ago
Add CONTRIBUTING guidelines

Stolen from spree/spree

767675e38a35d15ddd05b91ac549c32ef125477f authored about 12 years ago
Merge pull request #171 from labocho/escape-wildcards

Escape wildcard characters in LIKE clause

aeab6e3e52c087069a3caa64933c4f5c8d4af1f7 authored about 12 years ago
Escape wildcard characters in LIKE clause

fad3ac992190c3b83f0f895cfb0995f3044db656 authored about 12 years ago
Merge pull request #165 from fatfreecrm/i18n_fix

Tiny translation fix

3542cf4f29b77218c6092d56665da0e7b92bc996 authored about 12 years ago
Merge pull request #167 from glebm/patch-1

Use schema_cache.table_exists? method instead

ccb66c20d18f28e1657f2bb305b6aa0173628ac4 authored about 12 years ago
Use schema_cache.table_exists? method instead

12aa4fa1437efe714087eeb59141522f4ab84df9 authored about 12 years ago
Removed '_' from matches_any

0d75aca4d0bf40ab1c536f63bb597e63f20a4593 authored about 12 years ago
Style cleanup

91c6ae0e8bb7d285278ce2cffc3fe814f3f7b120 authored over 12 years ago
Merge pull request #148 from lest/fix-respond-to

accept second argument in Search#respond_to?

b36951ac582ce4e9b4fdacac98ecbc05caf3f51c authored over 12 years ago
accept second argument in Search#respond_to?

See http://ruby-doc.org/core-1.9.3/Object.html#method-i-respond_to-3F

375a139c0e147d2a2db54394ff20beaa8cf89595 authored over 12 years ago
Merge pull request #104 from dancinglightning/master

Small improvement for readme

48bb635eb1ae45e045d3566719ddd6d2ce80d378 authored over 12 years ago
Merge pull request #127 from djohnson/fixinfix

Fix for #111 InfixOperations breaking count

c4e6ca54cc19f4e19823ff34b94073cb99086588 authored over 12 years ago
Merge pull request #102 from Eric-Guo/master

Fix search_form_for fail to assign new :class and :id in options

f9e95db22ea437463bb2d5724bd08493c0f76a58 authored over 12 years ago
Merge pull request #118 from igmarin/master

Spanish Locale

0201095f2945ef96c3faeeba4831eac2d7485087 authored over 12 years ago
Merge pull request #145 from jazzgumpy/master

Added associations (has_many & belongs_to) to README

e903bc972b4c3c23f86b4611b22f62bf39652b38 authored over 12 years ago
Added associations (has_many & belongs_to) to README

commit 646784e84d007848203bf00d99e3f3d757586da1
Author: Holger Frohloff <[email protected]...

928e63f9659d0b0af5a07aaaa66c7c2e773a38fd authored over 12 years ago
Fix for InfixOperations breaking count

b8976d3218b44f895376efc24c4e65130a778fb3 authored over 12 years ago
Merge remote-tracking branch 'upstream/master'

f38ecb30f8583a3e91b2586a6382d73ace25cfde authored over 12 years ago
inspect on Ransack::Search objects now will not load entire object graph

This means that:

1) inspect calls will be faster
2) inspect calls will be easier to understand
...

953ec1b5022cbddbd0d1bb6c00b3a97044716775 authored over 12 years ago
Spanish Locale

b3260b810a78b4e0327ff6599388cb17e4dab743 authored over 12 years ago
Merge pull request #117 from gampleman/master

Czech translation

2a6f9cc50bf80e761124cc08382dce0ba05f264d authored over 12 years ago
Added a Czech locale.

Translated the default :en locale to a :cs locale.

16b7394095ac75b8856e74d5ebbb752ee8216f57 authored over 12 years ago
Bump to 0.7.0

6fbf15051a278db6af2a4835edf09bcc1ca3e0eb authored over 12 years ago
adds 2 links to the readme to check the predicates

e1c5b36b1841c624ff7379e249e3ad607a88259e authored over 12 years ago
Fix search_form_for fail to assign new :class and :id in options, so now search_form_for works with Bootstrap.

6683b85240cbd6dc7cd3cd2c7bb6609d3f2fede9 authored over 12 years ago
Merge pull request #97 from anathematic/patch-2

Updated gemspec to point directly at github project

f1da420cd820159392c26b27d5922abeca459211 authored over 12 years ago
Updated gemspec to point directly at github project

827c5391b9a38cdbca9385094a7a0301b5ecbc14 authored over 12 years ago
Merge pull request #95 from anathematic/patch-1

Advanced link in readme actually links to the advanced page in the demo ...

62a9b2cd11b712c51cb6b7199fa7abe98396ac32 authored over 12 years ago
Advanced link in readme actually links to the advanced page in the demo app

b177cee45bc755b3f80b5cfc153ad9f63ea424fb authored over 12 years ago
Merge pull request #94 from mpi2/master

Allow adding of custom predicates that take arrays (like IN/NOT IN)

ccd7b3ef3e8b8f55cb39a44d0cdb882d363b442d authored over 12 years ago
Allow adding of custom predicates that take arrays (like IN/NOT IN)

afdd357fae80be0180ee1581895a31790f7d9299 authored over 12 years ago
Correct search_key= usage in configuration_spec

Fixes broken build #30

e69031b78a370a4b9b07f1ab1805a145c73d241b authored almost 13 years ago
Mention that search params key is now configurable

9ed78331524770188e5f098a5667936b77f1ce5b authored almost 13 years ago
Change set_search_key_name Configuration method to be a true setter, renamed to search_key=

Related to #81

adf40447c94842b04366394d3f35dddc3ad4d079 authored almost 13 years ago
Don't attempt to use routing_proxy if context does not respond to the routing_proxy method

Fixes failing build #29

31a9cc9af8067318a3fbe65f1454312a8e776f7b authored almost 13 years ago
Merge pull request #75 from aka47/patch-1

remove not anymore existing table_aliases method, instead use alias_tracker

90d18a09f8748efa6866099797a38fa555157d41 authored almost 13 years ago
Remove configuration from README. Will add it to the wiki

086b0d68a732e0d787f8583ea37ed07799dd27a5 authored almost 13 years ago
Added custom search param key feature refs #43

Including specs. I didn't find any other sane place where a behaviour
should be changed. I don't...

9a71cbf8b8583c9419ce98f15d3e07a40522d7bf authored almost 13 years ago
Remove custom predicate stuff from the README. Will move it out to a wiki page

4accc86d49de19b005121ddfe1d60167865496a7 authored almost 13 years ago
Added custom search param key feature refs #43

Merges in #81

2856ac6343befdc0a81dbc1790cd73150e0f44b3 authored almost 13 years ago
Must explicitly call routing proxy method to get access to routes for engines.

Cannot simply pass :use_route => :engine_name to params.

f3da0b529f1c35165c77061a72e70d8503b3d4eb authored almost 13 years ago
Credit where credit is due. Thanks @radar!

82d2a806da8157954b8c58b41f769b5d1825efa5 authored almost 13 years ago
Test against Rails 3-2-stable and Arel latest gem release only

fc8151ac49a673af7515da4910d3b322b7a0b4f6 authored almost 13 years ago
Add ability to use a named route when using sort_link

For example,

sort_link [:engine, Engine::Model.search]

Will use the engine's routing to determ...

25ba7e3a8f08dff2fd1a4da3616f01a1b6087c69 authored almost 13 years ago
Merge pull request #79 from ndbroadbent/require_active_record

Ensure that ActiveRecord is required

adcd42a9e8b4244431958d75359d296b98061184 authored almost 13 years ago
Ensure that ActiveRecord is required. (Necessary for gems that depend on Ransack)

42f03b4b8f17ab0268c98c3b37b91554020719ba authored almost 13 years ago
remove not anymore existing table_aliases method, instead use alias_tracker

ca5e404ace9e4f2f3feb8e3c9a225db46b3393c3 authored almost 13 years ago
RSpec have() runs afoul of uniq stuff in AR3.2

0e47ec2f610b38ea2ef7519a8bf05ed3f4a78511 authored almost 13 years ago
Merge branch 'master' of github.com:ernie/ransack

bada58acaf63e71e104bedd3b8e1e981bdeac5c6 authored almost 13 years ago
Use AR 3.2's uniq for distinct don't strip order without sorts

8629343a649439e17cfd61d943fcc2e8f80b99a3 authored almost 13 years ago
Merge pull request #69 from ndbroadbent/translation_fix

Fix true, false and null keys in predicate translations.

1f421e03785c2d92a2843e3ea195a619cfa62597 authored almost 13 years ago
YAML parses true, false and null as literal true, false and nil values, so they must be quoted.

39b3d8e074de124f415e50b4babb4e7719d071c7 authored almost 13 years ago