pkgsrc/www/merb-has-flash/PLIST
jlam 186c640c51 Initial import of merb-has-flash-0.9.2 as www/merb-has-flash.
Merb_has_flash is a plugin for the Merb framework that provides Rails-style
flash.

The ``flash'' provides a way to pass temporary objects between actions.
Anything you place in the flash will be exposed to the very next action
and then cleared out.  This is a great way of doing notices and alerts,
such as a create action that sets

	flash[:notice] = "Successfully created"

before redirecting to a display action that can then expose the flash
to its template.
2008-04-04 15:24:15 +00:00

14 lines
534 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:24:15 jlam Exp $
${GEM_HOME}/cache/merb_has_flash-${PKGVERSION}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/lib/merb_has_flash.rb
${GEM_LIBDIR}/lib/merb_has_flash/controller_extension.rb
${GEM_LIBDIR}/lib/merb_has_flash/flash_hash.rb
${GEM_LIBDIR}/lib/merb_has_flash/helper.rb
${GEM_HOME}/specifications/merb_has_flash-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/merb_has_flash
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}