codenoble / cache-crispies

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

Rename cache_render method #19

Open adamcrown opened 4 years ago

adamcrown commented 4 years ago

The name of the method implies it will always cache, even though that's off by default. Probably best to change it and keep the alias around for backwards compatibility.

uxxman commented 3 years ago

How about render_json? I can setup a PR if you want :)

sasharevzin commented 2 years ago

How about render_json? I can setup a PR if you want :)

Do it