ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
208 stars 51 forks source link

Render pure Ruby #44

Closed mull closed 9 years ago

mull commented 11 years ago

There isn't an engine for it, but is there currently a way to just return a Ruby hash? We often just want to get a pure Ruby hash representation of the data Rabl would produce. We opted to change to RablRails for the sake of speed, but can't due to not being able to render hashes.

I'd love to implement it myself with some guidance...