Understanding Rack #2 : Notes from Rebuilding Rails by Noah Gibbs
A Rack application is typically configured through a config.ru (RackUp) file. This file defines the...
Tag archive
A Rack application is typically configured through a config.ru (RackUp) file. This file defines the...
I wanted to setup a little lab at home for years to store my internet box, domotic server,...

In the first part of this series, we set up a basic Rack app, learned how to process a request and...

Hello everyone, I'm considering repurposing a rack server unit as a desktop computer and wanted to...
You've been around in the Rails world for a while. You know your way around rails. But you keep...
Yesterday I wrote a post highlighting Basic Auth and how can we protect Rack applications mounted in...
This is going to be a really short one. It took me several hours to figure both of the following tric...

New Rack Middleware to secure your SMS messages in your Ruby apps
Rack::Reducer is a new gem for connecting URL params to functions that filter data, in any rack app.