-
```
I was able to 'gem bundle' everything, so I have sinatra in my
./.gems/bundler_gems directory. However, when I go to run the appcfg.rb
bundle it says it can't load sinatra. I have tested with b…
-
Rails is pretty heavy for what this needs to do, however, originally I made the call for Rails just because it had most of the things needed. I don't really intend to migrate (mostly time). I just wan…
-
Hi I have a rather simple service Sinatra, tested via Rspec, The Other API are Node applications and are using API Blueprints. I would like all of the documentation to match, so I found this little aw…
-
When using sinitra 2, simplying requiring sinatra advanced routes lead to stackoverflow.
```
require 'sinatra'
require 'sinatra/advanced_routes
```
leads to:
```
(eval):2:in `method_missi…
-
Hi,
I'm trying to bundle this gem with data mapper in my sinatra app, but somehow it cannot be loaded. I have them defined like this in my gemfile:
gem "data_mapper", '1.2.0'
gem "dm-…
-
Can this be used with Sinatra , Padrino or any other non-rails apps?
thanks!
-
Hello,
Any plans to support Sinatra 3?
-
Any progress on cache support for Rack/Sinatra apps? Right now, it's exclusive to Rails, but I read in the docs that there are plans to expand that support.
-
can add one demo for sinatra?
-
Would it be possible to add sinatra-book also to rubygems.org?
Primary reason for this question is simply convenience; I use lots of gems via "gem install" more than I use github, actually. I don't…