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

Use rabl with grape

Results 4 grape-rabl issues
Sort by recently updated
recently updated
newest added

I would like to be able to ``` ruby Grape::Rabl.configure do |config| config.tilt_root = -> { "#{env['api.version']}/..." } end ``` See https://github.com/LTe/grape-rabl/pull/24.

new feature

I'm [planning on deprecating Tilt::Cache](https://github.com/jeremyevans/tilt/commit/2a021538630138569532f1eb0fe62aec8edd0416) in the next release of tilt (2.2.0), as it isn't used internally, isn't thread safe, and doesn't add any real value (faster to use a...

new feature

Travis-CI is long MIA, replace with GHA.

new feature