Christophe Moins

Joined

4,330 Experience
43 Lessons Completed
0 Questions Solved

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