Darren Jones Author Archive

Sinatra Flash

The flash is a handy little helper method in Rails that lets you store information between requests. When your application processes a request, it usually ends by redirecting to another url, which generates another request. The flash is a hash-like object that…

Continue Reading…