summaryrefslogtreecommitdiff
path: root/www/ramaze
AgeCommit message (Collapse)AuthorFilesLines
2011-12-16Update www/ramaze package to 2011.10.23.taca3-38/+61
Changes are too many to write here, please refer CHANGELOG file.
2011-08-13Update www/ruby-ramaze package to 2011.07.25.taca3-105/+32
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-19Update ramaze package to 2011.01.30.taca3-25/+16
Changes are too much to write here, please refer doc/CHANGELOG.
2010-09-13* Add two CONFLICTS patterns:taca1-1/+4
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages Bump PKGREVISION because addition of latter pattern.
2010-09-10Update www/ramaze to 2010.06.18.taca3-18/+30
* 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-19Updated to version 2009.10fhajny3-391/+387
Too many changes, see: http://github.com/manveru/ramaze/blob/master/doc/CHANGELOG
2009-06-14Remove @dirrm related logic.joerg1-7/+4
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-162/+1
2008-04-04Initial import of ramaze-0.3.9.1 as www/ramaze.jlam4-0/+722
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.