Commit graph

9 commits

Author SHA1 Message Date
taca
554175493e Update www/ramaze package to 2011.10.23.
Changes are too many to write here, please refer CHANGELOG file.
2011-12-16 13:21:50 +00:00
taca
2f6ff5f183 Update www/ruby-ramaze package to 2011.07.25.
http://ramaze.net/blog/entry/release-2011-07-25

Release 2011.07.25

* Ramaze::Log::RotatingInformer can now be used as a Rack middleware.
* Ramaze::Helper::Layout#set_layout has been modified in such a way that it's
  easier to specify method specific layouts, see commit
  0d15a29c960e22761456180a6be7b88c3809eba8 or lib/ramaze/helper/layout.rb for
  more information.
* All remaining ETag issues have been solved.
* Ramaze::Cache::Sequel has been re-written, massive thanks to Lars Olsson for
  the contribution. See commit c5587c0d3feda8ca2c89399418ac1132d0236fcb or
  lib/ramaze/cache/sequel.rb for more information.
* Ramaze::Cache::MemCache has been re-written and now uses Dalli. See commit
  016b2d225d601a71479698e40886b15aaeaa32ec or lib/ramaze/cache/memcache.rb for
  more information.
* Pathname errors have been resolved.
* The layout of the prototype has been updated to reflect the new design of
  the website.
* Ramaze::Helper::BlueForm#input_checkbox and
  Ramaze::Helper::BlueForm#input_radio now accept the options :show_label and
  :show_value which can be used to show/hide the values/labels of these
  methods.
* The Email contribution has been moved to Ramaze::Helper::Email and had
  several cleanups.
* The HTTP Digest helper has been removed in favor of Rack::Auth.
* User objects are no longer stored in the session when using
  Ramaze::Helper::User, it may not always be possible to Marshal these
  objects.
* Several changes have been made for those developing Ramaze itself.
* A new shiny Ramaze executable, see commit
  cd9fa64138324a5af061daafbd8e7307726843ed or the files in lib/ramaze/bin/ for
  more information.
* Ramaze::View::Less, Ramaze::View::RedCloth and Ramaze::View::Maruku have
  been removed. Less is no longer supported without Node.js, RedCloth could
  not be compiled on systems running relatively new versions of Gcc. On top of
  that both RedCloth and Maruku weren't used as view drivers.
* Ramaze::Helper::BlueForm#input_checkbox and
  Ramaze::Helper::BlueForm#input_radio no longer generate a hidden field as
  this would generate Rack errors (they also weren't that useful).
* General code cleanups and more documentation.
2011-08-13 00:27:01 +00:00
taca
c21e139f5c Update ramaze package to 2011.01.30.
Changes are too much to write here, please refer doc/CHANGELOG.
2011-06-19 03:56:24 +00:00
taca
a614430174 * Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages

Bump PKGREVISION because addition of latter pattern.
2010-09-13 14:49:54 +00:00
taca
1d80ca7394 Update www/ramaze to 2010.06.18.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.

Changes are too may to write here, please refer doc/CHANGELOG for detail.
2010-09-10 12:42:12 +00:00
fhajny
c22f2a7279 Updated to version 2009.10
Too many changes, see:

http://github.com/manveru/ramaze/blob/master/doc/CHANGELOG
2009-11-19 14:11:03 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
jlam
db6dd5cc13 Initial import of ramaze-0.3.9.1 as www/ramaze.
Ramaze is a simple, light and modular open-source web-framework written
in Ruby.  It provides several easy to understand and fully documented
abstractions useful for the daily work of a pragmatic webdeveloper.
2008-04-04 15:26:03 +00:00