2011-08-13 02:27:01 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
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-06-19 05:56:24 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ramaze package to 2011.01.30.
Changes are too much to write here, please refer doc/CHANGELOG.
|
2010-09-13 16:49:54 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
* 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-10 14:42:13 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2009-11-19 15:11:03 by Filip Hajny | Files touched by this commit (3) |
Log message:
Updated to version 2009.10
Too many changes, see:
http://github.com/manveru/ramaze/blob/master/doc/CHANGELOG
|
2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|
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.
|