Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Christophe Moins
Joined
Activity
+1 for an episode on service worker with rails ;-)
Posted in User Onboarding Progress Bar Discussion
Interesting episode, it should be great to have one on a gem named "Merit"
Merit adds reputation behavior to Rails apps in the form of Badges, Points, and Rankings.
https://github.com/merit-gem/merit
Great video thank you! I'm currently implementing aggregations in my apps :)
Aggregations sort could actually be made by elastisearch itself.
See in searchkick docs :
Product.search "wingtips", aggs: {color: {order: {"_key" => "asc"}}} # alphabetically