Stickies plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://pmade.com/svn/oss/stickies/trunk
The following line goes in your layout, where you normally render messages
that are in the flash:
<%= render_stickies %>
Once that is place, you can use the helper methods from your controllers or
views for adding messages to the message collection:
error_stickie("Your account has been disabled") warning_stickie("Your account will expire in 3 days") notice_stickie("Account activated") debug_stickie("This only works when RAILS_ENV is development")
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 10 months ago

