NOTICE: This package has been removed from pkgsrc

./www/merb-has-flash, Rails-style flash for Merb

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0, Package name: ruby18-merb-has-flash-1.0, Maintainer: pkgsrc-users

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.


Required to run:
[misc/rubygems] [lang/ruby18-base] [www/merb-core]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 14d3c247b893af4981bc9a296598efc2d7a17c4c
RMD160: b5c980ebb26536f09d4e1c31b6e9e08dccf85b22
Filesize: 7 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-16 02:51:45 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove merb-has-flash, which is part of merb-* package family.

merb was integrated in Ruby on Rails 3.0 and these packages aren't
updated any more, so life of these packages are already ended.
   2010-09-13 16:32:42 by Takahiro Kambe | Files touched by this commit (17)
Log message:
* Add CONFLICTS a pattern matches previous package name
  without "${RUBY_PKGPREFIX}-".
   2010-09-12 04:43:28 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update www/merb-has-flash to 1.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.