growlyflash icon indicating copy to clipboard operation
growlyflash copied to clipboard

Growl-styled flash messages for Ruby on Rails and Bootstrap

Results 8 growlyflash issues
Sort by recently updated
recently updated
newest added

Due to the deprecation of `URI.escape` (see https://github.com/ruby/uri/commit/61c6a47ebf1f2726b60a2bbd70964d64e14b1f98 and https://github.com/ruby/uri/issues/14), this gem will no longer work in Ruby 3.x based Rails projects. Fix might be straightforward to replace with `CGI.escape`...

This will make quickly people understanding the aim of the gem and see the result.

Hi, Flash messages with xhr no longer works in Rails 5.1.5 because of the following: Like [this page](http://edgeguides.rubyonrails.org/working_with_javascript_in_rails.html) said: `As of Rails 5.1 and the new rails-ujs, the parameters data,...

I got this log when I add 'use_growlyflash' to application_controller.rb. > DEPRECATION WARNING: Passing string to be evaluated in :if and :unless conditional options is deprecated and will be removed...

Hi, is there a way I can import the assets from this gem into webpacker managed assets so I don't have to use the asset pipeline as well? Thanks in...

It looks like turbolinks interferes with the operation of this gem. I haven't dug in yet. Is there a fix for Rails5/Turbolinks3?

After upgrading to 0.8.5 I now see all alerts have the title showing (the "Info!" part). When I revert back to 0.8.4.1 the title went away. ![alert_with_title](https://cloud.githubusercontent.com/assets/6440237/15251387/b512c994-195b-11e6-8b0c-291d64281497.png) My setting has...