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

Address failing tests

github.com/activerecord-hackery/ransack - 596405cef9ea78a18d0a432d1aaf40849c698005 authored over 11 years ago by jonatack <[email protected]>
Merge pull request #196 from KevinSjoberg/master

Fix issue #190 and #195

github.com/activerecord-hackery/ransack - c1fe9f997a81782a89bcd73c8803fc9a52714bb1 authored over 11 years ago by jonatack <[email protected]>
Bump to 0.7.3 and fix lteq spanish translation

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

github.com/activerecord-hackery/ransack - 5f700ae20167dfb88a63eaefa83367fe753f4888 authored over 11 years ago by jonatack <[email protected]>
Merge pull request #213 from piton/translate-common-attributes

I18n common attributes and Translate.attribute_name

github.com/activerecord-hackery/ransack - f53600796031a64a9b794e69785120e9010a91bc authored over 11 years ago by jonatack <[email protected]>
Merge pull requests #220 from ldavin/add French locale and #226 from subosito/syntax-highlights

enable syntax highlighting on README

github.com/activerecord-hackery/ransack - 1b9bbb8dcf8c9b3333eae5734db02d54c405599b authored over 11 years ago by jonatack <[email protected]>
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

github.com/activerecord-hackery/ransack - e3914b814f10b33a01e592ff8721f5782c713678 authored over 11 years ago by jonatack <[email protected]>
Merge elements from spectator's pull request

github.com/activerecord-hackery/ransack - 97e94e9f44eed5c9dbdbac6aee1ae6515f91be0a authored over 11 years ago by jonatack <[email protected]>
Merge pull request #232 from dexion/patch-1

Resolve versions conflict between Squeel and Ransack

github.com/activerecord-hackery/ransack - c8e6a5bf2ae87e3d1c805afa8bd781a08d0d570f authored over 11 years ago by Ryan Bigg <[email protected]>
Resolve versions conflict between Squeel and Ransack

github.com/activerecord-hackery/ransack - cad65ca0259c99eda552129a9d3922b8f0373a94 authored over 11 years ago by Alexey <[email protected]>
Add missing require for AR 3.1 and uniq => distinct

github.com/activerecord-hackery/ransack - 60e0cb1e2f047249d5446b87a6330cb2c330f3a6 authored over 11 years ago by jonatack <[email protected]>
Gemfile and fix typos

github.com/activerecord-hackery/ransack - 80dba12b42cd646f5f17e488a04e75a600dea02c authored over 11 years ago by jonatack <[email protected]>
Rails 4.0.0.rc1

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

github.com/activerecord-hackery/ransack - abae64b1a1797d104f0f46ba4d68e15a58d08775 authored over 11 years ago by jonatack <[email protected]>
Merge pull request #230 from killthekitten/patch-1

Remove columns_hash deprecation message

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

github.com/activerecord-hackery/ransack - 5bd88fe2bbb3e405bcf297ba36cf57fb9ea0c653 authored over 11 years ago by jonatack <[email protected]>
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...

github.com/activerecord-hackery/ransack - 1791b6dbc8a84c6126b9d9bfd3dfa3ee402fd1fb authored over 11 years ago by jonatack <[email protected]>
Remove columns_hash deprecation warning

github.com/activerecord-hackery/ransack - 9b256df72c28bb8d7cbb85f1f759f2a311f4f89b authored over 11 years ago by Nikolay Shebanov <[email protected]>
Merge pull request #226 from subosito/syntax-highlights

enable syntax highlighting on README

github.com/activerecord-hackery/ransack - 813ca1d8d9d030d48d97763aae27b379af42b33c authored over 11 years ago by Ryan Bigg <[email protected]>
enable syntax highlighting on README

github.com/activerecord-hackery/ransack - cfe6e0f146cdd8a4421d9fa644cc7fd01eba9367 authored over 11 years ago by Alif Rachmawadi <[email protected]>
Merge pull request #222 from sanemat/feature/travis-ruby

Test with 1.9.3 and 2.0.0 in travis-ci

github.com/activerecord-hackery/ransack - c7c4e46dc19fe6f755183a6da39fcb82a265ed10 authored over 11 years ago by Ryan Bigg <[email protected]>
Test with 1.9.3 and 2.0.0 in travis-ci

github.com/activerecord-hackery/ransack - edffdadc75faec250363e9d5d3db336ee2f9dcd7 authored over 11 years ago by sanemat <[email protected]>
Merge pull request #208 from pdf/reorder

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

github.com/activerecord-hackery/ransack - 764eecbb20b3d672778d579c064e409ee1ad4c83 authored over 11 years ago by Ryan Bigg <[email protected]>
Merge pull request #220 from ldavin/master

Add a French translation

github.com/activerecord-hackery/ransack - 52e672f5863bd817f7f2bc7373ff77a1296d93da authored over 11 years ago by Ryan Bigg <[email protected]>
Add French locale

Translated the English locale to French (:fr)

github.com/activerecord-hackery/ransack - 88c1efbc92e27b6d1e95338fe1bfeb920c6f86e0 authored over 11 years ago by Louis Davin <[email protected]>
Fix errors and warnings with specs on rails 4.0

github.com/activerecord-hackery/ransack - 9b9fd09915ec8db31ac2fdc57e81d69c47b0e047 authored almost 12 years ago by Andrew Vit <[email protected]>
Merge pull request #215 from willnet/patch-1

Fixes 404 links

github.com/activerecord-hackery/ransack - 45617b650471f8316453096db61faa01d2a2ca6f authored almost 12 years ago by Ryan Bigg <[email protected]>
Fixes meta_search link is 404

github.com/activerecord-hackery/ransack - d0a9ed4e963f7a32bede386e4958e8318f97157c authored almost 12 years ago by willnet <[email protected]>
Fixes squeel link is 404

github.com/activerecord-hackery/ransack - a2ad5ee56151e224cc83cd8f5a1f4f4e350bda4a authored almost 12 years ago by Shinichi Maeshima <[email protected]>
Merge pull request #213 from piton/translate-common-attributes

I18n common attributes and Translate.attribute_name

github.com/activerecord-hackery/ransack - 51e216fb9912954714ee570b58af4b76c4b7ae43 authored almost 12 years ago by Ryan Bigg <[email protected]>
changed the translation of common attributes

github.com/activerecord-hackery/ransack - 08c375d4b0aa80a4fc2bc7312fce7e3f257490c7 authored almost 12 years ago by Anatoliy Pronin <[email protected]>
Reorder results to override orders applied up the chain (eg - scopes)

github.com/activerecord-hackery/ransack - 1cfebb7158e30cefb0a4f779045dac7b2963701f authored almost 12 years ago by Peter Fern <[email protected]>
Removing accidentally committed file

github.com/activerecord-hackery/ransack - a7ee60dde713d0e1ceb427092fe6664ff43484ec authored almost 12 years ago by Jamie Davidson <[email protected]>
Added simple spec to test newly added ransortable attributes

github.com/activerecord-hackery/ransack - 2ee96508cc549f211c990e7a9212949f66e2b61d authored almost 12 years ago by Jamie Davidson <[email protected]>
Separated searchable attributes from sortable attributes so either can be overwritten in a model

github.com/activerecord-hackery/ransack - 74fc9739927ffb138dae56281a2a3bbbfc9373f7 authored almost 12 years ago by Jamie Davidson <[email protected]>
Merge pull request #197 from edulan/master

Fix for spanish translations

github.com/activerecord-hackery/ransack - faf299429ea2965d4419d59fc33ad0ed07909340 authored almost 12 years ago by Ryan Bigg <[email protected]>
Fixed lteq spanish translation

github.com/activerecord-hackery/ransack - c98135e6c2795af63a8d6774ddbfbae5e4499b67 authored almost 12 years ago by Eduardo Lanchares <[email protected]>
Merge pull request #196 from KevinSjoberg/master

Fix issue #190 and #195

github.com/activerecord-hackery/ransack - 4ab1cffdac017dbb6e8a02beb37f7821ff1d906a authored almost 12 years ago by Ryan Bigg <[email protected]>
Use Object#send to comply with Ruby 1.8.7

github.com/activerecord-hackery/ransack - 39268579764f42c5548e7610fea6d0d33d1fda3a authored almost 12 years ago by Kevin Sjöberg <[email protected]>
Change RSpec configuration alias

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

github.com/activerecord-hackery/ransack - 8501b983d60e581043d50a4b33cdeb619eb88142 authored almost 12 years ago by Kevin Sjöberg <[email protected]>
Fix issue #190 and #195

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

github.com/activerecord-hackery/ransack - 53ef01b9e69234e1f406030f0cfc9404957c9c79 authored almost 12 years ago by Kevin Sjöberg <[email protected]>
Merge pull request #192 from westonplatter/master

added travis ci png status image

github.com/activerecord-hackery/ransack - 7232269a17e1af1f042f9c0ab6fb2054c797f458 authored almost 12 years ago by Ryan Bigg <[email protected]>
added travis status png

github.com/activerecord-hackery/ransack - e470d99a96b809890a1b7625ea71bb95a8dfacbb authored almost 12 years ago by Weston Platter <[email protected]>
Merge pull request #191 from KevinSjoberg/master

Update Ransack::Constants#escape_wildcards

github.com/activerecord-hackery/ransack - 0b55627de9e7197c90e3ee6946987e3e9f105685 authored almost 12 years ago by Ryan Bigg <[email protected]>
Update Ransack::Constants#escape_wildcards

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

github.com/activerecord-hackery/ransack - 40ded199689bbc4d84d88bfca94515e80b7a767e authored almost 12 years ago by Kevin Sjöberg <[email protected]>
Fix Predicate spec for wildcard escaping

This fix reflects commit 71a3938a1c9c4d593b59ac7a0c6296439cd471ad.

github.com/activerecord-hackery/ransack - 6a11aac8e8dd3230ff9baf6dd31b7462bd43c597 authored almost 12 years ago by Kevin Sjöberg <[email protected]>
Revert escaping of underscore characater from #171

Related to #176

github.com/activerecord-hackery/ransack - 71a3938a1c9c4d593b59ac7a0c6296439cd471ad authored about 12 years ago by Ryan Bigg <[email protected]>
Add CONTRIBUTING guidelines

Stolen from spree/spree

github.com/activerecord-hackery/ransack - 767675e38a35d15ddd05b91ac549c32ef125477f authored about 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #171 from labocho/escape-wildcards

Escape wildcard characters in LIKE clause

github.com/activerecord-hackery/ransack - aeab6e3e52c087069a3caa64933c4f5c8d4af1f7 authored about 12 years ago by Ryan Bigg <[email protected]>
Escape wildcard characters in LIKE clause

github.com/activerecord-hackery/ransack - fad3ac992190c3b83f0f895cfb0995f3044db656 authored about 12 years ago by labocho <[email protected]>
Merge pull request #165 from fatfreecrm/i18n_fix

Tiny translation fix

github.com/activerecord-hackery/ransack - 3542cf4f29b77218c6092d56665da0e7b92bc996 authored about 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #167 from glebm/patch-1

Use schema_cache.table_exists? method instead

github.com/activerecord-hackery/ransack - ccb66c20d18f28e1657f2bb305b6aa0173628ac4 authored about 12 years ago by Ryan Bigg <[email protected]>
Use schema_cache.table_exists? method instead

github.com/activerecord-hackery/ransack - 12aa4fa1437efe714087eeb59141522f4ab84df9 authored about 12 years ago by Gleb Mazovetskiy <[email protected]>
Removed '_' from matches_any

github.com/activerecord-hackery/ransack - 0d75aca4d0bf40ab1c536f63bb597e63f20a4593 authored about 12 years ago by Nathan Broadbent <[email protected]>
Style cleanup

github.com/activerecord-hackery/ransack - 91c6ae0e8bb7d285278ce2cffc3fe814f3f7b120 authored about 12 years ago by Ernie Miller <[email protected]>
Merge pull request #148 from lest/fix-respond-to

accept second argument in Search#respond_to?

github.com/activerecord-hackery/ransack - b36951ac582ce4e9b4fdacac98ecbc05caf3f51c authored about 12 years ago by Ernie Miller <[email protected]>
accept second argument in Search#respond_to?

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

github.com/activerecord-hackery/ransack - 375a139c0e147d2a2db54394ff20beaa8cf89595 authored about 12 years ago by Sergey Nartimov <[email protected]>
Merge pull request #104 from dancinglightning/master

Small improvement for readme

github.com/activerecord-hackery/ransack - 48bb635eb1ae45e045d3566719ddd6d2ce80d378 authored over 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #127 from djohnson/fixinfix

Fix for #111 InfixOperations breaking count

github.com/activerecord-hackery/ransack - c4e6ca54cc19f4e19823ff34b94073cb99086588 authored over 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #102 from Eric-Guo/master

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

github.com/activerecord-hackery/ransack - f9e95db22ea437463bb2d5724bd08493c0f76a58 authored over 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #118 from igmarin/master

Spanish Locale

github.com/activerecord-hackery/ransack - 0201095f2945ef96c3faeeba4831eac2d7485087 authored over 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #145 from jazzgumpy/master

Added associations (has_many & belongs_to) to README

github.com/activerecord-hackery/ransack - e903bc972b4c3c23f86b4611b22f62bf39652b38 authored over 12 years ago by Ryan Bigg <[email protected]>
Added associations (has_many & belongs_to) to README

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

github.com/activerecord-hackery/ransack - 928e63f9659d0b0af5a07aaaa66c7c2e773a38fd authored over 12 years ago by Holger Frohloff <[email protected]>
Fix for InfixOperations breaking count

github.com/activerecord-hackery/ransack - b8976d3218b44f895376efc24c4e65130a778fb3 authored over 12 years ago by Darren Johnson <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/activerecord-hackery/ransack - f38ecb30f8583a3e91b2586a6382d73ace25cfde authored over 12 years ago by Eric Guo <[email protected]>
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
...

github.com/activerecord-hackery/ransack - 953ec1b5022cbddbd0d1bb6c00b3a97044716775 authored over 12 years ago by gleb <[email protected]>
Merge pull request #117 from gampleman/master

Czech translation

github.com/activerecord-hackery/ransack - 2a6f9cc50bf80e761124cc08382dce0ba05f264d authored over 12 years ago by Ryan Bigg <[email protected]>
Added a Czech locale.

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

github.com/activerecord-hackery/ransack - 16b7394095ac75b8856e74d5ebbb752ee8216f57 authored over 12 years ago by Jakub Hampl <[email protected]>
adds 2 links to the readme to check the predicates

github.com/activerecord-hackery/ransack - e1c5b36b1841c624ff7379e249e3ad607a88259e authored over 12 years ago by Torsten Ruger <[email protected]>
Fix search_form_for fail to assign new :class and :id in options, so now search_form_for works with Bootstrap.

github.com/activerecord-hackery/ransack - 6683b85240cbd6dc7cd3cd2c7bb6609d3f2fede9 authored over 12 years ago by Eric Guo <[email protected]>
Merge pull request #97 from anathematic/patch-2

Updated gemspec to point directly at github project

github.com/activerecord-hackery/ransack - f1da420cd820159392c26b27d5922abeca459211 authored over 12 years ago by Ernie Miller <[email protected]>
Updated gemspec to point directly at github project

github.com/activerecord-hackery/ransack - 827c5391b9a38cdbca9385094a7a0301b5ecbc14 authored over 12 years ago by Thomas <[email protected]>
Merge pull request #95 from anathematic/patch-1

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

github.com/activerecord-hackery/ransack - 62a9b2cd11b712c51cb6b7199fa7abe98396ac32 authored over 12 years ago by Ryan Bigg <[email protected]>
Advanced link in readme actually links to the advanced page in the demo app

github.com/activerecord-hackery/ransack - b177cee45bc755b3f80b5cfc153ad9f63ea424fb authored over 12 years ago by Thomas <[email protected]>
Merge pull request #94 from mpi2/master

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

github.com/activerecord-hackery/ransack - ccd7b3ef3e8b8f55cb39a44d0cdb882d363b442d authored over 12 years ago by Ryan Bigg <[email protected]>
Allow adding of custom predicates that take arrays (like IN/NOT IN)

github.com/activerecord-hackery/ransack - afdd357fae80be0180ee1581895a31790f7d9299 authored over 12 years ago by Asfand Qazi <[email protected]>
Correct search_key= usage in configuration_spec

Fixes broken build #30

github.com/activerecord-hackery/ransack - e69031b78a370a4b9b07f1ab1805a145c73d241b authored over 12 years ago by Ryan Bigg <[email protected]>
Mention that search params key is now configurable

github.com/activerecord-hackery/ransack - 9ed78331524770188e5f098a5667936b77f1ce5b authored over 12 years ago by Ryan Bigg <[email protected]>
Change set_search_key_name Configuration method to be a true setter, renamed to search_key=

Related to #81

github.com/activerecord-hackery/ransack - adf40447c94842b04366394d3f35dddc3ad4d079 authored over 12 years ago by Ryan Bigg <[email protected]>
Don't attempt to use routing_proxy if context does not respond to the routing_proxy method

Fixes failing build #29

github.com/activerecord-hackery/ransack - 31a9cc9af8067318a3fbe65f1454312a8e776f7b authored over 12 years ago by Ryan Bigg <[email protected]>
Merge pull request #75 from aka47/patch-1

remove not anymore existing table_aliases method, instead use alias_tracker

github.com/activerecord-hackery/ransack - 90d18a09f8748efa6866099797a38fa555157d41 authored over 12 years ago by Ryan Bigg <[email protected]>
Remove configuration from README. Will add it to the wiki

github.com/activerecord-hackery/ransack - 086b0d68a732e0d787f8583ea37ed07799dd27a5 authored over 12 years ago by Ryan Bigg <[email protected]>
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...

github.com/activerecord-hackery/ransack - 9a71cbf8b8583c9419ce98f15d3e07a40522d7bf authored over 12 years ago by Marek Hulan <[email protected]>
Remove custom predicate stuff from the README. Will move it out to a wiki page

github.com/activerecord-hackery/ransack - 4accc86d49de19b005121ddfe1d60167865496a7 authored over 12 years ago by Ryan Bigg <[email protected]>
Added custom search param key feature refs #43

Merges in #81

github.com/activerecord-hackery/ransack - 2856ac6343befdc0a81dbc1790cd73150e0f44b3 authored over 12 years ago by Ryan Bigg <[email protected]>
Must explicitly call routing proxy method to get access to routes for engines.

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

github.com/activerecord-hackery/ransack - f3da0b529f1c35165c77061a72e70d8503b3d4eb authored almost 13 years ago by Ryan Bigg <[email protected]>
Credit where credit is due. Thanks @radar!

github.com/activerecord-hackery/ransack - 82d2a806da8157954b8c58b41f769b5d1825efa5 authored almost 13 years ago by Ernie Miller <[email protected]>
Test against Rails 3-2-stable and Arel latest gem release only

github.com/activerecord-hackery/ransack - fc8151ac49a673af7515da4910d3b322b7a0b4f6 authored almost 13 years ago by Ryan Bigg <[email protected]>
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...

github.com/activerecord-hackery/ransack - 25ba7e3a8f08dff2fd1a4da3616f01a1b6087c69 authored almost 13 years ago by Ryan Bigg <[email protected]>
Merge pull request #79 from ndbroadbent/require_active_record

Ensure that ActiveRecord is required

github.com/activerecord-hackery/ransack - adcd42a9e8b4244431958d75359d296b98061184 authored almost 13 years ago by Ernie Miller <[email protected]>
Ensure that ActiveRecord is required. (Necessary for gems that depend on Ransack)

github.com/activerecord-hackery/ransack - 42f03b4b8f17ab0268c98c3b37b91554020719ba authored almost 13 years ago by Nathan Broadbent <[email protected]>
remove not anymore existing table_aliases method, instead use alias_tracker

github.com/activerecord-hackery/ransack - ca5e404ace9e4f2f3feb8e3c9a225db46b3393c3 authored almost 13 years ago by Tim Aßmann <[email protected]>
RSpec have() runs afoul of uniq stuff in AR3.2

github.com/activerecord-hackery/ransack - 0e47ec2f610b38ea2ef7519a8bf05ed3f4a78511 authored almost 13 years ago by Ernie Miller <[email protected]>
Merge branch 'master' of github.com:ernie/ransack

github.com/activerecord-hackery/ransack - bada58acaf63e71e104bedd3b8e1e981bdeac5c6 authored almost 13 years ago by Ernie Miller <[email protected]>
Use AR 3.2's uniq for distinct don't strip order without sorts

github.com/activerecord-hackery/ransack - 8629343a649439e17cfd61d943fcc2e8f80b99a3 authored almost 13 years ago by Ernie Miller <[email protected]>
Merge pull request #69 from ndbroadbent/translation_fix

Fix true, false and null keys in predicate translations.

github.com/activerecord-hackery/ransack - 1f421e03785c2d92a2843e3ea195a619cfa62597 authored almost 13 years ago by Ernie Miller <[email protected]>
YAML parses true, false and null as literal true, false and nil values, so they must be quoted.

github.com/activerecord-hackery/ransack - 39b3d8e074de124f415e50b4babb4e7719d071c7 authored almost 13 years ago by Nathan Broadbent <[email protected]>