-
Is there a way to use this gem with sinatra?
Thanks
-
I know that a Sinatra app can be built using the Classic or the Modular style, meaning that it will require `sinatra` for the former and `sinatra/base` for the latter.
But I was wondering, why does […
agis updated
12 years ago
-
Hey there, just tried requiring your gem in a Sinatra app file, but am getting an error.
Here's what I have at the top of my Sinatra app file, myapp.rb
```
require 'rubygems'
require 'sinatra'
requi…
-
Hey Josh,
Any chance for updated sinatra support?
Pete
-
heroku before
![image](https://cloud.githubusercontent.com/assets/8393561/18622493/c623690e-7e6a-11e6-97f0-737dad3b383d.png)
heroku after
![image](https://cloud.githubusercontent.com/assets/8393561/1…
-
Would you consider merging this into the [sinatra-contrib](https://github.com/sinatra/sinatra-contrib) an option? I really would like to promote it as a sane alternative to the wide-spread rack-flash.…
-
does it need to be pinned to version 1.4?
-
Hi I've been trying for the last few days t get this running on Sinatra with GraphQL. I havent been able to get this working.
I just want to use the Redis adapter and litecable as a POC. Is there …
-
www.rubydoc.info/gems/sinatra
-
Perhaps best in sinatra-effigy. What's the call on framework extensions existing inside or outside of Effigy? Saw another ticket about that.