codenoble / cache-crispies

Speedy Rails JSON serialization with built-in caching
MIT License
156 stars 14 forks source link

Investigate options to bypass ActiveRecord models #15

Open adamcrown opened 4 years ago

adamcrown commented 4 years ago

If possible, it would be nice to simply support something like a pluck option that would allow us to render data straight from the DB results, eliminating the time it takes to build ActiveRecord model objects.

adamcrown commented 4 years ago

This could get pretty tricky with nested objects, unfortunately.