This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
growlr /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 26 14:20:02 -0700 2008 | |
| |
README.markdown | Fri Oct 30 11:52:18 -0700 2009 | |
| |
Rakefile | Sun Oct 26 14:20:02 -0700 2008 | |
| |
config/ | Sun Oct 26 21:20:47 -0700 2008 | |
| |
css/ | Mon Oct 27 08:14:52 -0700 2008 | |
| |
examples/ | Mon Oct 27 09:57:14 -0700 2008 | |
| |
init.rb | Sun Oct 26 21:18:58 -0700 2008 | |
| |
install.rb | Sun Oct 26 14:20:02 -0700 2008 | |
| |
js/ | Mon Oct 27 08:14:52 -0700 2008 | |
| |
lib/ | Tue Jul 14 00:29:39 -0700 2009 | |
| |
tasks/ | Mon Oct 27 09:57:14 -0700 2008 | |
| |
test/ | Sun Oct 26 14:20:02 -0700 2008 | |
| |
uninstall.rb | Sun Oct 26 14:20:02 -0700 2008 |
README.markdown
Growlr
Give your rails apps growl based notifications. Basically a rails plugin wrapper for Stan's excellent jGrowl library. This is a nice alternative to static flash messages, plus it integrates with all flash messages automatically, no need to output flash messages in your view!
Requirements
- Jquery 1.2.6
- Cookies should be enabled --it should be by default
Installation
- rake growlr:install:all
include the following snippet in your layout or view file, preferably in the head section of your layout file.
<%= include_growlr %>
Usage
Growlr will automatically detect flash messages and display them accordingly. You can explicitly call Growlr by writing the following in your action or controller:
growl "hello peoples"
You can also pass the same options as the jgrowl plugin.
Todo's
- work on the yml processing for the config files - should have support for multiple configs in one yaml file
- write the functional specs
Copyright Stuff
- jGrowl : http://stanlemon.net/projects/jgrowl.html







