grape-roar icon indicating copy to clipboard operation
grape-roar copied to clipboard

Use Roar with Grape.

Results 12 grape-roar issues
Sort by recently updated
recently updated
newest added

I often find myself writing code like: ``` ruby ::FullActivityRepresenter.prepare(full_activity).to_json(student: current_student) ``` or.. ``` ruby AttemptRepresenter.prepare(attempt).to_json(wrap: :attempt) ``` This gem looks great, but I can't seem to figure out an...

question

If you put `present instance, with: Presenter` inside a cache block, it cannot be serialized. That is because its implementation looks like this: ``` ruby def represent(object, options = {})...

discuss!
new feature