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

Allow for hashes with array sorts

PR by @grokse (Kurt Ronshausen)

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

3c6817cd83cf78da4efa45773befb930e2a627b2 authored about 11 years ago
Update README: Polyamorous master now supports Rails 4.1

[ci skip]

5bdae1c3428f8e3e6208a3f0f93571c8d71c08f3 authored about 11 years ago
Allow for hashes with array sorts by @grokse

by Kurt Ronshausen

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

56e0d064fdba4dacf6b61380aaf069c18e54c3fd authored about 11 years ago
Update README: Polyamorous master now supports Rails 4.1

a2e311afac2f3da17322b3873e866824ef43d670 authored about 11 years ago
Allow for hashes with array sorts

8a1760f111f8a199fae431cb4c03a2f9d4e50aa1 authored about 11 years ago
Update README: Polyamorous master now supports Rails 4.1

674bdc9ef15457f637d168dd23b4ab463b48799b authored about 11 years ago
Update version to same as master

ebf0dbc86d0701549d898566731332ef97a4beb9 authored about 11 years ago
Update version to same as master and update travis-ci

842e307dee7934ffa684aa62818c89c8ea3ef63c authored about 11 years ago
Merge pull request #326 from noelrappin/rails-4.1

Update version.rb

37d8e4f5a043e4b6bd267519d782d0702ee02b50 authored about 11 years ago
Update version.rb

ae82813825537627ad06ee89d244a0e8802447bb authored about 11 years ago
Code cleanup [ci skip]

3bfb0e97d0960f51f25d8288cb43e249ac3f1a39 authored about 11 years ago
Code cleanup and 80 characters wide

3e61fb0f94d3aeef3d79c39b2c9b8b201eb76abb authored about 11 years ago
It's 2014 and the homepage is now activerecord-hackery

9cfd0251b5ddc6b985f6070521b7225aec89db56 authored about 11 years ago
It's 2014 and the homepage is now activerecord-hackery

[ci skip]

295aa1567f6bb13c01e2812a8848f890e95fd19b authored about 11 years ago
It's 2014, and the homepage is now activerecord-hackery

[ci skip]

eaec85a5327050331ebf456bcdf7d6d040c19ea5 authored about 11 years ago
Update travis.ci to hopefully improve running travis tests

5ebfa76c33ab61f6312a6b17c1727af3c7af9e9d authored about 11 years ago
Update travis.yml

02106b7575e250dce7e057e187ffe0dfe646b5c2 authored about 11 years ago
Fixes issue #273 - translations for namespaced models.

ActiveRecord uses i18n_key methods which return
"namespace/model_name"("namespace.model_name" in...

8abd7fdd80d9c9e7d04c41b4f5ea37345ba3d89f authored about 11 years ago
Fixes issue #273 - translations for namespaced models.

ActiveRecord uses i18n_key methods which return
"namespace/model_name"("namespace.model_name" in...

f079ab476d3f21e5fb0cfc7ca1ff9ffe77073c8f authored about 11 years ago
Merge pull request #275 from Bonias/fix-attributes-translations-for-namespaced-models

Fixes issue #273 - translations for namespaced models

82cedfca52d66f9bdf62e7f74bef1c5d295902e9 authored about 11 years ago
Get tests passing for now

fa5b400b55c551a602808477fbaec929e80fda02 authored about 11 years ago
Update Gemfile, gemspec and travis-ci

Tests should be passing now.

776e0de64e7b2e3e5fd7a1db9cf21fc0102d8455 authored about 11 years ago
Merge pull request #325 from huoxito/update-master-readme

Update README about Rails 4 and 4.1 branches

1f1acce007b1bb20f9514c3d27d509182aeb8c97 authored about 11 years ago
Update README about Rails 4 and 4.1 branches

Conflicts:
README.md

fff3fcbee180dcb629aa3971a31b60b837f7e606 authored about 11 years ago
Update README about Rails 4 and 4.1 branches

7abfe71d69dcc2d6c6765a26e8def654e41977c5 authored about 11 years ago
More README tweaking

a87d145eaba1303f2f883e61684bc81c61f79d5c authored about 11 years ago
Update README about the Rails 4 and 4.1 branches

613386f794ed8f5be9b562e1921b567fd195b753 authored about 11 years ago
Update travis-ci tests to Rails v4.1.0.beta1

2acd9a7303fc0407d053a91a4cae1ef491429bbf authored about 11 years ago
Merge pull request #324 from huoxito/rails-upgrade

Internal changes for Rails v4.1.0 compatibility

b1168c649e7d2dd8c38797344c80d876a70a3ffc authored about 11 years ago
Build a association hash to keep track of their parents

Avoid building same associations twice, there was a time we could check
the parent in the JoinAs...

3d60ab395bd467e033909b2a58bd3f1f7221a978 authored about 11 years ago
Build arel nodes properly for associations found on the fly

By constructing the table aliases again from the main join_dependency
object which can keep trac...

a61baabf78cd29c1d1e88a28c493bffff9a1769e authored about 11 years ago
Pass a JoinDependency to object.joins

Help to give a more accurate query. The nodes for the condition itself
however are not being bui...

e3f2533503e3a8f24491e637e75a07b16763efeb authored about 11 years ago
joins no longer receives a JoinAssociation object

Plus construct the associations on the already created join_dependency
instance rather than crea...

52bb5d006882e66ed4e9bf1775ef11735dfd80fe authored about 11 years ago
Inspect object on error message for klassify

f9902e5171cee9c5fca746ca3490c406b854327b authored about 11 years ago
Start working on JoinDependency hacks for Rails 4.1

Conflicts:
lib/ransack/adapters/active_record/3.1/context.rb

283e05c55b2c088502029816062ebb79d9be09a8 authored about 11 years ago
Update README regarding Rails 4.1

fd9811e2c23c6406eb38c848caa46a53e2e1392d authored about 11 years ago
Test with Ruby 2.1.0

1714014b64cdbc18625d3f917fcad08a1da7c01b authored about 11 years ago
Test with Ruby 2.1.0

ee6e15d2ee523146bde1580c753d32affb87e8ef authored about 11 years ago
Test with Ruby 2.1.0-rc1

91bc50a55d22113cf201fd74dcac64e12b027f84 authored about 11 years ago
Test with 2.1.0-rc1

0022a80145257a139346cb8d142845ce0c241f78 authored about 11 years ago
Update README to add links to github demo code

d3edb59d95241764c59cd5d4275cdd5b0b1de601 authored about 11 years ago
Revert last commit and commit the README as intended.

72c193239bc06d0cec8286a55674ce3468ee3548 authored about 11 years ago
README: add links to github demo code, missing line spaces,

and activerecord-hackery links.

884d1a269589782dc244cdd0316125141a6ac046 authored about 11 years ago
README: use activerecord-hackery and add a missing line

446babb75d0638ad08c93cc049f81e3e8990eb96 authored about 11 years ago
Update README for Rails 4.1 and add a missing period.

3e5402848a8f3c636c0f0b29971e8712430a3f52 authored about 11 years ago
Update README concerning Rails 4.1.

45504396126b8dc085a39971722ef53d2617c817 authored about 11 years ago
Add missing period in README

2934d849f0501875acced1bb8661d9d900f79fba authored about 11 years ago
Explicitly define and require dependencies

575003e23f01358380cc3ef95f3fc04404b8e757 authored about 11 years ago
Code cleanup

787eb3c1d19c0dbe9dbef346733a1ee509ff4587 authored about 11 years ago
Merge pull request #320 from seanlinsley/318-followup

require the whole of Active Support's core extensions

add49ea4f4d5a2a64eaf0690aca26329acb01a1c authored about 11 years ago
Minor code cleanup

80 characters screen width

cb84f7f7b558976892e0ad93aaa5182b5621fdc3 authored about 11 years ago
require the whole of Active Support's core extensions

this is a follow-up to #318

bb1bd746bc14bb0ab77449fa969d51e1c4436e12 authored about 11 years ago
Code cleanup

1e24b6090627a5fde0ac4c1dce2c9639c7d8661c authored about 11 years ago
Merge pull request #318 from tylerhunt/require-dependencies

Explicitly define and require dependencies

81e9406c6dfd387dc72072721ce4fd19506b448d authored about 11 years ago
Code cleanup

80 character margins

155278c6bbf2f27bc29c055394574a8606465497 authored about 11 years ago
Remove unneeded arg from form_builder_spec.rb

43fe25c85e51c90dc6ea2f45fa5902ebf12972af authored about 11 years ago
Code cleanup

8df62abfba5eaeac0cad01da73488aae07872775 authored about 11 years ago
Catch up with commits on master from PR #316 and #317

PR #316 related with #159: remove `respond_to?` from Ransack::Search
PR #317 Allow specifying de...

33297e16f0403a51e342bf1c93ce78e3cd67cf93 authored about 11 years ago
Refactor form_builder with PR #317 default attribute & predicate via options[:default]

Affects `predicate_select` and `attribute_select`

a1d4c6e081b338f74d9dfedb9c8e59a72cafe8af authored about 11 years ago
Remove respond_to? method from lib/ransack/search.rb

f7ba5ef98658af887b0f60ef960405f2461e809a authored about 11 years ago
Remove Rails 3 conditional and code cleanup

b32b0a45fb8cf49f61d59a62e6e49e40b7ff590c authored about 11 years ago
Explicitly define and require dependencies.

b1a8e020b07296abceb19c2fab7551963bc1c59d authored about 11 years ago
Refactor form_builder

382537bc55c7d95b4a42dcc3d826b8467c132bb3 authored about 11 years ago
Code cleanup

025e229bfecea57734c60b2414f0986fd0a95111 authored about 11 years ago
Merge pull request #317 from pdf/default_select_options

Allow specifying default attribute and predicate via options[:default]

935af8a4465b51c87d8f2bae33f0b5c7bed550b4 authored about 11 years ago
Merge pull request #316 from sineed/fix_159_2

related with #159: remove `respond_to?` from Ransack::Search

9f0836d1fafd1ebb869c2a21c810050e1d0f8060 authored about 11 years ago
Allow specifying default attribute and predicate via options[:default]

Affects `predicate_select` and `attribute_select`

5b401947c99ad17bc5a20a02857c7da75a757dab authored about 11 years ago
Code cleanup

7d452627ddc7b5ff3b60d79e0b3d76bede459701 authored about 11 years ago
related with #159: remove from Ransack::search

c33fbddcc09c054072a11a6c1711f6d5716c44f1 authored about 11 years ago
Code cleanup

984059e63f2cee1295a34e5a4419cfc60fb004dd authored about 11 years ago
README: update links to "activerecord-hackery"

b251fd1a0e9f33061d7c9ae792ff7c123bdff587 authored about 11 years ago
Code cleanup

indentation, spacing, and 80 character max width for readability

06f99e424c414e83994671f99fca6b4bd4410340 authored about 11 years ago
Refactor options order in form_builder methods

180ec8f7e3ca0dd7e1dde0b15802cd039844300f authored about 11 years ago
Form_builder: More coherent args order

c723d71b5e2b8ed6ae5107f815b33138ea59feba authored about 11 years ago
Refactor form_builder further

d7b7a3f35af662d24ba667c1d373c44f9cb65829 authored about 11 years ago
Refactor form_builder a bit more and

replace “template_collection” method name with the more apt
“template_collection_select”

322e60ebc2ae5ba1721d5676a1415ce9ab13565f authored about 11 years ago
Refactor form_builder further

b6ff84e45f19a2c4498fdbad7efc5d9161da232c authored about 11 years ago
Refactor form_builder

914a0d7a1357d1893cedf5ad4a3dbbf36ed2fadb authored about 11 years ago
Refactor lib/ransack/helpers/form_builder.rb

and code cleanup

a128557828ff59fb6d9ac1962f723a7d92ff6743 authored about 11 years ago
Add MySQL test fixes missed in last commit

4bff6c4d7ed4cf4396b11d353e94d9be82b99775 authored about 11 years ago
Merge @radar's MySQL test fixes

954bfd10d15e41b7a1b842947051ae782ebd8449 authored about 11 years ago
Gemspec update mysql2 gem and simpler travis-ci

Tests all green on my machine but breaking in travis…

bd07f588d44dda23ee60859045604fdac845723a authored about 11 years ago
Remove unneeded Rails 3 conditional from Gemfile

9234f2370f57b41ea1335cd1315cc7759082b245 authored about 11 years ago
Catch up with changes in master branch

0a2e4caaa9f5f3d376460cd851663c8dd2de62d1 authored about 11 years ago
Update README to reference "activerecord-hackery"

and describe the “rails-4” branch.

7582f12c029cf5e427cd4ec324acc6a8f4a0fcf4 authored about 11 years ago
Merge pull request #294 from Alejandro963/master

Fix bug using separate white lists (search & sort)

6d8854327ffda1a68c009c39179a259a6dd1b696 authored about 11 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
spec/spec_helper.rb

c1e531a9a4d452e30916615cf9f2bbb4a0d7087d authored about 11 years ago
Fix issue where trying to add a polymorphic field in search form resulted in NameError

Fixes #159
Fixes #313

f491cb2ad07fbbf89ac4175785b7a7bfe5c46665 authored about 11 years ago
Fix issue where trying to add a polymorphic field in search form resulted in NameError

Fixes #159
Fixes #313

37dbebc579cbf797f6715109770e09099b1f5599 authored about 11 years ago
Fix mysql issue on Rails 3.0

86edf0b068078c44c3e4c797ba74ec124e7667ad authored about 11 years ago
run backslash test

ec3e9521654b9f697a5ab0a5a90d06b428c64fdb authored about 11 years ago
Merge remote-tracking branch 'upstream/master'

d76aef237bc4883fb990e45f57d53d257b9827a2 authored about 11 years ago
change collating sequence to fix mysql search issue.

2ac274588976c571da9551b6cb7134a8014a6e14 authored about 11 years ago
Merge pull request #314 from GeekOnCoffee/patch-1

Fixing TravisCI link properly

ad5cd7a8b03ee95bd0f8baceb9d61401c4f1eb51 authored about 11 years ago
Fixing TravisCI link properly

7869d937a4ce09341b449bd297b394dab7ec810b authored about 11 years ago
Penderize annoying mysql-only failing test

bc58fbef249d29ad88ac6c3fee44111dd9e0c610 authored about 11 years ago
improve predicate lookup performance from .7 ms to .1 ms

Fixes #309

98948773e48c7f33fc17aa22ce161ee88fdebf36 authored about 11 years ago
improve predicate lookup performance from .7 ms to .1 ms

Fixes #309

21a05656c3d7d350f66b41fbb9dd46736d38cfe5 authored about 11 years ago