Page 113 of 127 (2525 total posts)

April 2021

06-04-2021
ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow

ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow

Source: stackoverflow.com

Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...

Tags: sinatra tips ruby stackoverflow state variables global
06-04-2021
Flatdoc

Flatdoc

Source: ricostacruz.com

A super simple automatic open source doc generator. Except I dont quite understand it. I have a feeling once I try it it will be obvious

Tags: documentation opensource github.pages