-
Usually doing a Get to verify README.md exists works but periodically it fails, but UI shows README.md. This looks like a timing issue.
```
➜ git-webhooks git:(master) ✗ docker logs -f ae0de7332…
-
http://www.sinatrarb.com/contrib/namespace.html
Would be nice to be able to namespace the rest routes from RestApi:
``` ruby
namespace '/api' do
namespace '/v1' do
rest_resource '/book/:id' do…
-
Starting the bot using `celluloid-io` is not compatible with signal trapping. I discovered this when using Puma to run a threaded Sinatra server. Sinatra has code that traps exit signals so that `ct…
-
I'm testing freshcerts for use cases in our server envirorement. I tried to obtain an certificate for one of our subdomains. I was not able to resolve this error to wrong input and think that there is…
-
it would be nice to have an integration test that shows how the railtie behavior works in rails apps and that rack apps can use this gem without the autoloading behavior.
-
Hi!
I realize this might be far-fetched since the gem has not been updated in a long time, but is there any possibility that support for Ruby 3.x will be implemented?
Ruby 3 introduces [breaking…
-
@all, 切换到dev-sinatra吧~
``` shell
[voidmain@MacBook teamarks]$git fetch origin
[voidmain@MacBook teamarks]$git branch
* master
[voidmain@MacBook teamarks]$git checkout dev-sinatra
Branch dev-sinatr…
-
It seems this repo stopped working with the latest Stripe releases. I'm testing it against the latest standard integration example. The heroku server returns 500 all the time for create_payment_intent…
-
I see the following in the logs whenever I select "All" and hit "Search".
NoMethodError - undefined method `first' for "_all":String:
/usr/share/kibana/rashidkpc-Kibana-41a1298/lib/kelastic.r…
-
As far as I can tell mongodb_logger should be able to support Rails 5 once Sinatra is Rails 5 compatible ([issue here](https://github.com/sinatra/sinatra/issues/1135)).
Meanwhile anyone coming acros…