| jrochkind/attr_json |
483 |
|
4 |
4 |
over 2 years ago |
20 |
December 04, 2023 |
7 |
mit |
Ruby |
| Serialized json-hash-backed ActiveRecord attributes, super smooth |
| afair/postgresql_cursor |
441 |
|
19 |
4 |
about 3 years ago |
18 |
January 18, 2023 |
7 |
mit |
Ruby |
| ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set |
| namick/obfuscate_id |
337 |
|
79 |
0 |
about 6 years ago |
5 |
February 08, 2015 |
32 |
mit |
Ruby |
| Make your ActiveRecord ids non-obvious. Mixes up record ids in a simple, reversible hashing algorithm so that it can then automatically revert the hashed number back to the original id for record lookup without having to store a hash or tag in the database. |
| girishso/pluck_to_hash |
264 |
|
60 |
0 |
over 7 years ago |
11 |
August 09, 2017 |
4 |
mit |
Ruby |
| Extend ActiveRecord pluck to return array of hashes |
| tiagopog/jsonapi-utils |
207 |
|
17 |
1 |
almost 4 years ago |
34 |
April 27, 2020 |
24 |
mit |
Ruby |
| Build JSON API-compliant APIs on Rails with no (or less) learning curve. |
| metaskills/store_configurable |
123 |
|
0 |
0 |
over 11 years ago |
7 |
December 02, 2014 |
3 |
mit |
Ruby |
| A zero-configuration recursive Hash for storing a tree of options in a serialized ActiveRecord column. |
| oddcamp/active_hash_relation |
115 |
|
0 |
0 |
over 4 years ago |
0 |
|
0 |
mit |
|
| ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs. |
| codesnik/calculate-all |
115 |
|
2 |
0 |
over 7 years ago |
4 |
August 13, 2018 |
5 |
mit |
Ruby |
| calculate_all method for aggregate functions in Active Record |
| khiav223577/pluck_all |
100 |
|
7 |
6 |
over 2 years ago |
20 |
June 10, 2021 |
1 |
mit |
Ruby |
| A more efficient way to get data from database. Like #pluck method but return array of hashes instead. |
| tombenner/nested-hstore |
87 |
|
30 |
2 |
about 9 years ago |
8 |
March 10, 2015 |
7 |
mit |
Ruby |
| Store nested hashes in hstores in ActiveRecord |