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 #703 from camelmasa/changelog

Update change log with PR #692.

833d500dc77a659a53af9c8feecb33b751e756f6 authored over 8 years ago
Update change log [skip ci]

1da5784586079fbbdabb308bcf71aad60ec2842d authored over 8 years ago
Require `pry` where it is launched

It's 4 am, time to go to bed.

6a059ba95610f3839a2aaae9562d90b50910b594 authored over 8 years ago
rake console: just load console, without rspec

and without spec_helper.

Follow-up to 2cc781e.

f2e85adecee7fc657279e33041cabe65c8ee4117 authored over 8 years ago
Make Ransack's `rake console` great again

- make it work again 🍾

- and have it load the Ransack test data 🍰

Please let me know if this c...

2cc781e6a9b90ff215db3407d145bc70637d5ae5 authored over 8 years ago
Make test query work with Rails 3 and 4.0

because ActiveRecord#second was added in Rails 4.1.

943fe31c2f6099d4cf965ac6a5f013bfcc2653cb authored over 8 years ago
Add tests on passing arrays to ransackers

Follow-up to PR #692.

98df2c5b5256df737c0c1809330c5340f7a0cea4 authored over 8 years ago
Public method hooks for the order arrow defs

and inline the conditional.

e489ca77895c08ffd8523845c6957d75b2b2ad76 authored over 8 years ago
Replace arrow constants with frozen strings

These constants are only used once in the code base and constant lookup
is slower than frozen st...

c0dff3384c8e0d5d98c51d8a3c319d29236f4b9a authored over 8 years ago
Freeze arrays in FormBuilder#sort_array

5280ecfab5e4de371467235ea51bb6408b5f9fb4 authored over 8 years ago
Merge pull request #692 from camelmasa/fix-ransack-condition

Fix returned value when several predicate.right

2b2bd1db3362df5faefaf32e38de9beabfa9c8ab authored over 8 years ago
Fix missing Ransack::Constants::ASC constant

Missed this constant 😳

Closes #700 (thanks @igorkasyanchuk).

aece23ce2103e09658a4776710b521ae2143608e authored over 8 years ago
Release 1.8.0

73e7da9fd2f5334e72b6d7f170afdcc58d07eec7 authored over 8 years ago
Update change log [skip ci]

00d3bbbb5e82fbf0a22c93e8c1bae67677615f7f authored over 8 years ago
Name AC::Parameters tests with aspect under change first

[skip ci]

506692308e0d8607761a9fcdf672c1c138137dca authored over 8 years ago
FormHelper: convert params#to_unsafe_h only if Rails 5, add tests.

This adresses an issue correctly brought up by @ryanswood in PR #644
concerning Rails 4.2 where ...

14e66ca59e84e838d7ac5ac289f5f97abb8e99f3 authored over 8 years ago
Run Rails 5 first in Travis CI. TODO: rationalise/dry up the matrix.

9072028c20fc74aeae5a02d9bce5ff216d951379 authored over 8 years ago
Faker gem version > 1 breaks Ruby 1.9 tests. Revert to v0.9.5.

b78f5054c16198a4f5d1900700bbeb3daaae6d7c authored over 8 years ago
README: Use Ransack master for Rails 5 for now [skip ci]

da974075cb0826250dd2fb6bb208f05ce0c37557 authored over 8 years ago
README: ✂️ extra lines and spaces [skip ci]

e7df6a2bddf065a955aff7a048394710ae24b3b1 authored over 8 years ago
Update README code examples defining class methods as private

[skip ci]

b30f1e0cd01e00e32508f9271ffa52f8128b634d authored over 8 years ago
Gemspec: Update faker and pry versions

5afbaa0a81f5cc593ef9bb54d7131bfee09a1da0 authored over 8 years ago
Gemfile: Bump to Rails 5-0-stable

0cfb9602cdb39431bb9103721c7e655839a7ba09 authored over 8 years ago
Add Rails 5-0-stable tests to Travis CI

ce9c3ce52137ae09174031a0046d7049ff4e75b6 authored over 8 years ago
Temporarily remove Mongoid tests to speed up Travis CI suite

7f4f37fab7ae8a5aa1388ff8e2294b0cae7a5a07 authored over 8 years ago
Merge pull request #688 from guilhermekbral/pt_br_locale_adjust

Small adjustment in the null key in pt-BR locale file.

fd94685abc0d18d30a730a57fb3dbd8aff048f7d authored over 8 years ago
Fix value when several predicate.right

ba94e693851c1b1ad3a1ff673fca0210b114389a authored over 8 years ago
[skip ci] adjusting pt-BR locale null key

869208e33f58e1b81e4e3a62f9ddab2bf6ecb6ab authored over 8 years ago
Add list of predicates to readme

a494d0de8fe52a0a896e9016ae722c195f2eea0c authored over 8 years ago
Merge pull request #674 from sibevin/feature-add-zh-tw-locale

Add zh-TW locale

64d8c402e6e79e8ec2966a15c35b98196813ef8e authored over 8 years ago
Add zh-TW locale

7368d756ad15651098846b15e9fbe254ea47fadf authored over 8 years ago
Update README.md

update examples with valid syntax to define class methods as private

6cb09da8a0f68208f209e4131d616f4df9e25d8c authored over 8 years ago
Update Change Log [skip ci]

ebc4ccadbe15e8a10c653c196a9a05c2209eab50 authored over 8 years ago
Clean up specs added in PR #665

ef9503632f45567f818ec4242512b67aabe548cd authored over 8 years ago
Merge pull request #665 from network-for-good/uniq_conditions_with_ransack_args

Ensure conditions differing only by ransacker_args aren't filtered out by uniq!

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

* 'master' of https://github.com/activerecord-hackery/ransack:
Added danish locales

699becb889d2c9b218575709ffb1ea6cacc7d537 authored almost 9 years ago
Update Ruby versions for Travis CI to 2.3.1 / 2.2.5 / 2.1.10

c075659ed36015746057e591806ffd38906a4fa6 authored almost 9 years ago
Ensure conditions differing only by ransacker_args aren't filtered out by uniq\!

6094adca47bb0307f30af94d4095351e63fd9fec authored almost 9 years ago
Merge pull request #663 from kaspernj/danish_locales

Added danish locales

ae6d58cba5fb60347fb2e64aa4940c844a42d535 authored almost 9 years ago
Added danish locales

428f6f0c2f959e3d008e6e6e3c9d616dbb31c919 authored almost 9 years ago
Update change log [skip ci]

d07262b415aab98e58dd1723c16b9272d82dd8b7 authored almost 9 years ago
Merge pull request #659 from neb2000/master

Use Ransack::Adapters.object_mapper.require_search

e649c1e13ffa7f93a9803663dc8276821055153c authored almost 9 years ago
Use Ransack::Adapters.object_mapper.require_search to match the new refactored Ransack::Adapters (Fixed the build)

ef4bda2bc8f1c570d0db8beb2b471aa60709ec31 authored almost 9 years ago
Refactor Ransack::Adapters from conditionals to classes

94a404c03a50d44092589f2f7e07e758057fbf2f authored almost 9 years ago
Use explicit conditionals in Ransack::Adapters

TODO: Refactor to remove conditionals

5bab95c2a13c0f17762bbc6d1e8536fc475d1487 authored almost 9 years ago
Improve line spacing

34daae77502578fbd43b4e65f071807b4d7dc2f4 authored almost 9 years ago
Travis-ci: Temporarily allow failures for Mongoid tests

50af43e3a75e0c8a57b315deb035114d11c50c6b authored almost 9 years ago
Travis-ci: Change test order

8f61e167a174c52daca9b1ed867062ea68a13c74 authored almost 9 years ago
Gemspec: bump Polyamorous from version 1.2 to 1.3

2d7a0a391c36cedeb278292d05ec99760f12c1d2 authored almost 9 years ago
Gemspec: bump RSpec from version 2 to 3

fc74e00dda0eb805307d62cf0c84c0f7e4821f6f authored almost 9 years ago
Fix rspec-mocks `stub` deprecation warnings

600892e132b421561e7faecb2e7ae25d50d4f831 authored almost 9 years ago
Update change log [skip ci]

4d28609af74f589f2f65e276bbea6afe79178c88 authored almost 9 years ago
Add test for AC:Parameter object params in sort_link

Follow-up to PR #644 by @ryanswood.

Closes #644.

b1cfed8fa902b4fa7b6c9438dcb88de49eeee958 authored almost 9 years ago
Remove deprecated dynamic routes from specs.

The tests pass without them and they don't seem to be needed.

3a3cb8a153342c68c987296c5f09757404a1791d authored almost 9 years ago
Remove unnecessary commit urls from Changelog [skip ci]

The commit url is useful when there is no pull request; otherwise, it
pollutes the log.

b6ab22f4c47004124129c07118b41f5258357811 authored almost 9 years ago
Silence dynamic route deprecation messages in Ransack specs

Using dynamic :controller or :action segments in routes has been a
source of a number of securit...

c9aab552da8faaba8158cd855bdd21ad239de667 authored almost 9 years ago
Merge pull request #645 from avit/negative-association

Respect negative conditions for collection associations + refactoring.

367558412879754fd08ecf2085bec0d48440bd7c authored almost 9 years ago
Add new method stubs for mongoid

7f1235adb5a7c0ee3ac01913d076ffc805f66ec0 authored almost 9 years ago
Query for negative associations as subquery

When a collection association (has_many, etc) is searched for negative
conditions (NOT...), a JO...

96d0fd75ade6a6ca019ccc03cca6d876f0e12ecf authored almost 9 years ago
Silence deprecation warning

eb8257092a60dc64ef391de1347eed0284d1651a authored almost 9 years ago
Inline internal method

43cf9ec33ebbf38c580cf9f5bff0c3f211811a8b authored almost 9 years ago
Load older versions as overrides to share logic

a873c63db0e762ad9c744cf9d5d7916b5a7d4caf authored almost 9 years ago
Confusing private arguments and method names

55e56acd0adb613545e453d85a064aae0f955693 authored almost 9 years ago
Refactor: inline private method

00631f969d615ccf48f89cf33dadd841780100b3 authored almost 9 years ago
Clean out unused constant references

4b1544898cc2f4d15b69f964f09ececa71fd6e92 authored almost 9 years ago
Refactor build_or_find_association into separate methods

17742fd0bf952e01be7345bf7105afd61082e5e0 authored almost 9 years ago
Tell if a condition is negative

3df134e08e798d077155e24005138d4b6d1bdfd5 authored almost 9 years ago
Refactor: condition handles binding of its attribute

235eae3b825e16a6a02e37423b2d24f6cda97da5 authored almost 9 years ago
Merge pull request #640 from simi/patch-2

Use main repository link in CHANGELOG.md. Follow-up to #604.

3258d255f73b9b0a4cdfd74d227c34e95fb53433 authored about 9 years ago
Use main repository link in CHANGELOG.md.

[ci skip]

d77b74409daca46dd6b54e89460e37522e646bf0 authored about 9 years ago
Merge pull request #639 from simi/m5d

Follow-up to #636: update README & change log re Mongoid 5 support

c9ee115538e97d1658b21240ca3ad3a5bd7a73a1 authored about 9 years ago
Update documentation with Mongoid 5 support.

[ci skip]

e8aaedec66d7739a657702d7947704245bed1282 authored about 9 years ago
Merge pull request #636 from simi/mongoid5

Support Mongoid 5.

1aab5baf39665135e3fd6af8af57513ee779b7d4 authored about 9 years ago
Support Mongoid 5.

9e5faf4ab97df1276dc555e90eb9f8dd5bda91c0 authored about 9 years ago
Remove inline conditional from constructor back to private method

Follow-up to #634.

b65c97e49e34b2925816372d58903d3e40030964 authored about 9 years ago
Merge pull request #634 from seanlinsley/rails-5-params-refactor

Rails 5 params: instance_variable_get -> to_unsafe_h

e32017842d3a195906ca4156759bfd7cfa215d7a authored about 9 years ago
Rails 5 params: instance_variable_get -> to_unsafe_h

`search_params` didn’t need this behavior because it’s using the
`@params` variable that’s alrea...

989d69f523426b0ca44b564591eb40aac51e4fb0 authored about 9 years ago
Add README doc and fix CHANGELOG for PR #604 [skip ci]

Closes #633.

ceb136f252a08910ed2cf25ed09ee1ffed94bbca authored about 9 years ago
Travis-ci: expect Rails 3.1/3.2 with Ruby 2.3.0 to pass.

4f8ed0a1351d30d16838a1f5cedb015ad9d95c25 authored about 9 years ago
Merge branch 'master' of https://github.com/activerecord-hackery/ransack

* 'master' of https://github.com/activerecord-hackery/ransack:
Update changelog

e139cdaefbae382c0f618ca4f3ee094504af3811 authored about 9 years ago
This was moved from Squeel to Polyamorous [skip ci]

6838220eceb3ac239beb020724573a8e5634841a authored about 9 years ago
Merge pull request #630 from dalpo/feature/update-changelog

[skip ci] Update changelog (follow-up to #604).

c53f7b47f0ecee8d690c374229ba50a90d2fbfdd authored about 9 years ago
Update changelog

cc04c2a0d74b8c9ab95f14a8d2869125d872e34d authored about 9 years ago
Gemfile: bump Mongoid back down to v4

1511b354bdf273613eb8b501ffdd59c23a70d027 authored about 9 years ago
Wrap lines at 80 chars

912252719201db22f17dee022eb5dfd3097b4ea1 authored about 9 years ago
Fix specs broken by Rails 3 on Ruby 2.3.0.

With the new Ruby 2.3.0, Active Record 3 association conditions are not
being recognized when us...

0e671acc188ce6f3484459e5bfe1f2b42358c35c authored about 9 years ago
Do not run the datetime_select spec when Rails 3.1 && Ruby 2.3.0

625741fcd1a9fc3b7e6f75f6a34539527fea338f authored about 9 years ago
Gemfile: bump Mongoid from 4 to 5

3cd5198558bc1f57ff325f672e47960ca8153a53 authored about 9 years ago
Allow Travis failures for Rails 3 with Ruby 2.3 until debugged

264be2507284ec6f21e236954b3c6c413e96b145 authored about 9 years ago
Test all versions with Ruby 2.3.0

bf40c5f13f66b0a351938b15a411a8184a196fb3 authored about 9 years ago
Remove copyright from README; it is already in the LICENSE file.

[skip ci]

0524dcdc3b735cd6ea1e5f0f97619d10fb9d6586 authored about 9 years ago
Remove unneeded `before` block test setup

2ba9aaf593b6d37e0b2a983605a148367c82079e authored about 9 years ago
Simplify doc comment, wraps to 80 chars [skip ci]

66c0c4afe49b413b4319fa3ed8195cb2efd03a3d authored about 9 years ago
Merge pull request #604 from dalpo/feature/sort-link-block

Add block argument for sort_link

997b8561d0f205a3afc781d7b639e33e34a38efd authored about 9 years ago
Fix Adapters::ActiveRecord::Context for Rails 5

This should fix Rails 5 not passing the spec ActiveRecord::ContextSpec
"join sources can be rejo...

2a3759317a4486ef47ab99cc5cba4b6fa31794a2 authored about 9 years ago
Use Ruby 1.9+ hash syntax

ebf387717349c9103acc2619ec7cad4b7b1950ef authored about 9 years ago
Update docs to state that #search *will* be deprecated in v2.0

[skip ci]

e4975374ea0395dff1b10bb4b76fcb2f3d73b6ac authored about 9 years ago
Use same Added-Fixed-Changed order throughout Change Log

[skip ci]

7070d40b03dfcac74f53924d89b25ad3f725ca32 authored about 9 years ago
Wrap lines at 80 chars, follow-up to #626 [skip ci]

5b2351b655a450bc861ad80797d6878d19600708 authored about 9 years ago
Merge pull request #626 from rzane/document-ransack-alias

[skip ci] Document the use of ransack_alias. Follow-up to #623.

926e316528ad877efd886cf084d823112690dc12 authored about 9 years ago