sinatra-flash icon indicating copy to clipboard operation
sinatra-flash copied to clipboard

TODO: one-line summary of your gem

Results 8 sinatra-flash issues
Sort by recently updated
recently updated
newest added

After run test on a sinatra application we found next error "sinatra-flash-0.3.0/lib/sinatra/flash.rb:15: warning: instance variable @flash not initialized" We fix this issue adding a simple "defined?" method. BR

Hello, Attempted to use the sinatra-flash gem with my app and get the following error of "undefined local variable or method 'flash'" when I try to run my app. #...

It would be helpful if the styled flashes would support Bootstrap's [Alert](https://getbootstrap.com/docs/3.3/components/#alerts) component: `...` Is there an easy way to change the CSS class from `.flash` to `.alert` and `.alert-success`?

For anyone else who made this oversight while using [Shotgun](https://github.com/rtomayko/shotgun), be warned that sinatra-flash appears as though it isn't working, but really it is. I'm assuming this is because Shotgun...

Gives an easy way to style the items in the list of flash notifications, instead of just the whole div of flash messages.

Would you consider merging this into the [sinatra-contrib](https://github.com/sinatra/sinatra-contrib) an option? I really would like to promote it as a sane alternative to the wide-spread rack-flash.

I don't like mix ' with " in html attributes, but oirginal version of sinatra-flash always use '. I wrote some few characters for style.rb, and now it's possible to...

This gist https://gist.github.com/3899237 demonstrates a problem I discovered while testing. It can be run as a standalone test. When making consecutive calls to a sinatra app, the whole of the...