Hi there, I'm Rumble 👋
Hi, I'm Rumble Huang, a full stack Ruby on Rails developer with back-end, front-end and server management skills. And also an indie game maker.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseAllow you to pluck attributes from nested associations without loading a bunch of records.
Simply cache whatever you want by using cachers which will help you maintain cached objects and expire them when they are changed.
Provides a simple way to find records in the same order of input array. Has better performance than manually sorting. (Support both PostgreSQL and MySQL)
An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.