Sinatra Forms Params - Learn.co
Learn about Sinatra Forms Params . Start learning to code for free with real developer tools on Learn.co.
8 posts
Learn about Sinatra Forms Params . Start learning to code for free with real developer tools on Learn.co.
Sinatra applications are often a single file that contain just enough to get the job done. The framework is best suited for smaller web applications, but if a large web app requires an API or web interface for some secondary functionality, then Sinatra is ideal.
How to build an application with Sinatra, Rack and ActiveRecord?
Sinatra state management tips
How to build microservices on Heroku with Sinatra. Realy useful!
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...
Useful things to remember about using sessions in Sinatra
Faster than Sinatra? By that much? Hard to believe.