0.01
No commit activity in last 3 years
No release in over 3 years
jGrowl Rails is a gem that that raises unobtrusive messages within the browser using jGrowl a jQuery plugin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.1.1
 Project Readme

JGrowl for rails asset pipeline

Gem Version Code Climate License

jQuery jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet keeps the user informed.

The j_growl_rails gem integrates the JGrowl with the Rails asset pipeline.

Usage

Install j_growl_rails gem

Include j_growl_rails in Gemefile

gem 'j_growl_rails'

Then run bundle install

Include JGrowl javascript assets

Add to your app/assets/javascripts/application.js if use with jQuery

//= require j_growl_rails/jquery.jgrowl

Include JGrowl stylesheet assets

Add to your app/assets/stylesheets/application.css

//= require j_growl_rails/jquery.jgrowl

Dependencies

jquery >= 1.4
rails >= 4.1.1

Contributing to j_growl_rails

Fork, fix, then send me a pull request.

License

MIT