-
Hi folks,
While doing a quick audit of dependencies in my application, I noticed that the paper_trail-sinatra gem is released under the quite restrictive license of GPL 3.0, while paper_trail itsel…
-
Could cover things like:
- walk through of basic sinatra functionality
- when to use sinatra instead of Rails, and when to switch back to rails
- when to make use of Padrino, a sinatra framework
- rev…
acant updated
6 years ago
-
The `Tebafile` is a configuration file used by Tebako to define how your Ruby application should be packaged. It typically includes information about the application's dependencies, metadata, and the …
-
Sinatra has the some protections enabled by default
https://github.com/sinatra/sinatra/blob/5640495babcb4cfd69ba650b293660b7446402da/rack-protection/lib/rack/protection.rb#L46-L53
but the reacti…
-
Setup docker for dev environment
References:
- https://www.codewithjason.com/dockerize-sinatra-application/
- https://www.honeybadger.io/blog/how-to-deploy-a-sinatra-app-in-docker-to-amazon-s-e…
-
I can't figure out why my Figaro keys are not recognized in a Sinatra app:
```
#main.rb
require 'sinatra'
require 'sinatra/reloader' if development?
require 'figaro'
get '/:logger' do
logger = pa…
-
Be able to list the routes defined by a Rack/Sinatra application.
-
hello Tijn,
i have just installed your fork of git-wiki.
when i click on the export link in the menu i got this
> > application error
> > NoMethodError at /a/tarball
> > undefined method `header…
-
I am proposing this that we can have a short term course on "Building Simple Web Application on Sinatra" under `languages -> ruby -> web -> sinatra`.
If the above navigation looks too long than we …
-
### Current behaviour
I have a sinatra app. By default, Sinatra app is a rack application and rack comes with its [Rack::CommonLogger](https://github.com/rack/rack/blob/main/lib/rack/common_logger.rb…