[aa5d48f | Mon Mar 05 19:08:01 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors and the changelog.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8040c21 | Mon Mar 05 19:04:17 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Ramaze is now licensed under the MIT license.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b1e5d5c | Fri Mar 02 15:21:37 UTC 2012] John Pagonis <john@pagonis.org>

  * Explains how to reuse the existing middlewares stack with own middleware.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[556597f | Fri Mar 02 12:41:53 UTC 2012] John Pagonis <john@pagonis.org>

  * Added a reference to the popular default Innate helpers to ramaze, to stop us wasting time looking for them.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[df6bd77 | Fri Mar 02 11:01:37 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Added a general Git workflow link.

    As suggested by @pagojo I've added a link to a guide that describes the various
    steps of contributing to Github projects.
    
    Issue: #33
    
    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[5ecdb93 | Thu Mar 01 19:05:56 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Woops, YARD can't resolve to Ramaze.start.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3f6168a | Thu Mar 01 18:58:17 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Expanded the sessions guide.

    It now includes a list of the available drivers (copied from the caching guide)
    as well as some instructions on how to change the adapter to use for session
    data.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[7d5f8a0 | Thu Mar 01 18:48:42 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Describe how to write/test documentation.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[d8a3cc4 | Thu Mar 01 13:46:44 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Small formatting changes for the middlewares guide

    See #33
    
    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[346a202 | Thu Mar 01 13:45:02 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Removed trailing whitespace.

    See #33 for more information.
    
    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[e125277 | Thu Mar 01 12:17:21 UTC 2012] John Pagonis <john@pagonis.org>

  * Clarified the middlewares documentation a bit.

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[5e9f80d | Wed Feb 29 20:12:54 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[cd11c7f | Mon Feb 20 20:45:12 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed the formatting of the User helper docs.

    See #32 for more information.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e9225b4 | Fri Feb 17 13:31:21 UTC 2012] John Pagonis <john@pagonis.org>

  * Corrected the user_login documentation.

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[846a4b3 | Thu Feb 16 19:22:14 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Improved the docs for the User helper a bit.

    See #30 for more information.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2475a04 | Sat Feb 04 13:04:04 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * update travis config

[4cfea2b | Wed Jan 25 14:35:19 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Re-generate CSRF tokens for valid requests.

    Re-generating the CSRF tokens on each valid request fixes the annoying issue of
    the tokens *always* expiring after 15 minutes. This is very annoying if you're
    trying to edit some content and all of a sudden you're unable to submit a form
    as the token has expired.
    
    See #27 for more information.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2e98ff1 | Wed Jan 25 14:29:20 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed a few more useless comments.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[5cdc51c | Wed Jan 25 14:28:44 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * No need to brush my ego that much.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b24669f | Wed Jan 25 14:26:27 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed some useless code.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e435ceb | Wed Jan 25 14:10:21 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Use Ramaze.setup for the view adapters.

    Using Ramaze.setup() for installing and loading the gems required for various
    view adapters should make it easier for developers to get started as they no
    longer have to deal with errors related to certain Gems not being installed.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[17c909e | Wed Jan 25 14:03:37 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Added a few specifications for Slim.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[969a02c | Wed Jan 25 13:42:20 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Docs for the Slim engine and cleaned it up a bit.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[023d6cd | Wed Jan 25 13:35:36 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed a tab.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[37f0f73 | Thu Jan 19 05:52:52 UTC 2012] Marc Weber <marco-oweber@gmx.de>

  * adding support for slim template engine

    thanks to yorickpeterse, manveru
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[561d528 | Tue Jan 17 18:23:19 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed a small statement bug in the blog example.

    This bug would cause an exception to be raised whenever a user would try to log
    in with invalid details. Thanks to MarcWeber for reporting the issue.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e8b3786 | Tue Jan 17 17:14:52 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * No need to boost my ego that much.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b33c13c | Tue Jan 17 17:04:10 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * fix some wikore bugs

[fb84aea | Wed Dec 28 17:29:21 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Release 2011.12.28

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[4553e0b | Wed Dec 28 05:13:22 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Wrap Rack::File so we can continue to use Rack::Cascade

[f52f010 | Wed Dec 28 03:07:49 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * avoid shadow warning in controller

[c64833c | Wed Dec 28 02:58:55 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * fix shadowed variables in Thread#into

[4c66220 | Sat Dec 24 12:32:17 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update rvmrc to 1.9.3 and new convention

[de1a871 | Sat Dec 24 12:33:11 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Don't specify the exact amount of lines.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3b17e67 | Sat Dec 24 12:24:29 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Set Ramaze.options.roots in the intro tutorial.

    Without this Ramaze won't be able to properly locate your root directories and
    thus will fail to load views, layouts, etc.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[88c5a38 | Wed Nov 09 18:26:11 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Use request.ip/request.host instead of request.env

    Using request.env['REMOTE_ADDR'] and request.env['REMOTE_HOST'] can break on
    certain environments (e.g. Heroku). Thanks to @stas for reporting the issue.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[51c8d43 | Sun Oct 23 18:11:57 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Minor style changes to the Flash documentation.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2877b07 | Sun Oct 23 17:03:50 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Release 2011.10.23.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[7c6cd3d | Sun Oct 23 17:01:27 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Added Michael to the Email list for Travis.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8bcf6ca | Sun Oct 23 17:00:04 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed jruby from the Travis list.

    It seems jruby is having some trouble on travis when trying to install the
    SQLite3 gem. While jruby itself runs Ramaze just fine I'm removing it from the
    list for the time being.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8d9d169 | Sun Oct 23 16:08:52 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors and the changelog.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[73f2dbc | Fri Oct 21 21:14:49 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors and the changelog.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[1eb0b71 | Fri Oct 21 20:48:48 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * RUBY_ENGINE isn't available on 1.8.7.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[9727888 | Fri Oct 21 20:07:23 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed the remainder of all platform issues.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[9c8fc8a | Fri Oct 21 19:04:48 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Doh! Last commit broke ramaze start.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[794e075 | Fri Oct 21 19:01:10 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Jruby support and simplified various tests.

    In order to achieve jruby compatibility I had to make some modifications to the
    development dependencies setup we've been using for a while now. I added a list
    of unsupported gems (such as lokar) which will be "marked" as supported on
    certain systems. For example, lokar is only supported if the user isn't running
    Rubinius.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[c6e328c | Fri Oct 21 17:24:13 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed more 1.8.7 issues.

    Hopefully this fixes all the remaining issues, though it wouldn't surprise me if
    ``gets()`` still doesn't work on Travis (sadly I can't reproduce this).
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[87d4ab6 | Fri Oct 21 17:12:36 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed a few issues with 1.8.7

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[0d37c8e | Fri Oct 21 16:17:52 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Platform checks and used FileUtils::RUBY directly.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e04f7f4 | Fri Oct 21 15:41:43 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed various issues with different Rubies.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[33746a4 | Fri Oct 21 14:56:14 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Test commit to see if Travis works

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2faefd7 | Fri Oct 21 14:54:36 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the changelog

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[dee363c | Fri Oct 21 14:54:24 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Added a Travis configuration file

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[dfb8ca8 | Fri Oct 21 14:01:40 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the AUTHORS file for the upcoming release.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[4aa9706 | Sat Oct 15 13:15:33 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Added a chapter on contributing to Ramaze

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[156e902 | Fri Oct 14 20:35:52 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Added a list of guide contributors.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[4c7996e | Fri Oct 14 20:30:27 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Style changes to the Testing chapter.

    Besides these style changes I've also expanded the chapter a bit.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[0c6e4e3 | Fri Oct 14 20:15:33 UTC 2011] Stas SUȘCOV <stas@net.utcluj.ro>

  * Added a short guide for testing ramaze apps (with simplecov too)

[7c7a2a6 | Fri Oct 14 19:35:17 UTC 2011] Stas SUȘCOV <stas@net.utcluj.ro>

  * Added flashbox trait details.

[791758e | Fri Oct 14 19:28:24 UTC 2011] Stas SUȘCOV <stas@net.utcluj.ro>

  * Updated flash usage details.

[f2f9347 | Thu Oct 13 17:59:12 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated various files.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[be1b000 | Thu Oct 13 17:24:31 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the YARD task to include Innate.

    The Rake task ``yard`` can now optionally include Innate when a valid path is
    specified.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2dac2cd | Thu Oct 13 17:05:24 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Cache examples and documented RotatingInformer.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[a8174d2 | Thu Oct 13 16:23:15 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Autoload Growl/RotatinInformer

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8853778 | Thu Oct 13 13:33:29 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Documented logging and creating custom loggers

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e9567e7 | Thu Oct 13 10:34:02 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the Special thanks and fixed a typo.

    I added Loren Segal to the Special Thanks page, without him we wouldn't be using
    YARD. Also fixed a spelling error in the README reported by huma.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3228a6d | Thu Oct 13 09:00:10 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed the old README

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[830d599 | Thu Oct 13 08:57:14 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Moved some chapters around.

    The chapters on helpers and logging data have been moved to their own file
    instead of being displayed in the README. Next up is writing the actual
    documentation on logging data.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[4c8d0d2 | Wed Oct 12 22:48:02 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Initial setup for the YARD based user guide.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8ee60cd | Mon Oct 10 19:20:12 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed an HTML validation error.

    The index.html view in the prototype contained a link that wasn't formatted
    according to the HTML specification. Thanks to "stu314" from the IRC channel for
    reporting it and submitting the patch.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[7973c39 | Sun Oct 09 11:37:25 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Docs/style changes for the Redis cache.

    The Redis cache has been documented and I've made some slight modifications to
    it so that it works similar to the Sequel/Memcache cache in terms of setting
    options. I've also modified the Sequel, Memcache and Redis cache classes to
    use Ramaze.setup() for their dependencies, this should make it a bit easier for
    users to use these caches.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b9f5501 | Sun Oct 09 08:55:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Add redis cache

[a077d54 | Tue Sep 27 21:25:14 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed the spec/ directory.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e5efe43 | Tue Sep 27 21:23:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Renamed Post.rb to post.rb.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[a127ef0 | Tue Sep 27 21:23:34 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Silly OS X and it's file casing.

    Next commit will contain the correct name.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[dc2770f | Tue Sep 27 21:18:37 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Boom! A new blog example application.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[1cd6174 | Mon Sep 26 21:47:10 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Started re-writing the blog example.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[02c442e | Sat Sep 03 17:43:40 UTC 2011] Francesc Esplugas <francesc.esplugas@gmail.com>

  * Detect also :mustache extension when using Ramaze::View::Mustache.

[68fdea6 | Fri Sep 02 16:54:12 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Modified the Upload helper so that it's less restrictive regarding various types.

[506e9d9 | Thu Sep 01 22:08:09 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Ditched `rake rcov` and told Dalli to bother somebody else with it's logger.

[61760cd | Thu Sep 01 16:07:02 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Deprecated ramaze/spec as was supposed to happen two years ago.

    The code in it has been moved to ramaze/spec/bacon. ramaze/spec now always
    generates a warning until I'm 100% sure it's not used by Ramaze itself anymore.

[18bf4b5 | Thu Sep 01 15:12:43 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * rake bacon now shows the spec paths relative to the project root.

[27a3245 | Thu Sep 01 10:49:17 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Added more specs for the Upload helper.

[342ea4d | Wed Aug 31 23:10:49 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Started writing a set of specifications for the Upload helper.

[703a69c | Wed Aug 31 22:15:33 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Moved some of the docs of the Upload helper to the module declaration instead of



[31550b9 | Wed Aug 31 21:54:18 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Cleaned up some of the code in the Upload helper and removed the need for a



[93850ae | Mon Aug 22 11:48:54 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Doh! Don't exit function prematurely. Fixes bug introduced by 88ded566950e15a13fb0526e9cb1c8544b91aa2f.

[c8a71ac | Mon Aug 22 11:19:27 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Doc fixes

[88ded56 | Sun Aug 21 10:40:11 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Document using YARD instead of RDoc, let get_uploaded_files return the number of converted file uploads

[2ba5aa4 | Sat Aug 20 09:44:09 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Updated Ramaze.setup so that it works with recent Rubygems versions and

    
    Most of the credits for fixing Ramaze.setup go to @injekt as he initially
    submitted the code, I just made it work with previous Rubygems installations.

[ebb6a3f | Fri Aug 19 20:44:36 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Minor doc fixes

[701f75c | Thu Aug 18 20:48:50 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Handle array parameters, add more docs

[51e88dc | Thu Aug 18 17:07:12 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * UploadHelper: Allow proc in addition to string for default_upload_dir parameter

[6b8c45a | Tue Aug 16 10:18:47 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Fixed minor bugs, added lots of docs for UploadHelper

[e58d99a | Mon Aug 15 14:46:22 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Be compatible with ruby 1.8

[7bbb724 | Mon Aug 15 09:49:13 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Minor refactoring of save method, add accessors and saved? method to Ramaze::UploadedFile class

[3b938b8 | Sun Aug 14 17:40:33 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Use copy_stream method for saving file, add unlinking option for tempfile, reformat source code to keep line length within reasonable limits

[05cc35a | Wed Aug 10 06:52:17 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Modified the layout helper so that it no longer overwrites layout().

    Do note that this change has a minor limitation: it will only create a "backup"
    of the existing layout (located in a trait called :layout) the first time
    set_layout() is called. After this it will just use the one that was set in the
    first call.
    
    This means that you can do the following and it would just work fine:
    
        layout     :default
        set_layout :alternative => [:method_1]
    
    This would result in the layout "default" being use by default and the layout
    "alternative" being used for method_1(). Before this commit this would result
    in all methods except method_1() being rendered *without* a layout at all.
    
    In the following example both calls to set_layout() will use the layout set by
    layout() as a backup, the second one will not overwrite it but instead will also
    use the backup:
    
        layout     :default
        set_layout :alternative => [:method_1]
        set_layout :another_one => [:method_2]
    
    To cut a long story short, existing layouts are now properly used as a fallback
    in case set_layout() doesn't result in any matching layouts for a particular
    method.

[14d277d | Tue Aug 09 07:50:12 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Removed ramaze/rest. It was extremely crippled and didn't work properly anyway.

    I tried coming up with a nice helper to replace this but I eventually decided
    not to include it since there are multiple ways of doing it.

[7503d78 | Mon Aug 08 18:28:04 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Implement save method, use traits instead of constants, add options for default upload dir, autosave and overwriting existing files.

[9dda5cf | Mon Aug 08 07:10:36 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Remove instance variable, use singleton method to keep track of uploaded files instead

[9f7b920 | Fri Aug 05 10:07:01 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Add some docs, fix indentation

[5c693d9 | Thu Aug 04 21:52:46 UTC 2011] Lars Olsson <lasso@lassoweb.se>

  * Initial support for upload helper

[558afb7 | Wed Jul 27 20:23:23 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Updated the config.ru for the prototype so that it respects your root directories.

[b82571a | Tue Jul 26 07:24:58 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * BlueForm#input_checkbox now takes a hash, array or string as the checked value.

    Sadly I only discovered this this morning so this will have to wait until the
    next release. This small change makes it possible to do the following:
    
        f.input_checkbox(
          'Language', :language, ['ruby'], :values => ['ruby', 'python']
        )
    
    Previously you could only check a single checkbox (and radio button).

[8cd0b4b | Mon Jul 25 20:06:07 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Release 2011.07.25.

[cfc6c2b | Mon Jul 25 17:56:49 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Updated the changelog and the list of contributors.

[3e3b227 | Mon Jul 25 17:52:10 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Fixed an issue with Ramaze::Bin::Status and not enough arguments being set.

[5e4de59 | Mon Jul 25 17:43:54 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * The spec for Ramaze::Bin::Start now uses it's own app rather than the prototype.

    This change makes it possible to run the specification for Ramaze::Bin::Start on
    systems that do not have a version of Ramaze installed as a Gem.

[efcf09c | Mon Jul 25 17:33:08 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Cleaned up some code and fixed the Sass specification.

[3f3280c | Mon Jul 25 17:29:11 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Fixed the last broken specification, this fixes #14.

    Apparently ETags (or maybe all headers) aren't purged in a new call to get().
    I'm not sure if this is an issue with Rack, Rack::Test or Ramaze but manually
    setting the IF_NONE_MATCH header to nil fixed the issue.

[7427ba2 | Mon Jul 25 08:38:46 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Aligned the code in the BlueForm helper to 80 columns and removed the use of



[bd16507 | Sat Jul 23 00:32:59 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Fixed the Ramaze::Helper::Auth specification and removed Ramaze::View::Less.

    The view driver for Less has been removed as recent versions of Less rely on
    Node.js and it seems the newer versions don't really play well with string based
    parsing without having to invoke Less from the command line.

[3674601 | Fri Jul 22 23:37:28 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Removed the code for the old executable.

[706d334 | Fri Jul 22 23:00:27 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Added a set of Bacon specifications for Ramaze::Bin::Create and



[6cbd510 | Fri Jul 22 17:15:20 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Began speccing the executables. Ramaze::Bin::Runner has been specced and I

    the best way of test these semi interactive commands.

[cd9fa64 | Thu Jul 21 22:29:00 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Gave the Ramaze executable the much needed love.

    A few things have changed to the executable so far. The biggest change is that
    rather than using regular expressions to "parse" all given options it now uses
    OptionParser. This comes with the added advantage of making it easy to set
    banners, options, running commands and so on. Another big change is that rather
    than dumping most of the code in a single file each command is located in it's
    own file making it easier to maintain them.
    
    Most of the code in this commit is still backwards compatible and should still
    work on Windows based system (since I just used the code written by @bougyman for
    that). There are however a few minor changes. Because OptionParser is used the
    output displayed when specifying -h or --help has changed, this however is a
    good thing as the output now follows the Unix standards of command line
    executables.
    
    Another thing that has changed in terms of command behavior is that most
    commands related to managing applications either accept a directory or a file.
    For example, the command $ ramaze start now allows you to specify a directory
    (or file) that points to the location of a Rackup configuration file. This is
    actually quite useful as it makes it possible to run the ramaze executable from
    any given location.
    
    In order to make it easier to spec the executable and it's commands (I have yet
    to begin working on this) I decided to manually specify all the possible Rack
    and Ruby options the command Ramaze::Bin::Start accepts. Before this commit
    these were extracted by parsing the output of rackup -h, this however proved to
    be quite annoying as with every change of this output our specs would break
    (even if it would be something simple such as newlines being removed).
    
    A few examples of the new executable setup:
    
        $ ramaze start
        $ ramaze start /home/someuser/ramaze/
        $ ramaze start /home/someuser/ramaze/config.ru
    
    Debugging using IRB:
    
        $ ramaze console
        $ ramaze console /home/someuser/ramaze
        $ ramaze console /home/someuser/ramaze/start.rb
    
    Or perhaps viewing the status of an application:
    
        $ ramaze status
        $ ramaze status /home/someuser/ramaze -P /home/someuser/ramaze/ramaze.pid
    
    For more information see the files located in lib/ramaze/bin, the old files
    located in lib/ramaze/tool will be removed in the next commit.

[241c233 | Wed Jul 20 20:56:02 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Updated the .mailmap file so that my Email addresses are displayed correctly.

[522302b | Wed Jul 20 20:30:33 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Updated the minimum version numbers for all the development dependencies and

    that it checks to see if Growl is running.

[7febd27 | Wed Jul 20 19:41:23 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * rake gem:build now creates the pkg/ directory if it doesn't exist.

[a9ac54c | Wed Jul 20 19:29:15 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Documented, re-wrapped and cleaned up a lot of files. Also removed



[4d22079 | Wed Jul 20 17:57:49 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Documented a few more files and removed all trailing whitespace in several



[6e470ed | Wed Jul 20 17:33:34 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Documented Ramaze::App, Ramaze::Cache and Ramaze::Controller.

[bb6e857 | Wed Jul 20 10:03:10 UTC 2011] Pistos <github.pistos@purepistos.net>

  * Rake task aliases: :test and :spec (go to :bacon).

[56fa0c7 | Wed Jul 20 15:47:14 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Second commit of the series. In this commit I removed the benchmark/ directory

    
    The benchmark/ directory was removed as I personally feel benchmarks should be
    done by a third-party that has an unbiased opinion of Ramaze, on top of that I
    doubt if most code in the benchmark still applies to today's Ramaze.
    
    The building/installing process has also been finished. Building a gemspec is no
    longer possible (as it's not needed) but building an actual gem file and
    releasing it is still possible. Building a gem file can be done as following:
    
        $ rake gem:build
        $ rake gem:install
    
    Releasing a version of Ramaze on Rubygems can be done as following:
    
        $ rake release

[f511186 | Wed Jul 20 15:32:36 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * The changes in this commit are the first set of changes to make developing

    idea of others such as @manveru so feel free to discuss them.
    
    First of all the Gemspec generation process has been changed. Rather than using
    a Rake task to build/update the Gemspec Ramaze now has it's own manually created
    Gemspec. The dependencies of this Gemspec are specified in Ramaze::DEPENDENCIES
    and Ramaze::DEVELOPMENT_DEPENDENCIES, these files are also used for the setup
    task.
    
    Second I've removed several Rake tasks that appeared to be useless or did not
    fit the idea of Ramaze (the jQuery task). I've also removed the Git tasks and
    some other tasks that did not add anything useful to the development process.
    
    If any of these changes do not meet any particular standards or ideas feel free
    to discuss them but note that this is the first commit of a series so things
    might change a bit after this commit has been pushed.

[1e5bdb3 | Wed Jul 20 08:37:06 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Don't store the user object of the user helper in the session, it might not be possible to marshal

[41fd9e0 | Mon Jul 04 20:07:17 UTC 2011] Masahiro Nakagawa <repeatedly@gmail.com>

  * Fix mustache-view for latest Mustache.

    Latest Mustache changed escaping algorithm.
    New escaping algorithm provides overridable 'escapeHTML' method.
    So, I create RamazeContext for overriding 'escapeHTML'.

[34a118a | Sat Jul 02 18:08:23 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Fixed the spec for the Ramaze executable. It's a bit of a dirty fix but it works

    changes.

[96aad6e | Sat Jul 02 17:45:21 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Fixed the Memcached session spec and cleaned up some code. I also looked

    showing a "You are being redirected..." messages rather than actually
    redirecting the request. It's probably something easy but I could not
    find anything in the Rack changelog, the commits or the source. This
    issue does not occur when using Rack < 1.3.

[9e97b76 | Sun Jun 26 23:22:23 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid creating a new sid every time the user helper is invoked

[d33a6ed | Thu Jun 23 10:24:14 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the httpdigest helper, it's been broken long enough, please use Rack::Auth instead

[a1fc4fe | Thu Jun 23 10:06:15 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor a bit of the csrf helper

[fdfaf9a | Thu Jun 23 09:42:52 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some style issues in csrf

[da6717d | Thu Jun 16 20:10:20 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Added a spec for Ramaze::Helper::Email. Also ensured that the specs only

    such.

[eee917c | Thu Jun 16 17:44:20 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Migrated the Email contribution to Ramaze::Helper::Email and re-wrote



[19e2bd1 | Thu Jun 16 09:47:04 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Nuked the contrib directory. REST is moved to lib/ramaze and so is the

    coming commits.

[7449a75 | Wed Jun 15 08:44:12 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Checkboxes and radio buttons in the BlueForm helper now have the ability

    setting the options :show_value and :show_label to false (these are set
    to true by default). This fixes #10.

[7137a75 | Wed Jun 15 07:42:20 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Updated the prototype generated by bin/ramaze create. It no longer points

    that I also removed the jquery.js file. First of all this isn't minified
    so not very useful for production environments and second it somewhat
    goes against the idea of non opinionated software.
    
    This fixes #9.

[39f206e | Sat Jun 04 16:14:24 UTC 2011] Lee Jarvis <lee@jarvis.co>

  * use Gem::Specification#activate over deprecated Gem.activate

[29994bf | Sat Jun 04 15:59:12 UTC 2011] Lee Jarvis <lee@jarvis.co>

  * remove call to has_rdoc in the gemspec

[21e8ae0 | Sat Jun 04 15:58:59 UTC 2011] Lee Jarvis <lee@jarvis.co>

  * remove some defaults from the gemspec

[1064242 | Sat Jun 04 03:47:15 UTC 2011] huma <huma@boxbot.org>

  * Fix for relative paths on 1.9

[4262294 | Thu Jun 02 11:45:36 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Add dalli, use newer erector to avoid hoe issues

[28c7d9e | Wed Jun 01 23:58:08 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Modified the Rakefile so that it also uses Dalli instead of the Memcache Client gem.

[b032593 | Wed Jun 01 23:17:50 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove reference to rubyforge project

[405b9c0 | Wed Jun 01 23:17:34 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove rubyforge release task

[24d20b7 | Wed Jun 01 23:17:10 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove outdated documentation for setup

[5a93327 | Wed Jun 01 23:16:35 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove broken sourceview example app

[9e86f5c | Sun May 29 04:56:12 UTC 2011] Jason Torres <jason.e.torres@gmail.com>

  * Fix escape': can't convert Pathname to String (TypeError)

[663ca87 | Wed May 18 22:09:32 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Documented Ramaze.setup and Ramaze::GemSetup and removed GitHub as a source as they



[a8c1d16 | Wed May 04 17:46:02 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Updated the Gemspec so that it specifies Dalli instead of Memcache client.

[676685a | Wed May 04 14:53:49 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Installation details are already covered in the README and in the user guide, no need to explain it a third time.

[3582f30 | Wed May 04 14:47:40 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Oh hey look at that, it's 2011 already\!

[e3819ca | Wed May 04 14:44:23 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Modified Ramaze::Cache::Sequel so that it's using() method actually does



[df83100 | Wed May 04 11:05:50 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Seems all bugs in the Memcache driver are now gone.

[487854c | Wed May 04 10:58:47 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Dalli::Client doesn't respond to [] but instead uses get().

[8a2eedd | Wed May 04 10:55:03 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Modified the Memcache driver so that you can use it both with and without the using() method.

[1ec3521 | Wed May 04 10:51:21 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Don't merge when it's nil.

[9176fca | Wed May 04 16:25:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix memcached cache

[016b2d2 | Wed May 04 09:11:37 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Rewrote most of Ramaze::Cache::MemCache now that memcache-client is

    performance boost. The only thing left to do is to get
    Ramaze::Cache::MemCache.using() to work properly similar to how
    Ramaze::Cache::Sequel does it.

[240bd55 | Wed Apr 27 06:35:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid failure in User helper when callback is given but no model exists

[48e8987 | Thu Apr 21 17:58:18 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Fixed the issue reported by Lars Olssen here: https://groups.google.com/d/msg/ramaze/kWO8u5NrA-c/rtNEFgZo2w8J

[704bd2c | Tue Apr 19 09:32:56 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Replaced the configuration system added by Lars with traits and removed the dependency on



[c5587c0 | Mon Apr 18 21:30:47 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Added the awesome patch to Ramaze::Cache::Sequel added by Lars Olsson. While I cleaned up

    something so it would be cool if @manveru could take a better look at it.
    
    An example of using the new Sequel cache works like the following:
    
    Ramaze.options.cache.session = Ramaze::Cache::Sequel.using(
      :connection => Sequel.mysql(
        :host     => 'localhost',
        :user     => 'user',
        :password => 'password',
        :database => 'blog'
      ),
      :table => :blog_sessions
    )
    
    For more information on this patch read the following thread on the mailing list:
    https://groups.google.com/d/topic/ramaze/kWO8u5NrA-c/discussion

[bc9dcbf | Sun Apr 10 17:53:49 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Double ETag issue

[b343f76 | Thu Apr 07 08:25:45 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Clean layout helper a bit

[0dc06dd | Wed Apr 06 20:59:18 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * "methods" is a reserved method name, renamed it to "layout_methods" instead.

[0d15a29 | Wed Apr 06 20:53:24 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Modified the helper Ramaze::Helper::Layout so that it allows you to call set_layout multiple times as well as setting layouts for multiple methods. A good example is the following:

        set_layout 'my_layout' => [:index, :edit]
        set_layout 'default'   => [:add]
    
    Please note that Ramaze::Helper::Layout#set_layout_except is deprecated and will issue a warning, you should use set_layout instead.

[4a8c10e | Fri Apr 01 18:01:00 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Modified Ramaze::Log::RotatingInformer so that it can be used by Rack::CommonLogger.

[e5b63df | Sat Mar 26 13:56:11 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix BlueForm fieldset method

[cf609fc | Sat Mar 26 13:55:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix trailing whitespace

[702c8f5 | Sun Mar 20 20:59:28 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Updated the version of Innate required by Ramaze.

[7efcd7d | Thu Mar 03 12:22:33 UTC 2011] Bruno Rohée <bruno@rohee.com>

  * Typo fix : inhert -> inherit

[88e4b4f | Wed Mar 02 19:04:09 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Removed several outdated files that no longer applied to today's Ramaze.

[fed1a4b | Fri Feb 04 15:22:55 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Gave the good ol' README a spanking new update.

[1635b50 | Fri Feb 04 15:02:37 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Updated the TODO

[3902328 | Sun Jan 30 10:45:39 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.01.30

[ca1cd40 | Sun Jan 30 10:45:08 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Work around differences between Rack 1.2.1 and git HEAD

[38f29f8 | Wed Jan 26 14:13:42 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.01

[21fda98 | Sat Jan 15 22:42:58 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Removed 'Sequel' and 'Authentication' from the Todo.

[f85d2b0 | Fri Jan 14 10:49:39 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Added a new item about the User helper to the todo

[aea1597 | Fri Jan 14 13:28:31 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Make installation of ruby-growl precondition for growl spec

[5cdbe88 | Fri Jan 14 13:23:36 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Adjust spec for ramaze -? flag

[acad7d9 | Thu Jan 13 23:14:39 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Fixed the removal of cache items in the Sequel cache and added a TODO list.

[908d36f | Thu Jan 06 23:14:22 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * The Growl logger didn't seem to include Ramaze::Logging and therefore would break in certain situations.

[371bba9 | Thu Jan 06 15:35:03 UTC 2011] YorickPeterse <info@yorickpeterse.com>

  * Resolved a few issues in the Growl logger and added a basic Bacon spec for it for future testing.

[a96af85 | Tue Jan 04 15:42:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Open the file for send_file, don't read everything into memory

[5743449 | Tue Dec 21 09:14:15 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * BlueForm helper/spec modification to allow selecting of multiple values when creating a multi select box.

[5b6c942 | Mon Dec 20 20:24:13 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Small modification to the BlueForm helper that sets the size based on the amount of items.

[a874c9c | Mon Dec 20 09:13:12 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Modified the 'size' argument in select boxes to no longer use the 'multiple' argument as it was bugged.

[ddaead1 | Mon Dec 13 17:39:45 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ETag issues

[77251e2 | Mon Dec 06 12:06:11 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Fixed a bug in the BlueForm helper when loading error messages stored as an array from the flash (e.g. error messages generated by Sequel).

[f93380a | Sun Dec 05 18:15:02 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Added an extra spec to the BlueForm spec to test if retrieving errors from models works.

[b5b67a5 | Sun Dec 05 01:22:41 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Tiny fix in the BlueForm helper related to type mismatch errors.

[2a9cb29 | Sun Dec 05 01:05:02 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Fixed a bug in the Sequel cache that would cause it to recreate the session data over and over again. The error was caused because the cache was using a varchar(255) for it's value field, rather than a text field. IMPORTANT: recreate your session table or update the field yourself (change it to "text").

[872c41c | Sat Dec 04 15:53:32 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Removed some old code from the CSRF helper that would trigger errors in certain cases.

[6f93490 | Mon Nov 29 23:35:29 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * fixed proto model require comment for 1.9.2> compatibility

[070fb79 | Sun Nov 21 19:20:30 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Fixed a bug that would prevent the use of items that couldn't be used in a loop (strings, fixnums, etc).

[2d00de0 | Sun Nov 21 18:51:53 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Modified the BlueForm helper so that it supports checkboxes/radio buttons using a hash again. See the source documentation and specs for more details.

[547367f | Fri Nov 19 19:42:36 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Renamed Ramaze::Helper::BlueForm.form() to form_for() to prevent name collisions.

[32f4fc5 | Thu Nov 18 09:25:12 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Modified the CSRF helper in such a way that it supports any given HTTP request and that it can no longer be bypassed using a GET request. Do note that these changes modified the way the helper works so be sure to read the docs/specs.

[62e04cc | Wed Nov 17 19:25:42 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Angry nerds, be gone! In other words, Ramaze now has an anti-CSRF helper.

[c09cf6c | Sun Nov 14 15:52:07 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Added some extra documentation to the BlueForm helper and fixed some Yard issues in the Erector view adapter.

[ba61f02 | Sat Nov 13 21:10:23 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Updated the BlueForm helper to enable the use of objects for form values, much like Rails' form_for method. See the specs and docs for more information.

[fd8cfd8 | Fri Nov 12 21:22:39 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Updated the localmemcache spec to flunk instead of failing on Mac OS X.

[9b5359e | Thu Nov 11 20:33:03 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * I R IN YOUR CODEZ, FIXIN' YOUR BUGZ

[3308753 | Wed Oct 27 14:03:28 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Localmemcache spec/gem will be ignored on OS X since they don't work on that platform.

[3b360f4 | Wed Oct 27 20:50:49 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Form helper is not needed in todolist example

[bdab117 | Thu Oct 21 11:26:39 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Finished working on the Erector adapter. Helper methods can now be called by using the instance variable "@controller". It may not be the cleanest way but it works. See the docs in lib/ramaze/view/erector.rb for more details.

[054b1bf | Thu Oct 21 09:21:11 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Lots of changes:

    - Updated Manifest and the README
    - Completely rewrote the Erector adapter. For now helper methods and such don't work.
    - Added Bacon tests for the new Erector

[bd97544 | Mon Oct 18 09:57:00 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Removed the Nitro form example and the form/sequel_form specs.

[bf3ac5a | Sat Oct 16 23:35:32 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Updated the MANIFEST file and updated a lot of comment blocks to the YARD format.

[5c0d0d7 | Fri Oct 15 22:46:52 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * The following changes have been made:

    - The Form, Sequel Form and Nitro form helpers have been removed in favour of the BlueForm helper.
    - Added documentation to all helpers that were lacking this except the localization helper since I couldn't quite figure out how it works.

[4604657 | Fri Oct 15 16:00:23 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Made the following changes to the BlueForm helper and it's Bacon spec:

    - Classes are no longer added by default since they couldn't be changed by the user.
    - Added the ability to customize optional HTML attributes to several methods.
    - Bacon spec has been updated to work with all the changes.

[e26364c | Fri Oct 15 14:54:02 UTC 2010] YorickPeterse <info@yorickpeterse.com>

  * Started documenting as many helpers as I can. The first one is the BlueForm helper.

[bd90820 | Fri Oct 15 16:23:12 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from blue_form spec

[94c0175 | Thu Oct 14 22:03:41 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * updated documentation for flash helper

[b37540a | Thu Oct 14 21:52:41 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * added optional :prefix option to #css and #js xhtml helper methods

    This option allows a user to specify the relative location of a css or
    js file, defaulting back to 'css' and 'js' respectively. ie
    
      css('foo', :prefix => 'stylesheets') #=> <link
      href="/stylesheets/foo.css" ...>

[d9eadf2 | Thu Oct 14 21:15:20 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * updated git refs

[507bea6 | Thu Oct 14 21:15:08 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * added redcar project dir to gitignore

[614e784 | Thu Oct 14 21:03:42 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * updated manifest

[da8fea8 | Thu Oct 14 21:02:03 UTC 2010] Lee Jarvis <lee@jarvis.co>

  * removed vendor version of Rack::ETag since this was imported into



[49d1e7f | Sat Sep 18 15:58:05 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Resid the session when logging in with the UserHelper

[36c4637 | Tue Sep 07 16:14:01 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update some references to new git repo

[9341530 | Mon Aug 30 12:11:46 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Add missing dependencies to blog example

[3ebcb2a | Tue Sep 07 06:54:22 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * updated proto

[9a1ff30 | Tue Sep 07 06:47:26 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * various doc updates

[2c7f9e3 | Tue Sep 07 06:33:34 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * updated documentation link for Userhelper#user

[2e15842 | Tue Sep 07 06:28:51 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * added extra formatting to README

    this makes headings/sections work well with yards new table of contents menu

[90349af | Tue Sep 07 06:25:56 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * clear up some README formatting

[855938c | Mon Sep 06 13:13:15 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * renamed user helper to resolve namespace conflict

[b1e2a00 | Fri Aug 20 21:20:07 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * added send_file helper from innate

[bb16255 | Fri Aug 20 22:31:52 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ramaze console for 1.9.2

[4304479 | Thu Aug 12 14:21:14 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed pager spec

[c1cbd41 | Thu Aug 12 14:14:04 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed deprecated partial helper

[1a0fc06 | Thu Aug 12 13:59:26 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed pager helper

[c179125 | Thu Aug 12 13:58:47 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed sequel (paginate) helper

[133cb41 | Wed Jul 21 11:17:37 UTC 2010] injekt <ljjarvis@gmail.com>

  * entire sounds cheesy, latest source code!

[4bcdbac | Wed Jul 21 11:16:28 UTC 2010] injekt <ljjarvis@gmail.com>

  * added tarball direct link

[5a6fcfd | Wed Jul 21 11:14:41 UTC 2010] injekt <ljjarvis@gmail.com>

  * updated readme

[0d92619 | Wed Jul 21 11:00:39 UTC 2010] injekt <ljjarvis@gmail.com>

  * fixed spelling error

[f8a4f90 | Wed Jul 21 10:56:13 UTC 2010] injekt <ljjarvis@gmail.com>

  * informer spec requires stringio

[f9b9fff | Sat Jul 03 19:44:28 UTC 2010] Esad Hajdarevic <esad@esse.at>

  * Add shebang to proto/start.rb and +x to make it executable via ./start.rb

[11c7373 | Thu Jun 17 22:42:10 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.06.18

[8c86f88 | Thu Jun 17 22:41:50 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Allow latest version of Rack/Innate

[a2b04aa | Sun May 09 17:19:43 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Remove gemcutter development dependency

[1373a3a | Sun Apr 04 00:07:29 UTC 2010] injekt <injekt.me@gmail.com>

  * updated mailmap

[0a9e80e | Sun Apr 04 07:57:11 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.04.04

[8a77923 | Fri Apr 02 22:43:02 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.04

[f8a2708 | Fri Apr 02 22:41:43 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Mustache engine

[a1c7fd6 | Fri Apr 02 22:34:50 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update post install message

[fd3697a | Fri Apr 02 22:34:36 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update dependencies

[135bc90 | Fri Apr 02 14:11:24 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed file dispatcher spec

[4891e4b | Fri Apr 02 08:35:11 UTC 2010] injekt <injekt.me@gmail.com>

  * added scaffolding_extensions dev dependency

[f098e58 | Fri Apr 02 08:05:51 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed todolist requires

[32c33de | Fri Apr 02 07:46:31 UTC 2010] injekt <injekt.me@gmail.com>

  * pagination fixes

[89080f4 | Fri Apr 02 07:19:34 UTC 2010] injekt <injekt.me@gmail.com>

  * paginate helper to extend sequel with pagination

[8c1a80a | Fri Apr 02 07:12:21 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed blog example

[a4cc3cc | Mon Mar 29 22:13:35 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed partial example

[df28492 | Mon Mar 29 21:59:09 UTC 2010] injekt <injekt.me@gmail.com>

  * fix layout example

[33fe3d0 | Fri Mar 26 19:49:18 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed path in usage example

[de80952 | Fri Mar 26 19:45:54 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed a couple of depreciated methods in documentation

[68682c1 | Fri Mar 26 09:18:05 UTC 2010] injekt <injekt.me@gmail.com>

  * Change app location setting to how it's documented

[7de6f76 | Fri Mar 26 08:51:35 UTC 2010] injekt <injekt.me@gmail.com>

  * added spec for todolist example

[1c2848e | Fri Mar 26 08:29:47 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed todolist example

[fccee57 | Wed Mar 24 22:00:37 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed documention for number_counter, wrong method name used

[a7ee66f | Wed Mar 24 10:20:19 UTC 2010] injekt <injekt.me@gmail.com>

  * added spec for sequel_scaffolding

[f19ddf9 | Wed Mar 24 10:11:34 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed sequel_scaffolding example

[4c36872 | Wed Mar 24 08:05:12 UTC 2010] injekt <injekt.me@gmail.com>

  * xhtml helpers should chomp leading slash from prefix

[d4dcc8a | Wed Mar 24 00:24:28 UTC 2010] injekt <injekt.me@gmail.com>

  * adapter handler should be fastcgi rack handler

[d11daa3 | Tue Mar 23 18:07:40 UTC 2010] injekt <injekt.me@gmail.com>

  * Project creator not copying dotfiles (.htaccess) due to globbing

[bd1ec41 | Fri Mar 19 09:22:55 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Replace last occurances of Global

[050a949 | Fri Mar 12 02:44:20 UTC 2010] Masahiro Nakagawa <repeatedly@gmail.com>

  * Fix Mustache template adapter

    Mustache changed template context(latest version doesn't use Hash).
    So, if template file doesn't find, use Mustache::Context instead of Hash.

[6df728c | Thu Mar 11 16:14:43 UTC 2010] crab <crabtw@gmail.com>

  * use Ramaze.options.prefix as link prefix

[1095d18 | Tue Mar 09 09:50:23 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * ramaze is no dependency of ramaze

[b46443d | Tue Mar 09 09:47:57 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix .dup in Rakefile

[43a38b8 | Mon Mar 08 21:55:07 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.03

[8629332 | Tue Mar 02 13:36:52 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Gracefully handle empty commit title

[04e7ac5 | Tue Mar 02 13:31:21 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Remove polyglot dependency, it's indirect

[cc60569 | Fri Feb 26 02:31:39 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix upload example

[957bbee | Sun Feb 14 22:01:33 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update todolist.html

[9c39d64 | Sun Feb 14 05:55:29 UTC 2010] jShaf <joshua.shaffner@gmail.com>

  * 

[2b917ff | Sun Feb 14 05:48:10 UTC 2010] jShaf <joshua.shaffner@gmail.com>

  * 

[5c93ded | Tue Feb 02 16:26:17 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Made Haml cache more efficient"

    This reverts commit 45db6fe0696dfac7deeebba42c62c6bcca8bab10.

[87a2562 | Tue Feb 02 16:26:02 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Fixed small bug in haml view"

    This reverts commit a226b402518e17d1715b1632981732a5d43b56f9.

[a85a6b5 | Tue Feb 02 16:25:41 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Little refactoring"

    This reverts commit 4e6d6a17e46d8d26c012781ef7b5140fba50237c.

[ba832e9 | Tue Feb 02 16:23:30 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Document the failure around Haml caching as a spec

[d931221 | Wed Jan 20 19:52:08 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix old reference to BASEDIR

[0b4d33d | Wed Jan 20 19:34:46 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update the HTML todolist tutorial to match TXT version

[a1ca6a1 | Wed Jan 13 12:32:00 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix wiktacular

[d23dd7b | Wed Jan 13 09:34:58 UTC 2010] mwlang <mwlang@cybrains.net>

  * minor tweaks

[645e221 | Wed Jan 13 08:22:01 UTC 2010] mwlang <mwlang@cybrains.net>

  * fixed anchor in new.xhtml

[1b3192d | Wed Jan 13 08:11:03 UTC 2010] mwlang <mwlang@cybrains.net>

  * fixed the specs for wiktacular

[037dfd9 | Wed Jan 13 07:10:41 UTC 2010] mwlang <mwlang@cybrains.net>

  * updated to work with Ramaze 2010.01

[4ea45ca | Wed Jan 13 07:05:23 UTC 2010] mwlang <mwlang@cybrains.net>

  * changing directory names to current conventions

[519e76f | Tue Jan 12 08:56:30 UTC 2010] kez <kdobson@gmail.com>

  * Fixed a bug with the auto_link regexp

[fb08f7c | Thu Jan 07 12:48:32 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Next release is going to need rubygems 1.3.5

[017a759 | Thu Jan 07 12:48:19 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some dev dependencies we don't need

[1e88bb6 | Wed Jan 06 23:58:30 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.01

[c29407c | Wed Jan 06 23:57:43 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * New version spec

[2dbf20e | Wed Jan 06 23:54:58 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix form spec for latest Hpricot

[4e5d5b3 | Wed Jan 06 23:27:34 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Revert change made by Dmitry Gorbik

[23412e5 | Tue Nov 24 00:42:44 UTC 2009] Dmitry Gorbik <dmitrygorbik@isengard.local>

  * Small form helper fix

[4e6d6a1 | Mon Oct 19 15:40:00 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>

  * Little refactoring

[a226b40 | Mon Oct 19 11:24:13 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>

  * Fixed small bug in haml view

[45db6fe | Mon Oct 19 02:07:42 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>

  * Made Haml cache more efficient

[2dd1012 | Wed Jan 06 01:20:57 UTC 2010] Zoxc <zoxc32@gmail.com>

  * Added support for the Lokar template engine.

[d1dc44e | Tue Dec 22 02:35:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * update mailmap

[d7dd102 | Tue Dec 22 02:03:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Seems like git finally got its act together

[3a24ddd | Fri Dec 18 11:32:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow absolute external uris for css

[1f83803 | Thu Nov 19 11:49:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix mustache engine for 1.8

[79ddac2 | Thu Nov 19 11:34:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spell out requires of snippets

[67eb0aa | Tue Nov 17 01:14:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer require

[8e72903 | Wed Nov 04 19:51:49 UTC 2009] mig <mig@mypeplum.com>

  * Revert "Add imap_auth.rb in examples/misc/"

    This reverts commit 8dd2b7860f7f50b5604e9a8333a0c7d01ade1802.

[c0a6bbd | Wed Nov 04 19:45:07 UTC 2009] mig <mig@mypeplum.com>

  * Replace R method with r in markaby view

[51f0cc1 | Wed Nov 04 19:41:28 UTC 2009] mig <mig@mypeplum.com>

  * Replace R method with r in markaby controller

[e4ec45d | Wed Oct 21 19:17:28 UTC 2009] mig <mig@mypeplum.com>

  * Add imap_auth.rb in examples/misc/

[d29bafe | Sun Oct 18 22:46:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix logic error in project creator

[1cc16ac | Sun Oct 18 13:13:06 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>

  * form_checkbox_tag added for working with multiple checkboxes

[0ad9c9c | Sun Oct 18 15:54:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the ProjectCreator code a bit more readable

[02a9609 | Sat Oct 17 15:51:29 UTC 2009] Dmitry Gorbik <socket.h@gmail.com>

  * Rails-like output for project generator

[6ab8b38 | Sat Oct 17 17:40:23 UTC 2009] Masahiro Nakagawa <repeatedly@gmail.com>

  * Add Mustache template engine

[2398699 | Sun Oct 11 14:02:11 UTC 2009] Clive Crous <clive@crous.co.za>

  * Correct a2 encoding within httpdigest helper to use remotely given uri

[903c522 | Sun Oct 11 13:30:44 UTC 2009] Clive Crous <clive@crous.co.za>

  * reset digest_authorize before each test, I really don't trust digest_authorize completely it does not seem to obey the digest-auth specification correctly

[96b2e65 | Sun Oct 11 13:12:39 UTC 2009] Clive Crous <clive@crous.co.za>

  * Specs should be using digest_authentication not basic (how and when did this happen?)

[9683aa5 | Sun Oct 11 12:46:34 UTC 2009] Clive Crous <clive@crous.co.za>

  * Ensure that authentication request responses for httpdigest do not get cached

[de3572b | Sun Oct 11 12:32:40 UTC 2009] Clive Crous <clive@crous.co.za>

  * Cleanup existing and (re)add a few httpdigest specs

[2f62921 | Sun Oct 11 11:37:36 UTC 2009] Clive Crous <clive@crous.co.za>

  * Ensure that the httpdigest helper always returns challenge headers on authentication failure

[f827b63 | Wed Sep 30 12:12:09 UTC 2009] starapor <me@sarahtaraporewalla.com>

  * adding missing handlers to slippers so that you can customize the error handling

[842d47f | Fri Oct 02 22:09:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.10

[ba23aa6 | Fri Oct 02 22:09:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * dependency against latest innate

[e4c63be | Fri Oct 02 22:06:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve release tasks

[6d758f3 | Thu Oct 01 21:39:03 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * Add missing erector spec template

[84587e5 | Thu Oct 01 21:38:04 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * Call helper methods from external erector template

[a95384c | Thu Oct 01 19:24:32 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * moved erector helper methods from engine into helper

[6c10e2a | Tue Sep 29 21:03:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix slippers spec

[4b31204 | Tue Sep 29 20:55:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding slippers as dev dependency

[9561d90 | Tue Sep 29 20:46:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update dependencies

[d7d368b | Mon Sep 28 20:14:55 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * Added strict_xhtml Erector method

[23ffbd0 | Mon Sep 28 15:01:11 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * Updated Erector dependencies

[e70a358 | Sun Sep 27 21:23:03 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * added erector specs

[72684cb | Sun Sep 27 14:39:33 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * adding erector engine convenience methods

[18501a7 | Sun Sep 27 13:12:25 UTC 2009] Mario Gutierrez <mgutz@mgutz-mbp.local>

  * adding Erector view engine

[98e41a6 | Sat Sep 26 07:53:20 UTC 2009] starapor <me@sarahtaraporewalla.com>

  * the view_root now uses all the view directories available in teh attribute

[b4f6f0e | Sat Sep 26 07:19:12 UTC 2009] starapor <me@sarahtaraporewalla.com>

  * Adding a view engine for slippers

[5dda528 | Sun Aug 16 19:58:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove shared mock, fix webrat

[f545a47 | Tue Aug 11 10:01:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix wrong constant reference

[e7732d1 | Tue Aug 11 09:39:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only try to get win32console on ruby < 1.9, fix logger

[8d79efe | Wed Aug 05 19:58:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide support for :haml_options trait again

[1d21bad | Sat Aug 01 11:07:45 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Don't use system temp dir;

    ('openid-store' in our case).
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[e417109 | Mon Jul 27 12:00:18 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Fixed error in rdocs of Ramaze::Request#to_instance_variables.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[3713845 | Sat Aug 01 15:39:25 UTC 2009] Yutaka HARA <yutaka.hara+github@gmail.com>

  * Added DataMapperPager (does not load all the rows)

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[802c0d9 | Fri Jul 31 16:03:27 UTC 2009] Yutaka HARA <yutaka.hara+github@gmail.com>

  * paginate helper supports DataMapper

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[c098591 | Wed Jul 29 20:39:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Require snippets using Find::find instead of Dir::glob

[37470de | Sat Jul 25 21:30:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing the auth example by mapping it to /

[e95e5f1 | Sat Jul 25 02:04:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

[d0267ff | Sat Jul 25 01:56:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.07

[e802979 | Sun Jul 19 10:16:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update versions for Rakefile

[311b372 | Sun Jul 19 08:39:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix marshal size for 1.8

[42516be | Fri Jul 17 17:02:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Raise correct exception depending on existence of KeyError

[90d49ee | Fri Jul 17 16:40:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some more 1.8 incompatibilities

[5121688 | Fri Jul 17 16:21:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require nokogiri

[17c4aa6 | Fri Jul 17 16:21:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Forgot using 1.8 syntax

[9fd07cb | Fri Jul 17 16:16:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Try to make the blue_form spec nicer

[6bb2c79 | Fri Jul 17 16:07:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix syntax error in LRU cache

[2cc4309 | Fri Jul 17 15:09:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::BlueForm and spec

[cd77929 | Fri Jul 17 14:59:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding LRU cache

[252dda0 | Thu Jul 16 10:04:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rely on Gestalt to make proper markup for paginate

[fe6c09f | Tue Jul 14 14:01:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Request#to_instance_variables

[b8d016b | Thu Jul 02 19:28:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Increase the time we wait for the cache ttl to expire

[eb63517 | Thu Jul 02 19:20:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Recognize Spec precondition and Spec require in bacon task

[552ae84 | Thu Jul 02 18:48:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add the ramaze/lib directory to -I on bacon task

[0333e52 | Thu Jul 02 18:34:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up the spec middleware mess, it's _always_ m.run(Ramaze::AppMap)

[02a7c0b | Thu Jul 02 17:43:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add missing rack-contrib development dependency

[5d14456 | Thu Jul 02 17:35:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Now even obfuscate_mail should work on 1.8 again

[6547065 | Thu Jul 02 17:13:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Layout helper asks for #to_hash, so it should use it. Also don't rely on Enumerable#first, not in 1.8.6

[21e47bb | Thu Jul 02 17:12:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't rely on order in less spec

[1389dd8 | Thu Jul 02 16:28:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve gem_setup task

[dd9d838 | Thu Jul 02 14:02:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

[158ae0f | Tue Jun 30 17:50:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Let the bacon task pass -I with the root directory

[4747ef4 | Tue Jun 30 17:49:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the require path for bin/ramaze spec

[1667e7f | Tue Jun 30 17:48:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor AddressableRoute, use instance variable instead of constant

[a41c4ac | Tue Jun 30 17:47:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix annoying behaviour when '/' location is assigned to an app earlier loaded, apps after it would overwrite the location. Now only :pristine uses it by default

[2e7a643 | Tue Jun 30 17:45:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove ContentLength middleware from default stacks, all Rack handlers do that already

[cfef249 | Tue Jun 30 17:45:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the misc/css example

[4dcc77d | Tue Jun 30 17:43:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use absolute path when spec requires spec/helper, '.' will be removed from the load path in 1.9.2

[03bd5bb | Sun Jun 28 12:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated cache method, add basic doc for cache_action

[b2ae4dd | Thu Jun 25 18:18:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the cache_value method of the cache helper, rename the cache used to cache_helper_value, and add some docs describing the new behaviour

[0a4cbaf | Thu Jun 18 11:14:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from less

[de61a32 | Thu Jun 18 11:09:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add support for the less css templating engine

[529681e | Thu Jun 18 11:08:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some spelling mistakes in the readme

[f90b76e | Sat Jun 13 19:22:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * The spec mode was flawed, fix it and give proto better defaults

[3aa5bfb | Fri Jun 12 19:54:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.06.12

[d933aa5 | Wed Jun 10 00:28:14 UTC 2009] Aaron Mueller <mail@aaron-mueller.de>

  * Update the identity helper with the new link helper.

[dbf25ed | Mon Jun 08 19:29:08 UTC 2009] Masahiro Nakagawa <repeatedly@gmail.com>

  * Rewrite localization example

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[e2c9414 | Mon Jun 08 07:12:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure that the config.ru knows the correct location

[5e92d92 | Thu Jun 04 21:41:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the Sequel dependency, 3.1.0 isn't out yet

[ea236c8 | Thu Jun 04 19:48:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug with localmemcache on 1.9

[83f78c3 | Thu Jun 04 19:09:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.06.04

[b67f27d | Thu Jun 04 18:56:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Controller for 1.8.6

[38430a9 | Wed Jun 03 18:20:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the bacon task dependency

[3d44f3b | Tue Jun 02 18:50:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.06

[a7f9a02 | Tue Jun 02 18:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use the development-dependencies that rubygems offers

[d2c2b85 | Tue Jun 02 14:27:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the Cache::Sequel to work with 3.1.0

[b41b981 | Tue Jun 02 13:09:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure the Time format is the same as on 1.8

[de73014 | Tue Jun 02 12:56:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * form_select :multiple parameter can now be numeric to omit :size

[c7fbf0c | Tue Jun 02 12:43:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Ramaze::AddressableRoute for great profit!

[fdde916 | Mon Jun 01 12:30:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move the bacon-specific code to ramaze/spec/bacon, prepare for test-framework agnostic behaviour

[3e3bc0a | Mon Jun 01 08:32:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Preserve file permissions when copying via ProjectCreator

[a634582 | Sun May 31 19:13:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A little bit of example-usage for Helper::Form#form_select, improve by allowing :multiple => 10

[c12a0a4 | Sun May 31 18:57:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add shared(:webrat) so you can run your specs with that

[f1a2669 | Sun May 31 18:55:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate shared(:mock), use shared(:rack_test) instead

[4f23d16 | Thu May 28 11:04:47 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Documented the Layout helper.

[2529786 | Thu May 28 07:15:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put layout helper into controller singleton only, fix specs, improve style

[d0e381f | Wed May 27 12:20:11 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added Layout helper.

[569f262 | Wed May 27 12:19:52 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Don't need explicit "helper :layout".

[50b8312 | Wed May 27 12:18:29 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Match against regexps in spec, not strings. last_response.body seems to be an array, so use the first element (the body text).

[41ad023 | Wed May 27 11:38:39 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added Layout helper specs, with layout file for testing.

[65e3666 | Wed May 27 12:46:19 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Removed old todolist.mkd from my (Pistos) fork.

[6622d94 | Wed May 27 12:45:14 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Removed CHANGELOG file from my (Pistos) fork.

[a84f675 | Wed May 27 12:20:11 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added Layout helper.

[6d5875c | Wed May 27 12:19:52 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Don't need explicit "helper :layout".

[5a58feb | Wed May 27 12:18:29 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Match against regexps in spec, not strings.  last_response.body seems to be an array, so use the first element (the body text).

[eabc52d | Wed May 27 11:38:39 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added Layout helper specs, with layout file for testing.

[68242b3 | Thu May 28 00:32:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated method Object#acquire

[3fc4622 | Thu May 28 00:32:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated methods String#/ and Symbol#/

[272fced | Thu May 28 00:31:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated methods on Helper::Cache

[31b809a | Thu May 28 00:31:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated methods on Helper::Auth

[1e4ac92 | Thu May 28 00:31:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated methods on Controller

[a0a9329 | Thu May 28 00:27:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for deprecated link methods

[f412fa3 | Thu May 28 00:27:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some YARD

[57e7a85 | Thu May 28 00:27:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated Helper::Link A|R|Rs

[cafe657 | Tue May 26 23:04:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix facebook.rb syntax for ruby 1.9

[2bf3434 | Sun May 24 11:32:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from RouteExceptions

[731622d | Thu May 21 15:51:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Silence regexp warning

[bae2b53 | Wed May 20 10:00:37 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * link helper now should use Ramaze.options.prefix

[af753a0 | Wed May 20 09:43:01 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * link helper spec did not set the prefix

[eba4734 | Tue May 19 17:45:14 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * spec to check if the link helper works properly with prefix

[3aeadad | Wed May 20 10:00:37 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * link helper now should use Ramaze.options.prefix

[6dc8f88 | Wed May 20 09:43:01 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * link helper spec did not set the prefix

[1391f90 | Tue May 19 17:45:14 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * spec to check if the link helper works properly with prefix

[30db1aa | Tue May 19 09:41:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor cleanup

[50c9971 | Tue May 19 09:41:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some yard tags

[086d3e4 | Fri May 15 19:52:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove invalid spec, the automatic mapping is completely specified now

[9b73450 | Fri May 15 19:47:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ambigous linking in helper/paginate

[6fb74df | Fri May 15 19:47:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid useless iteration in helper/paginate

[fdfe5b9 | Fri May 15 19:46:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix a bug in the lonely controller mapping, it should not ignore maps set explicitly

[eb5e4ef | Fri May 15 07:53:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't write a file to /tmp during the bin/ramaze spec

[5359459 | Fri May 15 01:31:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ramaze/params spec to pass on 1.9

[46c2cfa | Fri May 15 01:31:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Amend helper/bench spec to pass on 1.9

[71916e2 | Fri May 15 01:31:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use normal RouteExceptions interface

[7b6cac5 | Fri May 15 01:30:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless tabs from bin/ramaze help

[21763df | Fri May 15 01:19:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure the Etag middleware works on 1.9 as well

[8ee6b94 | Fri May 15 01:18:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * generate_mapping shouldn't fail too early

[1d0dff5 | Fri May 15 01:18:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug with memcache on 1.9... String#[:foo] is evil!

[508bffc | Fri May 15 01:17:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ordering of middleware

[5be67f5 | Thu May 14 23:41:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify and make the template specs work on ruby 1.9

[b9fa0c4 | Wed May 13 11:25:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't output the require exception twice in ramaze/setup

[7bc9d65 | Wed May 13 10:10:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * output to logger in ramaze/setup if Log is available

[e6b4996 | Wed May 13 10:09:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid infinite recursion in ramaze/setup when a gem name does not match it's lib name

[8bbb8e8 | Mon May 11 21:53:57 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * nope, had one more buglet

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[9a3edf3 | Mon May 11 21:47:12 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * corrected the local_ramaze conditional check

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[33fa3aa | Mon May 11 21:38:17 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * added some specs for ramaze/bin, correcting a require bug already in bin/ramaze

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[b4bad57 | Mon May 11 17:33:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put a notice into config.ru making clear that the handler cannot be set inside

[46cf89a | Mon May 11 17:31:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix last issue in bin/ramaze

[4efbb88 | Mon May 11 06:56:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Automate release:github a tiny little bit, and adapt it to pick up doc/AUTHORS

[608a89c | Mon May 11 06:52:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the todo task

[9f1a651 | Mon May 11 06:44:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move CHANGELOG into doc/ again, punish the responsible rake task

[e6715e1 | Mon May 11 06:37:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug that made default port/handler break in bin/ramaze

[96167c7 | Sun May 10 08:39:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old tutorial

[e39005a | Sun May 10 08:38:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some updates to the tutorial

[bc08091 | Sat May 09 14:33:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for memcached sessions and automatic amending of memcached ttl

[3124879 | Sat May 09 14:26:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Warn and fix the ttl if someone exceeds the maximum ttl allowed by MemCache

[602f180 | Fri May 08 23:25:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * After years of spelling it wrong...

[796627a | Fri May 08 20:47:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix "bug" pointed out by druby

[096f051 | Fri May 08 20:23:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Comaptibility with localmemcache 0.4.0

[4dd866b | Fri May 08 20:15:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Implement and spec the lonely controller rule

[5509950 | Thu May 07 21:30:49 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Explicitly state top-level namespace for ::File in config.ru, since otherwise it is confused for Rack::File.

[c6242e4 | Thu May 07 21:24:47 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added a .gitignore for some basic byproduct files and dirs.

[6efaaaa | Fri May 08 11:24:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Respect preset options for port/adapter on ramaze start

[47b5704 | Fri May 08 10:42:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reflect removal of constant spec

[71873f1 | Thu May 07 21:36:59 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * rake gemspec

[dc3fbad | Thu May 07 21:30:49 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Explicitly state top-level namespace for ::File in config.ru, since otherwise it is confused for Rack::File.

[ddff30a | Thu May 07 21:24:47 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added a .gitignore for some basic byproduct files and dirs.

[6780a7b | Wed May 06 22:56:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for Object#constant

[1719994 | Wed May 06 22:39:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.05

[6025293 | Wed May 06 22:36:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * VERSION=xxx rake release:xxx

[025d2f0 | Wed May 06 22:33:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * bring rakefile up to date

[645a7e9 | Wed May 06 22:31:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Finally move readme to README.md

[fe285e1 | Wed May 06 22:31:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some useless stuff from the readme

[9622f31 | Wed May 06 22:21:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Last minute changes to tasks

[966fce3 | Wed May 06 19:38:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Object#constant since it collides with facets

[1d9215a | Mon May 04 01:10:44 UTC 2009] Andreas Karlsson <andreas@proxel.se>

  * Clean up benchmarking.

    Clean up benchmarking a bit adding support for a mode switch,
    which defaults to "live". Move "require 'ramaze'" to support
    custom environments and killing the logging correctly.
    
    Also fix bug where Ramaze.start was run in one of the files
    in the suite, and finally remove the unused --no-sessions.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[b8337e9 | Tue May 05 22:29:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some more non-serious fail

[be9d471 | Tue May 05 21:23:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use Binding#eval

[b79699a | Tue May 05 13:13:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add comment about the state of serialization in Sequel

[38a1f25 | Tue May 05 12:13:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the sequel cache and the spec of sequel_form compatible with sequel 3.0.0

[0a0553a | Mon May 04 23:39:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Chat examples uses Etanni, not Nagoro

[5778a31 | Sun May 03 04:04:38 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * refactored bin code to lib/ramaze/tool/bin

[b84b566 | Sun May 03 21:53:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Request::current is in Innate

[53108b8 | Sat May 02 20:29:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * We don't rely on STATE anymore

[8d2e57b | Sat May 02 21:09:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the benchmarks

[2d5dda3 | Fri May 01 17:22:13 UTC 2009] Andreas Karlsson <andreas@proxel.se>

  * Use faster method for erubis templates.

    The evaluate method uses instance_eval on a cached proc instead of using
    eval like the erb compatible result method does.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[cfd250c | Fri May 01 14:02:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Skip :install_dependencies until we figure out something better

[1829f38 | Fri May 01 14:00:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Seems like a regression in rack-test...

[09d6fa1 | Fri May 01 14:00:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the errors spec, it should run in :dev mode since :live has no ShowExceptions anymore

[499c4ed | Fri May 01 13:55:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make RouteExceptions a little bit less verbose

[a8c6383 | Fri May 01 13:55:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Give the other engines compile caching as well (where it makes sense)

[81380cf | Fri May 01 12:49:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt gestalt spec to latest rack-test

[e784317 | Fri May 01 12:43:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the helper/caching example

[93a741b | Thu Apr 30 16:06:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use caching for Haml

[47a6dec | Thu Apr 30 16:06:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Integrate View better with Innate

[e86a143 | Thu Apr 30 14:57:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Split up Haml engine, prepare for caching

[b2747cc | Wed Apr 29 16:33:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use ShowExceptinos in live mode

[552a4c3 | Wed Apr 29 00:52:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix RotatingInformer

[2e53d6e | Tue Apr 28 11:50:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the release tasks

[e3c1418 | Tue Apr 28 11:49:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Give the paginator a count

[a395c1c | Mon Apr 27 10:33:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ultraviolet needs traited

[a65aaad | Mon Apr 27 08:47:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Forward logging to Ramaze::Log by default

[d0536fa | Sun Apr 26 19:21:41 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add support Gestalt as another template engine.

    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[37b2928 | Sun Apr 26 18:51:52 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add gestalt to take text and attributes as arguments.

    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[42e96b1 | Sat Apr 25 22:19:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04

[8a0c6ac | Sat Apr 25 21:31:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update dependencies

[1da636d | Thu Apr 23 14:14:51 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Fixes for bin/ramaze on Win32

    * Added #rackup_path for finding the location of
       the rackup binary
     * Added #is_windows? for a standard platform check
     * Added new exec formats for Win32
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[b734de6 | Fri Apr 24 09:52:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove ancient example

[156f355 | Thu Apr 23 22:56:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make all text in config.ru ASCII

[b8fff75 | Wed Apr 22 21:31:15 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Action cache now uses the full path (including params) as the cache key, preserves the Content-Type, and catches :respond

[410576f | Tue Apr 21 19:32:01 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Evaluate cache key blocks in the scope of the node instance for the current action

[41746b9 | Tue Apr 21 23:12:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.22

[711c5df | Tue Apr 21 23:11:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * strip some whitespace

[f65b9a6 | Mon Apr 20 22:25:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Relax Liquid input

[e81a073 | Mon Apr 20 22:25:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow access to Ramaze::View::get

[d18060d | Mon Apr 20 22:24:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make methods of Helper::Formatting module-functions

[ea15f87 | Sun Apr 19 21:02:43 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Fix collisions when caching methods with the same name across multiple controllers and add support for a block parameter that returns a key value to make cache_action work as expected.

[9bf2985 | Mon Apr 20 12:13:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Require sequel/extensions/inflector to get rid of silly warning

[81e6bdb | Mon Apr 20 12:11:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Show unhelpful comment for the blog trackback until someone shows me how it's done

[648acce | Mon Apr 20 12:02:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * We shouldn't use partial_content, use render_partial instead

[0ef8bb7 | Mon Apr 20 11:59:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor improvments and some comments for Liquid engine

[15a6c75 | Mon Apr 20 11:59:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Bring blog example up to date

[986ae27 | Sun Apr 19 22:24:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix wikore example, i wonder whether this is worth keeping

[7f478c3 | Sun Apr 19 09:17:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix auth example

[48adcf6 | Sat Apr 18 09:44:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * It should be `ramaze create` now

[3951076 | Sat Apr 18 09:29:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.18

[afb3336 | Sat Apr 18 09:28:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve tasks a bit

[a4bbc31 | Fri Apr 17 09:37:14 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Only use /proc in bin/ramaze if possible, otherwise fall back to ps

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[35bf7c2 | Fri Apr 17 08:36:28 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Added status command and moved IRB.start inline instead of exec.

    * Status needs testing on WIN32 and OSX
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[df495ae | Fri Apr 17 14:48:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Specify correct behaviour of Request#accept_language_with_weight

[7cee203 | Fri Apr 17 18:52:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Bring various Sequel specific stuff up to date

[21e2c4d | Thu Apr 16 10:01:32 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Defaults to webrick on port 7000 when starting now

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[bc09190 | Thu Apr 16 09:51:38 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Fixed "ramaze start" so it doesn't try and start a new instance

    * added is_running? and check_running? as helpers
    * refactored #stop to pass it's given pid to find_pid
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[c29043d | Thu Apr 16 19:47:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding app.rb to proto, explain new convention

[2e0d0ba | Thu Apr 16 10:33:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure proto spec runs in right directory

[1a8c518 | Thu Apr 16 10:17:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Proto should use Etanni as well

[146a4d6 | Thu Apr 16 10:05:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old layout from proto

[95e4e98 | Wed Apr 15 17:59:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix nagoro/render_partial, sorry for the mess

[9eb1cf0 | Wed Apr 15 17:59:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove String#each, we are compatible with Rack spec

[f95cdae | Wed Apr 15 09:12:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use the render helper for nagoro/render_partial

[730b17f | Mon Apr 13 21:35:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Try to please the github syntax highlighter

[152aad6 | Mon Apr 13 11:58:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rename Request#to_ivs to Request#to_instance_variables and add to_ivs alias for it

[425e8ff | Sat Apr 11 11:18:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Rapp example run

[518ab37 | Fri Apr 10 19:30:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port specs to rack-test

    * This breaks the spec for httpdigest helper since rack assumes that
      plaintext auth consits of ['user:pass'].pack('m*') and we consider
      plaintext auth as MD5 digest auth which includes the realm.

[18fabfc | Fri Apr 10 17:31:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add a `rake setup` task that takes care of installing dependencies

[9567c23 | Thu Apr 09 18:00:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * More improvments and fixes to the localize helper

[e0d48c3 | Thu Apr 09 18:00:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * This should fix the contrib EmailHelper

[ed05392 | Wed Apr 08 16:19:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * run Ramaze instead of Innate, just for better look

[97b1bd8 | Fri Apr 10 00:52:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add ContentLength middleware

[591f1c0 | Wed Apr 08 00:15:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.08

[e2a87c9 | Mon Apr 06 09:27:14 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * changed path search to use request.request_uri instead of request.fullpath, to handle fastcgi, mod_rack, and any other method where rack strips part of fullpath to derive request_uri

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[69c3bf4 | Tue Apr 07 18:12:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only MainController is automapped to '/'

[de89b67 | Tue Apr 07 17:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update tutorial HTML

[e43fa1b | Tue Apr 07 20:38:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * render_template is really deprecated, no replacements

[5922f3c | Tue Apr 07 09:21:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix link to book.ramaze.net

[30fec68 | Mon Apr 06 17:41:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add information about, and usage of: Sequel::Model.plugin(:schema)

[83d41e0 | Mon Apr 06 17:32:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some info about configuration to tutorial

[7467ff6 | Mon Apr 06 10:35:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Flash and Link helpers

[b6297da | Mon Apr 06 09:43:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some lobster

[eabb559 | Mon Apr 06 08:33:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Change ext to reflect new default templating engine

[36431f7 | Mon Apr 06 06:57:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * nitpicking

[983cede | Mon Apr 06 06:57:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify Helper with options

[5a31740 | Mon Apr 06 06:57:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Take over the Partial helper from Innate, please use the Render helper instead

[9797116 | Mon Apr 06 00:38:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Cache::LocalMemCache, see http://github.com/sck/localmemcache

[d725385 | Sun Apr 05 21:26:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add methods removed from Innate::Request

[ad0ce13 | Sun Apr 05 16:01:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding contrib/app_graph, which shows all your sites apps, controllers, mappings and actions

[61f621a | Sat Apr 04 09:33:23 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * Removed ramaze dependencies from binary where not needed

    * Allows including of custom library paths with standard ruby -I
      functionality.
    * Now passing ARGV along to irb with console command.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[38f1b77 | Sat Apr 04 08:29:18 UTC 2009] bougyman <bougyman@falcon.(none)>

  * Remove version and help message from bin/ramaze

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[4cf3d4a | Sat Apr 04 21:17:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove trailing newlines from bin/ramaze

[6d912c9 | Sat Apr 04 07:53:48 UTC 2009] bougyman <bougyman@falcon.(none)>

  * Added more help and --version

    * Create command exits and prints error if no PROJECT given
    * Added more verbose description of each command
    * Now defaults to printing help instead of starting an application
    
    TODO:
    
    * Add ability to merge application options.  Perhaps ENV setting.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[aed1603 | Sat Apr 04 13:26:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove contrib/sequel/fill, was quite useless anyway

[02cd6ec | Sat Apr 04 13:25:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve bacon task so specs can fail on dependencies without messing up all the output

[de5e21f | Sat Apr 04 11:05:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use method instead of iv for App#url_map

[597ec8c | Sat Apr 04 11:04:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add integration with rack/test, eventually we should port specs to that

[59d3083 | Sat Apr 04 11:02:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Run specs in spec/contrib as well

[49dd9d6 | Sat Apr 04 11:02:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add commented list of development dependencies for release

[a4c080f | Sat Apr 04 10:43:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve bacon task

[729ce2d | Fri Apr 03 11:06:22 UTC 2009] bougyman <bougyman@falcon.(none)>

  * Added better help output and lowered debug output

    * Pass along rackup --help options when requesting --help
    * Removed debug output from default_pidfile
    
    TODO:
    * Make ramaze --console work as expected
    * Design a methodology to pass the ramaze application itself arguments, instead of just to rack(up)
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[686a38d | Fri Apr 03 09:15:53 UTC 2009] bougyman <bougyman@falcon.(none)>

  * Added --force and --amend support to ramaze create. Also updated Ramaze::Tool::Create to use ROOT instead of Ramaze::BaseDir

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[b1ae885 | Fri Apr 03 08:58:37 UTC 2009] bougyman <bougyman@falcon.(none)>

  * Rewrite of bin/ramaze

    * Simple optparser for start|stop|restart|create
    * Passing all other args on to config.ru
    * Used old ramaze tool/create for creation from prototype
    
    TODO:
    * Enable --force and --amend to ramaze create
    * Recognize app.rb and rackup's options to display in --help
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[ea434b1 | Fri Apr 03 17:14:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide access to App#url_map

[aa99126 | Fri Apr 03 16:54:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix link to sqlite

[54f7ce0 | Fri Apr 03 16:49:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the rack/innate dependencies until rack is out

[e5af4e5 | Fri Apr 03 16:48:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix for redcloth spec

[11118df | Fri Apr 03 16:28:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the sequel_form spec

[cf18430 | Fri Apr 03 16:26:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the XSLT example and spec

[0395321 | Tue Mar 31 23:53:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Change dependency to innate-manveru, there's no rubyforge gem for it anyway... but that will cause trouble for local rake install

[eb7d389 | Tue Mar 31 23:34:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Optinoal reference in blog example

[5f210cc | Tue Mar 31 23:33:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Optional is now Innate::Optioned

[851e1bd | Tue Mar 31 23:21:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.01

[9033500 | Tue Mar 31 13:12:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use html syntax instead of xhtml for pdf generation

[e597faa | Mon Mar 30 18:40:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding a table of contents to the tutorial html

[e0f45a7 | Mon Mar 30 18:32:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add source for new tutorial

[709430e | Mon Mar 30 18:31:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Generate html for new tutorial, asciidoc rocks!

[09185fa | Mon Mar 30 18:30:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the basic/simple example

[e2cd400 | Mon Mar 30 18:30:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the create action of the todolist

[641280f | Mon Mar 30 13:40:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * require a default-controller if none is there on setup

[7cc0bdc | Mon Mar 30 13:28:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Etanni is new default engine, with .xhtml extension, everyone happy now?

[dcce38f | Sun Mar 29 23:22:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set Innates helper constants into Ramaze::Helper

[f24506e | Sun Mar 29 21:48:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rewrite todolist example, just needs a tutorial now...

[0ae404a | Sun Mar 29 20:04:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the readme_chunks

[9beaef2 | Sun Mar 29 20:02:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/AUTHORS with more accurate data

[83ba698 | Sun Mar 29 20:02:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid glibc in git shortlog

[685fa37 | Sun Mar 29 20:01:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Brand new rake tasks, fine-grained with help of raku

[97e59ff | Sun Mar 29 00:16:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding a .mailmap for nicer git shortlog

[e7a1b97 | Fri Mar 27 22:34:13 UTC 2009] Aman Gupta <aman@tmm1.net>

  * Add RDoc to ramaze/contrib/gems.rb

[a250438 | Thu Mar 26 22:59:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix liquid example and spec

[d9bc8ac | Thu Mar 26 22:46:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove last references to Amrita2

[972559b | Thu Mar 26 22:41:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Amrita2 templating engine, it's defunct with current Hpricot and doesn't look like anybody maintains it

[1a28d42 | Thu Mar 26 15:18:56 UTC 2009] Clive Crous <clive@crous.co.za>

  * Explicitly specify path in template examples

[283239f | Thu Mar 26 22:15:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding static and directory apps again

[9192ec3 | Thu Mar 26 21:04:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the simple_auth example, httpdigest is way better

[a30c6c8 | Thu Mar 26 20:55:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix spec for hello example

[1b917d6 | Thu Mar 26 20:54:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix helper/maruku spec, this one changes all the time so it's more flexible now

[69f65c1 | Thu Mar 26 20:52:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix helper/partial spec

[fdb050f | Thu Mar 26 20:50:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Element example spec

[9d363e1 | Thu Mar 26 19:48:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Mostly improving comments and UI in the blog

[c5a75ee | Thu Mar 26 19:29:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * The errors wouldn't be shown in the form helper

[25d7e4e | Thu Mar 26 18:06:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::Formatting#number_counter, might need a better name though

[1047afe | Thu Mar 26 17:26:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor Helper::Gravatar to reflect their API better, add specs for it

[7df451a | Wed Mar 25 22:56:16 UTC 2009] Clive Crous <clive@crous.co.za>

  * Updating example/template specs for examples that DON'T work.

    The following template systems don't seem to work (or at least I'm unable to get their examples to work at the moment):
    
    Amrita2
    Liquid
    RedCloth

[1d94eb0 | Wed Mar 25 22:38:11 UTC 2009] Clive Crous <clive@crous.co.za>

  * update remarkably example's external template too (accidentally left off last commit)

[f744a0d | Wed Mar 25 22:36:49 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/remarkably

[47dfdac | Wed Mar 25 22:23:51 UTC 2009] Clive Crous <clive@crous.co.za>

  * spec for linking example should behave like mock, not like http

[c662753 | Wed Mar 25 21:20:06 UTC 2009] Clive Crous <clive@crous.co.za>

  * update basic/simple example and spec for innate

    it seems inspect does not work as expected for request.
    testing this is, however, outside the scope of a simple example I think

[75aa804 | Wed Mar 25 21:13:11 UTC 2009] Clive Crous <clive@crous.co.za>

  * spec for css example should behave like mock, not like http

[4abea5c | Wed Mar 25 21:04:01 UTC 2009] Clive Crous <clive@crous.co.za>

  * correct maruku helper spec - it was using the wrong type of quotes and failing because of it

[4e35cdd | Wed Mar 25 21:00:26 UTC 2009] Clive Crous <clive@crous.co.za>

  * markaby and xslt are not yet implemented in ramaze/view

[ca812d4 | Wed Mar 25 20:39:22 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/nagoro

[536a4bb | Wed Mar 25 20:35:34 UTC 2009] Clive Crous <clive@crous.co.za>

  * xslt currently does not work, I have however updated what I could for now

[56164e7 | Wed Mar 25 20:14:55 UTC 2009] Clive Crous <clive@crous.co.za>

  * template spec comparitive allows variable whitespace in html between attributes and their values

[ebddf59 | Wed Mar 25 20:02:30 UTC 2009] Clive Crous <clive@crous.co.za>

  * markably currently does not work, I have however updated what I could for now

[fac24bf | Wed Mar 25 19:46:56 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/tenjin

[dd0d78e | Wed Mar 25 19:45:40 UTC 2009] Clive Crous <clive@crous.co.za>

  * Also autoregister .tenjin extension for Tenjin

[5828115 | Wed Mar 25 19:37:17 UTC 2009] Clive Crous <clive@crous.co.za>

  * use regex for home page check in template example specs

[8b6c3d0 | Wed Mar 25 19:01:58 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/ezamar

[414f6f2 | Wed Mar 25 18:50:50 UTC 2009] Clive Crous <clive@crous.co.za>

  * Remove excess whitespace from Haml

[fa9720e | Wed Mar 25 18:47:31 UTC 2009] Clive Crous <clive@crous.co.za>

  * Correct typo: Habl => Haml

[1118df3 | Wed Mar 25 18:41:20 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/haml

[76124ca | Wed Mar 25 18:40:10 UTC 2009] Clive Crous <clive@crous.co.za>

  * updated spec and example for templates/erubis

[32efcd7 | Wed Mar 25 18:39:01 UTC 2009] Clive Crous <clive@crous.co.za>

  * Common tests for most template example specs

[41c2f11 | Wed Mar 25 23:11:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * remove faker setup

[ee08c78 | Wed Mar 25 23:05:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the blog.db

[89738ca | Wed Mar 25 00:10:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * jQuery v1.3.2

[e510fe3 | Wed Mar 25 22:50:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New Helper::Partial, not well tested yet!

[f45238f | Wed Mar 25 22:35:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ezamar now only .zmr, Etanni gets .xhtml

[63d09c5 | Wed Mar 25 22:34:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't be destructive to arguments to GemSetup

[3ba481b | Wed Mar 25 22:34:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve intro in example/simple/hello.rb

[fca8bf1 | Wed Mar 25 22:33:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Gestalt#select to avoid collision with Kernel#select

[3aea381 | Wed Mar 25 22:32:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Huge update to the blog example, should probably extract it

[43032e8 | Wed Mar 25 17:29:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A couple of updates to the specs

[f70cb1e | Wed Mar 25 17:28:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move Request and Response into better locations, Make sure we use our own Request/Response instead of Innates

[d769e3b | Wed Mar 25 17:03:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some methods to Request from Innate

[53bc137 | Wed Mar 25 13:37:43 UTC 2009] Clive Crous <clive@crous.co.za>

  * (re)enable specs for examples

[7d3ebac | Wed Mar 25 13:27:02 UTC 2009] Clive Crous <clive@crous.co.za>

  * Use a rather than A and remove view_root in erubis example

[90eb0f9 | Wed Mar 25 13:25:59 UTC 2009] Clive Crous <clive@crous.co.za>

  * Rename template directory to default: view

[b38c0b7 | Wed Mar 25 12:31:11 UTC 2009] Clive Crous <clive@crous.co.za>

  * Partial helper was moved to innate, update it's usage

[afa2acd | Tue Mar 24 17:19:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::Form#form_select

[c02fb22 | Tue Mar 24 02:57:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add two more methods for form helper

[070ccc9 | Mon Mar 23 19:16:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add the new Helper::Form, i carried it around for too long, move the old Helper::Form to Helper::SequelForm as it never supported another ORM

[2495907 | Mon Mar 23 16:34:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Disqus

[c79da35 | Mon Mar 23 16:33:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update Nagoro view

[2a514dc | Mon Mar 23 16:32:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action now does copy_variables since it's needed by all engines and easy to forget

[b300f07 | Sat Mar 21 16:45:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rewrite the auth example to something simpler

[5787a24 | Sun Mar 22 23:58:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Erubis should copy variables into binding

[2d085f3 | Sat Mar 21 23:09:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add deprecation warning for Controller::view_root

[dfd5c45 | Sat Mar 21 22:55:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only set default engine to Nagoro if no engine was set before Ramaze.start

[bde97f4 | Fri Mar 20 18:35:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only set root in spec if found

[6fde250 | Fri Mar 20 18:20:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Proper docs for Helper::User

[6902b1b | Fri Mar 20 17:20:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fun little Helper::RequestAccessor

[7cb5268 | Fri Mar 20 15:45:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate contrib/gzip_filter

[f6b88a5 | Fri Mar 20 15:41:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New contrib/rest

[e4dc2c7 | Fri Mar 20 14:05:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix config.ru

[4980a5d | Fri Mar 20 12:13:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[44cbafd | Thu Mar 19 20:52:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve spec/helper.rb so specs can be loaded from anywhere

[bc9a15a | Thu Mar 19 20:11:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft

[5eaff4b | Thu Mar 19 20:04:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt to changes in action wrapper

[2e6a21a | Thu Mar 19 18:25:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * proto/start.ru becomes proto/config.ru

[9b66745 | Wed Mar 18 20:03:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Explain what all this App stuff is about

[c10c58b | Wed Mar 18 19:44:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Embrace the new simplicity in automatic mapping in the specs

[23ea9b2 | Wed Mar 18 19:41:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the paginate helper by using robust mapping lookup

[0569187 | Wed Mar 18 19:39:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Intelligent mapping prevents Innate from stealing Apps and Controllers

[96c3048 | Wed Mar 18 10:47:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Making specs pass once again

[6e9c26f | Sun Mar 15 20:53:39 UTC 2009] Clive Crous <clive@crous.co.za>

  * Add a missing 'protected' forgotten from the spec

[14846ae | Sun Mar 15 20:50:48 UTC 2009] Clive Crous <clive@crous.co.za>

  * More complete digest header testing

[8f4e0f0 | Sun Mar 15 20:32:43 UTC 2009] Clive Crous <clive@crous.co.za>

  * Test for httpdigest authentication failures as well

[812cdf9 | Sun Mar 15 18:15:42 UTC 2009] Clive Crous <clive@crous.co.za>

  * Preload rubygems for spec files if rubygems exists and has been loaded in rake

[64033fc | Sun Mar 15 17:59:44 UTC 2009] Clive Crous <clive@crous.co.za>

  * Failure feedback when specs completely fail to run

[8150206 | Mon Mar 16 00:36:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid require of gettext/lib/locale.rb, use locale/lib/locale/tag.rb

[fb8a5d6 | Mon Mar 16 00:35:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix automatic mapping of Controllers

[acce95e | Sun Mar 15 16:45:16 UTC 2009] Clive Crous <clive@crous.co.za>

  * initial specs for httpdigest helper

[e3d9eea | Sun Mar 15 15:28:36 UTC 2009] Clive Crous <clive@crous.co.za>

  * Correct MD5 usage namespace

[4c7d4b8 | Sun Mar 15 14:02:55 UTC 2009] Clive Crous <clive@crous.co.za>

  * Cater for qop(auth-int) as per RFC 2617 section 3.2.3

    Conflicts:
    
    	lib/ramaze/helper/httpdigest.rb

[a62f89d | Sun Mar 15 13:26:53 UTC 2009] Clive Crous <clive@crous.co.za>

  * Cater for qop(auth-int) as per RFC 2617 section 3.2.3

[a87737c | Sat Mar 14 22:40:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from link-helper spec

[10a1de1 | Sat Mar 14 22:40:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix pager and paginate helpers

[0d9ca97 | Sat Mar 14 22:39:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Ramaze::App and port to new options system

[3194d46 | Fri Mar 13 19:01:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the automapping of controllers and add specs for it

[e56ccda | Fri Mar 13 18:30:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the old spec/helper

[6058a6d | Mon Mar 09 22:33:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update chat example

[9accf7a | Mon Mar 09 21:49:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the rapaste example

[3f7c28e | Mon Mar 09 21:48:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rename the *.xhtml templates in spec to *.nag

[b47afb3 | Mon Mar 09 21:41:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add deprecation notice for Ramaze::Template

[958071d | Mon Mar 09 21:39:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Give Ezamar the .xhtml extension for better compatibility

[fd177ff | Mon Mar 09 21:38:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add View::Ezamar and specs

[b0dd07a | Mon Mar 09 20:33:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Localize with spec

[5aca5c9 | Mon Mar 09 13:53:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Request#accept_charset

[dce32e5 | Mon Mar 09 12:43:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * robust_params is not there anymore

[68e0778 | Sat Mar 07 14:51:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt for refactor of provides in Innate

[6af593a | Fri Mar 06 14:12:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put Nagoro::RenderPartial into a separate file

[f5af586 | Fri Mar 06 14:11:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reflect the changes to provides in Innate

[6104053 | Mon Mar 02 16:22:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove stub for the contrib/cache_file

[7ddc690 | Mon Mar 02 16:21:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update some docs for caches

[df1eb37 | Mon Mar 02 16:17:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Contrib and add Ramaze::Plugin

[cb0f9b2 | Mon Mar 02 16:16:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Example for how to serve directories

[9820b46 | Mon Mar 02 16:12:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the dispatcher specs

[02bcaaf | Mon Mar 02 16:06:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Convert the contrib/sequel_cache to a proper cache/sequel

[6c1bd79 | Mon Mar 02 13:03:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for the httpdigest example

[154a67b | Mon Mar 02 12:11:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Prevent reloader from failing for deprecated caches

[88ffe02 | Mon Mar 02 12:10:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::HttpDigest and the example, needs specs

[ec02dfc | Sun Mar 01 23:21:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Compatibility with innate

[b22141f | Sat Feb 28 17:09:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * autoload is useless for gems... add spec for Helper::Maruku

[db42768 | Sat Feb 28 17:05:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Docs and autoload for Helper::Maruku

[bb83296 | Sat Feb 28 16:20:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Take care of missing gem method

[7908ef6 | Sat Feb 28 16:20:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify view invocations

[0b7847a | Sat Feb 28 16:11:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug where the name of the haml template was wrong for layouts

[ccdb6cc | Sat Feb 28 15:11:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * pager spec needs hpricot

[c131abc | Sat Feb 28 15:10:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze::Helper should behave as Innate::Helper

[f333709 | Sat Feb 28 15:10:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for Helper::Paginate and fixes to make it work again

[b6b7faf | Wed Feb 25 15:34:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put Rack::ETag into vendor to remove rack-contrib dependency

[50ce04b | Wed Feb 25 15:00:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Ramaze::setup to make it easier to use ramaze from git

[93e0064 | Wed Feb 25 14:48:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New Ramaze::setup, remove contrib/gems

[df25a48 | Wed Feb 25 14:18:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some helpers that rely on traits

[6599dca | Wed Feb 25 14:07:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * minor cleanup

[71107fd | Wed Feb 25 14:07:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Helper::Cache trait usage

[989be02 | Wed Feb 25 14:07:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove traits from Object, if you need them include Innate::Traited

[b746b70 | Wed Feb 25 14:06:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Innate::Traited in Controller

[855bfea | Wed Feb 25 13:16:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Shortcut route with RouteExceptions::[]=

[04b6340 | Wed Feb 25 13:15:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt to new middleware behaviour

[fcbbde5 | Fri Feb 27 16:20:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * specify what the engine specs need

[272a2a5 | Fri Feb 27 13:40:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix for new Sass

[ef952b7 | Thu Feb 26 10:45:02 UTC 2009] Victor Luft <victor.luft@ptomato.net>

  * Fixed Sass engine for Haml 2.0.8+

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[b46c3b9 | Wed Feb 25 01:24:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update caching example spec

[a6c8667 | Wed Feb 25 01:24:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update caching example

[80d6802 | Tue Feb 24 21:42:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update copyright in specs

[d4cdad0 | Tue Feb 24 21:40:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix reference to Innate::Node::NODE_LIST and use CONTROLLER_LIST for Ramaze

[07a4b95 | Tue Feb 24 21:37:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Ramaze::Reloader

[e6c5b47 | Tue Feb 24 21:35:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Tool

[c87e496 | Tue Feb 24 21:35:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove rest helper, it's awesome but useless

[7e1d8ca | Tue Feb 24 21:31:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * SendFile helper is in Innate

[f9c0054 | Tue Feb 24 21:29:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * change response to returned in the route_exceptions to avoid confusion

[3a576a5 | Tue Feb 24 21:28:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use new multipart code from innate

[8a34b08 | Sun Feb 22 21:36:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for Helper::Gestalt

[f92cf13 | Sun Feb 22 21:32:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for Helper::Bench

[c4314b6 | Sun Feb 22 21:24:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move lib/rack to lib/vendor

[2802a39 | Sun Feb 22 20:16:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Default engine should be nagoro if none has been set yet in superclasses, also ignores innates default

[e2d776c | Sun Feb 22 19:52:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[3fd92eb | Sun Feb 22 19:41:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate ::cache for now

[2af3b20 | Sun Feb 22 19:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expand spec for time_diff

[9bf8dc5 | Sun Feb 22 01:35:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improved RouteExceptions

[ca95b01 | Sun Feb 22 01:16:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Require route_exceptions since it has no autoload

[9221a70 | Fri Feb 20 16:43:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless method from stack spec

[aea363e | Fri Feb 20 16:42:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec some more of formatting helper

[981832e | Fri Feb 20 16:38:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Route is in Innate::SingletonMethods now

[c601117 | Fri Feb 20 16:22:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for XSLT until someone is brave enough to implement it again

[34afff1 | Fri Feb 20 16:20:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove markaby specs, use remarkably instead

[195a82e | Fri Feb 20 16:18:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless spec helpers

[c1ca9ff | Fri Feb 20 16:17:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * remove old redcloth spec

[dcf7499 | Fri Feb 20 16:15:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Global related code

[282e1e0 | Fri Feb 20 16:12:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update some copyrights and clean specs a bit

[0717064 | Fri Feb 20 16:07:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify Erubis spec

[ac5b921 | Fri Feb 20 16:07:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix RedCloth engine and add specs

[dc9fe30 | Fri Feb 20 15:49:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Finally non-sucking support for Liquid

[14390d1 | Fri Feb 20 14:58:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for removed Store::Default

[8b43c36 | Fri Feb 20 14:57:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for Rewrite, covered by Innate

[4e414b1 | Fri Feb 20 14:57:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use nagoro for stack spec

[c433bf8 | Fri Feb 20 14:56:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Informer spec more robust

[587e7c0 | Fri Feb 20 14:54:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix helper for snippet specs

[5caa271 | Fri Feb 20 14:46:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add specs for error handling and make it so

[80ceda6 | Thu Feb 19 19:11:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix spec for params

[51dbc8f | Thu Feb 19 19:11:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Tool::Localize

[28599a2 | Thu Feb 19 16:29:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ezamar specs

[49c0ec5 | Thu Feb 19 16:28:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * The route spec was ported to innate

[91c46a2 | Thu Feb 19 16:27:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Dispatcher spec

[96d695e | Thu Feb 19 16:26:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * alias spec_requires to spec_require

[3ef2ce1 | Thu Feb 19 16:25:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for integration with Rack::Directory

[e5d7b93 | Thu Feb 19 16:11:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update gemspec to reflect new dependencies

[d952c02 | Thu Feb 19 16:04:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove session spec, covered by rack and innate

[aaf7df6 | Thu Feb 19 16:03:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use rack-contrib to improve static serving, supports ETag and Last-Modified

[7297803 | Thu Feb 19 14:15:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update spec for alias_view

[979e75e | Thu Feb 19 13:41:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better spec task

[2a426e6 | Thu Feb 19 13:40:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for session, covered by innate

[99bd905 | Thu Feb 19 13:12:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify actionless_templates spec a bit

[d1f863f | Thu Feb 19 13:11:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move memcache spec into proper directory

[eef9170 | Thu Feb 19 13:11:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use ramaze/spec instead of innate/spec

[eb22b37 | Thu Feb 19 13:11:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec_precondition to deal with specs that require running memcached and the like

[163789a | Thu Feb 19 13:10:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Controller::engine to register multiple exts per engine

[7d147c1 | Wed Feb 18 20:16:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Start using some ramaze specific helpers for specs (spec_require)

[1d59ffa | Wed Feb 18 20:15:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Tool::Localize, have a rack middleware to replace it

[ef2ee41 | Wed Feb 18 19:49:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * params spec passes

[32cede3 | Wed Feb 18 14:28:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Argument for Ramaze::Reloader#initialize is now optional

[bd280b8 | Wed Feb 18 10:31:07 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add spec provide_inheritence.rb.

[ed27cb2 | Wed Feb 18 10:28:06 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add defualt provide engine only when controller is not inherited other.

[f003e02 | Tue Feb 17 17:34:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Helper::Pager and spec

[d66195b | Tue Feb 17 03:13:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add ydoc task

[629fc79 | Tue Feb 17 03:12:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * README.markdown => README.md

[7602f94 | Tue Feb 17 03:10:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add publish task

[249cbf5 | Tue Feb 17 03:09:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix rake metric:churn

[5dd7518 | Sun Feb 15 11:48:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Ramaze::Fiber#(state|state=) for easier copying

[246f3c6 | Sat Feb 14 20:26:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Amrita2

[1f6a3e1 | Sat Feb 14 14:20:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Response#build shouldn't use its own header by default

[8d82a6c | Sat Feb 14 14:08:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the 100% cpu problem... seems like hash iteration went wrong

[8191be7 | Fri Feb 13 21:24:58 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Added more to the post-install message.

[13f56f5 | Fri Feb 13 21:13:49 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Bumped version to 2009.02.

[f73a2b3 | Fri Feb 13 21:13:19 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Freshened URLs throughout documentation and examples.

[244b7a6 | Fri Feb 13 14:40:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix strange behaviour when using Fiber

[947f1c6 | Fri Feb 13 14:40:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft

[7101ffe | Wed Feb 11 15:46:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve speed of Helper::User#user method

[28dde74 | Wed Feb 11 15:46:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the R/Rs/A methods a little bit more functional although they are deprecated

[c199fc5 | Wed Feb 11 15:45:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some docs

[e3cceef | Wed Feb 11 15:44:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add rake ydoc task

[8e953ec | Tue Feb 10 23:58:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ignore some mor ein rcov

[21e3e6e | Tue Feb 10 23:32:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make spec for Helper::Form pass

[a8566b1 | Tue Feb 10 23:10:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Continue rake rcov even on error

[6fc5f13 | Tue Feb 10 23:09:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * General spec for Innate::View

[95b228f | Tue Feb 10 23:09:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Builder templating engine, too awkward

[332409b | Tue Feb 10 23:05:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Nagoro and spec it

[72ae098 | Tue Feb 10 23:04:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Amrita2 and spec it

[832ac9a | Tue Feb 10 12:07:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Helper::User user with callback

[4a2cb9d | Tue Feb 10 09:33:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[d0cba9c | Mon Feb 09 22:51:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for some removed snippets

[75eda86 | Mon Feb 09 22:50:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add deprecation warning for Helper::Auth#check_auth

[838fb4e | Mon Feb 09 22:48:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Specs for flashbox

[4dc3ca1 | Mon Feb 09 18:50:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New Helper::Auth with specs

[a95be31 | Mon Feb 09 17:51:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for Controller, most of that is covered by Innate

[8a3efda | Mon Feb 09 17:48:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * minor update to specs for resolving

[67fe2f1 | Mon Feb 09 16:42:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add deprecated Controller::template and update specs

[7ce72e3 | Mon Feb 09 16:14:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update spec to show how to define a method like 'other/greet/other'

[228e4f2 | Mon Feb 09 16:07:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix spec for actionless templates

[78fbdbf | Mon Feb 09 15:59:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for Action#render

[c9cda6b | Mon Feb 09 15:58:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Layout specs are covered by Innate

[d90619f | Mon Feb 09 15:58:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Ramaze::Cache::MemCache work and add spec

[ae9485f | Sun Feb 08 14:51:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better memleak_detector

[acaa945 | Sun Feb 08 14:43:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use the Innate::SingletonMethods

[5bc49e5 | Sun Feb 08 14:42:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::(caller_lines|caller_info|parse_backtrace)

[e8a062f | Sun Feb 08 12:55:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Tool::Localize, would mess up body on 1.9

[4a2318d | Sat Feb 07 17:19:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless specs for Action

[ec0f46a | Sat Feb 07 16:00:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt Helper::Cache and specs

[e4ab521 | Sat Feb 07 12:56:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix actionless_templates spec

[944517c | Sat Feb 07 12:56:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nagoro is default engine

[271d1d2 | Sat Feb 07 12:55:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A bit of restructuring, add Ramaze.options

[1fb7f94 | Fri Feb 06 13:58:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix user_logout

[ecc366e | Fri Feb 06 13:58:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix reference in flashhelper

[caef22c | Thu Feb 05 14:44:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for Request, they are handled by rack and innate

[3a4a478 | Thu Feb 05 14:43:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove adapter specs, they are handled by rack

[bea1233 | Thu Feb 05 14:42:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for Ezamar

[f306bf7 | Thu Feb 05 14:39:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix specs for Logger::Informer

[59ac9f6 | Wed Feb 04 21:40:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * engine should be inherited

[f0aa505 | Tue Feb 03 19:15:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for action basics

[35860c9 | Tue Feb 03 19:14:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * fix obfuscate_email

[e12ce5b | Tue Feb 03 19:14:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Pass block to Innate.start

[9fe58c7 | Mon Feb 02 16:55:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't forget to copy instance variables in haml

[dc236a1 | Sun Feb 01 03:35:54 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Initial layout spec port from ramaze/master.

[1f0f025 | Sun Feb 01 03:34:44 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Copy action.variables as instance variables before rendering in Haml.

[9817184 | Fri Jan 30 21:26:27 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Updated copyright year in erubis spec.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[ad26961 | Fri Jan 30 12:04:07 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Moved ezamar specs from template/ to view/.  No work done on them yet.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[a6dcb6b | Fri Jan 30 11:55:08 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Removed commented out legacy Erubis spec code.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[551d5b7 | Fri Jan 30 11:54:36 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Erubis "external template" spec passes.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[292ca1c | Fri Jan 30 11:52:06 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Erubis "sum" spec passes.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[6cdd63b | Fri Jan 30 11:51:45 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Changed Erubis file suffix to rhtml for the spec.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[c6b7851 | Fri Jan 30 11:45:45 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Partial work to get erubis specs passing.  Not done yet.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[f346dd1 | Fri Jan 30 11:41:23 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Haml spec passes just the same, but: corrected typo "remplate" -> "template".

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[6ea257b | Fri Jan 30 11:15:12 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Changed 'describe' string in Tenjin spec.  Looked like a copy-paste artifact.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[73419a5 | Thu Jan 29 18:18:07 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Updated copyright years in README and version.rb.

[6e23112 | Thu Jan 29 23:27:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * run specs with total summary

[b045591 | Thu Jan 29 23:21:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require old ramaze spec helper

[3c67a9c | Thu Jan 29 22:05:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for non-existent Helper::File

[ead31a7 | Thu Jan 29 22:04:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Controller::engine will now work as expected

[fe01c3f | Thu Jan 29 22:03:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate takes over setup of Controller with better mapping design

[a6f716b | Thu Jan 29 22:02:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require rubygems

[dad4960 | Thu Jan 29 22:01:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update proto for optimal use with ramaze/innate

[d5c8877 | Wed Jan 28 23:44:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for some helpers that are in innnate

[a91890d | Wed Jan 28 23:42:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec fails if it has no tests

[83b3736 | Wed Jan 28 23:42:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use request.env instead of STATE

[c218850 | Wed Jan 28 23:34:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix spec for Helper::User

[dcdc249 | Wed Jan 28 21:42:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old haml specs

[0c9950f | Wed Jan 28 21:38:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Haml spec should look like the others

[0b5363b | Wed Jan 28 21:20:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Sass, respect sass_options, port spec

[ded1da1 | Wed Jan 28 21:03:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Remarkably to restore a tag, to use the a method use the anchor alias instead

[b71abe9 | Wed Jan 28 21:01:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve tenjin specs and remove old ones

[38981db | Wed Jan 28 21:01:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old tagz specs

[e522172 | Wed Jan 28 21:00:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port specs for Remarkably and make them pass

[1a1e0c6 | Wed Jan 28 20:32:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up spec for Tagz

[8b9bf7a | Wed Jan 28 20:19:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nifty hack makes Tenjin work with binding

[ad4e2d1 | Wed Jan 28 20:19:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate Link::R/Rs/A

[c385741 | Wed Jan 28 20:19:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::DEFAULT is removed

[9483344 | Wed Jan 28 20:18:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make View::Tagz and its specs work

[a27e324 | Tue Jan 27 21:56:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more specs

[1b91119 | Tue Jan 27 21:55:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for Ramaze::Struct

[95a59e2 | Tue Jan 27 21:53:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve tasks for spec/rcov

[f980ec8 | Tue Jan 27 21:53:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Faster specs for snippets

[c1a5a63 | Tue Jan 27 21:52:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::State, handled by Innate

[91b0830 | Tue Jan 27 21:52:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Dictionary => Ramaze::Dictionary and use its specs

[6228aab | Tue Jan 27 21:51:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::XHTML and add specs

[5bbd8c1 | Tue Jan 27 21:50:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::Stack

[c81a208 | Tue Jan 27 21:49:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::SimpleCaptcha

[f746491 | Tue Jan 27 21:48:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::Redirect moved to Innate

[b3fb411 | Tue Jan 27 21:46:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor realign

[a6adee6 | Tue Jan 27 21:45:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::Aspect moved to Innate

[fd5c5ee | Tue Jan 27 21:44:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * comment out debugging section in sequel/relation

[2a0832f | Tue Jan 27 21:44:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Helper::DEFAULT

[d90bf2a | Tue Jan 27 21:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better mapping of controllers

[f7568c0 | Tue Jan 27 21:43:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Controller to setup

[76c8b4a | Sun Jan 25 02:06:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Show more examples of configuring flashbox

[ec0ab78 | Sun Jan 25 01:41:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug uncovered by innate specs

[9874515 | Sat Jan 17 16:56:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Check for value_cache method instead of direct

[def02c5 | Sat Jan 17 14:24:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze::BASEDIR is deprecated

[6c48668 | Sat Jan 17 12:46:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better code style for sourceview

[44f7f80 | Sat Jan 17 12:39:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A bit more conventional sourceview

[23592e3 | Fri Jan 16 10:59:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * s/\t/  /g

[1c2b4e6 | Thu Jan 15 21:49:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Helper::CGI, now in Innate

[cb7d4a3 | Thu Jan 15 21:49:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Pointer to Innate::Helper::LOOKUP

[729a817 | Thu Jan 15 21:49:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Naive implementation of Controller:engine

[34a917f | Thu Jan 15 21:48:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid double definition of ROOT

[b0a5bcc | Fri Sep 12 00:27:20 UTC 2008] sean <sean@sean-t61p.(none)>

  * fixed https redirect

[7be5403 | Tue Jan 13 22:43:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update gemspec

[6b10ef8 | Mon Jan 12 22:59:58 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Updated Ramaze::VERSION to 2009.01.

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[674943e | Mon Jan 12 09:59:58 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Updated Ramaze::VERSION to 2009.01.

[0dd410a | Sat Jan 10 16:00:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Innate::Route

[0577e1d | Thu Jan 08 09:01:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Default helpers for markaby helper

[d454345 | Wed Jan 07 22:01:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove stuff from Ramaze::Request that's in Innate

[a35e150 | Wed Jan 07 22:01:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve constant setting

[9de7834 | Wed Jan 07 21:33:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Slightly different semantics for Response#build

[b27733b | Wed Jan 07 21:24:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Routes use a class instance variable now

[15a775b | Wed Jan 07 21:23:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze::Current has equivalent in Innate

[44ccbb6 | Wed Jan 07 21:12:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Trinity, it's in Innate

[6e2a80c | Wed Jan 07 21:12:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Assign Innate constants into Ramaze module

[0b84f3d | Wed Jan 07 20:54:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove session stuff, handled by Innate now

[b3b7158 | Wed Jan 07 20:53:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old error classes

[c2642e8 | Wed Jan 07 20:29:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rename Ramaze::MemcachedCache to Ramaze::Cache::MemCache and adapt it to new API

[d36cff8 | Wed Jan 07 20:28:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Cache management is in Innate as well

[74ed774 | Wed Jan 07 20:27:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove caches present in Innate

[a9b1f58 | Wed Jan 07 19:15:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove old Controller code

[302f414 | Wed Jan 07 19:03:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::Partial moves to Innate

[7dc778c | Wed Jan 07 11:08:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * We don't ship bacon

[a1cc878 | Wed Jan 07 03:15:46 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Changed @routed (in Ramaze::Controller << self ) to be Thread.current[ :routed ]

    concurrent hits, the @routed variable would get shared among threads, leading
    to values that did not reflect reality.  This caused routing to fail about 1 to
    10 times per 10000 requests.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[e3df9f7 | Tue Jan 06 14:15:46 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Changed @routed (in Ramaze::Controller << self ) to be Thread.current[ :routed ]

    concurrent hits, the @routed variable would get shared among threads, leading
    to values that did not reflect reality.  This caused routing to fail about 1 to
    10 times per 10000 requests.

[a298997 | Tue Jan 06 13:59:34 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * More robust "create table" block for blog example and wikore example.



[f931e37 | Wed Jan 07 02:08:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some changes to logging

[f12c80e | Mon Jan 05 22:23:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Tool::MIME

[ebd59e9 | Mon Jan 05 22:22:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Action

[c5671f5 | Mon Jan 05 22:21:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Ramaze::Template

[8858447 | Mon Jan 05 22:20:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Store::Default

[03f39af | Mon Jan 05 22:19:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove adapters

[8d2893d | Mon Jan 05 22:17:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft and Dispatcher

[1e189b5 | Mon Jan 05 22:13:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Now with render_template

[0f82d64 | Mon Jan 05 21:25:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use innates spec helper for now

[82b48cd | Mon Jan 05 21:25:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix RenderPartial

[aaf45ea | Mon Jan 05 21:25:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use voodoo DEFAULT helper detection

[42d7c03 | Mon Jan 05 21:04:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Nagoro::Pipe::RenderPartial and make pipes optional

[c22f658 | Mon Jan 05 21:03:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port render_partial

[e5ea642 | Mon Jan 05 21:02:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * gestalt is in ramaze

[a4159a7 | Mon Jan 05 21:02:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Example for RenderPartial of nagoro

[265f460 | Mon Jan 05 21:02:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use mongrel in linking example

[3e8837b | Mon Jan 05 21:01:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve gestalt example

[ebbf47e | Mon Jan 05 21:01:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port the element example to nagoro

[a9543a9 | Mon Jan 05 20:10:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * adapt basic/linking example

[08280a4 | Mon Jan 05 20:09:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix templating engine lookup

[e4de128 | Mon Jan 05 19:06:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add a couple of engines and improve the others

[ffab0f3 | Mon Jan 05 18:16:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move templating engines with dependencies from Innate to Ramaze

[ef8a665 | Sun Jan 04 11:25:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * First rough cut of Ramaze on Innate

[121f7be | Thu Jan 01 11:51:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use path_info instead of request_path

[46abb06 | Tue Dec 30 19:39:07 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Adjusted post_install_message not to mention ramaze --create,

    Added rubyforge_project.

[e633436 | Sat Dec 27 18:56:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Correct docs for Request#subset

[440f6ec | Fri Dec 26 16:53:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Global.file_cache may now be a String to indicate where to cache actions

[440e793 | Fri Dec 26 16:49:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make inotify work consistently and without memory leaks

[42a7b04 | Wed Dec 24 23:37:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix gemspec

[3f75222 | Wed Dec 24 15:42:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Split watchers into separate files, only load what we need

[64d6b21 | Wed Dec 24 15:36:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Delegate cooldown to watchers

[21088c8 | Wed Dec 24 15:29:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve coding style of file_watcher

[135eeba | Wed Dec 24 15:04:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Bench

[48934a8 | Mon Dec 22 13:01:13 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * update comments on Ramaze::Reloader

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[08d8923 | Mon Dec 22 12:43:23 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * make InotifyFileWatcher work better

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[369b215 | Mon Dec 22 11:52:36 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * move FileWatchers from Ramaze to Ramaze::Reloader

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[eca26ad | Mon Dec 22 11:51:19 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * preliminary version of InotifyFileWatcher for reloader

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[deddbfe | Mon Dec 22 11:28:12 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * split reloader's file watcher to StatFileWatcher

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[bcde22a | Sat Dec 20 15:48:39 UTC 2008] Aki Reijonen <aki.reijonen@gmail.com>

  * fix a typo in comments at lib/ramaze/contrib/sequel/image.rb

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[5af7575 | Fri Dec 19 12:10:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix gemspec

[ce75e8e | Fri Dec 19 12:09:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update gemspec for Version 2008.12

[f871f8a | Mon Dec 15 18:15:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix logic error in session

[5b66538 | Mon Dec 15 18:15:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * FileCache shouldn't be a singleton

[163684e | Mon Dec 15 17:53:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A little bit better coding style for session

[0f04f64 | Mon Dec 15 17:53:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move FileCache out of contrib into ramaze/cache/file, add autoload, unify style

[65bcc88 | Mon Dec 15 17:50:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Always persist session on access (quickfix)

[9bf573a | Sun Dec 14 12:07:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Request#params should just use super

[31d96a4 | Sun Dec 14 12:06:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add some docs and an example of how to use ezamar RenderPartial

[b98f5ff | Fri Dec 12 13:30:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Hardcode default redirect status, rack changed name

[31baec5 | Wed Dec 03 22:52:52 UTC 2008] Andreas Karlsson <andreas@proxel.se>

  * Fix for random overwrite of referrer in MockHTTP.

    This bug caused :referrer to be randomly over written by nil from not set
    :referer, or the other way round depending on order the hash was iterated
    over. As a side effect we also get rid of various HTTP_* set to null when
    missing from the query hash.
    
    Also fix incorrect indentation in the make_query function; tabs converted
    to spaces.

[f46f866 | Mon Dec 01 23:41:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * proper gravatar escaping

[4d2d836 | Sat Nov 29 16:41:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * docs and improvments for redirect_referrer

[4eb3584 | Sat Nov 29 16:40:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Docs for to_ivs

[76d560b | Sat Nov 29 14:18:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove another usage of String#/

[77e9403 | Fri Nov 28 23:45:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove blog.db

[4a6c90c | Mon Jun 16 22:14:45 UTC 2008] Riku Raisaenen <riku@helloit.fi>

  * Added documentation as well as I could, rdoc coverage up from 78 to 80 or so.

[ee1e340 | Thu Nov 27 20:17:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * more specific errors for Helper

[c7fb57b | Wed Dec 17 13:30:58 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fix Numeric#years

[612f37f | Tue Dec 09 22:57:13 UTC 2008] Vincent Roy <VincentRoy8@gmail.com>

  * Change to File.join because String#/ is deprecated

    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[815975d | Wed Dec 03 22:52:52 UTC 2008] Andreas Karlsson <andreas@proxel.se>

  * Fix for random overwrite of referrer in MockHTTP.

    This bug caused :referrer to be randomly over written by nil from not set
    :referer, or the other way round depending on order the hash was iterated
    over. As a side effect we also get rid of various HTTP_* set to null when
    missing from the query hash.
    
    Also fix incorrect indentation in the make_query function; tabs converted
    to spaces.

[7e4fbba | Mon Dec 01 23:41:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * proper gravatar escaping

[8910f17 | Sat Nov 29 16:41:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * docs and improvments for redirect_referrer

[2455cd2 | Sat Nov 29 16:40:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Docs for to_ivs

[e20ba11 | Sat Nov 29 14:18:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove another usage of String#/

[09e51c6 | Fri Nov 28 23:45:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove blog.db

[1d1e226 | Mon Jun 16 22:14:45 UTC 2008] Riku Raisaenen <riku@helloit.fi>

  * Added documentation as well as I could, rdoc coverage up from 78 to 80 or so.

[6ab9064 | Thu Nov 27 20:17:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * more specific errors for Helper

[4909f01 | Tue Nov 25 14:41:56 UTC 2008] Clive Crous <clive@crous.co.za>

  * Add method handlers for fetching passwords in httpdigest helper, also optimized slightly and now validate opaque. Example updated to show more ways of using httpdigest including login form 'override'

[4a4da0b | Fri Nov 21 09:57:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't map Controller to /

[da2ac82 | Thu Nov 20 14:14:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * More accurate warning for Helper::User if model has no class method ::authenticate

[f929291 | Thu Nov 20 14:14:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove further occurences of String#/

[cf94d60 | Sun Aug 24 22:29:24 UTC 2008] Colin Shea <colin@centuar.(none)>

  * Added JS Hack to rapaste: Double clicking on the box in a paste causes the line numbers to toggle visibility. This is *very* slow, due to the fact that jQuery has to toggle the visibility of each line number instead of a parent element.

[7fb99d3 | Mon Nov 17 13:33:56 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix docs for Helper::User

[e12ea27 | Mon Nov 17 13:33:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Give information about location where deprecated method is being used

[d88b019 | Mon Nov 17 13:33:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate String#/ and Symbol#/ and remove most usage of it

[1dd272c | Mon Nov 17 13:31:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for divide, move acquire spec to Ramaze

[8afb9c7 | Mon Nov 17 13:18:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Thread ID may be negative

[94d14f1 | Mon Nov 17 13:11:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove contrib/auto_params

[a6c24f7 | Sun Nov 16 18:58:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate Object#acquire and move to Ramaze::acquire

[f46ffc6 | Sun Nov 16 18:54:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove usage of acquire in proto

[3966362 | Thu Oct 30 11:07:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * call #to_hash on options passed to Ramaze.start

[c4e3be2 | Thu Nov 13 08:58:42 UTC 2008] Gavin Kistner <gavin@phrogz.net>

  * Create projects even when HOME environment variable not set (e.g. Windows)

[2f59f9a | Sun Nov 09 13:17:03 UTC 2008] Clive Crous <clive@crous.co.za>

  * Correct usage of uuid within httpdigest helper

[8bd44a8 | Fri Oct 31 15:08:17 UTC 2008] Andrew Farmer <xichekolas@gmail.com>

  * Arguments to an action were left out of the urls built by paginate helper.

[8dd792c | Wed Oct 29 10:02:04 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2008.10

[be6e232 | Thu Oct 16 23:15:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix localization

[17c819f | Wed Oct 08 04:24:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Rescue in rapaste

[4313c83 | Sun Aug 10 09:59:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix port for serving rapaste

[70f4b7c | Sun Oct 05 11:30:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify Request#[]

[ed5b2e3 | Tue Sep 23 10:12:25 UTC 2008] Clive Crous <clive@star120.co.za>

  * add a logout method for forcing a user to re-login and allowed the ability to override the login failure response type (eg to a custom login page instead of unauthorized default)

[d967b0b | Sun Sep 14 10:28:19 UTC 2008] Lars Olsson <lasso@lasso-laptop.(none)>

  * Signed-off-by: Lars Olsson <lasso@lassoweb.se>

    RotatingInformer is a new Logger class based on Informer that creates
    multiple logs based on time.

[4c6999a | Fri Sep 12 13:38:39 UTC 2008] Aman Gupta <aman@tmm1.net>

  * make tagcloud helper 1.8.6 compatible

[e714bce | Fri Sep 12 13:38:26 UTC 2008] Aman Gupta <aman@tmm1.net>

  * use metaprogramming instead of method_missing in OrderedSet

[bd417fc | Fri Sep 12 13:34:05 UTC 2008] Aman Gupta <aman@tmm1.net>

  * fix auto_params spec

[85724c1 | Fri Sep 12 05:46:16 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Fixed for 1.9 syntax

[6467d01 | Wed Sep 10 10:14:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[81ab66b | Wed Sep 10 10:13:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[c03b943 | Wed Sep 10 10:12:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

[8702e0f | Wed Sep 10 10:09:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2008.09

[106b8a3 | Wed Sep 10 10:09:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[addf767 | Sun Sep 07 18:43:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove warning on non-existing file in Reloader

[faea9db | Tue Sep 09 14:27:32 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Remove unsuppressable debug message.

[1eae588 | Sat Aug 30 14:12:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Response#body, Rack has Content-Length

[29f622d | Sat Aug 30 11:51:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Symbol#to_proc, it's in 1.8.7 anyway

[59317d0 | Sat Aug 30 07:47:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Last remaining 'module Dispatcher'

[d6f7114 | Sat Aug 30 07:46:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix basic auth spec and use Response#write

[5e843f1 | Thu Aug 28 21:26:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Rake::Deflater not a default middleware

[27ec880 | Wed Aug 27 21:45:41 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove check from Symbol#to_proc

[6a9196f | Wed Aug 27 17:59:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze::Current and Ramaze::Dispatcher middleware

      * Major refactor turning Ramaze into a fully middleware-based
        framework, this allows us to use just about any existing Rack
        middleware without patching.
      * Ramaze::Current and Ramaze::Dispatcher become classes

[f361811 | Thu Aug 28 15:25:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix `ramaze --console`

[dcecbc5 | Thu Aug 28 15:25:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't daemonize by default for bin/ramaze

[eec2806 | Wed Aug 27 17:55:21 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add __FILE__ to reloader files

[3530019 | Wed Aug 27 17:54:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor refactor of gzip_filter

[cdc3295 | Wed Aug 27 12:12:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move STATUS_CODES into lib/ramaze.rb

[11931b7 | Wed Aug 27 12:11:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * OrderedSet::[] as alias to ::new

[3f1cc4f | Wed Aug 27 11:02:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor changes to gzip_filter

      * Document option setting
      * Enable gzip filter for text/.* to allow css/html/js

[cdd54ee | Wed Aug 27 08:04:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Force PATH expansion in ProjectCreator

[bf16630 | Mon Aug 25 21:42:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use UltraViolet to highlight tutorial

      * There are several hacks used to achieve this, but the static html is
        now generated by Uv and you won't have to generate it yourself.
        Just see doc/tutorial/todolist.html for a visual treat.
      * Adds textpow syntax for ezamar, should also be usable for the people
        using textmate, someone should try it, i don't have TM.
      * Adds contrib/maruku_uv.rb - a monkeypatch to MaRuKu to make it use
        Uv instead of the syntax gem

[a65df71 | Mon Aug 25 20:24:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update lib/proto

[f1c2501 | Mon Aug 25 20:23:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove rammit example

[bbfd05b | Sun Aug 24 14:34:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add ProjectCreator for `ramaze --create`

[d97d31f | Sat Aug 23 13:54:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add regression spec for tagcloud

[e9258f0 | Sat Aug 23 13:50:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Further changes to paginate helper

      * #navigation takes optional parameter to limit number of pages listed
      * @page is adjusted to ensure valid range

[414f352 | Sat Aug 23 13:50:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add tagcloud to Helper::Formatting

[29d7f72 | Thu Aug 21 11:21:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Paginate doesn't allow negative page number

[70b3bc1 | Thu Aug 21 11:16:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Paginate fix page number larger than max

[acc76de | Sat Aug 16 22:05:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move extensions to ruby core into own module

       * Moved into Ramaze::CoreExtensions
       * Included into appropriate class on startup
       * Remove unused or broken snippets
       * Warn and don't extend on collision of method names
       * Move Kernel snippets that belong into Object into the correct place

[758142c | Fri Aug 22 21:27:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove sourcereload.rb for good

[7fdcee9 | Mon Aug 18 17:13:40 UTC 2008] Cheah Chu Yeow <chuyeow@gmail.com>

  * Allow auto_link formatting helper to actually take a block argument as documented.

[0b431e9 | Tue Aug 12 19:54:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Pager obtains correct Action and calls @var.to_s

[7a56250 | Tue Aug 12 19:20:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor bugfix and lots of docs for paginate helper

[8ed7215 | Tue Aug 12 15:50:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove note of cropped_thumbnail

[0f33197 | Tue Aug 12 15:20:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[1f479c6 | Tue Aug 12 15:19:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Gemspec manifest sorted and exclude /tags file

[0dc2fed | Tue Aug 12 15:12:04 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add release:gemspec-prepare task

      * Creates a new gemspec based on current repository

[2a74c0d | Tue Aug 12 14:58:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[1e68e13 | Tue Aug 12 14:48:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/sequel/form_field.rb

      * Simply generate one form field for a given model instance attribute.

[546ae80 | Tue Aug 12 14:47:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/sequel/relation.rb

      * Helps with your Relationship management

[2833696 | Tue Aug 12 14:47:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/sequel/create_join.rb

[f6eceaa | Tue Aug 12 14:47:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/sequel/image.rb

[5663881 | Tue Aug 12 14:44:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Paginate and example

      * Paginates both Array and Sequel datasets

[f7e8c33 | Mon Aug 11 16:14:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow spec as value for Global.mode

[6fb2d0d | Mon Aug 11 14:58:23 UTC 2008] Clive Crous <clive@star120.co.za>

  * Set error_page due to expected 404 for missing actions

[08e29ff | Sun Aug 10 18:46:19 UTC 2008] Clive Crous <clive@crous.co.za>

  * Minor grammatical correction within a comment.

[2ec0054 | Sun Aug 10 13:59:32 UTC 2008] Clive Crous <clive@crous.co.za>

  * Update gemspec to add missing files as detected by check_gemspec task

[e60f47b | Sun Aug 10 13:56:26 UTC 2008] Clive Crous <clive@crous.co.za>

  * Add a rake task `check_gemspec` for finding missing or extra files within the gemspec definition

[c546935 | Sun Aug 10 13:16:19 UTC 2008] Clive Crous <clive@crous.co.za>

  * Add reloader.rb and state.rb to gemspec

[5ce8505 | Sun Aug 10 18:45:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Session::Flash#(merge|merge!)

[2d2f3b5 | Sun Aug 10 18:24:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix wrong variable in ramaze/setup.rb

[1fa2e63 | Sun Aug 10 11:50:08 UTC 2008] Clive Crous <clive@crous.co.za>

  * Cleanup gemspec after Use Ramaze::STATE instead of Thread.current

[faa9fae | Sun Aug 10 17:03:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * RaPaste serves text/html with id.html | html/id

[b8da247 | Sun Aug 10 16:02:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove trailing useless slash

[1fb806a | Sun Aug 10 15:58:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Point to github from sourceview

[dabc5b8 | Sun Aug 10 10:08:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use Ramaze::STATE instead of Thread.current

      * Assign value by STATE[key] = value
      * Retrieve value by STATE[key]
      * Check for key by STATE.key?(key)

[5c1192f | Sun Aug 10 09:32:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Ramaze::State | Ramaze::Fiber | Fiber

      * This should provide a mostly compatible way to do fibers on 1.9 and
        1.8, but still relies on Thread on 1.8.

[4a12355 | Sun Aug 10 01:05:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Reloader::Log instead of Ramaze::Log

[5102a73 | Sun Aug 10 00:59:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix specs regarding error status.

[88441a4 | Sun Aug 10 00:36:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix custom error pages.

      * To get racks error pages now set Global.error_page = false

[8241a31 | Sun Aug 10 00:22:55 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor change for rtags support, no 'alias :b :a'

[6031965 | Sat Aug 09 17:38:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Ramaze::Reloader and Global.middleware = true

      * Global.middleware is now true by default:
        * Don't pull yet if you need custom error pages!
        * Error pages are handled by Rack::ShowExceptions
    
      * Add Ramaze::Reloader:
        * Implemented as Rack middleware
        * Reloads only on requests, keeps your CPU at 0
        * Reloader::OPTIONS[:thread] = true will use an exclusive thread for
          reloading, by default no threads are used.
        * Reloader::OPTIONS[:control] allows you to hook into #call and use
          your own way to run #cycle, useful for EventMachine
        * Reloader::OPTIONS[:cooldown] is set by Global.sourcereload, same
          behaviour as before
        * Only one stat(2) per path, lower disk usage
        * Can still be used independent of Ramaze as no traits or ramazisms
          are used

[d345e50 | Sat Aug 09 15:34:51 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some docs in Adapter::Base

[e31fdb2 | Fri Aug 01 13:34:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Ultraviolet

[9dd7de9 | Fri Aug 01 12:59:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add gem task and set default task to spec

[97fb8c7 | Fri Aug 01 12:23:21 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Gestalt builds an Array and joins at the end

[1e80330 | Fri Aug 01 12:22:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix file list in gemspec

[c82a540 | Fri Aug 01 12:22:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Bump Version to 2008.08

[fe3235f | Fri Aug 01 12:21:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Tool::MIME::ext_for(mime)

[480a70f | Tue Aug 05 23:18:28 UTC 2008] Andrew Farmer <xichekolas@gmail.com>

  * Fixed bug where index actions with arguments were improperly file-cached, and added specs to test.

[5ee03ff | Wed Jul 30 17:32:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Controller::view_root at old state, unbreak specs

[6b13b54 | Wed Jul 30 08:02:41 UTC 2008] Sam Carr <samcarr@gmail.com>

  * Improve action method resolving with respect to Helper::LOOKUP.

    Now the action method resolving only considers helper methods where the helper is in Helper::LOOKUP and is included by the controller in question. Previously all methods of all helpers in Helper::LOOKUP were deemed to be available on all controllers whether they included the helpers or not, which was wrong.

[6e5ead9 | Tue Jul 29 11:09:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Subclass Helper::User::Wrapper from BlankSlate

[5da248d | Tue Jul 29 11:04:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix missing Controller::view_root when unrouted

      * This occured when you haven't been on the target controller yet.
        For example right after startup trying to MainController obtain
        FooController.view_root will return nil although when visiting
        FooController before the routing would set a default.
      * The default is now set directly in Controller::view_root

[72b0669 | Tue Jul 29 08:19:44 UTC 2008] Clive Crous <clive@star120.co.za>

  * Include thread helper in gemspec

[49660ce | Mon Jul 28 14:26:16 UTC 2008] Clive Crous <clive@crous.co.za>

  * Clarify exception rescue code within thread helper

[24cf2d9 | Mon Jul 28 14:17:01 UTC 2008] Clive Crous <clive@crous.co.za>

  * Add a thread helper for cleaner thread exceptions

[28f90e2 | Thu Jun 19 12:42:44 UTC 2008] Sam Carr <samcarr@gmail.com>

  * Updates Memcached comments to recognise why get_multi may not be available.

[8ebf919 | Mon Jul 21 08:23:30 UTC 2008] Sam Carr <samcarr@gmail.com>

  * Allow controller subclasses to pick up template mappings defined in superclasses.

    I noticed that if I define a template mapping with the template method, subclasses of the defining controller do not respect that mapping. This only really applies to the template :foo, :bar usage, where no explicit controller is specified. With these modifications, template mappings such as that will assume you mean the 'current' controller. Specs have been added to test this new functionality.

[155b9a4 | Mon Jul 21 16:28:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement for 2008.07 (partial)

[53c7947 | Mon Jul 21 16:27:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only escape # with h() where needed

[f89652a | Mon Jul 21 16:27:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * More info on problems in Helper::User

[5497329 | Mon Jul 21 16:26:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Controller::map(nil) shouldn't map to ''

[922f993 | Fri Jul 04 19:51:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Ramaze::Template::Maruku

[ae6a3af | Fri Jul 04 19:50:38 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Formatting::obfuscate_email

[ff5343a | Sun Jul 20 14:32:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Slight reformat of Request#ip method

[959ff55 | Thu Jul 17 09:13:18 UTC 2008] Matt Rubens <mrubens@goldencookie.localdomain>

  * Request#ip always returns last ip in X_FORWARDED_FOR

[8499c05 | Thu Jul 10 14:27:54 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Oops, non-existant file in gemspec

[a3cc339 | Thu Jul 10 14:24:33 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fix rake release:nightly

[1a9031d | Thu Jul 10 14:17:35 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fix release:gemspec task

[4514a5f | Thu Jul 10 14:17:09 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Update ramaze.gemspec

[e3c4bee | Thu Jul 10 14:13:38 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Use Ramaze::Rewrite in contrib/rest

[73cade7 | Wed Jul 09 00:15:32 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fix spec failure in SourceReload::shutdown

[07c3b95 | Tue Jul 08 14:04:53 UTC 2008] Aman Gupta <aman@tmm1.net>

  * start SourceReload via essentials (instead on 'require ramaze')

[c671b8c | Thu Jul 03 21:31:05 UTC 2008] Jonathan Buch <jonathan.buch@gmail.com>

  * Don't reuse the Adapter alias for requireing adapter files



[8ebe6e3 | Mon Jun 30 13:48:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some minor whitespace fix

[8fde4e2 | Mon Jun 30 13:47:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix faulty rewrite by Global.prefix

[f0d2a7c | Mon Jun 30 13:47:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * to_s before Rack::Utils::unescape

[abfd86f | Mon Jun 30 13:46:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't expect 303 but 302 for redirect in specs

[557c016 | Fri Jun 27 09:08:38 UTC 2008] Rob Lievaart <rob@rebeltechnologies.nl>

  * Update ramaze syslog support, the old version did not work(anymore?). I modified the interface to use the Logging module and I updated the syslog spec file to test the syslog support.

[029b39a | Wed Jun 25 19:17:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Global.prefix for nested app deployment

      * Global.prefix is by default '/'
      * Global.prefix = '/app' would strip '/app' from incoming
        requests and prefix it when using R/A/Rs from Helper::Link

[f39700b | Wed Jun 25 14:22:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze::Gestalt gets nicer example

[734bd65 | Tue Jun 24 08:35:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Correct license in doc/LEGAL

[19210b2 | Sun Jun 22 22:28:54 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Add adapter to logger output

[16065e9 | Sun Jun 22 22:18:54 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Switch contrib/gems to use Gem::DependencyInstaller

[9578d8b | Sat Jun 21 10:57:11 UTC 2008] raggi <jftucker@gmail.com>

  * Corrected remaining Ramaze::Informer calls. dispatch.fgci and win32 may now work!

[028a50c | Thu Jun 19 06:17:02 UTC 2008] Jean-Francois Chevrette <jfchevrette@iweb.ca>

  * fixing the console feature that was accidentally dropped in 2008.06

[827cce9 | Thu Jun 19 15:07:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Further usage of Rack::Utils

[6bc1d95 | Wed Jun 18 22:32:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use Rack::Util for escape_html

[17473d2 | Wed Jun 18 22:29:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use Rack::Utils for escape/unescape

[e8bc3b6 | Wed Jun 18 13:15:21 UTC 2008] Sam Carr <samcarr@gmail.com>

  * Fix to Cache so it doesn't add methods to Class itself.

[d917b6f | Wed Jun 18 14:54:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Ability to deprecate constants by const_missing

[df35662 | Tue Jun 17 13:55:19 UTC 2008] Aman Gupta <aman@tmm1.net>

  * send 302 instead of 303 (for better compatibility with older browsers) in RedirectHelper

[287516d | Mon Jun 16 23:30:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Remove vendor/bacon.rb"

    This reverts commit a184f71c34e2a0d3f01d9728622aba7cc3d097fe.

[cb4a7dc | Fri Jun 13 22:08:12 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * remove custom hacks..

[05d7211 | Fri Jun 06 14:42:02 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * em hack

[235d29e | Sun Jun 15 11:08:28 UTC 2008] Clinton R. Nixon <crnixon@gmail.com>

  * temp fix for Passenger - remember to replace with manveru's eventual fix

[e0b938b | Fri Jun 13 13:45:05 UTC 2008] Clinton R. Nixon <clinton.nixon@viget.com>

  * Added ability to fake out PUT and DELETE through POST and a hidden 'method' variable in contrib/rest.rb

[c73feef | Fri Jun 13 13:44:25 UTC 2008] Clinton R. Nixon <clinton.nixon@viget.com>

  * Fixed symbol.downcase bug in helpers/rest.rb

[3ebec69 | Mon Jun 16 10:37:45 UTC 2008] Yasushi Abe <yasushi.abe@gmail.com>

  * Fix Global.server==nil on Cgi adapter.

[2b6d1de | Mon Jun 16 20:25:56 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix rake maintenance:undocumented dependencies

[a1c0c3c | Sun Jun 15 09:23:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up and simplify Binding::locals

[011b681 | Fri Jun 13 22:08:12 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * remove custom hacks..

[f27affc | Fri Jun 13 21:32:25 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * Fix: binding.locals on Ruby1.9, add a small spec for locals, and make haml tempalte spec pass

[e73a108 | Fri Jun 06 14:42:02 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * em hack

[ff63fcb | Sun Jun 15 14:14:36 UTC 2008] Aman Gupta <aman@tmm1.net>

  * add simple numeric time extensions

[3dee5a0 | Sat Jun 14 16:11:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix whitespace in simple example

[32a5770 | Sat Jun 14 14:17:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Denormalize Controller::resolve_method

[5167de5 | Sat Jun 14 14:16:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Reindent Controller::template

[0e1bca8 | Sat Jun 14 14:03:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix syntax ambiguity in wikore model

[6c37b06 | Sat Jun 14 14:01:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix syntax ambiguity in template/xslt

[cb0054d | Sat Jun 14 14:00:04 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding metric task metric:churn

[8a0d7e7 | Fri Jun 13 15:38:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Put loggers into the Ramaze::Logger namespace

[2fb13c8 | Fri Jun 13 15:29:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix db for wikore

[146fda6 | Fri Jun 13 15:25:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Tutorial should use h instead of c

[73cc2c8 | Fri Jun 13 15:25:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix db for rapaste

[714df4b | Fri Jun 13 15:23:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix auto_params for new ruby2ruby/parsetree

[de8bea7 | Fri Jun 13 14:43:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated methods

[fdf7f79 | Thu Jun 12 15:49:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add String#end_with? / improve String#start_with?

[aa73627 | Thu Jun 12 12:24:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Change some dbs to Sequel.connect

[5b55be1 | Thu Jun 12 12:23:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze.start! instead of :force in start.ru

[971ca18 | Wed Jun 11 06:27:19 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Tiny wording change in announcement header info; whitespace adjustment.

[8bf9de5 | Wed Jun 11 15:26:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[b6aa74e | Wed Jun 11 15:26:26 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add new gemspec task

[4357eee | Wed Jun 11 15:25:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update ramaze.gemspec

[528a013 | Wed Jun 11 14:54:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

[0513aa2 | Wed Jun 11 14:54:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2008.06

[71287c7 | Wed Jun 11 14:51:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update rake tasks experimentally

[3181d68 | Wed Jun 11 14:50:55 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * jQuery 1.2.6

[1893a8c | Wed Jun 11 14:49:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

[5d80873 | Wed Jun 11 14:49:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small updates to readme

[2238f4d | Wed Jun 11 04:21:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

[ecf37f4 | Tue Jun 10 18:10:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Tons of updates to rake tasks, needs further work.

[80db14c | Tue Jun 10 10:40:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove epoll again

[6e5faa1 | Mon Jun 09 18:22:44 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fix Adapter.before + spec

[6a2c0ba | Mon Jun 09 19:23:54 UTC 2008] Riku Raisaenen <riku@helloit.fi>

  * examples/sequel_scaffolding.rb: Added MainController for guidance. Reloading no longer tries to create database twice.

[3bde0b2 | Mon Jun 09 12:52:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Activate epoll for thin

[e0cbfa6 | Mon Jun 09 12:50:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid segfaults on 1.8.7 due to File.expand_path

[dbf039e | Mon Jun 09 11:46:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Setup exit! trap on exit trap

[448e982 | Mon Jun 09 11:22:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload stops on Global.sourcereload = false

[a467d76 | Sat Jun 07 23:22:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * More cleanup regarding darcs

[5ad5628 | Sat Jun 07 23:16:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove darcs.rake

[a184f71 | Sat Jun 07 23:13:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove vendor/bacon.rb

[78f0bdb | Sat Jun 07 23:01:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless ProjectInfo

[626950d | Sat Jun 07 22:57:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless testdoc task

[be419fc | Fri Jun 06 07:45:26 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure separate thread is spawn for requests

[763785a | Thu Jun 05 13:55:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Give Helper::Stack#answer optional argument

[b08010d | Wed Jun 04 17:43:56 UTC 2008] raggi <jftucker@gmail.com>

  * * Corrected Informer constant location



[131fc88 | Tue Jun 03 23:57:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload startup log should use dev

[76f0aea | Tue Jun 03 17:29:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Set openid results directly in the session

      * We are setting duplicate values now in the session, once in the
        session[:openid] hash, but also directly, so access without hitting
        nil is easier
      * session[:openid_identity]
      * session[:openid_sreg]

[718a06d | Tue Jun 03 17:18:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Helper::Identity, session[:openid] may be nil

[d0d0d40 | Tue Jun 03 12:53:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't log dynamic boring actions

[55085a8 | Mon Jun 02 15:34:22 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Reset Gem.path before each Gem.activate

[5f5f081 | Mon Jun 02 13:30:50 UTC 2008] Aman Gupta <aman@tmm1.net>

  * add support for Ramaze::Gems.setup :docs => false, :install_dir => __DIR__/:local_gems

[644dd4d | Mon Jun 02 22:12:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove not needed skip_start from proto

[2f13189 | Mon Jun 02 21:54:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Ramaze.trait[:started]

      * Use Ramaze.skip_start to skip all subsequent starts by indicating
        ramaze has been started already or will be invoked by you on demand
        with Ramaze.start!

[2a0b717 | Mon Jun 02 21:54:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix a couple of specs

[0936c4c | Mon Jun 02 12:04:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Put the spec ramaze method in Bacon::Context

[2a611f4 | Sun Jun 01 14:22:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update tutorial to use syntax highlighting

[dfd9501 | Sun Jun 01 14:15:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding css_for/js_for in Helper::XHTML

[3cce188 | Sun Jun 01 12:58:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some Reformatting for helper/identity

[e6914ce | Sun Jun 01 03:49:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adjust Thread priority / fix sourcereload restart

[83ecb92 | Sun Jun 01 02:55:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Uniq paths/files before reload iteration

[ce190ee | Sun Jun 01 02:54:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow on-the-fly setting Global.sourcereload

      * Added SourceReload.restart and shutdown
        Setting Global.sourcereload to another value will initiate a restart
        that will change the interval.

[71d79be | Sun Jun 01 02:05:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Rewrite of SourceReload for 1.8.7

      * In essence, we're doing less computation by using a block and break
        once we find a valid path, we use less memory.
      * It also seems like the File.expand_path shows horrible performance
        inside the Thread on 1.8.7, so we remove it. Anything that's an
        existing file will be found this way as well.

[b480a8a | Fri May 30 13:11:26 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Prevent exit after successful gem install using Ramaze::Gems

[97d7f6c | Thu May 29 22:28:12 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * More verbose error logging on SMTP errors in EmailHelper.

[66931e1 | Thu May 29 21:11:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix fallback and escaping for Helper::Gravatar

[6b24e80 | Thu May 29 10:14:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Helper should CamelCase helper names before lookup

      * For SimpleCaptcha, 'helper :simple_captcha' will search for
        'SimpleCaptcha' constant

[f793fbb | Thu May 29 10:13:38 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::SimpleCaptcha

      * for now see the example as documentation will add rdocs in a bit

[d262a47 | Wed May 28 14:47:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload startup is now faster.

[e5f2ba0 | Wed May 28 12:13:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding gravatar helper

[acc7ec5 | Tue May 27 09:22:21 UTC 2008] Clive Crous <clive@star120.co.za>

  * Everything logging is now within a namespace.



[fb9e620 | Tue May 27 11:37:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove warning about aspect performance

[cce7d50 | Sun May 25 15:50:11 UTC 2008] Sam Carr <samcarr@gmail.com>

  * render_partial now sets request params with string keys, even if symbols were used.

    This ensures that when a user passes an options hash to render_partial, even if they use symbols as keys, they can still get at those values with request[:foo]. This is necesary because request[] converts the given key to string and then performs lookup, so any items added to request.params with symbol keys will not be found by request[]. Specs have been updated to test request param passing with render_partial, which wasn't tested at all previously.

[e4f24cb | Mon May 26 23:01:56 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor of Helper::User

[6d2730d | Mon May 26 22:57:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor of Helper::Flash#flashbox

      * Supports arrays values, spawns a new box for every value
      * trait[:tag] is now trait[:flashbox]

[07f8ee7 | Mon May 26 14:53:28 UTC 2008] Clive Crous <clive@star120.co.za>

  * Log a warning about Xosd's known broken status

[32abefb | Sun May 25 21:47:43 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * Fix: memcached to work under Ruby1.9

[be2cb7e | Sun May 25 22:46:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Global.cache the default fallback

[4aff70c | Sat May 24 15:54:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small improvments for Helper::User

[7d955f9 | Fri May 23 09:50:17 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Fixes for Sequel deprecations

[0638d0f | Fri May 23 17:02:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Builder spec shouldn't rely on hash order

[989e4ac | Fri May 23 14:02:31 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * Remove: change in ezamar/engine

[2d97e9e | Fri May 23 13:43:24 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * proper use of proc for Ruby 1.9/1.8.7

[e6f12d9 | Fri May 23 02:19:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix `ramaze --daemonize`

[358f07e | Fri May 23 02:17:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix options with choice in Option::Merger

[5b32b1e | Thu May 22 18:10:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::XHTML

[e83f449 | Thu May 22 09:17:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor improvments for Gestalt

[9bd166c | Thu May 22 09:16:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix REXML helpers in spec/helper

[af72917 | Thu May 22 09:16:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some whitespace from option.rb

[14f6576 | Thu May 22 09:15:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding basic/gestalt example and Helper::Gestalt

[0af7f1b | Thu May 22 09:12:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * ::shutdown for Thin is useless, we do that already

[2bd4885 | Thu May 22 00:58:27 UTC 2008] Wang, Jinjing <nfjinjing@gmail.com>

  * Fix ezamar for Ruby 1.9

[321ad14 | Mon May 19 16:33:39 UTC 2008] Sam Carr <samcarr@gmail.com>

  * Improved algorithm for finding matching patterns for a given path. Simpler and faster.

[8defc39 | Mon May 19 09:25:09 UTC 2008] Ryan Grove <ryan@wonko.com>

  * s/gitweb/github/

[e91482a | Mon May 19 20:54:21 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Sourcereload shouldn't flood on load error

[e89cf79 | Mon May 19 10:51:02 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Extend installation instructions for RUBYLIB

[c3e3d49 | Mon May 19 10:43:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make git address change permanent

[429257d | Mon May 19 09:23:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Enable ruby syntax highlighting for tutorial.

[dfba451 | Sun May 18 13:36:40 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Fix incorrect git clone URL in README.

[73366d1 | Sun May 18 09:17:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Maruku for todolist, less effort, better result

[c7c7622 | Sat May 17 12:59:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't call listen, it's doing respond now

[927a641 | Sat May 17 12:52:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix message handling in chat example

[e8127d6 | Fri May 16 19:01:24 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Clean up the Chat example a bit (mostly JS and CSS).

[8c43866 | Fri May 16 17:31:01 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Fix Thin adapter.

[b21b46f | Fri May 16 16:47:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor Adapter, simplify the thread mess.

      * start_server(host, port) is now startup(host, port).
        deprecated notice is in place.
      * startup has to return the thread it starts, this is assigned to the
        @thread class instance variable
      * In case you want to access the server object later, assign it to
        @server, that can be used to implement the new ::shutdown method to
        ensure graceful shutdown for most servers.
      * Graceful shutdown is now in place for all mongrel based servers.
      * Adapter::Fake got its own file now.

[73cadb1 | Fri May 16 15:04:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor of Ramaze::shutdown and SIG trap

[9710bb4 | Fri May 16 14:39:21 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update README installing instructions

[6dd1da2 | Fri May 16 14:31:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Proper cleanup of wiktacular

[5d551ea | Fri May 16 14:27:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small update to meta/configuration

[2c8fc2b | Fri May 16 14:27:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove usless migration information

[0852e04 | Fri May 16 10:24:38 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve installing instructions with more git tips

      * Copy the installing chunk to doc/INSTALL
      * Better formatted markdown
      * Split steps into smaller units

[5d35a31 | Fri May 16 09:54:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Reorganize examples directory into sections

      * examples/app       = full application examples
      * examples/basic     = basic usage
      * examples/helpers   = usage of helpers
      * examples/misc      = cooperation with libs or random stuff
      * examples/templates = templating engine examples

[8590e4e | Fri May 16 09:05:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add example of element usage in Nagoro

[e438c91 | Fri May 16 09:03:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Struct#values_at should take range argument.

[e00e19a | Thu May 15 09:00:14 UTC 2008] Clive Crous <clive@star120.co.za>

  * Style updates for httpdigest example following the changes made to the helper.

[1eccbef | Thu May 15 08:59:43 UTC 2008] Clive Crous <clive@star120.co.za>

  * Correct typo and small error introduced by style changes

[92dffd5 | Thu May 15 15:38:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use ff=unix instead of ff=dos

[fc81b0b | Thu May 15 15:37:41 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A couple of style changes to helper/httpdigest

[8fa5be7 | Thu May 15 08:14:53 UTC 2008] Clive Crous <clive@star120.co.za>

  * Cleanup digest auth parameter parsing by using Rack helpers

[6c41269 | Thu May 15 15:09:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix `rake gem`, README had moved to other location

[1842dae | Thu May 15 14:33:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove duplicate zenix

[82e26f0 | Thu May 15 12:06:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix gemspec task, s.files was missing

[4e419f7 | Wed May 14 23:31:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless escapes in install instructions

[d9c44a0 | Wed May 14 23:25:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update installing instructions with proper format

[c7e37c8 | Wed May 14 23:17:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update readme generation and use README.markdown

[7af7269 | Wed May 14 23:31:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless escapes in install instructions

[d323176 | Wed May 14 23:25:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update installing instructions with proper format

[4e430e9 | Wed May 14 23:17:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update readme generation and use README.markdown

[b78dd37 | Wed May 14 11:35:42 UTC 2008] Clive Crous <clive@localhost.(none)>

  * Move requires to a saner location

[8c7b878 | Wed May 14 14:43:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update of tasks related to doc/AUTHORS for git

      * Take into account the old authors from doc/AUTHORS
        when generating a new list
      * Fix `rake patchsize`
      * Fix `rake patchstat`

[f7cc915 | Wed May 14 12:01:10 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add lib/ramaze/setup.rb for discussion.

[7da3b05 | Wed May 14 11:56:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor examples/chat a little

[ec795b9 | Wed May 14 07:32:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update docs for tool/localize

[4aeca5b | Mon May 12 19:48:03 UTC 2008] Ryan Grove <ryan@wonko.com>

  * When Global.compile == true, only cache actual templates, not the output of templateless actions.

[60e9d18 | Mon May 12 19:23:36 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Use MemoryCache as the default when no cache_alternative is specified to avoid creating duplicate cache entries.

[08335a7 | Tue May 13 05:25:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/gems.rb for super easy dependencies

[f20b646 | Mon May 12 22:06:30 UTC 2008] Clive Crous <clive@crous.co.za>

  * Cleanup and optimize the httpdigest helper code

[5ad727f | Mon May 12 21:23:44 UTC 2008] Clive Crous <clive@crous.co.za>

  * Use private instead of protected

[ab21d20 | Mon May 12 21:22:54 UTC 2008] Clive Crous <clive@crous.co.za>

  * Remove LOOKUP usage

[3c997dd | Tue May 13 00:56:56 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for request query fix

[0cc9b9f | Tue May 13 00:52:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix '/?a=b&a[c]=d' style nested request query.

[96c1362 | Tue May 13 00:13:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding git:commit task, runs specs before commit

[6cff6c6 | Mon May 12 11:23:07 UTC 2008] Clive Crous <clive@pc-clive.(none)>

  * helper block now returns HA1 to allow for storage of encrypted passwords.



[9fef90e | Mon May 12 17:29:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add a nice little chat example.

      * Needs some JS guru to help with nicer scrolling.
      * Should escape text on submit properly.
      * Maybe use JSON to make the API more general.
      * Create multiple histories for more channels.

[f4aa541 | Mon May 12 08:58:31 UTC 2008] Clive Crous <clive@pc-clive.(none)>

  * Add httpdigest (authentication) helper with an example.

[a67e74c | Mon May 12 15:15:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Global.middleware to inject Rack middleware

      * By default false until we can decide.
      * Adds Ramaze::Adapter::MIDDLEWARE that injects Rack middleware into
        the Adapter::Base::call
      * Currently invokes (in this order):
          Rack::ShowException,
          Rack::ShowStatus,
          Ramaze::Current
      * Lets errors propagate down to the middleware level so Rack can
        handle them with its nice error pages.
      * At the moment no ramaze way to modify this errorpage, one would have
        to write another middleware, maybe change Ramaze::Controller#error
        and Co to do that?

[1197ce8 | Mon May 12 12:42:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Correct indentation of comment in Helper::Formatting

[aa093b5 | Mon May 12 12:41:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add ordinal method to Helper::Formatting

[3bc6feb | Sun May 11 10:34:58 UTC 2008] James Tucker <raggi@mbk.local>

  * * Made the rackup file executable through rackup

[fed0f77 | Sun May 11 18:21:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add some description in the .ru what rackup is about

[9b58b40 | Sat May 10 12:37:19 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Deprecate String#escape(:sql). The SQL escaping provided by this method is unsafe and should not be used.

[e78fa13 | Sat May 10 22:29:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Localization example and small localize refactor

[ccedd58 | Sat May 10 22:16:10 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve tool/localize

    * Accept lambda as trait :file
    * Accept Regexp as keys in trait :mapping hash
    * Simplify some regions and reduce trait lookups in methods

[fe55f5c | Sat May 10 17:51:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecation warning for Helper::CGI#c

[a50668b | Sat May 10 09:10:42 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding a ramaze.gemspec

[de363b2 | Fri May 09 14:28:12 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Ramaze::Rewrite can be used to route to files + specs

[e1efd3d | Fri May 09 10:23:48 UTC 2008] Aman Gupta <aman@tmm1.net>

  * Adapter::Base#before_call must take env argument

[4be5438 | Fri May 09 11:38:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Implementing the Adapter::Base::before hook

    * You can use it to avoid using the whole ramaze stack for quick responses

[609b800 | Thu May 08 18:23:13 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Remove a few lingering darcs-backup files.

[0b68ee3 | Fri May 09 09:40:01 UTC 2008] Michael Fellinger <manveru@sigma.localdomain>

  * Move the /doc/README into /README so it shows up on the github page, update references.

[3ccee10 | Fri May 09 08:30:05 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Oops, there was a file left in the repo that got caught by the conversion script, remove that.

[c63b1b0 | Thu May 08 19:45:00 UTC 2008] samcarr <m.fellinger@gmail.com>

  * Remove redundant if clause and add extra comments in file dispatcher.

    darcs-hash:20080508214553-a353d-9df2b558facb654c1fa42e36bbce1c6d14c42612.gz

[5564045 | Mon May 05 20:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Ramaze::Helper::PATH, unshift your directories to have it look for helpers on the paths

    darcs-hash:20080505220204-cbc08-1b4a3293e9a668d61c24f96fa390b61b2ecb4605.gz

[7f73be5 | Sun May 04 21:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cookie_secret until we need it

    darcs-hash:20080504235120-cbc08-fef7f01161c748760de09589b9c0fa961ea1783c.gz

[05fdee8 | Sun May 04 18:09:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cookie secret code until we have new session implementation

    darcs-hash:20080504200927-cbc08-7c11d43f7838a3353c3f796018c07f0e9badd402.gz

[4011555 | Sun May 04 20:20:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Fix my last patch.

    darcs-hash:20080504222008-04984-f1efc8e86da78be18c4b2cf0ff251553ee2835a6.gz

[bd46524 | Sun May 04 17:44:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Display a warning instead of crashing when cookie secret file can't be written on startup.

    darcs-hash:20080504194408-04984-55eeed0850ea390980bfad09a511d32926b3f5f3.gz

[b78feeb | Sun Apr 06 19:14:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Add rewrites (routes before action resolving)

    darcs-hash:20080406211402-2c51e-933b2f59bcdf7a367e3acca533bfda9207848555.gz

[39faba1 | Sun Apr 06 19:08:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * don't automap anonymous classes

    darcs-hash:20080406210801-2c51e-60121f22f2b7fe95b515a19aaf181828d2da59a7.gz

[782ee5b | Sat May 03 18:55:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bin/ramaze to work with additions again

    darcs-hash:20080503205508-cbc08-4fb60aabfcde147d5da5b3064f86b0b01b7d0052.gz

[35fda8c | Sat May 03 15:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from option/holder.rb

    darcs-hash:20080503170640-cbc08-237f8e1f763bfabf2afcda41eb60ff9fbb682a60.gz

[b7445d4 | Sat May 03 15:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Global#cookie_secret and Global#cookie_secret_file, this moves Session#random_key to Session::random_key

    darcs-hash:20080503170115-cbc08-4178961d5736c061a46cf4343f85872d9ec3b05c.gz

[80c3c0c | Sat May 03 12:11:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Ramaze run on Rubinius

    darcs-hash:20080503141144-cbc08-3938580de207fc33d4205a48a9fca50ac1ac88db.gz

[caa45a2 | Sat May 03 11:19:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Prefer sha2 over sha1

    darcs-hash:20080503131954-cbc08-499f0b55645f526cb93d6532beedfbf78ae4f52d.gz

[9d176a5 | Fri May 02 19:52:00 UTC 2008] samcarr <m.fellinger@gmail.com>

  * Option to set Accept-Charset header.

    darcs-hash:20080502215237-a353d-955cdf72cafaf908485fda9a674e4ed29aa1bd35.gz

[65c59b1 | Fri May 02 17:53:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Helper::Methods::helper public

    darcs-hash:20080502195314-cbc08-bea10c78021e677019b05a9dfdcb899af2926954.gz

[fc19f31 | Fri May 02 10:11:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Content-Type rather than content-type in proto/view/page.xhtml layout

    darcs-hash:20080502121106-cbc08-3e4a5daad6ed85fa5d1079b5632606e50d74fc41.gz

[6ad6f1a | Fri May 02 10:05:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow setting default response Content-Type by Global.content_type = 'text/html'

    darcs-hash:20080502120513-cbc08-1d8909b09f33860c8b066a07a4bab0bb4790986a.gz

[2d37883 | Wed Apr 30 23:54:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Removing leading whitespace in haml template example for compatibility with Haml 1.9

    darcs-hash:20080501015407-569a4-cd465d56ee38eb1bb9d7d51e821da35f328981d1.gz

[e6765ae | Wed Apr 30 20:59:00 UTC 2008] samcarr <m.fellinger@gmail.com>

  * Improvements to Erubis and Tenjin templating

    darcs-hash:20080430225937-a353d-048e59e274648574b6189a0a3df647b437fd66c7.gz

[d0bbbb4 | Wed Apr 30 20:56:00 UTC 2008] samcarr <m.fellinger@gmail.com>

  * Action caching is ignored if session flash data is present

    darcs-hash:20080430225638-a353d-6b84c9a9e95aec5f3220696045fd9e1288285055.gz

[abb810b | Wed Apr 30 20:05:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless whitespace

    darcs-hash:20080430220550-cbc08-6a7088c847b110264fb46e6b278e46b4a0a16ab5.gz

[b5a4217 | Wed Apr 30 20:58:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Workaround for Ruby BUG when mapping class Controller; end (http://p.ramaze.net/1188)

    darcs-hash:20080430225817-569a4-feaafd49e7a8df3407a2403309db0bf75b789c5e.gz

[43271fc | Wed Apr 30 20:53:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Bump rack dependency to 0.3.0

    darcs-hash:20080430225331-569a4-a1f6ff969116c007a447622aec794979e015f76a.gz

[5fbb1d0 | Wed Apr 30 20:20:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Use File.open(filename, 'rb') in Helper::SendFile to avoid issues on win32

    darcs-hash:20080430222013-569a4-2f40df31bbf1ef6dd63c5c75dc625e255adf7f68.gz

[e1cd261 | Wed Apr 30 18:13:00 UTC 2008] evaryont <m.fellinger@gmail.com>

  * Added my mail addy. This is patch 9!

    darcs-hash:20080430201338-c880c-6a018d6cc67ddbe27c8e00343657901a4abc4663.gz

[6e4e373 | Wed Apr 30 17:20:00 UTC 2008] evaryont <m.fellinger@gmail.com>

  * Moved session[:openid_*] to session[:openid][:*]

    darcs-hash:20080430192047-c880c-a5b5648fba40f6ae10cb33090a2bacbf9f068b72.gz

[087390a | Sat Apr 26 17:39:00 UTC 2008] evaryont <m.fellinger@gmail.com>

  * Updated jQuery to 1.2.4a

    darcs-hash:20080426193950-c880c-f00e62c30089ffff395d69a5c84f03f3ea92219f.gz

[6b8acb8 | Sat Apr 26 17:45:00 UTC 2008] evaryont <m.fellinger@gmail.com>

  * Added SReg response to Identity helper

    Adds the session key :openid_sreg which is an instance of OpenID::SReg::Reponse. This does affect performance in a negative way, but provides plenty of extra information (including email, language preference, and country)
    The hit on performance is neglibile on the application's part, but it seems OpenID provider's pages take a bit longer to load. About 1 sec wall-second extra it seems.
    Since this only adds and doesn't change any part of the helper, current OpenID-using applications will be unaffected. (Besides the barely notciable increase in time)
    
    darcs-hash:20080426194529-c880c-845b1ae651c3a5d5b3412c869d6d27183263ce82.gz

[deabd96 | Tue Apr 29 06:07:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Reduce code in Action#(before|after)_process and add Controller::relevant_ancestors, this avoids the problem with DataMapper

    darcs-hash:20080429080729-cbc08-a2b77b5298c33f98af72374b8428c01193d4d399.gz

[390d7c9 | Mon Apr 28 17:17:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Added #push to StackHelper.

    darcs-hash:20080428191742-55b44-8842339e437c4748503145fcf4ec80961977e960.gz

[08e8d6f | Mon Apr 28 21:04:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Inherit before/after filters from all Controller ancestors.

    darcs-hash:20080428230405-4585f-7066a68810db623d7508aeb70ffb30cada974608.gz

[b7c124c | Fri May 02 03:47:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding `rake darcs:bundle`

    darcs-hash:20080502054758-cbc08-1baf8a30f130a84fb0d5a538ee6c2e59911c2a94.gz

[6c77c81 | Mon Apr 28 07:29:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Session::Flash#empty?

    darcs-hash:20080428092950-cbc08-3c7ece487bff6465ef4262e5cda5541dd04163a7.gz

[c9420b3 | Sun Apr 27 12:39:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * require instead of asking for version for digest/sha

    darcs-hash:20080427143942-cbc08-5036ab9a87452f05fc82e9d383ca6944135364c3.gz

[2fec9f2 | Fri Apr 25 03:42:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Do not hit cache > 1 per request to load session.  Do not access session for static asset requests - drop session on the floor by default for file/directory dispatchers.

    darcs-hash:20080425054210-4585f-a15edac77c836fac9e4b5d4ea0fb3791654c171d.gz

[59b1cf9 | Fri Apr 25 02:13:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Fix sourcereload for session.rb/defined?(COOKIE).

    darcs-hash:20080425041302-4585f-069e3d6e01abbae13f1ec36b05127b072bbfe693.gz

[9a3d636 | Thu Apr 24 17:45:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Helper::Form spec

    darcs-hash:20080424194509-cbc08-7d9396967559538bc8ed756c4002f32819557d96.gz

[8b5fa22 | Thu Apr 24 17:40:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't rely on String#/ in sourcreload

    darcs-hash:20080424194009-cbc08-fd84ac8eb6ccd897126fa96796509a8970389550.gz

[a4a8bf9 | Thu Apr 24 10:50:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding submit/reset buttons to formhelper

    darcs-hash:20080424125024-cbc08-b3cdf5f0e961ace96ea9c3ab9dcf804bc331955f.gz

[2d6495f | Thu Apr 24 10:42:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Optional Request#domain(path) parameter

    darcs-hash:20080424124231-cbc08-b536a6c43cab68e6f07928808021ce867d70892d.gz

[bbfba59 | Thu Apr 24 10:20:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix openid helper

    darcs-hash:20080424122022-cbc08-a85893c5b40a9fb71eaa32618aa5fa21d4f34122.gz

[f404f4c | Wed Apr 23 23:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Request#locales

    darcs-hash:20080424015126-cbc08-99a71b3c50c1876f198f575f8890d6ad37c9d499.gz

[b71d93a | Wed Apr 23 21:57:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Request#domain

    darcs-hash:20080423235758-cbc08-76c8b83d2619531c749fa2c145910e7749ba15ab.gz

[84341ad | Wed Apr 23 21:21:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't dup action, we're not caching it anymore

    darcs-hash:20080423232112-cbc08-12345979af16395988705f667695b7488f728e5b.gz

[96cf4e6 | Wed Apr 23 21:05:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add rapp to examples

    darcs-hash:20080423230514-cbc08-1ad4e28169531a7bf312d1ee28bc2bc15d5e0b5b.gz

[df4b88f | Wed Apr 23 21:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Disable caching of resolved actions and patterns in the controller/resolve.rb - it's too dangerous if you're not using memcached.

    darcs-hash:20080423230105-cbc08-282ccfeffeb5957107adad9be57456d417426a29.gz

[347e742 | Wed Apr 23 21:00:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make cache spec pass on my slow 64bit machine

    darcs-hash:20080423230042-cbc08-6bd030071c4494d048fc01b4cd69af4da9405948.gz

[7da1d30 | Tue Apr 22 04:52:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Do not blow up OptionParser by passing both option completion mappings *and* enumeration.

    darcs-hash:20080422065214-4585f-e977531c4409921f1bb4ed40c2ad1ddaf2999833.gz

[cb86c1e | Mon Apr 21 21:17:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze should play along with Stone, which uses facets, which defines Binding#eval

    darcs-hash:20080421231735-cbc08-82c74fd8d76fc928f49c7f8e266ce42e5411a7d8.gz

[d9b122d | Sun Apr 20 16:40:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Allow an Integer to be passed as the ttl param for #store.

    darcs-hash:20080420184029-04984-55b35cbcb21cbc34f6c7514f2b2181067d21db75.gz

[0f20b81 | Sun Apr 20 16:26:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Add #get and #set as aliases for #fetch and #store. This makes it possible to use Ramaze::Cache as the cache store for Sequel models.

    darcs-hash:20080420182640-04984-037aedd7adfc3272f75a957997773d537207faee.gz

[b700b83 | Sun Apr 20 03:44:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Reduce sleep time and remove unnecessary "it"s in Cache spec

    darcs-hash:20080420054425-04984-c4a08c28851666fd2c98fd269c173d9ed9720e4f.gz

[2500750 | Sun Apr 20 03:15:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Improve the Cache spec

    darcs-hash:20080420051505-04984-6762f2326059109aff8c5215cfb67a06ff943a5d.gz

[8c61c60 | Sun Apr 20 02:28:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Helper::Provide

    darcs-hash:20080420042855-cbc08-66c6c33aaede538cb039000a093a104e8e54dbeb.gz

[7e56303 | Sun Apr 20 01:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the action cache by using the cool new features of bitwiseplatypus

    darcs-hash:20080420030151-cbc08-4b8adb922c0e83870d262e4f105a830312917d2b.gz

[0314425 | Sat Apr 19 22:42:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * Add #fetch and #store methods to Ramaze::Cache.

    #fetch allows you to specify a default value that should be returned if the key is not found, while #store allows you to specify a time to live on a per-key basis.
    
    darcs-hash:20080420004211-04984-5c4ce1429c916b6e53e4c570b7f8d8bad1f85bca.gz

[090ffc7 | Fri Apr 18 19:07:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix caching actions for memcached

    darcs-hash:20080418210742-cbc08-176fbdce410e9a8b41e03a7e1d505cd96de90b1e.gz

[6bc6d3a | Wed Apr 16 16:56:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make memcached cache work again

    darcs-hash:20080416185615-cbc08-b24e6f23b0e925d2a3b21e67d087b6a22df54fff.gz

[09ef0fe | Wed Apr 16 11:58:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * skip skip, use skipped

    darcs-hash:20080416135802-cbc08-b0c2305de7525ffe3a4587c3f9edeadf39788fd8.gz

[bba09ee | Mon Apr 21 15:18:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add readers for languages|default_language trait in tool/localize

    darcs-hash:20080421171854-cbc08-23c0ad037b70dba4e2063816ca8fdab45d9c9090.gz

[ba27d1d | Mon Apr 21 03:12:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add nl2br to Helper::Formatting

    darcs-hash:20080421051258-cbc08-78444fc51a56f70eef46131f1165263b8ff69748.gz

[b973da8 | Fri Apr 18 14:28:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix --help

    darcs-hash:20080418162848-cbc08-f613111cbdb91c744a5ba5888d196f2d98e8c39d.gz

[6427501 | Thu Apr 17 13:29:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Expand Holder#view_root/public_root before returning, so you can render_template(Global.view_root/'foo/bar.xhtml') and it's considered absolute path

    darcs-hash:20080417152908-cbc08-f89f7250dc193077e0af55146562ec7a93b6c723.gz

[5795493 | Thu Apr 17 06:59:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * merge ARGV and ENV by default on Global#startup so now you can use commandline parameters like 'ruby start.rb --port 8000' or 'RAMAZE_PORT=8000 ruby start.rb' and they are being respected

    darcs-hash:20080417085903-cbc08-053c258fb35b552e78ed841b8a68be619b9ecad7.gz

[c76b521 | Thu Apr 17 06:53:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::User further

    darcs-hash:20080417085307-cbc08-2df26fc8ff65b656d372c416bcd7f7cd4a5b166e.gz

[3acb1cf | Tue Apr 15 21:46:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Dispatcher now respond to #call instead of #process - that makes it easy to just inject lambdas instead of creating a whole new class or aliasing the method.

    darcs-hash:20080415234636-cbc08-37d5995f2843f518bf88e958b7054dbcc8159cc2.gz

[99fecc2 | Mon Apr 14 15:37:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use the Class#ancestors.include? instead of Class#<=, that should make DataMapper work with Ramaze again

    darcs-hash:20080414173741-cbc08-3e4b8fd49a42f9a53162a1843ed56331464c5c55.gz

[00baefa | Sun Apr 13 23:48:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Global#setup again, takes hash or block

    darcs-hash:20080414014830-cbc08-f43b86f443b22f0e5b0895e9e0fc6e1a9fba6b34.gz

[d637f62 | Sun Apr 13 06:53:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * load_engines on startup of Global

    darcs-hash:20080413085355-7868f-37813c91cbc8fd4476bead416f58c06a2c7e8df4.gz

[dd8a517 | Sun Apr 13 06:46:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Ryan to AUTHOR_MAP

    darcs-hash:20080413084605-569a4-a392ccdacc74307944ecca7154fa50c0633108dc.gz

[3423cba | Sun Apr 13 06:37:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Small bugfix for helper/auth

    darcs-hash:20080413083741-569a4-f8c9c5bbbeaf1d246aa9b5b56a0c08e4cb2d6d67.gz

[6194ded | Sun Apr 13 06:19:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding contrib/rest.rb

    darcs-hash:20080413081913-cbc08-9262f2b8bfc31aad08d8d671d067dd80cab1044f.gz

[7739e5d | Sun Apr 13 06:18:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some improvments for examples/simple.rb

    darcs-hash:20080413081847-cbc08-affd2c9d692810316f6d0a04d720ec5cbd1227f3.gz

[3d8abb1 | Sun Apr 13 06:18:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding example for Helper::Form and Sequel

    darcs-hash:20080413081821-cbc08-dfee931fbd1adbd0d9d32a296c9fe2b37e614c87.gz

[5b069e1 | Sun Apr 13 06:15:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Beautify the rest example

    darcs-hash:20080413081538-cbc08-89bc6363ae60de0bb1b6c9b80a9823eecfa73de8.gz

[1dfb59e | Sun Apr 13 06:14:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding experimental Helper::Provide

    darcs-hash:20080413081408-cbc08-9827ee217a730d1c9885c03ef44dc025b60890e3.gz

[f46ae6d | Sun Apr 13 06:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Port Mikan::Option to Ramaze::Option, potentially lethal for your application!

    darcs-hash:20080413080638-cbc08-11a140dc17e149d2f3ee126374186da58851e9a3.gz

[f209770 | Sat Apr 12 06:53:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add more docs to Helper::Redirect#respond

    darcs-hash:20080412085344-569a4-e814236fddc813b1c7b3d6be811bbccced24c79f.gz

[f90246b | Wed Apr 09 22:56:00 UTC 2008] ryan <m.fellinger@gmail.com>

  * handle EOFError exception when calling rack_params to prevent possible crash on malformed POST requests

    darcs-hash:20080410005625-0c10b-0b266c8e8bf9dee7c8ad8fa3ca02b9aa72896585.gz

[3f50fb8 | Wed Apr 09 21:29:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix __DIR__ implementation for windows

    darcs-hash:20080409232957-569a4-68ca71298499435fde27efac68af2c2b8b9effe7.gz

[69a922c | Wed Apr 09 04:31:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Improve String#unident support for different styles of inline strings

    darcs-hash:20080409063112-569a4-b76039384af959d3c36b8f34f75dcd69fb8aedaa.gz

[17e0701 | Tue Apr 08 23:41:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add options to auto_link(), for example auto_link(text, :target => '_blank')

    darcs-hash:20080409014147-569a4-706d1cd627432b477f9aef5c2138002b0ea5e7fd.gz

[7a4be1d | Tue Apr 08 23:18:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add auto_link to Helper::Formatting

    darcs-hash:20080409011852-569a4-90a4b8bb43e1773441fdc7e7adc38e57fb59ce19.gz

[1dadd31 | Sun Apr 06 23:10:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Session::Flash and Session::Hash now refer explictly back to their session (instead of using Current.session). Session#initialize can take either a request or session_id and the Session[] wrapper allows retrieving any session given its id

    darcs-hash:20080407011018-569a4-c7317886aa92bf49cc456d9766f1c6d4b6a5d8b9.gz

[4e69381 | Sun Apr 06 20:42:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Ramaze::Session.sessions wrapper for Ramaze::Cache.sessions

    darcs-hash:20080406224253-569a4-c3f364d6e6c16aee48eb16153c7d3663b3add463.gz

[e3820e0 | Fri Apr 04 12:41:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * benchmark/run.rb: improved gruffs output and enabled to handle multiple formats

    darcs-hash:20080404144103-7958a-4aadb63264dc63cf38d20c87f38633b23632e846.gz

[ac736ab | Thu Apr 03 12:17:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * benchmark/run.rb: '--paths' option can handle multiple paths

    darcs-hash:20080403141736-7958a-7c642da2ebf381115e49bca8af17ac5340b33ded.gz

[e0adeca | Thu Apr 03 09:30:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * benchmark/run.rb: '-a' option can handle multiple adapters

    darcs-hash:20080403113010-7958a-ab1b64fac7eb4d1942ca90df434ee5874b6e7a4b.gz

[17809b0 | Sat Apr 12 10:50:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Moving basic_scaffolding to sequel_scaffolding to show intent

    darcs-hash:20080412125008-cbc08-1d07b8c795263177ae6b0b303d23aa80dd3ea1e9.gz

[f8b7352 | Fri Apr 04 06:44:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some improvments to Helper::REST

    darcs-hash:20080404084431-cbc08-02fe0996e1f217442e1c9e10d7882427cf8f0ffd.gz

[955048e | Fri Apr 04 06:44:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding examples/basic_scaffolding.rb

    darcs-hash:20080404084406-cbc08-c3bbf6f5205f1086b0410bdd3108a1f5ac862c5d.gz

[8d988f7 | Thu Apr 03 10:29:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Introducing Helper::REST

    darcs-hash:20080403122925-7868f-c5466329efcd6c71b9513607b8952d2c475ea3c8.gz

[dda2e26 | Wed Apr 02 12:46:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * benchmark/run.rb: add '--format gruff', this generates sidebar graph image using gruff

    darcs-hash:20080402144632-7958a-36122a37a59a052fd97fe2838ccfc65c162ebecc.gz

[9c6a93e | Wed Apr 02 09:45:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Docs for spec/helper

    darcs-hash:20080402114555-7868f-58aa2de7a9bfaab416f192fa2a68d91c46df7fe5.gz

[ee0ca5c | Wed Apr 02 09:45:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Some docs for Helper::User

    darcs-hash:20080402114513-7868f-e096c433d15855ee8f30c0eab5b79eca2c979544.gz

[ea9fec9 | Wed Apr 02 09:43:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Further docs and refactor of Helper::Form

    darcs-hash:20080402114343-7868f-d3f2408624e1a42467cb98b25c87df2635d99f56.gz

[42107d3 | Wed Apr 02 07:03:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * benchmark/run.rb: add '--format csv' option

    darcs-hash:20080402090300-7958a-4d37528d699dbf68f2f6c9e5f6c52db8188dbc55.gz

[c179f16 | Wed Apr 02 07:08:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Fix route spec, missed a .should==

    darcs-hash:20080402090837-2c51e-796382031491708efe267f0d31edfca50e81bf05.gz

[09b24a7 | Wed Apr 02 04:27:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Refactoring benchmark/run.rb: create new options(--no-sessions, --no-informer, --ignored-tags) and trap SIGINT to ensuring exit

    darcs-hash:20080402062722-7958a-a9cfe08fb9725e7344a2079351931db71a5cbe9b.gz

[b296c49 | Tue Apr 01 13:52:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Refactoring benchmark/run.rb: make sure wait starting up ramaze and write help messages

    darcs-hash:20080401155245-7958a-304b5340ecdd91cd2b8aebac1929d970e79fa708.gz

[589ec0c | Tue Apr 01 11:20:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * And yet another bunch of docs.

    darcs-hash:20080401132039-7868f-4d1a407e5c7c08605bc076ea474e88b147a0d50a.gz

[2d6b272 | Tue Apr 01 10:49:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Another few percent of docs

    darcs-hash:20080401124936-7868f-2595fbf19c55a2e485853f3f0f4048b8cc135769.gz

[247632b | Tue Apr 01 10:04:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Output useful vim line on `rake undocumented`

    darcs-hash:20080401120414-7868f-e27e1c5c7d5d68da59d1b8314a5c652241e7a1d8.gz

[c9a41df | Tue Apr 01 10:04:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Make Struct#values_at documented

    darcs-hash:20080401120401-7868f-f646d2e7a809dd30f73c66581a17023984c0d883.gz

[2c32684 | Tue Apr 01 10:03:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Adding docs for a ton of things

    darcs-hash:20080401120342-7868f-dac9b3deae2d2c1c2c50f773b670884d97c947e8.gz

[42cd54d | Tue Apr 01 09:39:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Fix `rake undocumented` it didn't cover files that had _no docs at all_ and also  compute the ratio of docs we do have.

    darcs-hash:20080401113950-7868f-c5dacb3a8f0e0c7429eeaed71d3b90b2704f50a4.gz

[2c01ad8 | Tue Apr 01 09:12:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Include meth= methods in the `rake undocumented`

    darcs-hash:20080401111213-7868f-779864e8c2c8e70c134d7e196eb9b642ea693409.gz

[dbaecbc | Tue Apr 01 05:59:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Adding some more docs

    darcs-hash:20080401075941-7868f-4b839c3055dc401becf9e6e9b7c23791b3b6f316.gz

[47c54e0 | Sun Mar 30 03:23:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update doc/AUTHORS

    darcs-hash:20080330052335-569a4-311cf5a88517e37f249064728731b21f66c73bc1.gz

[585401f | Sun Mar 30 01:07:00 UTC 2008] andy <m.fellinger@gmail.com>

  * Remove redundant require

    darcs-hash:20080330020741-a1ec8-2f791ca80ee9255929c865adeae27800adf76cd4.gz

[a8bcae6 | Sat Mar 29 22:43:00 UTC 2008] andy <m.fellinger@gmail.com>

  * Remove warnings and double-require

    darcs-hash:20080329234305-a1ec8-3250cc8b8e40ae30200718a00e83a1c22aed240e.gz

[37d5f81 | Fri Mar 28 09:47:00 UTC 2008] Thomas Leitner <thomas.leitner@gmail.com>

  * Small fix for helper/identity

    Three small fixes:
    * error message now more descriptive on failure
    * return_to URL should now also work if app is deployed under subdir
    * fixed URL that gets passed to consumer.complete to work with mongrel
    
    darcs-hash:20080328104751-1c5bc-b43e5c25fc7de8596ba67fd203d26bf69ec2a2c4.gz

[049fcc9 | Mon Mar 31 05:56:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Extend the proto layout

    darcs-hash:20080331075610-7868f-713da8c6d3c223db29c59e7b500668c4a952ba97.gz

[425e562 | Mon Mar 31 05:54:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Fix bin/ramaze -e and bin/ramaze -i

    darcs-hash:20080331075448-7868f-386031f3d88bd0802bf498334203403d65724c11.gz

[624c862 | Sat Mar 29 12:12:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Docs for some methods and fix for `rake undocumented`

    darcs-hash:20080329131237-7868f-ba9be304ea6ff9e4e227d56b95432a3607d4d7e6.gz

[09de7c6 | Fri Mar 28 15:03:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Improve benchmark script

    darcs-hash:20080328160301-7958a-f130eb56ff4d76321b14c1599bc6093ae0475a9f.gz

[9e29b3b | Fri Mar 28 05:48:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Bump repo version to 0.3.9.5

    darcs-hash:20080328064807-569a4-5810622bfb2fe44fe45a4adf7e2451d45d173cb1.gz

[5bac751 | Fri Mar 28 05:22:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * rake release works again

    darcs-hash:20080328062241-569a4-465ae57cb9fd3fa6adf8707de58c6ec7c8e56dc5.gz

[cb2ba9d | Fri Mar 28 05:20:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * use respond() in sendfile helper

    darcs-hash:20080328062033-569a4-e026a06f76de4a0f2a39019bcc0c4f7f30d1ef1a.gz

[9cf0108 | Thu Mar 27 10:36:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Much better version of Helper::Form, now with ORM independence, just waiting for your layers.

    darcs-hash:20080327113659-7868f-67a0450c961787978ea321a663cdec2c7357deb3.gz

[4135b7b | Thu Mar 27 02:23:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Adding Object#instance_variable_defined? if we're running ruby < 1.8.6

    darcs-hash:20080327032335-7868f-ec8070fe307181ff2ca371523995ff82441d6f2a.gz

[89ed987 | Wed Mar 26 06:23:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Require benchmark.rb only when it is needed and add spec about benchmarking

    darcs-hash:20080326072328-7958a-e8f45e037fe7e2c841b65d8b4900a182af2fc972.gz

[b7cc250 | Tue Mar 25 10:40:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Further build out date handling in Helper::Form

    darcs-hash:20080325114000-7868f-af8e5bbc9543840e593ae374adc67e764627da1c.gz

[63bd6f5 | Tue Mar 25 02:41:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Fix Helper::Identity for Helper::LOOKUP

    darcs-hash:20080325034145-7868f-e97dfb1a26c9628a6c4e7d331adcfe5b6acb992c.gz

[0b9ff48 | Tue Mar 25 02:39:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Fix SEED/APPDIR before start.rb when using bin/ramaze

    darcs-hash:20080325033917-7868f-f681714f060fe1e3d4290da7e5e60d216d5d5eea.gz

[6b9dfc5 | Tue Mar 25 00:42:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Fix spec/contrib/profiling

    darcs-hash:20080325014257-7868f-eacb92c622b1d53c8dd21c990a0cab42e8a9daae.gz

[831eb8a | Wed Mar 19 08:52:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * This moves the template directories in the specs to corresponding view directories and adjusts the specs for it.

    darcs-hash:20080319095210-7868f-cf6ac4e5af6dcc57ea5e906f7e3e5578d4ee77e9.gz

[d548cd3 | Mon Mar 24 23:11:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Next snapshot of Helper::Form

    darcs-hash:20080325001127-7868f-b35338b98c516b8e0bcc11e8bd4a369947ca15e0.gz

[c7b39a1 | Mon Mar 24 05:37:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Add Helper::Form - first draft

    darcs-hash:20080324063758-7868f-1bc4ea90097f37d4a874696761bd2fd700ba60d3.gz

[bc7b70f | Mon Mar 24 05:37:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * 'Give Requester proper access and add hget/hpost

    darcs-hash:20080324063737-7868f-917ea474b3cef797b95b71ea29ba7995e6afb3ea.gz

[e2dc262 | Mon Mar 24 05:08:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Show exception instead of missing error if a spec is empty because of it.

    darcs-hash:20080324060806-7868f-ede8ce5e619d647ee577972a087e7fc4d1480db4.gz

[954aae9 | Sat Mar 22 22:09:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update Ebb adapter for latest release

    darcs-hash:20080322230946-569a4-aae3111b46d09a50252fb13ab245a4aba0c0e8df.gz

[c9edaf9 | Fri Mar 21 20:01:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Catch tcp errors in contrib/facebook

    darcs-hash:20080321210154-569a4-36101a0f120830207639accbc2438b66440a81a4.gz

[45fa323 | Fri Mar 21 20:01:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix typo in dispatcher rdoc

    darcs-hash:20080321210146-569a4-d814e407afb1932c81a70abd1d53c428847fa4ac.gz

[9f5a44f | Fri Mar 21 18:23:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Create a new Thread for every request that shares the thread of its server.

    darcs-hash:20080321192335-7868f-f8787c3fba49bb4a83d490a943c4a63be363c9f6.gz

[eda1f5a | Fri Mar 21 18:20:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Remove Global#(spawn|ports|adapters) to simplify Adapter... nobody ever uses multiple adapters in same instance anyway.

    darcs-hash:20080321192044-7868f-afe5aa053473c33b5e5e0b137ec9b60d10183a60.gz

[bcc3b8a | Fri Mar 21 14:15:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add new spec file for examples/simple_auth.rb and change Browser#initilize

    darcs-hash:20080321151530-7958a-f9d2a8ae40591a427d15d8794ea424a7fca9f28f.gz

[ad075a9 | Thu Mar 20 12:28:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Remove unnecessary settings about Global.test_connections

    darcs-hash:20080320132819-7958a-d76b7e8e10b3fa4cd552de385098423c117cec29.gz

[4a1546f | Thu Mar 20 13:24:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Removing deprecated code

    darcs-hash:20080320142415-7868f-5b535a68c5f7a77c136afbac5e2c52cebe3e6fdf.gz

[8fa6172 | Wed Mar 19 17:52:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Allow render_template to accept an absolute path.

    darcs-hash:20080319185219-4585f-0171da8ac13602bc74d8440cc9bd2a72489c2aa7.gz

[7ffd714 | Wed Mar 19 12:15:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Problem with ancestors of Controller, if an action ever was public in the lower hierarchy and was made private in a subclass it would still be resolved. This takes into account the specific composition of all public/private settings over the ancestors (showed up when method #error was private in subclass but Ramaze::Controller#error was public)

    darcs-hash:20080319131512-7868f-9ee0138e4c9e3f618b6b70ea821dac13d35f6035.gz

[c84a1a8 | Fri Mar 07 16:34:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Each filter(Dispatcher::Action) don't need to return the response

    darcs-hash:20080307173456-7958a-3b01f96384c4a184bb8c544571fb5d650d4bb560.gz

[1825cf9 | Mon Mar 17 03:22:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix remaining contrib/facebook and examples/facebook bugs

    darcs-hash:20080317042218-569a4-52d567feb00ca7facfb26694ea2d3840f64ca263.gz

[eb25e4d | Mon Mar 17 00:48:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Bump version to 0.3.9

    darcs-hash:20080317014817-569a4-269624f9be83ca51719d595c92b901d46384f405.gz

[7f7531f | Mon Mar 17 00:47:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Allow for emptying out session.client hash

    darcs-hash:20080317014756-569a4-7857205d656530d1730baa68ec3901db99f5364f.gz

[f3c34d9 | Mon Mar 17 02:38:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Prevent directory traversal attack introduced by CGI escaping the incoming path. Apply this patch immediately if you run a mongrel-based server without anything like apache/nginx in front of it.

    darcs-hash:20080317033811-7868f-eca8c2e4aa4a47d0d96cb652d42122662ebe6c87.gz

[645a4fb | Mon Mar 17 02:37:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Adding String#start_with? for 1.9 compat

    darcs-hash:20080317033703-7868f-0a3852b2ea4baf01392a0e5f81fc629c4438666e.gz

[1184ec6 | Wed Mar 12 02:09:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Adds render_action shortcut to Helper::Partial.

    darcs-hash:20080312030943-4585f-ec0f0cc955935c5d6bbee1d1273ad33a4216968e.gz

[9e41811 | Tue Mar 11 00:25:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Take *copy* of parent's trait[:layout] - do not *share*.

    darcs-hash:20080311012520-4585f-6443dc0fd9ae7669082f49c2af2c8087be894bac.gz

[25d60c3 | Tue Mar 11 01:23:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing some docs for snippets

    darcs-hash:20080311022316-cbc08-2ad54676e52440608a117200a5452d7c5f483a15.gz

[ce980be | Tue Mar 11 00:14:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Lazily and smartly inherit aspects from parent class via ancestral_trait iff possible.

    darcs-hash:20080311011451-4585f-ef2937db11c14e3fd18145e78687103f7286c04c.gz

[e67479a | Mon Mar 10 22:24:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Don't fubar AR by undefing Symbol#to_int.

    darcs-hash:20080310232404-4585f-39a1d1300a02439028c9598e1f0e8cde62ed0f54.gz

[bad62fc | Mon Mar 10 14:49:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Add Object.pretty - it was forgotten before.

    darcs-hash:20080310154945-4585f-c70eea5d1e9fe7b57cdab7e4d786fb14accdf32f.gz

[2689f7b | Mon Mar 10 08:50:00 UTC 2008] Michael Fellinger m.fellinger@gmail.com <>

  * Adding Browser#(find_link|follow_link|follow_links)

    darcs-hash:20080310095016-7868f-2fe2bf6ae498bb23b7c8938d165d26282578fa36.gz

[fc6d36d | Mon Mar 10 01:29:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Bootstrap layout trait from parent lazily - aka inherit a copy.  Fixes bugs with deny_layout in child.

    darcs-hash:20080310022942-4585f-3b979af793602d8aafd8e1d870f08eeaa5906946.gz

[1f8567e | Sun Mar 09 06:37:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Support hget/hpost that automatically sets @page in the Browser for specs

    darcs-hash:20080309073701-cbc08-f660ff895331d50963894260208defb45dd44d2c.gz

[4f7ebe6 | Sun Mar 09 00:55:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A couple of improvments for Helper::User, should integrate better with Sequel (respond_to? didn't work for first access of dataset values)

    darcs-hash:20080309015554-cbc08-8304415fb8d51d5685cc43c821cc9374d613e6bd.gz

[2d196f6 | Sun Mar 09 00:55:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::User now sets @user_helper to avoid collisions with often-used @user

    darcs-hash:20080309015524-cbc08-89f58217a946724cd132b4ae284cf0ddc9dca2b8.gz

[7fb3ebe | Sun Mar 09 00:55:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * More robust flashbox

    darcs-hash:20080309015508-cbc08-93c6756fa821ae8236b42f67b3632e3047c7a4af.gz

[54640b7 | Sun Mar 09 00:54:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow deleting key from non-existing session.flash

    darcs-hash:20080309015455-cbc08-4c452441c3dda4942509f5411fd412cce2b84e2a.gz

[d02ca4c | Sun Mar 09 00:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Request#subset - plus docs and spec

    darcs-hash:20080309015148-cbc08-34307889d758dbc035c0a599d9c0c7955baaf26f.gz

[9e2c6b4 | Sat Mar 08 23:15:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Wrap Helper#helper/Trinity in Helper::Methods to avoid dumping *every* Helper::XXX into the caller's namespace - relace all 'include Helper' calls with 'include Helper::Methods'.

    darcs-hash:20080309001525-4585f-5ca2b1fd45c7a4c1b182edce4378505e5ad17232.gz

[1da2f63 | Sat Mar 08 15:49:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Adds String#.escape(:html|:cgi|:uri|:sql) with alias String#esc.

    darcs-hash:20080308164911-4585f-7b28268cd2f5f2a985c3787cef14864ee9522418.gz

[0c72ef6 | Sat Mar 08 07:37:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Build decent plain/text error message in Dispatcher::Error.

    darcs-hash:20080308083704-4585f-c77f944446348f36f1622df9df597694cf13af88.gz

[1af6ab0 | Sat Mar 08 07:10:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * CGI.escapeHTML(error.message) when failing back in error dispatcher.

    darcs-hash:20080308081002-4585f-49e42c475f6b4d7b1e2e75dce8a8849da2957289.gz

[0b866b0 | Sat Mar 08 05:58:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Provide late initialization and late binding of layout to support proper inheritence of Controller.layout declarations and Controller#layout actions.

    darcs-hash:20080308065837-4585f-5744964ff1c3ebbb84f9f0a0c6034b719e08767a.gz

[16e6091 | Sat Mar 08 05:55:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Helper::Link methods do not expose methods on controllers - they are private.

    darcs-hash:20080308065559-4585f-e6c7ac8f98bd86c638f04bcf5eed604cbcd989d8.gz

[cbba29b | Sat Mar 08 05:44:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Allow Controller.deny_layout to specify anything trequal-able.

    darcs-hash:20080308064448-4585f-a6db1dbe074e0ee3bb6b4412e5364c011b73601a.gz

[a03c4d2 | Sat Mar 08 04:04:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Deal with the fact that template_root is an array correctly in Controller.template.

    darcs-hash:20080308050442-4585f-3e15c736cf6ddb3150fdd55b1fc517277fe7f4cf.gz

[a1c7fb2 | Sat Mar 08 00:14:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Helper::Partial.render_template use template_paths instead of template_root.

    darcs-hash:20080308011443-4585f-b194e8de1107b9d823ca981566ca83115e5c47e8.gz

[859771c | Sat Mar 08 00:11:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Uniform access to Controller.template_root - no @template_root access allows dynamic template_root override.

    darcs-hash:20080308011130-4585f-b219acb2c591189e997202e825401ae37d406d9e.gz

[9a33dc6 | Fri Mar 07 23:20:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Inherit layout(:layout) declarations via ancestral_trait.

    darcs-hash:20080308002025-4585f-888638dadd9ee1f49e3cd8082f87e6ed959c2810.gz

[e8d4c24 | Fri Mar 07 04:57:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Use Ramaze module methods for parse_backtrace and caller_lines in Controller#error.

    darcs-hash:20080307055744-4585f-ef373883bae0a3970f9c485f290252d14be01b9d.gz

[9ae90be | Fri Mar 07 22:03:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Allow access to SimpleHTTP object inside Browser

    darcs-hash:20080307230341-569a4-8eb361e09dbca341ec3bce12725143df759528c3.gz

[aa4e32d | Fri Mar 07 19:49:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * spec/contrib/profiling requires ruby-prof

    darcs-hash:20080307204935-569a4-d93ade2edcf9fda851a1bc9c7b3657ff8e7d98f4.gz

[5dccbfd | Fri Mar 07 19:03:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Remove helper/facebook dependency on helper/inform

    darcs-hash:20080307200309-569a4-9b0079f8417a495cc0a666095e263d1e798a4918.gz

[2b13a2f | Fri Mar 07 19:02:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add ramaze/spec wrapper for ramaze/spec/helper

    darcs-hash:20080307200249-569a4-471afdc214c5d83a4e9e1d88bed64536a62f995c.gz

[faa8b2f | Thu Mar 06 18:52:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Report errors in Current.(before|after).

    darcs-hash:20080306195207-4585f-8610672d141baf8e2c17c8155a072773c9202d5d.gz

[2c4021d | Fri Mar 07 05:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Ramaze::Helper::User, see spec for usage until i can crank out some docs.

    darcs-hash:20080307060117-cbc08-ede9f12a61676cd9006b0b01b15695b64875c370.gz

[0afa1fb | Thu Mar 06 12:41:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move author_map into the rake_tasks/conf.rake

    darcs-hash:20080306134156-cbc08-4ec51c8b46f247634e08f9f1188c99e3d8e706e8.gz

[3c2d446 | Thu Mar 06 12:28:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Doc for Helper::Flash#flashbox

    darcs-hash:20080306132817-cbc08-721ab9f233d69c85bd6a9e6f9373cd8a5eb72690.gz

[facb615 | Thu Mar 06 04:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Helper::Flash#flashbox - will give you a div per key/value in your session.flash with class="flash" id="flash_%key", configurable over a trait or by passing parameter. (needs docs)

    darcs-hash:20080306050129-cbc08-a7ad3e18cb45917336d02a8b28d1e7a95cd0e3aa.gz

[21a8884 | Thu Mar 06 04:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Session::current#flash Enumerable

    darcs-hash:20080306050105-cbc08-f5323db8df4697ea68d7990c2b416af9c6fb6cd1.gz

[5f3bc2f | Thu Mar 06 05:21:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Fixes return value of Adapter::Base.call when benchmarking turned on.

    darcs-hash:20080306062118-4585f-59260fbeec675477adf76289d0927c1ec3392c1a.gz

[aefbcc4 | Wed Mar 05 05:15:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add profiler using ruby-prof

    darcs-hash:20080305061523-7958a-6ccdbe26f2138af855e0b7f7b33670c83410ee6c.gz

[a90ac3e | Wed Mar 05 22:58:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Move Action.before *after* setup has occured.

    darcs-hash:20080305235817-4585f-c70dcd7a4cf04e4f549cc484394b6b93e42d76b2.gz

[d6db34e | Wed Mar 05 22:26:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Sync with bacon: 6.2.2008

    Mon Feb 11 02:42:32 JST 2008  Christian Neukirchen <chneukirchen@gmail.com>
      * Empty specifications are now erroneous
    Mon Feb 11 02:45:24 JST 2008  Christian Neukirchen <chneukirchen@gmail.com>
      * Reformats
    Sun Mar  2 19:52:09 JST 2008  Christian Neukirchen <chneukirchen@gmail.com>
      * Count failed requirements too
    Sun Mar  2 19:52:38 JST 2008  Christian Neukirchen <chneukirchen@gmail.com>
      * Call after-blocks even if before-blocks or spec raise exceptions
        Based on a patch by Keita Yamaguchi
    
    darcs-hash:20080305232621-cbc08-c0ff72c60cef6502ac8537b17d35c85870fbaa58.gz

[84e7e18 | Wed Mar 05 21:07:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Adds SequelCache and FileCache to contrib.

    darcs-hash:20080305220701-4585f-0375ec13901087a7dae32b809ba60cb2e28f5836.gz

[49cdf37 | Wed Mar 05 05:27:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Refactor Current, including Current.before/after hooks.

    darcs-hash:20080305062716-4585f-c7605467fc899926762f4e8ab99968572de1f51b.gz

[908979d | Wed Mar 05 00:57:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Refactor thread_accessor, adding block initializer.

    darcs-hash:20080305015756-4585f-e2ef41e4dce61e1e740e17b5c684f17569f31436.gz

[ae995e8 | Tue Mar 04 09:25:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * a _lot_ faster `rake patchstat`, only works with darcs2 though...

    darcs-hash:20080304102508-cbc08-bf39f548385daee316f789884b25275222145d72.gz

[b8f9417 | Tue Mar 04 08:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use Helper::Inform in SourceView

    darcs-hash:20080304095147-cbc08-847ce3266861aa510ed81accb6aa0990475a88ca.gz

[418bb2b | Tue Mar 04 08:40:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Put all helpers into the Ramaze::Helper namespace and remove the 'Helper' suffix from their name. Sideeffects: some deprecation and Log is now also available through L if you use the helper :log

    darcs-hash:20080304094052-cbc08-b409d45cbabc2b8b1df9794863640fe5955eb75c.gz

[10a7369 | Tue Mar 04 03:39:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make WEBrick use Log instead of Inform

    darcs-hash:20080304043918-cbc08-971c4c2035f2732487485750b855b3808c6154b1.gz

[78345b4 | Tue Feb 26 05:00:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move patchsize/patchstat into rake_tasks/maintenance.rake and optimize them.

    darcs-hash:20080226060018-cbc08-79bd254c661bdcc1d8b6ea1ce6c7d5ee0cc1b869.gz

[322ece8 | Tue Mar 04 07:20:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix conflict between def log() and attr_accessor :log in SpecLogger

    darcs-hash:20080304082023-569a4-778f67462599cc564f1653250005a9167bce8afe.gz

[28a4ace | Tue Mar 04 07:07:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update thin adapter to use latest API

    darcs-hash:20080304080703-569a4-56f26e25bd9ec3c6dd8199ef1fbecb7aeba1068d.gz

[0c538b2 | Tue Mar 04 07:02:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix contrib/facebook to work with new thread_accessors in Trinity

    darcs-hash:20080304080258-569a4-37492f296bc7474edda95fdd0e2de80e912f1d02.gz

[fb7ef6a | Mon Mar 03 23:24:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix port for ebb

    darcs-hash:20080304002421-cbc08-ed505047753c92d310b368c8296d6d3edcb6c6b9.gz

[72cfc8e | Mon Mar 03 22:37:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use Request#remote_addr, instead use the more failsafe Request#ip

    darcs-hash:20080303233737-cbc08-4646c5e597e3f0a9b9e7bd7e8d9ad6e6701558b0.gz

[51c5405 | Mon Mar 03 22:34:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * put 'The Action' output on :dev and give more detailed information on error instead.

    darcs-hash:20080303233452-cbc08-37cd9fc6d85845a1d4f41655eac71046512828f3.gz

[7f1b8cc | Mon Mar 03 22:23:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless '=> ex'

    darcs-hash:20080303232337-cbc08-7e658c40d533fc5d6610062fc076a483116248de.gz

[69889c7 | Mon Mar 03 05:26:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Forgot to add ramaze/inform as fallback...

    darcs-hash:20080303062633-cbc08-549377b3405e7f8532e9c0cf4a9d4a976979348a.gz

[abbdaa3 | Mon Mar 03 04:11:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * This changes usage of Ramaze::Inform with Ramaze::Log and places a deprecation notice. Ramaze::Informing is now Ramaze::Logging

    darcs-hash:20080303051154-cbc08-cdfa00ae47add9f93b2e5534e9dc77025153f890.gz

[52d531d | Mon Mar 03 04:09:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make docs in contrib/email nicer

    darcs-hash:20080303050942-cbc08-65e9ae03fe768e61cd9ed107f464e9239b4a33e6.gz

[5667712 | Sat Mar 01 18:17:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Current, mikan approaches steadily

    darcs-hash:20080301191710-cbc08-427401ad8c6dfa7f2f799a93fbed2ac2b55b9fc7.gz

[62e3ee1 | Sat Mar 01 18:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Ramaze::ThreadAccessor

    darcs-hash:20080301191333-cbc08-92add5177e7841611ad9eee838822f4210f6f6bd.gz

[b037c57 | Sat Mar 01 00:19:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Request#pretty_print and have controller/error.rb use it in error messages

    darcs-hash:20080301011933-569a4-bbc25f9407967ce6309b1facd326be67f6433b10.gz

[f020d51 | Sat Mar 01 00:19:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Move proc/scope.rb to proc/locals.rb and update implementation to rely on binding/locals.rb

    darcs-hash:20080301011907-569a4-1405e40aba1fe9358325b84e1b06e63d3f9197eb.gz

[b7fa8e4 | Fri Feb 29 20:59:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Ensure Haml scope is passed such that both instance methods AND locals are resolved.

    darcs-hash:20080229215941-4585f-91cf69c930c3c6dd1089b05815972a2ad6443e7b.gz

[db7bc6d | Fri Feb 29 20:49:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Adds Proc#locals, extract local_variables as hash from proc object.

    darcs-hash:20080229214903-4585f-54673c13dd7d5acdcd3deb4cf4415a3776d434f1.gz

[24b8919 | Fri Feb 29 20:14:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Add Binding#locals to return a hash of local vars and their values.

    darcs-hash:20080229211409-4585f-6411eb509f7b5af469075e8d0df5e469ca15b4d9.gz

[f6ada7a | Fri Feb 29 20:08:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Adds Object.scope to produce clean binding where eval('self',object.scope) == object.

    darcs-hash:20080229210813-4585f-5b00bfc94f6961c6990550dd7d59e7d1e902f20d.gz

[d9186d1 | Fri Feb 29 18:53:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * render_template now sets ivars in addition to local variables

    darcs-hash:20080229195326-569a4-c1eb6e917769a4b1a1d4965d89d1b229d092e5ea.gz

[a2046f5 | Fri Feb 29 18:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Haml update- remove support for locals in :haml_options, set :filename so template names show up in stack traces, pass in binding so locals work

    darcs-hash:20080229195055-569a4-5c86fe805a2ef76aeae42051137e6dff18ad3088.gz

[a56e978 | Fri Feb 29 16:15:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Fixes local handling for latest haml version.

    Haml no longer supports passing locals to Engine new, this patch extracts that
    info (trait[:haml_options]) and passes it in at the right moment.  It also
    extracts local vars from the passed binding and automatically passes them to
    the render call, which is the new api for passing Haml locals.  Hopefully this
    can be gutted when local support to render_template is removed but, for now,
    this just makes tests pass and supports latest Haml api.
    
    darcs-hash:20080229171550-4585f-e12a34d6c9d4d3c727f3373b711ea2893bbb2a75.gz

[adb49e2 | Thu Feb 28 06:12:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Tweak render_partial to use real locals instead of method_missing.  Eval black magic.

    darcs-hash:20080228071234-4585f-82fee0588f3968cc068b83580b1c50f9f657ea59.gz

[46c4c4e | Thu Feb 28 04:24:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix Dispatcher::File to serve files with spaces in filename

    darcs-hash:20080228052434-569a4-2b001938327c8452fc783a7bb310d04d520be39b.gz

[daf20a9 | Thu Feb 28 04:22:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add cleaner, more helpful to_s/inspect to Ramaze::Request

    darcs-hash:20080228052231-569a4-8801ab40857aff4f71e451ec2ff8446c0db106c2.gz

[6f02d9a | Thu Feb 28 03:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add dispatch.fcgi, .htaccess and start.ru (for thin) to proto

    darcs-hash:20080228045021-569a4-397d3847df1d491c1983ff1350ee0badda1e1edb.gz

[40faa31 | Thu Feb 28 03:10:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Minor improvements to proto's error template

    darcs-hash:20080228041054-569a4-2d7235da805ae5d6b1c5613d9702df535eea5b53.gz

[427e949 | Thu Feb 28 03:08:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Clean up String#unindent implementation

    darcs-hash:20080228040835-569a4-f651cdceb370940b70fde6df17d4b9eaa8dd222c.gz

[ff95f25 | Thu Feb 28 02:58:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add session.client for session variables stored in client-side cookies

    darcs-hash:20080228035845-569a4-a7579e38093363e977f6285d29a8123c3dec76c0.gz

[6fe3724 | Thu Feb 28 02:09:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Move RedirectHelper#redirected? storage from trait to Request.current because I'm an idiot.

    darcs-hash:20080228030944-4585f-3747377b794405f2dd9c5ee7e8f6c961d530d1e8.gz

[423166c | Thu Feb 28 01:22:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Add RedirectHelper#redirected?, prevents 2x redirect when redirect used inside AspectHelper#after block.

    darcs-hash:20080228022207-4585f-51abafdad2c58f49f0f48f1136415d0326a84afe.gz

[6c3ebca | Wed Feb 27 20:27:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Ensure AspectHelper.after is run after actions, even in the case of a call to redirect.

    darcs-hash:20080227212739-4585f-025d2f86971384ef48895c8fe3e95f19d8dcc87d.gz

[0e7c80b | Tue Feb 26 15:20:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Handle informing on exceptions where ex.backtrace==nil.

    darcs-hash:20080226162000-4585f-317f4e756054c10ba8059b406a8e995e98e2734b.gz

[3a8a60f | Sun Feb 24 07:50:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Small style change for rapaste, don't let the paste_head get in the way of the paste when retracted

    darcs-hash:20080224085018-56f1f-1270f16f10ebe13de95bdf2c2f40b1160fada309.gz

[f5ae2a1 | Sat Feb 23 07:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Merge most of the requires for stdlib and already required files into ramaze.rb

    darcs-hash:20080223080637-cbc08-1bc010f127b4c62de7a436a5b84c7b63e3bb87e8.gz

[239bb60 | Sat Feb 23 04:03:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Make AspectHelper#after fire *after* layouts are rendered - and *remove text wrapping*

    darcs-hash:20080223050310-4585f-a4d24f0ccc4bb57e631903f904937e30caeac2c3.gz

[80909c0 | Sat Feb 23 03:42:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * And make our helper ignore line mac-safe...

    darcs-hash:20080223044215-cbc08-c7765bdf2e00ca45442c23cb5c76f86e8b6a5641.gz

[5df2544 | Sat Feb 23 01:36:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Alright, Helper::IGNORE is now Helper::trait[:ignore] and has a default.

    darcs-hash:20080223023625-cbc08-4b91ec6ed0bc1ad3efde43dd6988a7c63d6d6c6d.gz

[d39bc1a | Tue Feb 19 10:19:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Support for deeply nested request params.

    darcs-hash:20080219111921-cbc08-29bdc13a452aaf0e374155fe66d8093def8e5f86.gz

[9b5f9ed | Tue Feb 19 10:18:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Bacon version 0.9

    darcs-hash:20080219111852-cbc08-60342e6c83d5867db38957cb8c18e3c73e920b11.gz

[2a63426 | Fri Feb 22 05:45:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * This introduces Helper::IGNORE - the ultimate solution for all your my-specs-don't-pass-because-spec-layout-is-weird troubles

    darcs-hash:20080222064546-cbc08-7cc623390b545b0fd2a75d5fa139bb2406b9f51a.gz

[0064666 | Fri Feb 22 05:10:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Controller.template accepts options to allow files, etc to be specified

    darcs-hash:20080222061000-4585f-54155f4c0412d11cda75cb848bfa5b70e00b9efd.gz

[4518f68 | Tue Feb 19 21:16:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Forward AspectHelper#XXX(*meths) to XXX_all() when meths empty.

    darcs-hash:20080219221607-4585f-12c1c035b5dca203bc171f70d6211804527a428f.gz

[af48c32 | Fri Feb 22 05:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make rubygems optional for Rakefile

    darcs-hash:20080222060614-cbc08-f77344500046503aa863532aad0d59ac6313ebbf.gz

[665e61e | Thu Feb 21 15:33:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A 'better' helper lookup

    darcs-hash:20080221163301-cbc08-9e5a6a4645b3a2d87539d37f381dd7812ae58e4d.gz

[d97ed5b | Thu Feb 21 15:32:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix width for specs, we got 100+ now

    darcs-hash:20080221163230-cbc08-d00423ddec6c72f73fa23ac3b385563b6ed119b4.gz

[cbffa05 | Wed Feb 20 20:33:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Add Infomer module using the stdlib logger

    darcs-hash:20080220213303-2c51e-e988ccb544459fafa9393c7729077bf1936ceb3e.gz

[c2a058f | Tue Feb 19 18:07:00 UTC 2008] ara.t.howard <m.fellinger@gmail.com>

  * Add #to_s for c(), h() and misc cgi helper meths.

    This is required because CGI.escape and co. do *NOT* cast incoming arguments
    to strings even though that is the only thing they can operate on.  Without
    this patch views get fugly quick as they become littered with
    
      url_encode parts.map{|part| part.to_s}
    
    vs
    
      url_encode parts
    
    darcs-hash:20080219190717-4585f-96dc1003e024ea4fa72b28a297bf282ae2593398.gz

[fb1b7ab | Tue Feb 19 14:31:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * escape R() arguments

    darcs-hash:20080219153105-2c51e-43902b484ed83aa9ded61cbf66a16f634ae77c44.gz

[b881fc5 | Tue Feb 19 14:45:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * sourcereload trybugfix, returned not expanded path instead of filename

    darcs-hash:20080219154540-2c51e-ab8cd055a14ae185b7adc31a401e4236f1c8f044.gz

[c978ed1 | Tue Feb 19 14:08:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Forgot to add template file for actionless-templates spec

    darcs-hash:20080219150853-2c51e-8bf5ec91419c3654721b6614428ca31b453ec8fe.gz

[048031c | Tue Feb 19 11:09:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Introduce actionless_templates, don't render templates without attached method

    When working with many render_template calls, it is rather messy to create
    a method for each of the 'partial templates', if they have to be 'protected',
    i.e.  partials for the Admin view might be accessable without going through
    'check_auth()'.  Thanks goes to Ryan Grove for catching this.
    Introduces new Global.actionless_templates which is true by default, which
    makes it backwards compatible.
    
    darcs-hash:20080219120931-2c51e-8b83e3026e5dbd426f4501b40e6b9ffdac2799c2.gz

[b30cc44 | Tue Feb 19 09:57:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Fix missing require pathname for new sourcereload patch

    darcs-hash:20080219105716-2c51e-67530879f23dd725a8ec46baf374ecd6f2ae3350.gz

[9095ea6 | Tue Feb 19 09:54:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Adding Joe Holt to AUTHORS

    darcs-hash:20080219105434-2c51e-f782b17d84a493cbef7fcf56052542e34c0c46b1.gz

[aa4a4ba | Tue Feb 19 01:57:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing sourcereload with suggestions from Joe Holt, this should also work for windows without any special handling.

    darcs-hash:20080219025712-cbc08-8feb70c88b9a5c7d668aa4c15deb1ed56dfad348.gz

[e0224b0 | Sun Feb 17 14:04:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * PLATFORM should be RUBY_PLATFORM for compatibility

    darcs-hash:20080217150428-cbc08-8358e5a02d3441cc7b3cfa3b51bf4da985a35732.gz

[1e7ea54 | Sat Feb 16 16:35:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve rake author dependend tasks by using `darcs show authors`

    darcs-hash:20080216173537-cbc08-adb7333b5ccd00220b154931092751a08393a233.gz

[64250ab | Sat Feb 16 15:56:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make our specs pass again (reminder, never push without specs)

    darcs-hash:20080216165659-cbc08-08a7f914a378838fe1e819b3a689bfb4f8a4cb13.gz

[4a0f994 | Sat Feb 16 15:31:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * to_s before using CGI::escape

    darcs-hash:20080216163159-cbc08-08488c2af8f5d9f7ebe1943d3b10c2af299a8f46.gz

[38f10fd | Sat Feb 16 08:35:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * lower "The Action" info output to debug.

    darcs-hash:20080216093528-2c51e-9ce712800a80c3b6bf9e9beb4516cf0aa980e5e7.gz

[4386de7 | Sat Feb 16 08:34:00 UTC 2008] ahoward <>

  * Add Tagz template engine

    darcs-hash:20080216093433-303c9-e47915af4a5ac883fe10964dcfa2edd8e8a26e1f.gz

[d22eabc | Sat Feb 16 08:33:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * This patch escapes both path and k=v pairs in R()

    darcs-hash:20080216093315-cbc08-902b1caa261a3e12eeb3172c8e960635843be9b0.gz

[f762552 | Sat Feb 16 08:32:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * [partial] bugfix, leftover from Action-stack conversion

    darcs-hash:20080216093209-cbc08-f3f644789be3cc85881370f8e8e9485a8dd8b474.gz

[e15d140 | Sat Feb 16 08:31:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * [wictacular] fix exists/nonexists (+add spec), WikiEntry[] is pure lookup now, does not return 'empty entry' anymore

    darcs-hash:20080216093103-cbc08-39c06a28d747afb701275744aa8d7abee4176a94.gz

[6250700 | Sat Feb 16 08:30:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::LOOKUP where every helper that wants to have its public methods shown to the web can add itself. This makes the exclude_action_modules trait unnecessary. Please note that any module you include into your controllers doesn't get shown to the web either, add them to the LOOKUP if you want that.

    darcs-hash:20080216093016-cbc08-12f2b44de30e6af3628be2ab8b657680682c6281.gz

[8dbc460 | Sat Feb 16 08:29:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small improvment in escaping in Wiktacular

    darcs-hash:20080216092918-cbc08-997f872cdc61c55504fd637879ec5ee97cdd9090.gz

[9befc44 | Sat Feb 09 11:31:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Adding Action#stack and Action::stack

    darcs-hash:20080209123159-56f1f-1fe56b63f7aa33b4df04e4f3eb70c6d476292ee4.gz

[0f9b243 | Thu Feb 07 06:30:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Ebb adapter and fix benchmark/test

    darcs-hash:20080207073007-569a4-ba39d302aefc7608758dbdf6cd73c9f309201d3e.gz

[a20e439 | Wed Feb 06 15:45:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Updating authors

    darcs-hash:20080206164534-cbc08-40c2615fde2e11558bf713c0b0a23ec51d325a18.gz

[4ba8e11 | Wed Feb 06 15:44:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A few changes to the sourcereload fix

    darcs-hash:20080206164453-cbc08-89cb29dd79daf9fda9ac137669e752eca2217a24.gz

[e79f73a | Wed Feb 06 11:06:00 UTC 2008] leo.borisenko <m.fellinger@gmail.com>

  * Fixing SourceReload for working on MS Win

    darcs-hash:20080206120616-a7715-c986322a80817f609cc320f9ae02bb51e42832e3.gz

[506eaef | Wed Feb 06 08:41:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix pager link for rapaste

    darcs-hash:20080206094143-cbc08-204156e8a17b9af8f52975f0b06b9592c3dfcb25.gz

[dfe9126 | Wed Feb 06 08:41:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small adjustment to announcement

    darcs-hash:20080206094132-cbc08-eb127b35907285cdef3516f365d9bed7c4c25931.gz

[e254764 | Wed Feb 06 08:41:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Jeremy Evans to authors

    darcs-hash:20080206094122-cbc08-dbfad2c925cd8257b165cd84f0406e3a8820f374.gz

[349f6c3 | Mon Feb 04 13:46:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Catch :respond in Action#process

    darcs-hash:20080204144617-7958a-a93cfe1fa0e2fe40b651769f0dc9e2f9d7bb1b0e.gz

[99c642c | Mon Feb 04 17:00:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * todolist tutorial, add escaping to user provided title + spec

    darcs-hash:20080204180054-2c51e-bcd708bd90a8484f6f84828781b0a68b011d4c7f.gz

[5d7bdd7 | Mon Feb 04 09:41:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Adding suite for Nagoro

    darcs-hash:20080204104140-56f1f-04580ac47e4b7b9b5cce76785e0357b72a775648.gz

[51e51a8 | Mon Feb 04 05:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Global#mode, for your very personal use.

    darcs-hash:20080204061301-cbc08-7cca9135a38f2037bd66a5a6a3b4a95aed9ea2eb.gz

[2fd4bb0 | Sun Feb 03 22:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Uniform Controller@template_root as Array to make handling it the same for everything.

    darcs-hash:20080203235120-cbc08-537197e08097063d9d17664e98afa625e136c6a9.gz

[bb610ea | Sun Feb 03 22:48:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless comment

    darcs-hash:20080203234819-cbc08-c53226b90e34f24e369b6230b835e74b636535f4.gz

[94a210a | Sun Feb 03 21:36:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Add require to load Ramaze::Store for tutorial

    darcs-hash:20080203223614-2c51e-7e5820ea345e06246d4096a6d83b2a40ff5b9c42.gz

[fdb0b52 | Sun Feb 03 19:10:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix multiple template_root handling + specs

    darcs-hash:20080203201036-569a4-cf7ac35e774edc79d9501d519e6f67236e9da32c.gz

[4cf4b75 | Sun Feb 03 13:26:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Fix Amrita2 and Markaby benchmark scripts

    darcs-hash:20080203142625-7958a-e34bfb6de03b97ee2f08096e8aba37fde130294e.gz

[bed374f | Sun Feb 03 16:25:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only report and test connections for adapters that actually use a conventional socket.

    darcs-hash:20080203172513-cbc08-fdb51bc623cdab0e4835d384f5d7f2fb34040b29.gz

[9cb98fd | Sun Feb 03 11:23:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Remove an unnecessary line at the RedCloth bnchmark script

    darcs-hash:20080203122332-7958a-d6c56ab54ec22985954a2c236bc7f5206f590f2f.gz

[3125143 | Sun Feb 03 09:18:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add benchmark scripts for Amrita2, Tenjin, etc.

    darcs-hash:20080203101838-7958a-c651b23a5865860ca617eb265371983043075d7f.gz

[2185105 | Sun Feb 03 08:27:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Refactor routing with Route.resolve(path) => new_path

    darcs-hash:20080203092708-569a4-6dbca256a032df956602eaa5a67110ff32dc7269.gz

[03cb67a | Sun Feb 03 07:56:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Existing actions take priority over routes

    darcs-hash:20080203085616-569a4-b9e2f7f0962a40b6b950207f4183440036c9e8e1.gz

[0e144e0 | Sun Feb 03 07:39:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update Rapaste to use Ramaze::Route instead of Ramaze::Contrib::Route

    darcs-hash:20080203083958-569a4-77d6fdcb994dabafa4a04bba4b32795f91b2fa12.gz

[6190d6f | Sun Feb 03 06:13:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Ramaze::Route.clear to wipe out routes

    darcs-hash:20080203071354-569a4-2d77f61ad1f992850080f0931c7d56014dcc8fe9.gz

[d072cae | Sun Feb 03 05:59:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update tutorial to use Ramaze::Store instead of Store

    darcs-hash:20080203065950-569a4-9ec306894aa3fa93041e7ed2afd8ff39f916f096.gz

[1921d11 | Sun Feb 03 05:55:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Move Ramaze::Route docs so rdoc can find them

    darcs-hash:20080203065539-569a4-35e59c1a9dff7359897baa9498391f6992a6fa8c.gz

[5dd5551 | Sun Feb 03 05:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add PartialHelper to default

    darcs-hash:20080203065128-cbc08-cf250003f385ec91778b751c3455a74e30a61a68.gz

[a14cab7 | Sun Feb 03 04:43:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Using the #c or #h method now also escapes dangerous code

    darcs-hash:20080203054310-cbc08-798c9a221575eefa4fe2918f6bff264b6567b08d.gz

[27d04c0 | Sat Feb 02 13:21:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add the method Ramaze::Gestalt#tag

    darcs-hash:20080202142120-7958a-e6146298c31aa78cd8b9858c5dcf4e9eeb2c01f3.gz

[623667a | Sat Feb 02 14:02:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Revise automapping rules, My::TestController => /my/test

    Instead of swallowing the 'constant path', map it to the url
    
    darcs-hash:20080202150254-2c51e-ca5b5f0c17f6de91ad4167a00f7eee809dd8fcc0.gz

[a07d145 | Sat Feb 02 14:00:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Make Contrib an essential

    Recognizes `Ramaze.start :contrib => [:gzip_filter]`
    Calls .shutdown on contrib modules which support it
    Add some documentation
    
    darcs-hash:20080202150026-2c51e-dc07fe56ce32a74afca889027563d91eef6a8502.gz

[bc0d3cc | Sat Feb 02 13:54:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * render_template recognizing multiple template roots

    darcs-hash:20080202145422-2c51e-db219a638ea14faf1e88ee9c90df72873f8eb64f.gz

[d3a3d4b | Sat Feb 02 13:54:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Warn when overwriting instance variables within layout controller

    darcs-hash:20080202145407-2c51e-78fcc36c7157f1350354e8321b8baba03175e03f.gz

[736734f | Tue Jan 29 21:05:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * layouts, only set instance variable from current controller if not allready defined

    darcs-hash:20080129220556-2c51e-857ff9d7f3d6e5148c9b5b2659bb701c672cec83.gz

[9ce516d | Fri Feb 01 22:01:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Also use camel_case in helper instead of .capitalize

    darcs-hash:20080201230143-2c51e-da8bf46677cce1b00c9ed1e48e372f1040952ae1.gz

[e415061 | Fri Feb 01 21:33:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Make .contrib behave like #helper, searching for contrib files in app subdir

    * reverse lookup of files, first C extensions then .rb files to match
      normal ruby require rules more closely in both contrib and helper.
    * Add contrib docs.
    
    darcs-hash:20080201223343-2c51e-48b8b84865679b7e3f5d4120a7e5dc48b34badb1.gz

[4c9ea42 | Thu Jan 31 11:16:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Don't check syntax for plain text in rapaste

    darcs-hash:20080131121613-56f1f-5162e7c937f6137807c67611f9db26588aaa6d15.gz

[48344f0 | Thu Jan 31 11:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding some exts to rapaste routes

    darcs-hash:20080131121352-cbc08-6b0518cdfb687d3e8d91838b87b2362ff4fccdfd.gz

[64a7308 | Wed Jan 30 18:37:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Update the html for tutorial

    darcs-hash:20080130193730-56f1f-6e6b057b338690bcc0735be8d04c76a29bef4fc9.gz

[0608c7b | Wed Jan 30 18:05:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * should have overlapping template extensions ;)

    darcs-hash:20080130190531-56f1f-002746c9296fe5ba5fa4c970a691e71bdd5db7bf.gz

[f65696d | Wed Jan 30 18:03:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Add rake task 'apply' for easier patch sending

    darcs-hash:20080130190350-56f1f-1241d8df26917f557774123c8bd06bc88fa008b9.gz

[5cadbc5 | Wed Jan 30 17:59:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Fix proto/spec

    darcs-hash:20080130185955-56f1f-2703c247c1ca62f31a119841c61df6d1b97839ef.gz

[6f0dc26 | Wed Jan 30 15:01:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Add spec to test consistency of template engine extensions

    darcs-hash:20080130160156-2c51e-fe7fcc2a97ec0baa1590bd892faa40720e6e507b.gz

[880e3c9 | Wed Jan 30 03:37:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add the Tenjin templating engine.

    darcs-hash:20080130043707-7958a-3d8c41c115b5b1d266358470d7a151f5fce7ceaf.gz

[a44c713 | Tue Jan 29 21:04:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * LinkHelper:  use :title after normal argument, add specs defining the current behaviour in detail

    darcs-hash:20080129220432-2c51e-7039d539a39487a94a26b4e533f9f7e580252510.gz

[d02bd33 | Tue Jan 29 21:02:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Let specific layouts override layout :all + specs

    darcs-hash:20080129220251-2c51e-f219bf919b58c1fb4974314b4bf08f32b660ccad.gz

[588681c | Tue Jan 29 13:46:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * LinkHelper: Reenable :title use for text (if no :text given), repair CGI.escape'ing url elements + spec

    darcs-hash:20080129144644-2c51e-c4ae8b1392fbbce9b37d96bd42c401ba577d2628.gz

[4a93bb4 | Tue Jan 29 13:34:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Fix Whitespace, fix require in template_redcloth spec if erubis is missing

    darcs-hash:20080129143447-2c51e-988683d5d50c9f26625f98185d6a6ccfabaa759f.gz

[fdb1590 | Mon Jan 28 21:24:00 UTC 2008] Ryan Grove <ryan@wonko.com>

  * fix_A_allow_title_attr

    darcs-hash:20080128222411-04984-5c19e60ef282b2e2497d7de0d71179dde87e6364.gz

[f47d15a | Tue Jan 29 04:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update examples/blog to new layout

    darcs-hash:20080129055118-cbc08-29cf212fac68adcbaa7158cc5061c837cb2273ad.gz

[0a2e8cf | Tue Jan 29 04:38:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow for multiple template_roots to be searched for templates

    darcs-hash:20080129053809-cbc08-cd954ab35a5f67db0f2925e5247f7085b57088b3.gz

[18e57c3 | Tue Jan 29 04:37:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Repo Version 0.3.6

    darcs-hash:20080129053756-cbc08-95949eae147154121e0b5d9273b376d42c73f6ab.gz

[d6b60a8 | Mon Jan 28 17:41:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Modify the '>' position at AuthHelper.

    darcs-hash:20080128184158-7958a-ae0ad88d41846474ec4742a074a34aafc48b835f.gz

[479cf2c | Mon Jan 28 16:26:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Update the Thin adapter for Thin 0.6.1.

    darcs-hash:20080128172658-7958a-8d46ed0520ca3fb9e02b9f5c19f04210486bf209.gz

[0cab807 | Fri Jan 25 16:23:00 UTC 2008] Jeremy Evans <code@jeremyevans.net>

  * add_scgi_adapter.diff

    darcs-hash:20080125172341-d6fb4-af71493cb9d76ad49f058ad04d12da9ace203e7c.gz

[dd6a30e | Mon Jan 28 05:44:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.3.5

    darcs-hash:20080128064456-cbc08-4cd675f92270e0dd01ffa60f46b87e93f41595a7.gz

[8b904bc | Mon Jan 28 05:42:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

    darcs-hash:20080128064244-cbc08-c9ca69a404b30a68ef515c9fe0bb836ac093b126.gz

[c015439 | Mon Jan 28 05:42:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * jQuery 1.2.3b

    darcs-hash:20080128064225-cbc08-35f21afa65efa719e7f8b096c0b2336ee9eface8.gz

[389fe27 | Mon Jan 28 01:27:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Grammar rephrasing on 0.3.5 announcement.

    darcs-hash:20080128022725-55b44-aa79b2337bd8ce05df3f2c54cb0009bcbc939e03.gz

[32f338b | Mon Jan 28 00:34:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Run rake authors and update announcement for release

    darcs-hash:20080128013422-569a4-c7a27023b05b52e9d5d3484db7e9fec5fc55ff05.gz

[a7a5142 | Sat Jan 26 20:11:00 UTC 2008] Chris Duncan <celldee@gmail.com>

  * Tidy up the spec pretty output change

    darcs-hash:20080126211103-96e64-aeb91da01fe47eafd668ca125a34a1f3823e4a3d.gz

[6539e70 | Sat Jan 26 07:15:00 UTC 2008] Chris Duncan <celldee@gmail.com>

  * Print Bacon contexts and assertions when using pretty output

    darcs-hash:20080126081545-96e64-5642a7ea5f33ae1c5ac63437142f0d79e6dc5468.gz

[4d2f8af | Sun Jan 27 23:23:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Only set Content-Type for builder if we are in a response

    darcs-hash:20080128002318-569a4-f292e19e5e0113e0f734be1f9ede9b2d2e05601a.gz

[90ea88f | Sun Jan 27 01:53:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Create empty model directory in Tool::Create since gem packaging removes empty directories

    darcs-hash:20080127025321-569a4-93389b06af839c275477ba44085abfd6b6d8bcec.gz

[396c3ba | Sun Jan 27 01:38:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Improve render_template: warn if file doesn't exist, figure out file extension if not provided

    darcs-hash:20080127023832-569a4-c5a34e025a1a05889bfeeb3fa8ea8a945df115d6.gz

[ee5ac85 | Sun Jan 27 01:20:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Standardize all examples- remove copyright notice, add require 'rubygems' and Ramaze.start

    darcs-hash:20080127022044-569a4-36f0eec7c4fd7bdd7f953acd74a11067e15bdeeb.gz

[07588aa | Sun Jan 27 01:06:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add spec for sub-classed MainController

    darcs-hash:20080127020645-569a4-6a4373a8f09933ad0f1d070f95c4f01d869f194f.gz

[0299795 | Sun Jan 27 00:58:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Move Ramaze::Contrib::Route to Ramaze::Route, add simple string router and alternative Ramaze::Route('name') do end syntax for lambda routers

    darcs-hash:20080127015824-569a4-5b8ac414ddd231efc6627dd14bcf770f8d3a724a.gz

[2f9a97a | Sat Jan 26 23:49:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * template_root should take symbols as argument

    darcs-hash:20080127004927-569a4-76b57e4aa1ea9aa621ed77d2817bf6f833e24c1e.gz

[cd7a0da | Sat Jan 26 23:42:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Clean up session spec

    darcs-hash:20080127004224-569a4-0ae4f7a90f3fe3179f6c9186a5123d5ca0874ec3.gz

[dc5ee1e | Sat Jan 26 19:16:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Correcting Action#engine

    darcs-hash:20080126201611-cbc08-d4e3ff089c22c19e88344b74724d1440bf715611.gz

[de8d2ea | Sat Jan 26 19:08:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor improvments for identity helper

    darcs-hash:20080126200816-cbc08-a7dc5d3dcf0245b20d82c0868687d48dfaf48db5.gz

[dcbf66e | Sat Jan 26 18:36:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Allow (non leading) dots in template extensions

    darcs-hash:20080126193630-2c51e-bfe078dfd9660b574e1d5c8b2e974ea0eef8f651.gz

[744d5c0 | Sat Jan 26 06:50:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Add missing brace to auth helper

    darcs-hash:20080126075046-56f1f-f10d8ca43b6a0e90cc190ba5330ad0d08fd19544.gz

[bc4b3d8 | Tue Jan 22 05:17:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding MarukuHelper

    darcs-hash:20080122061719-cbc08-1db07de978e6f5baca5f4aa6873551f9442ece12.gz

[aeb26f4 | Mon Jan 21 07:19:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add the RedCloth templating engine.

    darcs-hash:20080121081922-7958a-e96796b2840f601cd3c3ca611763a335f76bb622.gz

[8c135a5 | Sun Jan 20 18:42:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update doc/AUTHORS

    darcs-hash:20080120194247-569a4-bac34310c33bc36af2dc974cffdb833e7fc5cf55.gz

[5e015e5 | Sun Jan 20 18:41:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Session::IP_COUNT = nil to disable ip counting in sessions

    darcs-hash:20080120194132-569a4-3e6fa256bfc24b919b79ea54d101779d51cba040.gz

[915be93 | Sun Jan 20 07:55:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * A couple of improvments for rapaste, adding diff ability (incomplete due to style problems), adding rake task for spec, modifying directory layout for new proto

    darcs-hash:20080120085542-56f1f-ee0e78abdb879494101fad63a7e3efe97bd8dae0.gz

[1eae399 | Sun Jan 20 06:51:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Update the amrita2(2.0.0) template engine.

    darcs-hash:20080120075113-7958a-d946576b2a8e9f151555ce409d54df27616d28ad.gz

[df14dfe | Sat Jan 19 18:40:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small improvments to doc/GPL from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

    darcs-hash:20080119194039-cbc08-d0bba11d22f41a5b9beeba20e0365ef2c862f770.gz

[4b99128 | Fri Jan 18 21:49:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing up IdentityHelper for latest ruby-openid-2.0.3

    darcs-hash:20080118224955-cbc08-0835994bf5dda2f202d1a86d3716a3f3a80b95d4.gz

[b71c7ac | Fri Jan 18 15:31:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Changing some stuff in the tutorial to make it comply to latest proto layout (hope it's all we need to change)

    darcs-hash:20080118163158-56f1f-19a51a6f63e5bc80e42ef8f9a22c74018d215b9b.gz

[de36124 | Thu Jan 17 21:54:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * add testcase for params, 'should handle valueless params'

    darcs-hash:20080117225407-2c51e-c59c5330487275fceaa6a061ebad88f46a911d4d.gz

[0b0a8df | Wed Jan 16 16:56:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Fixed EmailHelper.

    darcs-hash:20080116175626-55b44-6605402532df78458d1b2ab6d0037d71170d16dc.gz

[9af0d9f | Tue Jan 15 02:18:00 UTC 2008] jesusisramazing.10.pistos <m.fellinger@gmail.com>

  * Refactor of EmailHelper.

    darcs-hash:20080115031836-f2a08-080480260626250b807c32851be578c6d4ea8a0f.gz

[869a09a | Tue Jan 15 02:03:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Refactored file upload example.

    darcs-hash:20080115030342-55b44-f7ca96c1f4c3fb85d3d7972af2cab3f56b14c14b.gz

[ae8d964 | Tue Jan 15 02:01:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Give rapaste GET search and a nice search form in the layout.

    darcs-hash:20080115030123-cbc08-fe64c4f39f859bfb78619c4bf7a924c417ec484e.gz

[a9dbb5f | Mon Jan 14 18:21:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Added search functionality to Rapaste.

    darcs-hash:20080114192104-55b44-542912f712d7d60cae201cb78a6ab88f1c6e0164.gz

[e3aed36 | Mon Jan 14 16:10:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update authors and nicer output of rake patchstat

    darcs-hash:20080114171031-cbc08-207986b89d7d6a117c2f39accd84c725653a94bd.gz

[9e1f9d7 | Sun Jan 13 07:48:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add Content-Language based localization.

    darcs-hash:20080113084846-7958a-659d4e0d7a89bab4748e023a0b54aabea75abc2e.gz

[c346b8c | Sun Jan 13 22:05:00 UTC 2008] rff.rff <m.fellinger@gmail.com>

  * tests for if-modified-since and etags

    darcs-hash:20080113230508-16231-b5863b7f3b598c152b78ba5bdde925b4380a148c.gz

[146d95b | Sun Jan 13 22:02:00 UTC 2008] rff.rff <m.fellinger@gmail.com>

  * support if_modified_since and if_none_match as special headers in mock_request

    darcs-hash:20080113230226-16231-eb290ac45e1b8e110bf97c198b7fe5cf30196dee.gz

[5aac314 | Sun Jan 13 20:52:00 UTC 2008] rff.rff <m.fellinger@gmail.com>

  * Unnamed patch

    this patch adds shallow etag support.
    The implementation is completely untested though
    
    darcs-hash:20080113215239-16231-f0fdd64e92c2ff81d0d6caccac56ed346ace0864.gz

[c59c298 | Sat Jan 12 22:27:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add support for Last-Modified and If-Modified-Since headers in Ramaze::Dispatcher::File.

    darcs-hash:20080112232725-7958a-326619b649351f6dc14b439a300a4c0d8fab5d45.gz

[452b735 | Mon Jan 14 11:29:00 UTC 2008] Keita Yamaguchi <keita.yamaguchi@gmail.com>

  * Add a gettext parser module.

    darcs-hash:20080114122919-7958a-47f501fc9f327e0745ba51cc31562e89a8dad5a0.gz

[6da0837 | Mon Jan 14 15:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix runner detection for Windows

    darcs-hash:20080114160251-cbc08-32be9e21bbacba0f12fb558d75c90fced1d68990.gz

[8dd3a5a | Mon Jan 14 15:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only set Content-Type for Sass if we are in a response

    darcs-hash:20080114160233-cbc08-f51121cf401313135f1725b30175ec3bd668e982.gz

[1f7f89f | Mon Jan 14 15:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove copyright notices from proto files

    darcs-hash:20080114160223-cbc08-1d4895bab2b95775ed51036566c7a92a4663968c.gz

[a41d76b | Mon Jan 14 15:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require spec/rake/spectask in Rakefile

    darcs-hash:20080114160212-cbc08-73a6775855bc08e89dbbf65c2f56ab06127b94d4.gz

[24bff93 | Mon Jan 14 13:33:00 UTC 2008] Chris Duncan <celldee@gmail.com>

  * Removed include REXML from spec/helper.rb and changed main.rb in proto to use got.at method instead of got.at_xpath.

    darcs-hash:20080114143323-96e64-a077e9923a497f81dfd0285989fa8b2c680c806f.gz

[925e388 | Sun Jan 13 22:29:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * LinkHelper: make A() and Rs() more like R(), add specs

    darcs-hash:20080113232901-2c51e-a067d274965fc8705a311867be9fea96b7372eac.gz

[0f9430c | Sun Jan 13 21:05:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add Builder template engine for generating XML

    darcs-hash:20080113220510-569a4-b7a585bb5c1b54379df568a0ef455ba31422d9bc.gz

[5bbd68d | Sun Jan 13 01:12:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Avoid requiring ramaze twice when using ramaze binary

    darcs-hash:20080113021251-569a4-20bc1dde7041f9c4c25f447a8476bbdf07eb0a8b.gz

[ec94937 | Fri Jan 11 15:36:00 UTC 2008] skaar <m.fellinger@gmail.com>

  * Add support for href prefix for breadcrumbs

    darcs-hash:20080111163609-0abfd-1dadf6ceeee4d7e55291794ab9a56fd3f94d753d.gz

[c948d01 | Fri Jan 11 18:31:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Added file upload example.

    darcs-hash:20080111193153-55b44-10dbc5df819130bf79daeafa3adee91a607d1fa1.gz

[0734ffa | Thu Jan 10 20:28:00 UTC 2008] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Added EmailHelper.

    darcs-hash:20080110212806-55b44-3be62277dbdd94d77b587061bf64a0b7044658a6.gz

[9e3b84d | Fri Jan 11 07:28:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve spec for Request#to_ivs a bit

    darcs-hash:20080111082846-cbc08-601d85416bb9189b5a5bf4900f8fc2234da5f3e4.gz

[f710327 | Fri Jan 11 07:27:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * The last fix for adapter require wasn't very elegant, do it better

    darcs-hash:20080111082741-cbc08-13b95e9229a0d67758e47335196606d9a1f3678a.gz

[e668fbd | Fri Jan 11 07:17:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Request#to_ivs

    darcs-hash:20080111081726-cbc08-12b5ab343139d8e78b1edf1e7c34d77e91392186.gz

[4b37f8f | Fri Jan 11 07:14:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve adapter handling, if we find a const we don't require or complain.

    darcs-hash:20080111081405-cbc08-8ec735caf523166415e2b12203dac168c34bf5ed.gz

[cdd9623 | Fri Jan 11 07:12:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding adapter for litespeed

    darcs-hash:20080111081231-cbc08-1aafb018584b3796fba3347149c7f6e284928093.gz

[7fd590f | Thu Jan 10 14:16:00 UTC 2008] keita.yamaguchi <m.fellinger@gmail.com>

  * Remove empty msgid from pot file when update

    darcs-hash:20080110151615-a2c1a-0f8216acc77a786d45b9ae962c5cedd48aac6e81.gz

[be45503 | Thu Jan 10 20:06:00 UTC 2008] Carlo Zottmann <carlo@zottmann.org>

  * The type of transaction (read vs. read/write) wasn't pushed down the line to YAML::Store, which causes the YAML storage file to be re-written each and every time it's accessed.

    darcs-hash:20080110210627-6751c-f25f9db9e51549c37e0b788b85cb95ad4d7698ca.gz

[650119e | Thu Jan 10 19:23:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Use _why's metaid to avoid unnecessary @__locals variable in render_template

    darcs-hash:20080110202350-569a4-66bc6c2ece1f79db00c8bf06a1fc276fa25284bc.gz

[a6ea525 | Thu Jan 10 09:26:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add additional version of recursive render_template spec that uses locals

    darcs-hash:20080110102630-569a4-0823fd6f9559ece61daf8b7fc1853f833c0be7b7.gz

[bf609f5 | Thu Jan 10 09:14:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add support for locals with render_template

    darcs-hash:20080110101419-569a4-463ba68b9bf416a07d4bcc6c92dca4d667a0f779.gz

[e1e0950 | Thu Jan 10 06:38:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add session cookie options to Session::COOKIE so default values can be modified using Ramaze::Session::COOKIE.merge!(:expires => 120.days.from_now)

    darcs-hash:20080110073810-569a4-27bcb159612afcc6628e7a165976bf9c9d708f74.gz

[f73b2a5 | Thu Jan 10 04:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * bin/ramaze should use local version of ramaze when run out of a darcs repo

    darcs-hash:20080110055043-569a4-48365f8e3d0811074fa5349aa3fbee6ef6074633.gz

[e21a566 | Thu Jan 10 04:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Ramaze no longer requires rspec

    darcs-hash:20080110055027-569a4-7e845165081966b68073d363de8e1d396f13f436.gz

[44967a3 | Thu Jan 10 04:24:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Only use default MainController no other controllers are present

    darcs-hash:20080110052426-569a4-51fcfbc9814ec37c2f936466ffa50d4dab7afa2f.gz

[28d800e | Wed Jan 09 23:20:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * s/Carlo Zottmann/Richard Outten/

    darcs-hash:20080110002011-56f1f-b76e291c58cc921c7d31f3f37fcfe8f17cc52e83.gz

[2630e2f | Wed Jan 09 17:50:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Repo version 0.3.1

    darcs-hash:20080109185047-56f1f-199e381123695b4b424f6668cf417523dc059111.gz

[2dafe30 | Wed Jan 09 17:48:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Version 0.3.0

    darcs-hash:20080109184830-56f1f-5e6689970504c60889324d7044f00fdf5d58d983.gz

[bbb6f2c | Wed Jan 09 16:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update changelog

    darcs-hash:20080109170622-cbc08-f5188ae609a29f582fc9b57e9758dfefcf782aea.gz

[8485b43 | Wed Jan 09 16:04:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Cosmetic change in error.xhtml

    darcs-hash:20080109170402-cbc08-7c13bded2410829d0b9260f825f7e108a938762e.gz

[edbd204 | Wed Jan 09 16:03:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Change (c) for new year

    darcs-hash:20080109170311-cbc08-aacccbff7460a776b6f6f4c56e68ffbac24c580a.gz

[ffc9821 | Wed Jan 09 16:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcment

    darcs-hash:20080109170216-cbc08-a8a525ee046e32871ec7608f513e5fbaaf919d53.gz

[3e83684 | Tue Jan 08 13:14:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A couple of beautifications for specs of Dispatcher::Directory, Template::XSLT and Contrib::Route

    darcs-hash:20080108141401-cbc08-00869199c346931e5593e25023c8e693803b59e4.gz

[27ea8c6 | Tue Jan 08 13:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding a bunch of comfy methods to work directly with REXML on mock responses in specs.

    darcs-hash:20080108141319-cbc08-ed66aee07b9745432b6ef1c0c64b95fc94255300.gz

[53caa9c | Tue Jan 08 13:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't start sourcereload for specs

    darcs-hash:20080108141307-cbc08-2267ecea832d78f13ce62fe7e12309d725dff993.gz

[7781693 | Tue Jan 08 13:12:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Change testcase_requires to spec_require, shorter and reads better.

    darcs-hash:20080108141208-cbc08-f76bdf45e9bc5e01a9c0ec927f20f2033954da7a.gz

[9381626 | Mon Jan 07 23:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add diff to top of syntax list in rapaste

    darcs-hash:20080108005059-569a4-29fe500357bb04c3939952ab237260c1e45aac19.gz

[47eff61 | Mon Jan 07 23:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Don't look for templates in public/

    darcs-hash:20080108005044-569a4-8da94b13f0a4d23f199160c651c1933a089a7817.gz

[67d63dd | Tue Jan 08 07:10:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding thin to 'obvious' options in global.rb

    darcs-hash:20080108081053-cbc08-683175cbee3769cc30611b6eb932c824d8511d18.gz

[54ab63d | Mon Jan 07 07:57:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Move public/error.zmr to template/error.xhtml, cleanup js, use page.xhtml layout

    darcs-hash:20080107085741-569a4-56af642ba79d97662633d5015e2ae4ea1304c946.gz

[b84e2c4 | Mon Jan 07 07:33:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update proto start and spec: use __DIR__ so specs and start can be run from any dir, include :adapter and :port options to Ramaze.start for easy changing

    darcs-hash:20080107083302-569a4-07df79dc2c98866b3881e82d6b7ab0ab9e847bdf.gz

[27a5b7a | Mon Jan 07 07:32:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update proto views: add links to ramaze site and docs, remove old references, tweak css

    darcs-hash:20080107083202-569a4-c00607500be525b36a231e318bc5027388688c26.gz

[3fb1b2c | Mon Jan 07 07:30:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update error pages: remove color gradient, add textmate link, optimize javascript, tweak css

    darcs-hash:20080107083031-569a4-7655d3248c041b1b1b135a4f91e32b6576e5e30c.gz

[0341cb5 | Mon Jan 07 07:21:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * After creating a new ramaze app, show command to run the app

    darcs-hash:20080107082129-569a4-6c57adf228eb59c55efade66144e367fd69ea3fb.gz

[9774607 | Mon Jan 07 07:20:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Make "describe ClassName do end" work with bacon

    darcs-hash:20080107082048-569a4-29ec09db8d9dff85cf806bd5d16d012d57ef096f.gz

[809883f | Mon Jan 07 06:07:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * [rapaste] remove unused helper/ subdir, use respond() instead of throw :respond

    darcs-hash:20080107070705-569a4-56d1a3c80723c567f7b129dd93ecb19fa6b979dc.gz

[036582f | Mon Jan 07 06:13:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding fallback aquire.rb

    darcs-hash:20080107071314-cbc08-6ef844d06ee514da7538471ad4218ed71b82f145.gz

[f0748d0 | Mon Jan 07 05:59:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * jQuery 1.1.3.1 => 1.2.2b2

    darcs-hash:20080107065958-cbc08-f57e3d423fb48bbfe498418a3f0b63866a3d88a8.gz

[ad22e70 | Mon Jan 07 05:56:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update /lib/proto to new structure.

    darcs-hash:20080107065602-cbc08-f6e387c33a13c38ebe4c0baa5a38225e0a43d94f.gz

[7bf4e24 | Mon Jan 07 05:52:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * s/aquire/acquire/g

    darcs-hash:20080107065259-cbc08-da09515f7090ac053b431924d048b9bb734fa4d6.gz

[c1cca01 | Mon Jan 07 05:48:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding jquery task to d/l latest jquery and put it in /lib/proto/public/js/jquery.js

    darcs-hash:20080107064809-cbc08-07194e99fa11d985fb3f24b199dda93b58956085.gz

[9c27795 | Mon Jan 07 05:35:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding shared xpath for bacon, that should help us getting rid of Hpricot in specs.

    darcs-hash:20080107063516-cbc08-becb904b0ccae54da52bffccd1654bfabcd7fd2d.gz

[4cc2a45 | Mon Jan 07 03:31:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Use view/ subdirectory for templates if available, else fallback to template/

    darcs-hash:20080107043109-569a4-40234eb3d9204abc904f9a7e398c682f82b5a4f1.gz

[29690f3 | Mon Jan 07 03:25:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Display current public and template root during startup

    darcs-hash:20080107042525-569a4-fb9dd4a5b22894f04662efcb6d0e84d0b0746001.gz

[bc7a823 | Mon Jan 07 02:24:00 UTC 2008] outtenr <m.fellinger@gmail.com>

  * * fixed require statement in linking.rb example

    darcs-hash:20080107032408-5aeb6-4e38897a65a3643f07c81d475c3ad0411740327d.gz

[451bc65 | Mon Jan 07 02:29:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Avoid requiring bacon twice when running snippet specs

    darcs-hash:20080107032911-569a4-8c9a4f3c083b55cdd24a51f5f8daf617abc4a5da.gz

[a0c2a27 | Mon Jan 07 02:26:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Alias acquire to aquire

    darcs-hash:20080107032649-569a4-a1b546f16f151af79c24600db1ce565776353160.gz

[51eb55f | Sun Jan 06 17:55:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make Dictionary#find return nil if nothing is found.

    darcs-hash:20080106185511-cbc08-8d29034217458c85d79f9e07af1c8b31e6478a9d.gz

[99b116c | Sun Jan 06 15:38:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Extend Dictionary with a nice #find method.

    darcs-hash:20080106163837-cbc08-62d738f8f712d7c9a1ad9cd51067ec377d62f404.gz

[a5aeac5 | Sun Jan 06 08:45:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add possibility to put index file into public directories and subdirectories.

    darcs-hash:20080106094528-cbc08-6948bd05dec5e84bee32ffd5389b4a124e7e5cff.gz

[b257f3a | Sun Jan 06 08:33:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing directory dispatcher in case of relative public root

    darcs-hash:20080106093303-cbc08-f97bce1d44afa3760a3e6a3ee5fe17df6247a78b.gz

[5f85b06 | Sun Jan 06 08:31:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding default MainController

    darcs-hash:20080106093154-cbc08-2a97623e2e4efca037ee8e6e7af5c0d78c3560d8.gz

[4f87eea | Sun Jan 06 07:41:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't ignore missing author names in the author related tasks.

    darcs-hash:20080106084110-cbc08-5078f72229ec96dc873712e148ab3d153afba587.gz

[18d31f2 | Sun Jan 06 07:37:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make rammit pass

    darcs-hash:20080106083754-cbc08-97b7bd1e677757f18c60c4d14412c8a5ee864c8c.gz

[f8c05a3 | Sun Jan 06 02:02:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add request/thin spec

    darcs-hash:20080106030224-569a4-9243da73936b041123ffae96a3af80d43a0188ca.gz

[cd02fba | Sat Jan 05 23:30:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * [benchmark] add benchmarking for templates (ezamar, haml for now)

    darcs-hash:20080106003058-2c51e-96a57cfd7e9df6e776455a01f068bd318aed7f3f.gz

[93aa432 | Sat Jan 05 21:48:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * [rakefile] fix rake patchstat, empty name from darcs breaks script

    darcs-hash:20080105224843-2c51e-1ae234f5e8a1b78c1ed149850935b30b39d8c15e.gz

[b406e79 | Sat Jan 05 08:26:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Add adapter for Thin ruby webserver

    darcs-hash:20080105092624-569a4-20d21dabb7988d359657f58bf072273c5e7da915.gz

[35bb813 | Sat Jan 05 00:14:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * [rammit] make specs runnable from `rake test`

    darcs-hash:20080105011414-2c51e-f07ef982e44814fefc7a9d2600455e8b0113db2d.gz

[b963589 | Sat Jan 05 00:07:00 UTC 2008] Jonathan Buch <john@oxyliquit.de>

  * Make 'should create page from intro page' pass

    darcs-hash:20080105010725-2c51e-3d5646348736c86013d69a930ee7331357b390fb.gz

[9fd91b6 | Fri Jan 04 20:11:00 UTC 2008] Michael Fellinger <manveru@weez-int.com>

  * Make the sourceview example work on _darcs/current and invalidate cache in any case on a reload

    darcs-hash:20080104211156-56f1f-0c790510b02ec437eec279343404e14333085363.gz

[2db591a | Fri Jan 04 19:58:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding examples/rammit (first draft)

    darcs-hash:20080104205837-cbc08-42b7bb69a32f86401e1207906194e8a254f6aa95.gz

[fde9cc1 | Fri Jan 04 19:57:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make the load path for bacon more general and uniq it in ramaze.rb

    darcs-hash:20080104205716-cbc08-757e8a5ccba1655d7adec93ffd6541549a763d29.gz

[d39e1be | Thu Jan 03 16:16:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add (statisticans please close your eyes) more info for benchmarking

    darcs-hash:20080103171621-cbc08-d04be166c52883ca20f5e43020df73b959cdd631.gz

[5e20bbe | Thu Jan 03 12:38:00 UTC 2008] outtenr <m.fellinger@gmail.com>

  * fix_for_controllers_with_new_method

    If a controller had a method of "new", the "R" linking method would brake.  Modified code and tests should be included.
    
    darcs-hash:20080103133851-5aeb6-63820f005a0372dd3accdaac613e770690fbefd2.gz

[ce0ca62 | Wed Jan 02 11:58:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add tiny spec for raw_redirect

    darcs-hash:20080102125820-cbc08-ca50b1de710a903c2bd0d1071705830dea219267.gz

[fd1074c | Wed Jan 02 11:57:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding sqlite3 to dependencies of sequel/fill spec

    darcs-hash:20080102125755-cbc08-f3021b138bb913f892b6ae49197a0ef86aba33d3.gz

[d5513fb | Wed Jan 02 11:02:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding RedirectHelper#raw_redirect to prevent messing with the target

    darcs-hash:20080102120221-cbc08-dfc545c706f7a355b53099c6c71c42d2385d0afc.gz

[f9e97a2 | Wed Jan 02 03:00:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Fix encoding issues with mongrel/webrick request specs on 1.9

    darcs-hash:20080102040051-569a4-88d85b8db07f14940c443079455da82b7a0d8bd4.gz

[68179af | Wed Jan 02 02:28:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the dispatcher/file spec for 1.9.0

    darcs-hash:20080102032857-cbc08-a0ba1e7abbe3e303f2fd786c23b38721c59e1611.gz

[6d76611 | Wed Jan 02 01:44:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Don't run contents of favicon.ico through ezamar in mongrel/webrick request spec

    darcs-hash:20080102024437-569a4-749a570811d117019ca31146e0dae17a06ed5260.gz

[8fa3fed | Wed Jan 02 01:39:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Simplify error dispatching code, and prevent infinite recursion on 1.9

    darcs-hash:20080102023924-569a4-ce11c3af7e597899694324dd953a5c242e274a4d.gz

[27888d3 | Wed Jan 02 00:25:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * add non_fatal and non_verbose ENV options for running specs and fix a minor bug

    darcs-hash:20080102012550-cbc08-e7d751c9c3fe6ae1ed68a1f0905546c88cfb0b93.gz

[226ac62 | Wed Jan 02 00:06:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use Nagoro for the whywiki example

    darcs-hash:20080102010601-cbc08-a509a7a823bf8eaca9115775efa4b7045b44cd5b.gz

[62820e0 | Tue Jan 01 22:51:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add -I for libpath to spec task

    darcs-hash:20080101235138-cbc08-02777dc20d7c9b5e33b0e088d2d205faadad08f4.gz

[62325b2 | Tue Jan 01 22:50:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Update benchmark/test.rb: use httperf, turn off sourcereload, read adapter from ARGV[0]

    darcs-hash:20080101235039-569a4-ca168c8ff9af1fb82151718aa32b804c65a819c7.gz

[36e461d | Tue Jan 01 22:15:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Finally switch to bacon totally, enjoy :D

    darcs-hash:20080101231532-cbc08-53577c5fdb2b6c4965feb17b8fc4d81bac0db6ad.gz

[011894e | Tue Jan 01 20:59:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Block arguments in 1.9 cannot be instance variables

    darcs-hash:20080101215912-569a4-2325b2cf45c06d1cda05b0b919d87d3b5a56e935.gz

[a0893dd | Tue Jan 01 20:52:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Improve ruby1.9 version of BlankSlate and make OrderedSet specs pass

    darcs-hash:20080101215226-569a4-6e1cb8c39badf82bac8ccfaab5cfa9853b1643d3.gz

[58aba70 | Tue Jan 01 20:20:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Do not use ThreadGroup for collecting adapter threads, use Set instead, a lot more reliable over 1.8=>1.9

    darcs-hash:20080101212042-cbc08-4f38d0bd7277e9153f2faee3760b3fd8350fcafa.gz

[dd63f31 | Tue Jan 01 08:30:00 UTC 2008] Aman Gupta <aman@ramaze.net>

  * Speed up trinity/session spec, show # of passing tests instead of assertions

    darcs-hash:20080101093011-569a4-7f47761e4d0c9a6e15ef15519bb8f2fff6859e65.gz

[b180f8a | Mon Dec 31 20:01:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * patch rake test, shows passed/failed specs again, don't test bacon/snippets.rb

    darcs-hash:20071231210107-2c51e-a95f5adc75c9f95590d6253b383617ec577fcbc9.gz

[bc4dd1d | Mon Dec 31 19:34:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * revise pager spec

    darcs-hash:20071231203420-2c51e-8bf1f6f178e92e9f7a7ac6d0de849b38ac38deac.gz

[f496301 | Mon Dec 31 19:33:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * remove unneccessary whitespace from contrib/gettext

    darcs-hash:20071231203344-2c51e-e5df3de0bd7c3dfd60039a4dd22efe8e1e81c301.gz

[7a2dc24 | Mon Dec 31 17:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update Bacon to latest version

    darcs-hash:20071231184035-cbc08-ce8ea8f8a46a38b7a7bb9bfa4efb17a9d7c2a051.gz

[f6812dc | Mon Dec 31 17:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Big switch to using bacon instead of rspec, gotta update the rake task for darcs, run specs using 'ruby specwrapper.rb' for now

    darcs-hash:20071231184027-cbc08-21bd2db7a3f2b6779894957132c8b84c67a15c2b.gz

[f069407 | Mon Dec 31 15:58:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small beautification for lib/ramaze.rb

    darcs-hash:20071231165807-cbc08-5722d8427b0371b92ad860ad92f63a65a76f641a.gz

[4d55bd4 | Mon Dec 31 09:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make Gestalt compatible with 1.9.0

    darcs-hash:20071231105541-cbc08-e75f79579ddeeaee0ed199f990215811e0d36127.gz

[5fd92ee | Mon Dec 31 09:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small beautification for source of snippets/string/color

    darcs-hash:20071231102716-cbc08-68ce2bd113ff1bda97023d34d469689435699f29.gz

[50cf2ae | Mon Dec 31 09:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require rubyforgepublisher in Rakefile, we don't use it anyway

    darcs-hash:20071231102645-cbc08-c57a0ea2f0d7955459a7f04b475c0a14ac5b6bdd.gz

[31f051d | Mon Dec 31 09:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * More compatiblity with Ruby 1.9.0 - at least the hello example now runs on 1.9.0!

    darcs-hash:20071231102615-cbc08-e2074d3e0bbc7a62f2af2f92a4726d268bcfa6c0.gz

[7c71dcf | Mon Dec 31 08:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make OrderedSet compatible with 1.9

    darcs-hash:20071231095319-cbc08-c005ebe1b072510926cdaf5fd57166546555c9c7.gz

[5081891 | Mon Dec 31 01:06:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix auto_params with latest ruby2ruby (nil.method_missing was removed)

    darcs-hash:20071231020626-569a4-8c72fb52abe8e9339e7930e99dcacf63b3fd8dfe.gz

[2a7a9ca | Mon Dec 31 01:05:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Make instance vars available when layout action is in another controller + better layout specs

    darcs-hash:20071231020543-569a4-3ba97e4cf36ce5d83f8fa49138572a24469cf647.gz

[b12adef | Sun Dec 30 05:31:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add spec for re-using layouts from other controllers

    darcs-hash:20071230063132-569a4-dd029640d80e49aa9ea1248dfab01ed608455498.gz

[f4ac10e | Sun Dec 30 07:30:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix layout so it calls a method on the right controller.

    darcs-hash:20071230083030-cbc08-7f7c1cfe35d58791b906678fd97b2e4780d33b70.gz

[fb63685 | Fri Dec 28 23:44:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add memory usage to benchmarks

    darcs-hash:20071229004408-569a4-2f07cb4676ee77aadb1dd9742246ab3fd447ba16.gz

[174dc60 | Fri Nov 30 17:35:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * Add gettext contrib, localize ramaze via gettext

    darcs-hash:20071130183535-2c51e-5826f1393913c99fff62d5e21a08f6fbd49fd3e0.gz

[e6e8de3 | Thu Dec 27 23:11:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * [pager] add compatibility to Og > 0.41

    darcs-hash:20071228001113-2c51e-389ea9b73fa04d5ae4d00cdfbd4c3a275654955f.gz

[989780f | Thu Dec 27 22:57:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * [rapaste] fix pagination bug on /view

    darcs-hash:20071227235759-2c51e-e55f6c7c8e91e204c2c38b50b2f57805942144e5.gz

[6a612b7 | Thu Dec 27 08:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding blankslate and String#ord, first one for OrderedSet to inherit from, and in case of 1.9 to make BlankSlate equivalent to BasicObject

    darcs-hash:20071227095005-cbc08-71314b5883676559c739607ee79e38b75f9aa6e7.gz

[e96dcd7 | Thu Dec 27 07:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Only undef Symbol#to_int if it has been defined

    darcs-hash:20071227083159-cbc08-dbbe767e59d0d4bdc6924b499204e6f2786be68a.gz

[f81ae3d | Wed Dec 26 06:21:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Minor beautification of spec speedup patch

    darcs-hash:20071226072144-569a4-5e6c4bfdc91ba24d258b05698bd0aedc8a8935e0.gz

[eaa1084 | Wed Dec 26 06:20:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Escape regexps so specs run in directories with strange characters

    darcs-hash:20071226072032-569a4-307adb6bd990f9acd07246d6815efcf129da7cf0.gz

[ed47d33 | Wed Dec 26 03:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up snippet specs, shaves off 10 secs of spectime.

    darcs-hash:20071226045551-cbc08-a9eac057770a9f6c3ea26d5db5963548296886e6.gz

[ffdd344 | Tue Dec 25 04:20:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Update amrita2 template engine

    darcs-hash:20071225052004-569a4-008825f383e93368977a139b72d1312700ae1fe9.gz

[7836dbd | Tue Dec 25 04:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add specs for Symbol#to_proc snippet

    darcs-hash:20071225051953-569a4-6b7162ab05b68a7433982ef49cb86b8cf0ea0862.gz

[8c43a67 | Tue Dec 25 03:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * little beautification

    darcs-hash:20071225041219-cbc08-19029d1e488743e316ffa08b1392171a3cdd6d90.gz

[afaa637 | Tue Dec 25 03:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt nagoro engine to latest nagoro version

    darcs-hash:20071225041143-cbc08-60ccbd7f8148ac09b7b937588a6a38c4fab80e02.gz

[20beb7e | Tue Dec 25 03:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix engine lookup if conflict of extension arises, make result predictable

    darcs-hash:20071225041053-cbc08-6b28488899c9eb4bfa48cf1c20cf89a24a1585e2.gz

[929e8a3 | Tue Dec 25 03:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Unify the specs in example applications

    darcs-hash:20071225041003-cbc08-5aadbe311e6f79be1ca98b5999b569f8f2becd4a.gz

[0237100 | Tue Dec 25 03:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Move the SequelHelper into our general helpers, provides easy pagination

    darcs-hash:20071225040925-cbc08-16e1e14479d56f34040c00ec16ff4ab7b437e531.gz

[c7fffbe | Tue Dec 25 02:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make examples/wikore compatible with rspec 1.1.1 which has the silly behaviour of assuming methods starting with 'should_' are specs too...

    darcs-hash:20071225035602-cbc08-7190eada7abb61d332e972d80b48b38bffc62a11.gz

[08bd303 | Tue Dec 25 02:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Switch examples/blog from Og to Sequel

    darcs-hash:20071225034808-cbc08-1a78dabc9f9d8086c2e5e57ae67bd092c0861d02.gz

[009d7c4 | Sat Dec 22 11:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small fix for whywiki spec

    darcs-hash:20071222124825-cbc08-2575dadc38481293df322f0c187e94b31bcaf4fc.gz

[d119e0a | Tue Dec 25 02:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make our Symbol#to_proc equivalent to the activesupport one :P

    darcs-hash:20071225031000-cbc08-c48b4bcbb1110cd4eccd5f28a509e29035326067.gz

[660548c | Tue Dec 25 02:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't rely on Symbol#to_proc in our source

    darcs-hash:20071225030644-cbc08-4e3959adb34a6d0b91c5cc1af9dbcab8f6988dbf.gz

[3a3f66f | Fri Dec 21 08:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Rakefile should require time

    darcs-hash:20071221094704-cbc08-7c23b196e8b76f230926f028294aa6cdba9e7031.gz

[7313d36 | Wed Dec 19 15:25:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * / is now the "add new" action, /list is now the listing.

    darcs-hash:20071219162549-55b44-23c8bc16c4d47e3c8efe1ec2fb9f09def65187f2.gz

[a004669 | Wed Dec 19 12:27:00 UTC 2007] Michael Fellinger <manveru@weez-int.com>

  * Fix the check for syntax in rapaste

    darcs-hash:20071219132723-56f1f-c5c52ea4985c4272212fb8a7a8d869e8d6ef5d6c.gz

[f6d3e39 | Wed Dec 19 03:29:00 UTC 2007] Michael Fellinger <manveru@weez-int.com>

  * Add guard against wrong syntax in rapaste for saving pastes

    darcs-hash:20071219042954-56f1f-8fc4a07cba45da445c6cab27e1454fd3cd3f9143.gz

[a1fe781 | Tue Dec 18 16:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * examples/rapaste: Select right style for text_fragment

    darcs-hash:20071218172300-cbc08-bfd5674cff0cb629159836ec04cc9453dc0d2405.gz

[7b47dd7 | Mon Dec 17 18:55:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Save theme selection in session.

    darcs-hash:20071217195522-55b44-100c283d09d8df23897f0a11e055c740034f7c4c.gz

[d9f31e1 | Mon Dec 17 02:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add examples/rapaste

    darcs-hash:20071217035651-cbc08-a6a560048233a2df50a442889ef96845cdb4166e.gz

[be69a3a | Mon Dec 17 00:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Improved Tool::Localize

    darcs-hash:20071217011744-cbc08-adda8017b8833d2ed30bb367cc6233999dbf2cb8.gz

[5c33bda | Sun Dec 09 01:29:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Prevent ramaze --create from overwriting existing files/directories

    darcs-hash:20071209022933-569a4-d760ae19ce1e5f53b121607302e32cdf318f9f25.gz

[1f3dd2e | Fri Dec 07 19:14:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * SourceReload bugfix- use Regexp.union so Dir.pwd is escaped

    darcs-hash:20071207201450-569a4-3473606bd93ae0a0fd07b7b569954df4af4ff6be.gz

[1ee4038 | Fri Dec 07 19:00:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add lambda router support to contrib/route

    darcs-hash:20071207200026-569a4-0f7cc7905d9916cf90c0242d755a640f898526bf.gz

[3ca4143 | Fri Dec 07 02:58:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Updated benchmark suite and results

    darcs-hash:20071207035838-569a4-e97c51f2e86d2b93d8f45f1534de097081652f94.gz

[cce1c50 | Fri Dec 07 01:40:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Optimize OrderedSet implementation

    darcs-hash:20071207024011-569a4-f9369bd7c999cbc91b31df2785a366d5eef99b20.gz

[9bc2598 | Thu Dec 06 01:54:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Improve facebook API error handling (I'll move this to a gem or external lib eventually..)

    darcs-hash:20071206025446-569a4-0850cee7b7099596347ad8484e15f6c2e35c469e.gz

[f10de79 | Thu Dec 06 05:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Introducing caching for Controller::action_methods in Cache.action_methods.

    darcs-hash:20071206062901-cbc08-684b4c7a4ec9efc52a0e733005ac6954da9185ae.gz

[b700090 | Thu Dec 06 04:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix oddities in bin/ramaze when used via gems (hopefully? :)

    darcs-hash:20071206055432-cbc08-e66ded5ed2950ac8319a04e7e2fdc77e00d74e23.gz

[f48cd23 | Sun Dec 02 20:50:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * String#unindent is part of latest release, remove from ramaise.rb

    darcs-hash:20071202215017-569a4-c3e77bb8c8dccafe35aaf2763e7f3c06c06e2929.gz

[491f43e | Sat Dec 01 23:07:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * examples/css spec requires Haml

    darcs-hash:20071202000754-569a4-e98be1b3594c81e847a548eca2865b7303018a59.gz

[e182a78 | Sat Dec 01 18:39:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add contrib/facebook and simple facebook app example

    darcs-hash:20071201193928-569a4-f1e8bbf05f9e0ac20fcaf4426ca88cfffc3360d9.gz

[75d0e98 | Sat Dec 01 18:33:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add another spec for String#snake_case

    darcs-hash:20071201193347-569a4-b022ace1c7c65c971123cb67a31f15157d8839b2.gz

[b2c0b7b | Sat Dec 01 18:33:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix timeout error with :adapter => :fcgi

    darcs-hash:20071201193326-569a4-05e5d0764e996214c386a9fcbd8600e36220b373.gz

[bd6072d | Fri Nov 30 06:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add SessionFlash#delete

    darcs-hash:20071130071215-cbc08-0a9587c8c862a71037b32fe93ac56a843dc010d3.gz

[5b5436a | Fri Nov 30 06:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Failsafe for Request#local_net? - 'unkown' seems to be a common address...

    darcs-hash:20071130070925-cbc08-7b71f330c8bc5191238aafe38a86539f64855dfc.gz

[0f24879 | Fri Nov 30 02:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add lookup for index template like /foo__index

    darcs-hash:20071130035900-cbc08-984e0d03a7f30fcda2253e67e35eabbf5dc82cda.gz

[3d1a4a5 | Wed Nov 28 22:39:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.2.1

    darcs-hash:20071128233945-cbc08-3e6fe1b2b02ba8273f62d5308b16d3cbf2eb486a.gz

[a438c8b | Wed Nov 28 22:27:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Use new Request#[] and avoid binding block unnecessarily

    darcs-hash:20071128232740-569a4-4e428e798e5a8b1b4abe6cb031a34f84376ff0f5.gz

[479a99e | Wed Nov 28 22:39:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

    darcs-hash:20071128233912-cbc08-ad5eeac44418a107a3ba4d90342c8d61e69cb8dd.gz

[044f5d3 | Wed Nov 28 22:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Spec and fix for bug in String#unindent

    darcs-hash:20071128232359-cbc08-1b8ec70dcd92e1e207a7cd189aeb22ae1f14e2bc.gz

[588ee79 | Wed Nov 28 07:32:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Allow multiple keys for Request#[]

    darcs-hash:20071128083242-cbc08-e4d0b68cf9bacca6fc88147e60e55f6bf91cc52b.gz

[89430e8 | Wed Nov 28 04:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for and fix implementation of Request#local_net?

    darcs-hash:20071128054639-cbc08-015c095250ad396de47d227523cb5f51ae4b59b9.gz

[dca3f50 | Wed Nov 28 02:53:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Allow helper modules to be defined in contrib/ or same file as the app

    darcs-hash:20071128035336-569a4-fa859cc9b6360ffbdc1374563cb101f5384a0a87.gz

[ce32bf8 | Tue Nov 27 05:12:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Update to latest Sequel conventions (require 'sequel/sqlite' is deprecated)

    darcs-hash:20071127061202-569a4-02f2780ea90fe0f7c0e7d29ea08ecf90c1dc98f7.gz

[974a576 | Tue Nov 27 05:12:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Doc fixes for contrib/

    darcs-hash:20071127061212-569a4-5da7d17125379d206d0adf12ff329a100ba5841a.gz

[f9d0719 | Mon Nov 26 22:14:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * require 'ramaze/contrib' then Ramaze.contrib :foo is redundant, load 'ramaze/contrib' by default

    darcs-hash:20071126231425-569a4-e2bc4597be22883f2bf2d725bb8bc3d2bf378454.gz

[08d7b79 | Mon Nov 26 22:12:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Make StdErr output in specs readable

    darcs-hash:20071126231232-569a4-abcd8ee1a53ce68d5a2e73b46988a1e5802f9af5.gz

[cccb0f7 | Mon Nov 26 00:39:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix code in comment for gestalt.rb

    darcs-hash:20071126013935-cbc08-51e685e9a9a1aee6b3295d16f323b2c89d87eca7.gz

[59b37ca | Mon Nov 26 00:37:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix rcov coverage report generation task

    darcs-hash:20071126013705-569a4-24ef1a4fa77137e7426ee66f796b58e4901c5ba4.gz

[86a4503 | Tue Sep 25 11:39:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * support custom caption in openid_login_form

    darcs-hash:20070925133915-16231-44afb597ca71e26f613f0bd8743e890d4723fa25.gz

[9cd3fe3 | Tue Sep 18 10:00:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * add testcase_require in wikore/spec

    darcs-hash:20070918120027-16231-44283e5593eeee5a9ac85eb250d764b7060da5ff.gz

[32b5d7e | Tue Sep 04 09:33:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * coverage task, first try

    darcs-hash:20070904113308-16231-1cde0909c5e8990b9bd94d3035f3e0f08524c862.gz

[cbde2f1 | Sun Nov 25 15:14:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix for nginx caching issue with sourceview's javascript

    darcs-hash:20071125161429-569a4-4d6f4bdce232ef3294f95dbf10cb01d612f5825a.gz

[4aad404 | Sun Nov 25 14:57:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Improve sourceview: add analytics tracking, /path/to/file.rb now works, changing location hash in browser address bar works, visiting /source/file.rb directly works

    darcs-hash:20071125155740-569a4-5c03b00b5c15336b425d6b0aa501de03c1a1dbf7.gz

[c4c6572 | Sun Nov 25 14:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix doc/meta/users.kml for kml version 2.2

    darcs-hash:20071125151618-cbc08-15c49eecd690fa8703ebdac8c7ef7b90af8cf31c.gz

[15a0bce | Sat Nov 24 23:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Cleanup proto: remove 'include Ramaze', require rubygems so ruby start.rb works, include :port option for easy changing

    darcs-hash:20071125001957-569a4-94429272ba2b88d9f1270ee213df1d7c0d3cd5fe.gz

[82132aa | Sat Nov 24 23:14:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add support for define_method actions with / instead of __

    darcs-hash:20071125001407-569a4-fa154fc9fd4f06ae4ae53d421d6dd75e79b55a84.gz

[994705c | Sat Nov 24 23:10:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Set Ramaze.start options when using ramaze binary

    darcs-hash:20071125001027-569a4-7bb7fade6ca713a54612aa9d84fb3bbf7a824995.gz

[3794e3f | Sat Nov 24 22:45:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Symbol#/ to divide snippet

    darcs-hash:20071124234554-569a4-56df04ba9520567002f52bff3ad66aa6048ba1c0.gz

[92d0a44 | Thu Nov 22 16:13:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix breakage when trinity/response.rb is source reloaded

    darcs-hash:20071122171300-569a4-afd5f98bccedc2aed7fc4d1efc8d2b2f34d205f5.gz

[40fc0c5 | Thu Nov 22 08:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Use the almighty IPAddr to check for local IPs, _so_ _much_ _nicer_ and supports both IPv4 and IPv6 :D (is it obvious that i'm 10 minutes before a long weekend?)

    darcs-hash:20071122093614-cbc08-4db593df2055ca5f292cf052b5bc24279e1beb3d.gz

[e2078bd | Thu Nov 22 08:11:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Calculate avg patches per day in patchsize rake task

    darcs-hash:20071122091157-569a4-c2f247b7bf7bb76f61bd900f606bedd9235034b4.gz

[288c45e | Thu Nov 22 07:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add String#unindent snippet and use it in Ramaise

    darcs-hash:20071122081946-569a4-c101d8919a2198778e370cf3368a0d12795fa6b8.gz

[08240c2 | Thu Nov 22 06:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * This fixes some problems related to Request, better information on entering Action, fallback for Request#request_uri and fix Request#local_net? (damn you irb)

    darcs-hash:20071122074456-cbc08-b67af528c0cc0d71137c23f4d787f47d039ac8b9.gz

[3d371a9 | Thu Nov 22 06:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Do go the usual Dispatcher::Action path when we encounter an error so Action::FILTER are applied.

    darcs-hash:20071122074255-cbc08-c8dd40597ca1ae9cdec179fe3a0cd8877bf481d1.gz

[8612df5 | Thu Nov 22 01:57:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Request#ip and Request#local_net?

    darcs-hash:20071122025741-cbc08-06f8309869ed7f5f0b25dc2170cf434657000798.gz

[f71d9ad | Wed Nov 21 23:57:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix Haml/Sass options handling

    darcs-hash:20071122005737-569a4-a965f72a9f808b301875e7901ab95af8e5a719d5.gz

[79bebb9 | Wed Nov 21 19:43:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Wrap long lines in ramaise, don't include Ramaze in examples

    darcs-hash:20071121204344-569a4-8e66c09d644b4cede43ab863271cb11acbfaae53.gz

[2809257 | Wed Nov 21 19:40:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Various hacks to get sourceview working in IE, some cleanups to reduce bandwidth and make page loads snappier

    darcs-hash:20071121204013-569a4-1bd685c71f36bb970e6a9db10956c5f3fa5f7c5b.gz

[b9b5757 | Wed Nov 21 07:05:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Ramaise example (Ramaze version of the Reprise hAtom blog)

    darcs-hash:20071121080515-569a4-c62984318db56bf9f5ec79961b9cab6e678265dd.gz

[0a67b91 | Wed Nov 21 04:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update README

    darcs-hash:20071121055247-cbc08-e0b16c45d2ff5d153a818d4ad2076fd965f036aa.gz

[3fa8a25 | Wed Nov 21 02:48:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Simplify Thread.into + spec

    darcs-hash:20071121034835-569a4-af642cd16020a619b8ed22f077a9fa5ef4152622.gz

[adb6b00 | Wed Nov 21 02:26:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Random minor spec cleanups

    darcs-hash:20071121032643-569a4-b9139096d0ed45052770dd7931711d828ec23fc4.gz

[6f46085 | Tue Nov 20 21:02:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Use cache as a wrapper for value_cache when no args are provided

    darcs-hash:20071120220219-569a4-b4ff76a8ac85d5742433e1cd81606c1d0e7562bb.gz

[19e864c | Tue Nov 20 07:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * redirect_referrer on login in AuthHelper, a lot more useful and smoother

    darcs-hash:20071120085143-cbc08-41c8b0d7c94ee48faf0eea196b5e0cf64d382453.gz

[c6541d3 | Tue Nov 20 07:05:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Minor cleanups to sourceview example

    darcs-hash:20071120080500-569a4-92b1d914b6f4f7085526da04bc6e4be6cdf5da72.gz

[7dac80c | Tue Nov 20 03:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update allison raketask to use new version.

    darcs-hash:20071120042745-cbc08-bac2a5d382d5b9ba61e6ddf3599e547397c6e06f.gz

[72be278 | Mon Nov 19 15:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * keep darcs repo one step ahead on 0.2.1

    darcs-hash:20071119163602-cbc08-442153c12e86ebe01ba0c640bc4e1d342307a5cd.gz

[4915619 | Mon Nov 19 15:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/CHANGELOG

    darcs-hash:20071119161803-cbc08-9c4f79bd74d57b0350be25afa6983e3a61e86009.gz

[e7b0d37 | Mon Nov 19 15:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update TODO, Version and announcement

    darcs-hash:20071119161642-cbc08-632aba02fbc7d80356a4e5300eddc680ebbe1b33.gz

[c53130b | Mon Nov 19 13:03:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add (c) for Thread::into

    darcs-hash:20071119140334-cbc08-e32aacfd67914d719f4af74f3e19f013424d1b01.gz

[e247633 | Mon Nov 19 12:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Thread::into, almost forgot about it.

    darcs-hash:20071119135622-cbc08-6d3e79c24b4e50e1ee4869e2a6e1e1d4452abbde.gz

[47d696a | Mon Nov 19 12:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Tool::Tidy and all traces of it, it's leaking memory, has problems upgrading and isn't used by anybody i know of.

    darcs-hash:20071119134743-cbc08-2fa141e41d950e1d13bbe8f3991938c07ced82ca.gz

[3bca30b | Mon Nov 19 08:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/meta/announcement

    darcs-hash:20071119093159-cbc08-9e9fb449bd79e977a8a0904a7237008519cee710.gz

[0c40490 | Sun Nov 18 03:19:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Using OrderedSet instead of Set helps keeping sessions deleted in chronological order

    darcs-hash:20071118041907-cbc08-e2491414ec7a8183817d4def2ba99b345af8a774.gz

[990e03d | Sun Nov 18 02:33:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix runner/starter/SEEED/APPDIR for bin/ramaze once again.

    darcs-hash:20071118033317-cbc08-a66cfe42286cd51ec1b00a5098adec69d704cc12.gz

[e71153e | Sat Nov 17 22:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo in string#/

    darcs-hash:20071117231809-cbc08-b17179a4448fd690f1caf335472babd6d8827b22.gz

[4b410c7 | Sat Nov 17 22:11:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix some spelling mistakes and clean up authors and patchstat rake tasks

    darcs-hash:20071117231150-569a4-2b34b3e2eac14ec9bee93859219c9eccf159d6fa.gz

[27bebf0 | Sat Nov 17 22:06:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Updated doc/AUTHORS

    darcs-hash:20071117230650-569a4-710b1c2af1c5907df1eb9868c85c2f0984076394.gz

[5a92869 | Fri Nov 16 19:30:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add simple spec for examples/css

    darcs-hash:20071116203008-569a4-6d771646cfed616e788a8fdbd31c6f92f107ed93.gz

[4bb284d | Fri Nov 16 04:26:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add dynamic css controller example + related sourcereload/caching enhancements

    darcs-hash:20071116052612-569a4-85932ecc9c39f7041b71619412d4b09fad351ff9.gz

[4090e0f | Fri Nov 16 03:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * New caching implementation, add support for :ttl and :key options + rdoc + specs

    darcs-hash:20071116041910-569a4-c585e497b1b85eded27b2dcdafa6a499f894c18a.gz

[a94ea36 | Fri Nov 16 03:00:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Clean up examples/caching

    darcs-hash:20071116040019-569a4-545b7213ff3fdc538404dc07e2a0bfcc521a9d4e.gz

[f3a99bc | Thu Nov 15 23:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Improve file cache to work with mapped controllers

    darcs-hash:20071116001925-569a4-c212bacb19402bd48972ee640b7beb5ddb7dd91a.gz

[3bf579c | Wed Nov 14 20:44:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Controller#cache wrapper for trait :actions_cached

    darcs-hash:20071114214455-569a4-6ecacc3c41138008950e467ccedb8d7fc6082c13.gz

[2a7d5f9 | Wed Nov 14 20:41:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Prevent already initialized constant warnings in session spec

    darcs-hash:20071114214158-569a4-071bb3f5614577a592fdd76fdae2ca5de4c50f83.gz

[41eee3e | Tue Nov 13 02:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add traits task to list traits we have, only for quick and dirty overview, a bit buggy

    darcs-hash:20071113035607-cbc08-54b2c7138fac379a00b75d297ce5d0afbfad6817.gz

[7ebb035 | Mon Nov 12 03:04:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for IP_COUNT_LIMIT bug

    darcs-hash:20071112040437-cbc08-03f2f331caa99259845bf84122021a48428b87a9.gz

[d3433cc | Mon Nov 12 02:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Improvment for add-copyright task

    darcs-hash:20071112035234-cbc08-268c5fddf02f0da4794d93f8ad06c7a265c75227.gz

[cf43bbc | Mon Nov 12 02:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Rewrite of helper/formatting for number_format

    darcs-hash:20071112034851-cbc08-61ade39ddd3c1307de28633b83a49caebfe31222.gz

[374c960 | Mon Nov 12 01:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing Session::IP_COUNT, the same session-id should not be counted multiple times.

    darcs-hash:20071112020941-cbc08-135069db16ebf794775517faaaa1ffa6727b86c6.gz

[4e35afc | Thu Nov 08 06:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update (c) and shipped libs

    darcs-hash:20071108071652-cbc08-678109ba6a31d3ecf681bb44430406e8e0fc6649.gz

[f46174d | Fri Nov 09 21:34:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Bugfix from merb to get_args.rb

    darcs-hash:20071109223453-569a4-881d8826e93125f4db2e9dd930a6f6abb1781b62.gz

[9caf140 | Fri Nov 09 07:57:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Don't log backtraces for Ramaze::Error::NoAction

    darcs-hash:20071109085749-569a4-29b5e50e7c95b10893408800c3e7115a816f774a.gz

[ea1c01a | Fri Nov 09 07:56:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Ramaze::Contrib::AutoParams for merb 0.4 style action parameterization

    darcs-hash:20071109085636-569a4-b92577a086a353d5c7b9ba75abc4375cbf1bb7c4.gz

[66771df | Wed Nov 07 18:20:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Hack to fix strange rack behavior on PUT requests

    darcs-hash:20071107192054-569a4-043ba1bc8575c489b4f77386596eded81b43fa47.gz

[d34d855 | Wed Nov 07 17:21:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Print spec failure output so its readable

    darcs-hash:20071107182100-569a4-17b2fa79131c9df2b6ab43073aedf30f1d8fec58.gz

[1d1178d | Wed Nov 07 17:20:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Allow get('/action', { :input => 'value' }) and get('/action', 'input=value')

    darcs-hash:20071107182051-569a4-08296cd576c07492da6eafcc397a91dbb5b02ebf.gz

[d3fbf08 | Wed Nov 07 17:19:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Ran rake authors

    darcs-hash:20071107181925-569a4-bd66ba6a442edea5f42dd0be74ffe2ad72ca7a85.gz

[001521b | Tue Nov 06 06:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Move spec/helper/context to spec/helper/browser

    darcs-hash:20071106071244-cbc08-d7a81c26537337e2c326682d4775ea3705b18622.gz

[e376f46 | Tue Nov 06 05:55:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Simplify hash.inject([]) to hash.map

    darcs-hash:20071106065510-569a4-36884e783e1291fe5537da8a3ed17c31a5062f43.gz

[f2b7420 | Tue Nov 06 05:53:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Show last used email in AUTHORS file

    darcs-hash:20071106065305-569a4-d31157f7cc675c0786bd54228c0e9fbe37f7cdce.gz

[2aef584 | Sun Nov 04 19:50:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Remove simple_auth dependency on base64, use Array#pack('m') instead

    darcs-hash:20071104205018-569a4-ce0f7c5d94114986c2ecf8549ac28686c4d58509.gz

[c6eff00 | Sat Nov 03 23:21:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add simple_auth example that implements Basic HTTP Authentication

    darcs-hash:20071104002135-569a4-ab2e42cf166a4e0dd9077ba8d00101fd267ed4ca.gz

[2ab9eca | Sat Nov 03 21:37:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Cleanup RedirectHelper spec and add test for respond() with custom status code

    darcs-hash:20071103223743-569a4-7fbcdd7c4ca1b819421ce9b28440e6eb4b1c9b0c.gz

[c9fec49 | Fri Nov 02 01:12:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Controller#respond to RedirectHelper + specs

    darcs-hash:20071102021213-569a4-7cfd9943835d8ec3939f4009e2c6b5a7beb9a108.gz

[961877a | Tue Oct 30 19:26:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add FormattingHelper + specs

    darcs-hash:20071030202620-569a4-27c58e89d3ca052aa307fdda8d181ee72d4cabd8.gz

[f08c2e5 | Mon Oct 29 16:53:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Render aspects around actions before applying layout, and prevent aspects for render_template and layout rendering

    darcs-hash:20071029175353-569a4-cbb7598dc460340e2b7354133341f3c2b0cb4a3e.gz

[f581258 | Wed Oct 24 23:08:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Change deprecated <%%> and invalid < use to prepare for Nagoro

    darcs-hash:20071025010841-569a4-21753003917c994c1402607a7bd9f013cd88737a.gz

[0aa1ef7 | Wed Oct 24 23:07:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix references to Ezamar in template/nagoro.rb

    darcs-hash:20071025010738-569a4-eee975d8a09ee2f94ba4670ab667acdc1ac501ba.gz

[a901546 | Wed Oct 24 23:06:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Refactored OrderedSet + specs again

    darcs-hash:20071025010622-569a4-70259b0287cb539f7b278817fde4608432f1a3d7.gz

[b12fdcb | Wed Oct 24 20:48:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Update String#snake_case so CSSController automaps to /css instead of /c_s_s

    darcs-hash:20071024224807-569a4-0f5633a2bbc5c238b9c323e713981072ad8e4586.gz

[32e8b5a | Wed Oct 24 19:56:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Layout cleanup - remove unused &block and don't include layout for render_template calls

    darcs-hash:20071024215624-569a4-33de178254f36de2d16be5b4ca9bab45289c8b93.gz

[eaa8d6f | Wed Oct 24 19:17:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Clean up OrderedSet implementation and add more specs

    darcs-hash:20071024211728-569a4-46f49cc0d580c9d0f913fc566c2667f8b928c189.gz

[dc90ef1 | Wed Oct 24 17:24:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * render_template fix and specs for usage within loops and recursively

    darcs-hash:20071024192430-569a4-7f69a85e1f19402d0be8b8276dab247b2ec47308.gz

[eaecaa8 | Wed Oct 24 17:18:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Allow for <%=@var%> style constructs with Ezamar (no spaces required)

    darcs-hash:20071024191800-569a4-13adf17603210d30718c425a4849e0138c84349b.gz

[aef1d85 | Wed Oct 24 17:16:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Implement Dispatcher::Action::FILTER as an OrderedSet so it isn't affected by source reload

    darcs-hash:20071024191605-569a4-be5a2462caee82574841ad6edc5e9c22fe273ba4.gz

[3431123 | Tue Oct 23 21:23:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Conform to http spec regarding absolute uris in Location header

    darcs-hash:20071023232322-569a4-2e70bea603b0e125240253601fa9bf77b3d5842f.gz

[36a3bb2 | Mon Oct 22 01:40:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Update auth example to use new :load_engines config option

    darcs-hash:20071022034052-569a4-231df1a8089e00acc70d79c38431f8c5ff65b6c7.gz

[befa5d9 | Sun Oct 21 02:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't create meta-cache structure

    darcs-hash:20071021045418-cbc08-049b631d02376238e102e61ce97ef2c645ec4d5c.gz

[74c44bb | Sun Oct 21 02:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Require fileutils for Ramaze::Action::render

    darcs-hash:20071021045025-cbc08-0b9699c15114ce326e4c05870103245b64d93f03.gz

[abbb2b3 | Sat Oct 20 18:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Minor improvment of spec wrapper

    darcs-hash:20071020203620-cbc08-7e41d0bf29f282ed5b5e1e3e7f752d22366b288a.gz

[e39a4ac | Sat Oct 20 16:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * ran fix-end-spaces

    darcs-hash:20071020185914-cbc08-9b82486f4ec4a897c0ccd248c4628a4dadaf156d.gz

[8cae10c | Sun Oct 21 01:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix cache spec and add Action#extended_path again

    darcs-hash:20071021034039-cbc08-8366986d96cda142413042f470534bad27b4f72a.gz

[29e44d0 | Sat Oct 20 22:04:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Fix off-by-one on spec output and cleanup template_root references in various specs

    darcs-hash:20071021000435-569a4-0cb44f0ea59bdb88e7ceba33f93eaad78b601ff0.gz

[da8c004 | Sat Oct 20 21:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Global options for (template|public)_root in spec/helper

    darcs-hash:20071020230923-cbc08-3272607744f2569fb56984b67f167084fa19e7be.gz

[2e165d4 | Sat Oct 20 20:11:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Stop RDoc from complaining

    darcs-hash:20071020221159-569a4-c3cea44b6cec087d26c8fbaede13511a21153032.gz

[98e9ec0 | Sat Oct 20 13:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't activate Dispatcher::Directory by default.

    darcs-hash:20071020151755-cbc08-f9f33e2fdbf70b3d39a455523cb243811bbc7403.gz

[03e65cc | Sat Oct 20 12:38:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Updated benchmark formatting for wiki and latest benchmarks

    darcs-hash:20071020143804-569a4-9aaffa2f72f22aee0555c99e54781362b09ce7ef.gz

[e6ee9fa | Sat Oct 20 12:27:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add Global.load_engines to specify templating engines to load at startup

    darcs-hash:20071020142750-569a4-cedf1089e9395016b068b3ba84a4940c6eebd6a4.gz

[f4e805a | Fri Oct 19 16:27:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Clean up Controller#extension_order and add comment to Action#uncached_render

    darcs-hash:20071019182754-569a4-f0ca1477224fdc891cb632a79a3524ca7aaa264b.gz

[2879aac | Fri Oct 19 14:23:00 UTC 2007] Aman Gupta <aman@ramaze.net>

  * Add None template engine that does no processing

    darcs-hash:20071019162349-569a4-b2e3d54e2ab48b7574a42401d3b4effa95139ddc.gz

[54c0a34 | Thu Oct 18 19:39:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Minor CgiHelper docfix

    darcs-hash:20071018213915-a47f2-843ba0d437b4745a23061afa5660889a30dfe771.gz

[5abe26a | Thu Oct 18 19:35:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * whywiki example cleanups - remove extra output, use Rs() instead of R(self) and use methods defined by CgiHelper instead of CGI.(un)?escape

    darcs-hash:20071018213549-a47f2-1ae6512c7f9b981661f5ae8849203238a8939cbd.gz

[28d01c6 | Thu Oct 18 14:38:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Allow render_template to work recursively + spec

    darcs-hash:20071018163846-a47f2-61a6717e10ca767b7545e6f40fb0f1e444bad658.gz

[e2db7e7 | Thu Oct 18 10:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for whywiki (ty @ riffraff)

    darcs-hash:20071018122930-cbc08-5f286f2cba5020f4f80522e113a93fb57dfa617d.gz

[425c4ab | Thu Oct 18 02:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add Ramaze::APPDIR to complement Ramaze::SEEED, make Global.public_root and Global.template_root relative from the APPDIR so we don't have to care where we run start.rb from

    darcs-hash:20071018044723-cbc08-9280b107582ee308f7359f374f13023d39fd6c7c.gz

[520b5f4 | Thu Oct 18 02:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Change spec to point to an unexisting file in any case

    darcs-hash:20071018044704-cbc08-35d2fee4f8e51a883e5621ffd15b77bc49117000.gz

[cb70dba | Thu Oct 18 02:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Some improvments for whywiki

    darcs-hash:20071018044220-cbc08-466cb278f53f5cae88e51142b11ace14296379c3.gz

[f17a4db | Wed Oct 17 21:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Introduce Controller::engine and change specs to use the new form

    darcs-hash:20071017234039-cbc08-830e4cf124a866ec1c256911b2ccc4c79988ec75.gz

[4f664c5 | Wed Oct 17 11:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * LinkHelper was escaping query-parameters, update implementation and specs.

    darcs-hash:20071017130736-cbc08-0ee3fbd1e09193a5e8160b5c3cb606406be2340d.gz

[9fa39ba | Wed Oct 17 11:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add template example for nagoro

    darcs-hash:20071017130725-cbc08-50d793f9385eebec0a02dbc16294fabe4c029c43.gz

[fc541f4 | Wed Oct 17 10:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some junk from Rakefile, we don't use svn

    darcs-hash:20071017123101-cbc08-86a4f413eb1622a77723837d436425d3a50aec40.gz

[1a4879f | Wed Oct 17 10:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make examples/sourceview work anywhere

    darcs-hash:20071017122821-cbc08-9c8392a9d04a1ab8df34954399521edde28f9f26.gz

[a31a674 | Wed Oct 17 17:24:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * A few cleanups to the whywiki example (thanks gimb)

    darcs-hash:20071017192459-a47f2-077bec6f22ba7f67f6de7ede7a077dd50582da45.gz

[44e16c0 | Mon Oct 15 20:13:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Add caching to sourceview

    darcs-hash:20071015221353-a47f2-b77ff6aa326eeeddee8571a8f9dc108e7bf9a88e.gz

[38acee8 | Tue Oct 16 12:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Keep the session[:STACK] out if we don't need it

    darcs-hash:20071016144938-cbc08-dff5c9a55d33d14295154ec4460e025ec365c09c.gz

[5af8b2a | Tue Oct 16 12:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify redirection

    darcs-hash:20071016140908-cbc08-66f58ba14de6c326863ca3513c248205e0d46168.gz

[3270da5 | Tue Oct 16 12:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Correct $LOAD_PATH in spec/helper.rb

    darcs-hash:20071016140854-cbc08-ee2cd874b3a2e689f7291a76a2ed2add63baca1c.gz

[b9704f3 | Tue Oct 16 11:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Sequel API change

    darcs-hash:20071016133116-cbc08-67f0105c14ea5a921b9563f1aab56a453b10e0ab.gz

[16f88c5 | Tue Oct 16 12:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small improvment for docs of RedirectHelper

    darcs-hash:20071016145327-cbc08-e9c76246c9d71663ce8c255b07f6a2826be21c03.gz

[5b641e2 | Tue Oct 16 12:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small beautification to Dispatcher::File

    darcs-hash:20071016145239-cbc08-d6f46429d6946c359058fbfbc20d8ba01f2b8b59.gz

[97483dc | Tue Oct 16 13:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't mention coderay in README anymore

    darcs-hash:20071016152037-cbc08-2aca61e7e9697bed78005dd5d8e50e892d84f120.gz

[8e718d2 | Tue Oct 16 10:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt Nagoro for latest API changes

    darcs-hash:20071016120024-cbc08-082562cd248145e608f9f58d900d717801741b21.gz

[df306af | Mon Oct 15 02:58:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add (for now optional) support for Nagoro templates.

    darcs-hash:20071015045805-cbc08-08c07cd057832fffcf888d837b7016954a926c26.gz

[f173e0d | Fri Oct 12 10:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ezamar morpher, seems to break on 0.6 - simplify implementation at the same time... couldn't do a real benchmark for the new vs old since the old one doesn't seem to be able to process more complex documents, new one builds on XPATH functionality of hpricot and is a lot more robust but at the same time much easier to understand. Extend specs for it and don't require it by default anymore.

    darcs-hash:20071012124124-cbc08-284b7f040caf4181ab8a51f9584be4a2deab0d49.gz

[b41dc41 | Thu Oct 11 13:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * layout example should not have an Element

    darcs-hash:20071011152604-cbc08-ce0a68a8dad9fc0a1282421bd97769f08c3f3c83.gz

[338750b | Thu Oct 11 02:30:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Minor sourceview cleanups

    darcs-hash:20071011043035-a47f2-8592b2b111356237932ed259b124e14f026ffbff.gz

[f1c333d | Thu Oct 11 01:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Numeric#human_readable_filesize_format #=> Numeric#filesize_format

    darcs-hash:20071011035130-cbc08-6976b20f8704fcd78476c77402300b83f6a591d2.gz

[6c05bcf | Fri Oct 05 03:48:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * gzip filter added

    darcs-hash:20071005054848-55b44-452cab7fe326ac89c88394f927ae49c0c96d9180.gz

[ae4eb99 | Wed Oct 10 23:31:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Add sourceview example- syntax highlighting source browser for ramaze source code

    darcs-hash:20071011013118-a47f2-123028a542802f178dba579df5ab539036dcebf1.gz

[424e1a4 | Wed Oct 10 10:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix <title> in layout example

    darcs-hash:20071010122507-cbc08-eb73f3b6d43053efcf5aeece96e67b44e3791fb6.gz

[164d09d | Tue Oct 09 15:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove mention of Nginx from feature CGI

    darcs-hash:20071009170713-cbc08-63a5fb238fdaa46e6453acad787be86b04dbc9df.gz

[f735da2 | Sat Oct 06 20:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rescue MissingArgument for missing arguments in bin/ramaze

    darcs-hash:20071006222648-cbc08-c16ad470f1fae63b828e5fef5681113811ba6a99.gz

[29dccc1 | Fri Oct 05 13:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add doc/LEGAL that is required by doc/LEGAL, holds a list of licenses and authors of files we use but do not 'own'.

    darcs-hash:20071005152720-cbc08-0c2e822f3856f9f57f06de47a73ce8eecda02e91.gz

[36d8e60 | Fri Oct 05 03:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add Global.boring to avoid logging of some static files

    darcs-hash:20071005052916-cbc08-60e47228ba9b909c442145dc2ed3e05ed88d75e6.gz

[78462ba | Thu Oct 04 23:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Don't overwrite Global on sourcereload

    darcs-hash:20071005015003-cbc08-8751221b3cd7b1b150995e31e67539e27088c330.gz

[c334e24 | Wed Oct 03 02:38:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Move auth example into its own dir and separate out templates so action stubs aren't required. Make AuthHelper#login_required private

    darcs-hash:20071003043840-a47f2-f8c3144ae36a2a757a44d637dd1db2ae2728be22.gz

[de97ad1 | Tue Oct 02 23:05:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Add benchmark suite

    darcs-hash:20071003010530-a47f2-fcd15aee4fdf85e1b2d8e7cd89f7672920504981.gz

[f7240c7 | Tue Oct 02 21:47:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * AuthHelper cleanups and an example using Sequel

    darcs-hash:20071002234747-a47f2-1828f2537d1d6aeb756c29930cc4a912969313a1.gz

[37709d8 | Tue Oct 02 21:43:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Ignore /favicon.ico by default

    darcs-hash:20071002234355-a47f2-9cf4228553f5284a79700f41d304066bb749c8dd.gz

[21e16c5 | Tue Oct 02 21:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add the needed adapter/swiftiplied_mongrel and adapter/evented_mongrel

    darcs-hash:20071002233631-cbc08-34129ea55cf5a8e3f51ccab147228b2a8bc4d9db.gz

[49c7302 | Tue Oct 02 21:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Support :adapter => (:evented_mongrel|:swiftiplied_mongrel), setting by ENV with :adapter => :mongrel and (SWIFT|EVENT)=1 should still work. we require 'mongrel' in any case, could that lead to problems?

    darcs-hash:20071002233135-cbc08-aea1eaf7b49a5744471d6381b58e5315738fcc2e.gz

[2ed95d0 | Tue Oct 02 13:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix hash-order issue for gestalt spec.

    darcs-hash:20071002152504-cbc08-c6dbda1fc089ec39914bd8af9d10c060f847accd.gz

[857ffdf | Sun Sep 30 14:33:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix reference and logging of CGI adapter.

    darcs-hash:20070930163354-cbc08-3acaadae564707995869ae9547155a9da11af6bc.gz

[ff638c8 | Sun Sep 30 03:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix docs for AuthHelper

    darcs-hash:20070930051429-cbc08-7f68d1b074d0e8ddb9c12ea6cac83dddc757ca28.gz

[6317d25 | Sat Sep 29 11:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Gestalt should accept symbols as attributes

    darcs-hash:20070929133737-cbc08-135fa563781d15cb00d076ef4e1aea8343ccc6d0.gz

[f1eea9a | Wed Sep 26 14:02:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * [localize] normalize session locale too

    darcs-hash:20070926160207-2c51e-3bc407f0b70556ed776db15fa25586d6ba1281ab.gz

[9b5d0a6 | Wed Sep 26 08:20:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * Minor cleanup of whitespace

    darcs-hash:20070926102009-2c51e-5ed615857604052e3e8df5d8be2767a3988dd0ed.gz

[e7f2753 | Wed Sep 26 07:55:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * [localize] normalize dictionary to regard symbols and strings the same, add usage doc

    darcs-hash:20070926095546-2c51e-ec3f428faf3ea109edb5a3105a71aa1a8b0817e1.gz

[82feb89 | Tue Sep 25 15:11:00 UTC 2007] Jonathan Buch <john@oxyliquit.de>

  * Expand new Layout lookup so it can be relative paths too (no / at beginning means current controller)

    darcs-hash:20070925171154-2c51e-58406b78c0d94afd9ddc311ceb2e1b5e051d2586.gz

[eb8ad53 | Tue Sep 25 14:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add Stephan Maka to authors.

    darcs-hash:20070925160834-cbc08-762a3361eadb7600106c128abe912e1f4dcb7c09.gz

[767c01a | Tue Sep 25 02:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * spec/helper/wrap now handles rubygems version mismatch better.

    darcs-hash:20070925042337-cbc08-34b21d674bb85ad87ba804d1771b5debccddd648.gz

[1f6504c | Tue Sep 25 02:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Do not automatically wrap layout paths in R(self, path) anymore, this allows for absolute paths so you can use layouts from other controllers easily.

    darcs-hash:20070925041727-cbc08-2199d3e7b932c0f5f99fb292bc992e664c772b30.gz

[9960e44 | Tue Sep 25 12:05:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * trivial comment changes

    darcs-hash:20070925140510-55b44-dd851d5f69b3bce06ce064cf1d5d1ac582dd8e37.gz

[35ea991 | Sun Sep 23 03:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Global.ignore now only ignores files if they don't exist.

    darcs-hash:20070923051241-cbc08-9cf319a0216946e8dddf84907ca97acc4cfe967a.gz

[0ca3cec | Sun Sep 23 03:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix requires for to specs.

    darcs-hash:20070923050957-cbc08-1fce5d31936a5229fc90835bb3fbb6132e81e5b1.gz

[c1910ef | Sat Sep 22 17:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove unused methods from Action

    darcs-hash:20070922191754-cbc08-82ccafdda906f3a99ef91dfabe0477c447bfbdaa.gz

[832caa6 | Fri Sep 21 20:55:00 UTC 2007] stephan <m.fellinger@gmail.com>

  * XSLT template example: add Content-Type

    darcs-hash:20070921225525-84564-6106a40d8a3092ca3fe469faf64a62c085eeb7c7.gz

[a4fd3ab | Fri Sep 21 11:00:00 UTC 2007] stephan <m.fellinger@gmail.com>

  * XSLT template spec: two more examples

    darcs-hash:20070921130029-84564-45f0f811021b963cb343c13ea464bbf0b4328d5f.gz

[e1e33ca | Fri Sep 21 09:56:00 UTC 2007] stephan <m.fellinger@gmail.com>

  * XSLT templates: add extFunctions capability

    darcs-hash:20070921115648-84564-9bd703b7a1e4342a0af50c8e547aae13361e9bb4.gz

[7318203 | Wed Sep 19 23:10:00 UTC 2007] stephan <m.fellinger@gmail.com>

  * Ramaze support for XSLT templates, example

    darcs-hash:20070920011044-84564-fed68f9a85f2d9b950ba7b22461bc7328405a7d5.gz

[97d00ac | Fri Sep 21 12:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Instruct SourceReload to expand filenames before loading to make sure they really do exist where we think they do.

    darcs-hash:20070921140842-cbc08-657f6825a4540837a0c34daac9a73f022e3fcf99.gz

[118c49d | Fri Sep 21 06:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Slight 'beautifcation' for specwrapper

    darcs-hash:20070921081739-cbc08-0a5bc91560aad9866dda26f9b0d58d262fa7a4d2.gz

[8fe533d | Fri Sep 21 06:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload#reload_glob is now SourceReload.trait[:reload_glob] for ultimate control.

    darcs-hash:20070921080937-cbc08-3584b325915224b7ad636ec6217000f91fbed8d2.gz

[e3cc624 | Fri Sep 21 04:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * This improves logging a bit by introducing the :dev tag and so lowering the overall output in default mode.

    darcs-hash:20070921064236-cbc08-72a82b73eb121900775a458d2a42e930b2a23d09.gz

[9d93b23 | Wed Sep 19 13:36:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * alias Ramaze.contrib to Ramaze::Contrib.load

    darcs-hash:20070919153655-a47f2-c2261a94f8bdeca0a500f7388add3e3318be1b12.gz

[c4bb39f | Thu Sep 20 13:33:00 UTC 2007] stephan <m.fellinger@gmail.com>

  * Gestalt: allow text in arguments, properly escape this text and attributes

    darcs-hash:20070920153337-84564-e776cb9c5f4c41f2d603648275eab3ebfa40ae1d.gz

[b1ed0da | Wed Sep 19 04:24:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add $0 to files being sourcereloaded.

    darcs-hash:20070919062417-cbc08-21560d47e841520e3b88ee0990d3cf12db390b29.gz

[40db4d8 | Wed Sep 19 04:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Implement Global.ignore and spec it.

    darcs-hash:20070919062143-cbc08-0a8f92b743e76c77d09a079639063ced36a64ae3.gz

[48faba5 | Tue Sep 18 08:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add Global.cache_alternative so you can specify a different cache-class to use for only certain caches. For example: Ramaze::Global.cache_alternative[:sessions] = Ramaze::MemcachedCache

    darcs-hash:20070918104659-cbc08-7d174e63fabb257ec2dbb4c8f69210414be24116.gz

[129b28d | Tue Sep 18 03:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small improvment to the sequel/fill contrib

    darcs-hash:20070918054112-cbc08-651a9027bd381ae5493d9210e49ad844d9d81d41.gz

[44d016d | Tue Sep 18 03:33:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add contrib/sequel/fill

    darcs-hash:20070918053330-cbc08-a37d85167c19f77a3b3da220e0883cd84b03a654.gz

[60b6857 | Tue Sep 18 02:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * alias redirect_referer to redirect_referrer in RedirectHelper

    darcs-hash:20070918045439-cbc08-483b703119ae98b86d23057abe0a606ed7051182.gz

[e6fa249 | Mon Sep 17 23:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Allow custom /helper directory in apps, will be searched before ramazes helpers.

    darcs-hash:20070918014843-cbc08-31ab1e74cbbcae26a8fd53a6e1b77308a4f410f5.gz

[22324e0 | Mon Sep 17 09:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add the wikore example and fix spec for wiktacular a little.

    darcs-hash:20070917114503-cbc08-026d77dd0a1f13a041e3b341b5c785882ef26833.gz

[31a865a | Mon Sep 17 09:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Improve output of spec wrapper a bit.

    darcs-hash:20070917114458-cbc08-4ced554217bf18124d4dd9967e7426c50f5b0720.gz

[6244e7f | Wed Sep 12 10:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding path for OSX to tool/tidy and improve readability of the spec for it a bit.

    darcs-hash:20070912125255-cbc08-a494508f20bf4280ee22c68c8a77768c2090d536.gz

[c135484 | Wed Sep 12 07:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing dependence on the debug.rb implementation of ruby, since this may vary between different versions/implementations, use gestalt.rb instead, the oldest and most stable file we have.

    darcs-hash:20070912090809-cbc08-786f70d63005b0654324dcf3dc6e250d96eff1ee.gz

[8a119f7 | Tue Sep 11 06:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Small beautification/speedup for the mocked http

    darcs-hash:20070911084731-cbc08-bca2d241cac907c29cdfc79510487dd067fef802.gz

[a953d00 | Tue Sep 11 14:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up the controller/resolve part a bit, implement raise_no_filter which throws a NoFilter error now and fix a minor bug that would result in a faulty response if an element of Cache.resolved was no valid action. Added docs for all methods in Controller.

    darcs-hash:20070911162955-cbc08-1e89e2ada71e6b4ccadde4c353ee8c9e1958379f.gz

[890d04b | Tue Sep 11 12:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Restructuring of how contribs are handled, introducing the Ramaze::Contrib namespace, adding Global.contribs so we can add a unified shutdown in future, fixing routing so it won't try to match an already resolved route again and thereby avoiding recursion.

    darcs-hash:20070911144843-cbc08-97a0b6fa319fd1ff5816a139ce3cedda5161540c.gz

[f4dd584 | Tue Sep 11 03:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding snippet for Array#put_within/put_before/put_after plus specs. docs missing.

    darcs-hash:20070911054158-cbc08-3b428805cb2293989b4ca31f296083adb357e9f2.gz

[ef74745 | Mon Sep 10 04:32:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Updated spec for route

    darcs-hash:20070910063242-a47f2-145247d601529f9c07e8da4eb8162c2f8ec5e6db.gz

[699bf0a | Mon Sep 10 02:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * This introduces the first contrib for routes, slight restructuring of Controller::resolve to allow filtering based on Controller::FILTER like we know it from Dispatcher. Added dictionary.rb from facets to allow sorted but hash-like routes-adding. Spec for routes added as small showcase.

    darcs-hash:20070910044521-cbc08-34be9cec98d83d68190cea7666aabac8c014a82d.gz

[c87054c | Mon Sep 10 02:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add basic Ramaze::contrib as future helping instance for contributed things.

    darcs-hash:20070910044506-cbc08-5a222bc6afca97ac5cb260c8adb695df8f3908af.gz

[1cc0906 | Fri Sep 07 06:32:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make snippets/struct/values_at behaviour compatible with standard ruby (orig. by riffraff)

    darcs-hash:20070907083216-cbc08-15573d60e34d3925d362a9ccd2dbd894f4ad9bc6.gz

[9ed8166 | Fri Sep 07 06:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix for directory-listing, always sort files/dirs shown

    darcs-hash:20070907083158-cbc08-81efc379bbdfedc7e079d217a814bb20d7c5b487.gz

[ceb3689 | Thu Sep 06 11:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/CHANGELOG

    darcs-hash:20070906135154-cbc08-7fee003a5869128959fbc06552f52885eb01f9b6.gz

[4913b70 | Thu Sep 06 11:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.1.4

    darcs-hash:20070906135132-cbc08-2be9f94b55fb352f20e68e4f6be699bc59945fb6.gz

[00027e7 | Thu Sep 06 11:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make Struct#values_at backwards-compatible but remove Symbol#to_int (deprecated by ruby1.9)

    darcs-hash:20070906135122-cbc08-4bc481eb9ad9a22e027b43e3df68a8407a3771e9.gz

[0d8b847 | Thu Sep 06 11:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo in human_readable_filesize_format

    darcs-hash:20070906134948-cbc08-3f560b69dee9e38498b801795bd537e48b6cfdff.gz

[04bd5b5 | Thu Sep 06 11:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update things in /doc

    darcs-hash:20070906134934-cbc08-d7d70473ecfce90160ce6c43ac6e4452a5112783.gz

[3869e58 | Thu Sep 06 11:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/AUTHORS

    darcs-hash:20070906134856-cbc08-2ffaa3db7d005918195ea4fcf8bd53f541bc5f7d.gz

[b16fdcf | Thu Sep 06 03:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing some more spaces.

    darcs-hash:20070906052818-cbc08-69eb56affde06f09994d686311b9fb6c4a2c2d47.gz

[cf67444 | Thu Sep 06 03:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding (c) to Numeric#human_readable_filesize_format

    darcs-hash:20070906052801-cbc08-ebcd3d3089f32fdfe372b6ac55ccda4a6b19f3ac.gz

[798a4d4 | Thu Sep 06 03:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding --instant option to start bin/ramaze with an empty controller.

    darcs-hash:20070906052751-cbc08-c089de3cb84a0bada97d99997c3d6d8d5329989b.gz

[784a9b5 | Thu Sep 06 03:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Numeric#human_readable_filesize_format and using it in the directory-listing.

    darcs-hash:20070906052336-cbc08-1cfd47c7380a6c306d2ac175529eca88f22976f4.gz

[457c80d | Wed Sep 05 14:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove some useless debugging-information

    darcs-hash:20070905161041-cbc08-a30019d14dc325c6a3c8d493b7f42a1e51c89b4c.gz

[aba5f4d | Wed Sep 05 13:57:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove deprecated spec from dispatcher/file

    darcs-hash:20070905155747-cbc08-6ef402fc7437c09413b175b2baa0c8e519654361.gz

[d42a907 | Wed Sep 05 13:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the now useless controller/directory

    darcs-hash:20070905155229-cbc08-4a69b425b85abd616500c74405670e9b55ad398b.gz

[38f8a50 | Wed Sep 05 13:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Minor fix to Action#extended_path

    darcs-hash:20070905155024-cbc08-4d933e0f54243e8bfe4333a0426aef237f9051c7.gz

[261794f | Wed Sep 05 13:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Medium refactoring of bin/ramaze, adding better functionality in Global for it and adding some niceties for Global.public_root/template_root

    darcs-hash:20070905154638-cbc08-889e3e71b93f7e14945a69e854f3f60f56ce7988.gz

[87217ea | Wed Sep 05 08:52:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Informer case statement in initialize

    darcs-hash:20070905105259-16231-d1992d2b870aaa1c06a969f5342090bb74695544.gz

[4474e31 | Wed Sep 05 08:07:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Action#to_hash

    darcs-hash:20070905100709-16231-b62338c93c5239b3ea7c788a109fada71430145a.gz

[48e3597 | Wed Sep 05 07:36:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Struct#values_at

    darcs-hash:20070905093622-16231-bae521f283acb291f48629bbcdecbaafc9da2a3e.gz

[139252d | Wed Sep 05 07:34:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Struct#fill

    darcs-hash:20070905093439-16231-5f729a2f467e3a6ea621d9f86f24f30aeebcb57f.gz

[8d9d7fd | Wed Sep 05 07:32:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * make snippets/struct/values_at behaviour compatible with standard ruby

    darcs-hash:20070905093213-16231-698db091f4390bc4dd05b229614dbd1791c9d605.gz

[3a5882c | Wed Sep 05 02:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * The usual, fixing some end-spaces.

    darcs-hash:20070905041424-cbc08-b144d474b97e4a65060ed6ea55a2a4ce3f3c6153.gz

[ed9725e | Tue Sep 04 10:10:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * doc fix for caller_lines

    darcs-hash:20070904121056-16231-b73b0d266c33c0ab5e09fa736fab454db85d761b.gz

[4d76460 | Tue Sep 04 10:07:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Ramaze#caller_lines

    darcs-hash:20070904120759-16231-6ca5b1bdc1f0ff352d79d4679ba575241b1590fb.gz

[48c873a | Tue Sep 04 09:54:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for Ramaze#caller_info

    darcs-hash:20070904115414-16231-fe11cfd5240d308d86a686f81840d57e17e318d9.gz

[c044ff5 | Wed Sep 05 13:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing directory listing and adding spec

    darcs-hash:20070905154147-cbc08-20a22b0ca00e49968d5cef126e5bb9c886494b42.gz

[ad74951 | Mon Sep 03 08:56:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * remove useless snippets/openstruct

    darcs-hash:20070903105607-16231-e4cb423a69038db989c785b6f42c6cc413c20a83.gz

[f6b9986 | Mon Sep 03 08:41:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for String#snake_case

    darcs-hash:20070903104157-16231-202012303caedb1c8b32a0c2f70d7be54fa9bb8c.gz

[448adc2 | Mon Sep 03 08:35:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for String#DIVIDE

    darcs-hash:20070903103556-16231-2dc6c14c95616a1af833de81829534a3b753818c.gz

[eafd1e7 | Mon Sep 03 08:31:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * spec for String#color

    darcs-hash:20070903103155-16231-2594498e70d00a18545098aba9c597e56b003721.gz

[8e2f6a1 | Mon Sep 03 08:24:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * tests for snippet/string/camel_case

    darcs-hash:20070903102405-16231-9c1986174b7d4fa9a2b7c5a8b25bb091815011aa.gz

[a94056a | Mon Sep 03 06:59:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * small spec for __DIR__ snippet

    darcs-hash:20070903085938-16231-638c3943e20a078a03f5c83b00e8138214afbb11.gz

[5b60a44 | Mon Sep 03 06:55:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * snippets specs for aquire,constant

    darcs-hash:20070903085532-16231-ffa11e72d0702e90c6dd510b552ef1ca23f65713.gz

[0da8b6e | Mon Sep 03 07:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing rake_tasks/spec for example specs

    darcs-hash:20070903091349-cbc08-d462b1c80464478c2ec94cb9c7766d46cbc41bec.gz

[5020c23 | Mon Sep 03 05:37:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * more minimal READMES

    darcs-hash:20070903073746-16231-44cadf59448b80e8ac1ee048599523ebe9eeccbd.gz

[055d0af | Mon Sep 03 05:19:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * README for examples/blog

    darcs-hash:20070903071939-16231-0d64dfbbac11c38ecc66c42045269ef4bb46edcc.gz

[6d7fb60 | Sun Sep 02 18:41:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * Og's logger will write to STDERR which means that even if all tests pass

    SpecWrapper will show it in red and show the error report.
    It seems that using Ramaze::Inform as the default logger for it works,
    but maybe it should be done in start.rb, or we should use Logger.set(STDOUT)
    
    darcs-hash:20070902204140-16231-99df4cd25e18ecc5f8b0a741d81767e9d36a0847.gz

[dea1180 | Sun Sep 02 15:41:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * removed require ramaze from wiktacular specs )

    darcs-hash:20070902174120-16231-3da0b0f57dca68f42edb4a7c3c173c6f5a761dbf.gz

[ade8d4a | Sun Sep 02 15:35:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * these are just simple specs for example/blog, again more useful to

    show users how to write tests than  to test the ramaze infrastructure.
    
    Strangely, all test pass but it is shown with a red bar from ramaze's rake.
    
    darcs-hash:20070902173551-16231-63352c3a114451a2af11e84754ca0eaa40962470.gz

[df7f84e | Sun Sep 02 14:56:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * specs for wiktacular/{revert/unrevert} + refactoring

    darcs-hash:20070902165603-16231-1aabd8ceee9ccfb1649cc6bb6d019c4965090f68.gz

[ef1ec5e | Mon Sep 03 05:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Rewrite of Kernel#aquire

    darcs-hash:20070903075243-cbc08-cd15855555b8063d33049b4bc12e41110e6324fc.gz

[ef76283 | Sun Sep 02 06:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Changing implementation of __DIR__ a bit.

    darcs-hash:20070902085110-cbc08-7a8c930a80b946e99933544676f4444dc3480c23.gz

[0209eed | Fri Aug 31 10:49:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * more tests for wiktacular to show post() usage

    darcs-hash:20070831124904-16231-330b7146f8fac0f8d57e1673c89bee8891a1d292.gz

[d2c2fea | Thu Aug 30 21:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing typo in StackHelper docs.

    darcs-hash:20070830233748-cbc08-9437b1877fa2b68512f3ca1a278102a333a4b046.gz

[cd2ad91 | Thu Aug 30 07:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding the filecache meta structure and renaming Global.action_file_cached to Global.file_cache, adding Global.file_cache_meta_dir

    darcs-hash:20070830090925-cbc08-90b47bfc4baef5a651fde8e9044ebed6b899e235.gz

[0c5bad4 | Tue Aug 28 12:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make the wiktacular spec work standalone and fix its dependence on hash-order

    darcs-hash:20070828141540-cbc08-7bb843f127c0b5ec97732c749bbc990619b41149.gz

[414a6b4 | Tue Aug 28 12:00:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * added __DIR__ snippet and change wiktacular to use it

    darcs-hash:20070828140007-16231-c7951974fe7fa4ca572fcb0cb7d420c9dce7e9ab.gz

[8dfdfcc | Tue Aug 28 11:25:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * last __DIR__ usage in spec

    darcs-hash:20070828132548-16231-081a0d032b19af4342a028f6d653f7c62babfb75.gz

[7129f58 | Tue Aug 28 11:24:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * __DIR__ usage in examples

    darcs-hash:20070828132404-16231-ee7b518470de97df253bc02414b81803dbaba7e8.gz

[c7efea5 | Tue Aug 28 11:17:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * more __DIR__ usage in specs

    darcs-hash:20070828131703-16231-7a8ba30368453782b1000294fe4d6b0749c76691.gz

[669fe08 | Tue Aug 28 11:11:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * changed todolist's spec to use __DIR__

    darcs-hash:20070828131152-16231-8522d3cbc32ae5e97d4b48c443c462a869c03f41.gz

[e99183c | Tue Aug 28 11:09:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * use __DIR__ in specs

    darcs-hash:20070828130956-16231-e94e47e30d2423a56da0800cc5170c2814274a2e.gz

[2c21f23 | Tue Aug 28 09:30:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * refactor controller/model to hide path handling

    darcs-hash:20070828113004-16231-ea298a725705f9feb9b2f8bf328d1624adab62b7.gz

[a5213d3 | Tue Aug 28 09:22:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * make wiktacular test work

    the dummy specs for wiktacular are now runnable standalone or from rake.
    It was a path problem. Needs consolidation in the model.
    
    darcs-hash:20070828112202-16231-34bb273c48c4ff4e1b37806182ce5b48bf7d50c8.gz

[a0f6113 | Tue Aug 28 10:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove restriction on Haml, version 1.7.0 fixed the activesupport issue.

    darcs-hash:20070828120800-cbc08-b186a15c1b67ed35659a7159e30cac87eb056a5a.gz

[10603f3 | Tue Aug 28 08:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make executing spec-files directly work again.

    darcs-hash:20070828100746-cbc08-a55c8edf26f236653bc969322a5a4447e7894b01.gz

[6d0ba42 | Tue Aug 28 08:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update memcached, remove our flush_all hack, since this is supported by the latest version, add alias from #clear to #flush_all

    darcs-hash:20070828100632-cbc08-06f51cfca4cbd77e9a23c3d46929ccba83a89ac6.gz

[d31ddd9 | Sun Aug 26 13:37:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * fixed todolist.rb so that spec run fine both from ramaze's rakefile and standalone

    darcs-hash:20070826153748-16231-480e1a640b56722cc6e908c4f7465cf4dd0fd7b9.gz

[2d8e7bc | Sun Aug 26 13:26:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * re-added a commodity spec/helper to avoid changing all spec files

    darcs-hash:20070826152612-16231-3b046d896b2ae8656f9ff71b47eb91c9dc398818.gz

[3640aeb | Sun Aug 26 13:23:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * example/todolist's db will be deleted at each test run, so we remay

    darcs-hash:20070826152316-16231-d8337448e82d2f52610701670276de8747ae0cc7.gz

[da507a2 | Sun Aug 26 13:09:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * move todolist's test in example/todolist/spec

    darcs-hash:20070826150950-16231-a39be5951bde933c53b98479d0250a206c1beac2.gz

[601498c | Sun Aug 26 13:06:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * mv spec/helper -> ramaze/spec/helper and accomodated requires.

    This means that end-users can use it for their own proijects by requiring
    ramaze/spec/helper, and we can add tests to the examples instead of leaving them
    in ramaze's spec directory.
    
    darcs-hash:20070826150623-16231-f6ae8bcb82cc3f7a475dcbbe80bf4ac9d3516438.gz

[248d30f | Sun Aug 26 13:04:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * add cancel links to wiktacular templates

    darcs-hash:20070826150419-16231-50c56d7d970146f5b3b5bad1e2b60cfa0799a22d.gz

[400bb13 | Sun Aug 26 11:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add missing html_layout.xhtml for wiktacular example.

    darcs-hash:20070826134825-cbc08-83677c59aa32e94caf4bac12eb1f974d27f15252.gz

[ada763d | Tue Aug 21 03:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing and improving filebased caching. '/' should be transformed to '/index' in Dispatcher::File.

    darcs-hash:20070821051523-cbc08-a3e75a3e21796234081aff7668b245a311233221.gz

[6364657 | Sat Aug 18 09:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * adding some path related methods to Action

    darcs-hash:20070818115411-cbc08-8ac7152893495621617546ffe3b80e553b140195.gz

[6d38153 | Sat Aug 18 09:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Adding filebased cache of actions... very alpha so please try it and suggest improvments (code donations more than welcome)

    darcs-hash:20070818111329-cbc08-546ac53e919052a7bcf23e8c3acae840374c40c6.gz

[f47a6c0 | Sun Aug 12 07:02:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add Action#fullpath

    darcs-hash:20070812090249-cbc08-e5b63eef7bec79549c2369b3aadb33e44f653619.gz

[29c06fe | Sun Aug 12 03:22:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Create new Action for requests, modifying the cached one is dangerous.

    darcs-hash:20070812052214-cbc08-b61bfa4b4c21d165ea43347762ac96072bc9ecda.gz

[7e810d3 | Sat Aug 11 09:24:00 UTC 2007] Fabian Buch <fabian.buch@fabian-buch.de>

  * changed Adapter to circumvent JRubys TCPServer bug (http://jira.codehaus.org/browse/JRUBY-1266)

    Ramaze now works in JRuby with Webrick, tested on a PPC-Mac with JRuby 1.0
    
    darcs-hash:20070811112427-464fd-5c11ee75a3aea71d6cae4da73518f9728fe9863a.gz

[3cc0c04 | Wed Aug 08 09:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add detailed error-message if haml 1.7.0 is installed but no activesupport.

    darcs-hash:20070808111239-cbc08-25629fd2894c46ee3f57242c286cad99d3962c99.gz

[3bae521 | Wed Aug 08 08:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Improve text for redirection.

    darcs-hash:20070808105020-cbc08-1e912abdce166648511fe8c66a0939961d3a593d.gz

[0b96363 | Wed Aug 08 08:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make examples/caching not based on computation, that is very error-prone and slow, use rand instead.

    darcs-hash:20070808104911-cbc08-1bc0f0b3c6e306317938ee2af42f006ab5e7b67a.gz

[283ec5a | Wed Aug 08 08:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * More robust spec for informer

    darcs-hash:20070808104757-cbc08-dab0ad27411096f9bbb399e5e14330f39b080928.gz

[ca5a113 | Fri Aug 03 03:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing multiple actions per layout.

    darcs-hash:20070803055615-cbc08-1600638aa91ea8f76a10d9e46ed21eac1491e980.gz

[bfb1d72 | Thu Aug 02 13:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove references to FeedHelper/FormHelper from the features readme chunk.

    darcs-hash:20070802151301-cbc08-e0463c2e9892fed469f3efe297bf2899fda28374.gz

[b511429 | Thu Aug 02 13:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update doc/meta/configuration.txt to reflect cookies => sessions.

    darcs-hash:20070802150840-cbc08-3a23202eb59f52f9e9b8fdbfd9332664f912c77e.gz

[64f3686 | Thu Aug 02 13:03:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Global.cookies is now Global.sessions and actually works ;)

    darcs-hash:20070802150313-cbc08-281f844bee8a53edee8dabc4f127ef36fa9065fa.gz

[567b581 | Thu Aug 02 02:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add examples/layout.rb

    darcs-hash:20070802044218-cbc08-ce58e33ad37a8848b550c1edd043804c0b2d2a7f.gz

[b1a9850 | Tue Jul 31 10:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Making layouts more flexible but not yet stackable.

    darcs-hash:20070731121629-cbc08-5115e136a66997cb4b3a86855d5ff37504329a3e.gz

[12735e3 | Mon Jul 30 09:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix aspect spec and aspects for template-only actions.

    darcs-hash:20070730114841-cbc08-71664810ac8719cae452bbd974b33c75b23c766d.gz

[d1793e1 | Mon Jul 30 07:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Harmonize Fcgi documentation and code

    darcs-hash:20070730091116-cbc08-62f375d8ac26b5bd9ad74f8736f993a3cead4da7.gz

[2423276 | Sun Jul 29 22:06:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Updated spec for aspect helper

    darcs-hash:20070730000620-a47f2-8ee2e1c14daccf5f317f3757e98519f0c73d0529.gz

[3278a6c | Mon Jul 30 00:02:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update description of gem

    darcs-hash:20070730020225-cbc08-b5c6f6e8d385c2e4195706dee87b785bbf257d73.gz

[cecd2de | Sat Aug 11 04:04:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the faulty path from the post_install message on installing a gem.

    darcs-hash:20070811060413-cbc08-b0f661d63b12515e28ad4e2c908072c2dd61d758.gz

[f30811c | Sun Jul 29 11:11:00 UTC 2007] comp.lang.zenix+ramaze <m.fellinger@gmail.com>

  * Added directory listing & another option

    darcs-hash:20070729131107-206fc-fe11fc42dc52fc21b84cfd95aa29988be5a7d5f0.gz

[474ccd9 | Sat Jul 28 15:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move Dispatcher::build_response to Response#build

    darcs-hash:20070728171834-cbc08-9c206125d8ef00717e977e0f79812f7772f57947.gz

[a14a074 | Sat Jul 28 10:56:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * partial helper module docs, pager add docs for private methods too

    darcs-hash:20070728125641-21a65-2a50569dc204069e7d403f26d17de3a493615847.gz

[c8768ef | Sat Jul 28 08:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Docs for Dispatcher::Action and RenderPartial, improving docs a bit concerning aspects *_all

    darcs-hash:20070728105945-cbc08-eb2481294e2813beaf9708a1a13ff985d1179267.gz

[d97bc87 | Sat Jul 28 08:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Full docs for Cache

    darcs-hash:20070728104645-cbc08-a4130e5d3d4392b6900732f98b17e3eccddf9469.gz

[93f3361 | Sat Jul 28 08:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Full docs for CacheHelper

    darcs-hash:20070728104449-cbc08-99e43a9c569a8a902ad155c3d4fec44b0fcb92f6.gz

[9661fc7 | Sat Jul 28 08:43:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * A bit of meta-docs for IdentityHelper.

    darcs-hash:20070728104316-cbc08-230cfc5497c48176e28053a2e32af553db8d6c72.gz

[029e2f2 | Sat Jul 28 08:30:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * finalize docs for controller/resolve

    darcs-hash:20070728103005-cbc08-df7fce42c912e153ee343be831db58e256f8a4ca.gz

[d4aa719 | Sat Jul 28 08:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document Localize class

    darcs-hash:20070728102635-cbc08-485d28d04dd4d34c5a7e8e9bf507698587ae4d4d.gz

[f3b59b8 | Sat Jul 28 08:24:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove FormHelper and specs

    darcs-hash:20070728102438-cbc08-388ef316a30e7a136bea19dd0000864ceffa8454.gz

[b53c0f0 | Sat Jul 28 08:22:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove ReFeed/FeedHelper and Store::YAML and their specs

    darcs-hash:20070728102252-cbc08-9fdde38700554b2b74446782302b8e269d3c0e8c.gz

[6bd57d5 | Sat Jul 28 09:22:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Pager:  documentation, major spec update

    darcs-hash:20070728112241-21a65-ce8e1967f306ad92b82dc9e482835ea5232287cc.gz

[0a012c7 | Fri Jul 27 19:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typos in AuthHelper

    darcs-hash:20070727212735-cbc08-c7647b7dc5a669dd53c4a0867ae3514959b375d7.gz

[1212130 | Fri Jul 27 19:06:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * Haml/Sass spec cleanup

    darcs-hash:20070727210626-a47f2-bb0c7ea347725d46f3eb45c103a635f4a377b3cf.gz

[376632e | Fri Jul 27 02:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Documentation for mongrel/fcgi/cgi and sourcereload, reduces some overhead in the Cgi and Fcgi adapters.

    darcs-hash:20070727044223-cbc08-08191d6a485e2b2adabc4f452b08ae38e461a865.gz

[4bd6e17 | Fri Jul 27 02:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update docs concerning FeedHelper and ReFeed.

    darcs-hash:20070727043526-cbc08-08185d0079e1f37d85967f7ef892d2baecaa7caf.gz

[34cd7f7 | Fri Jul 27 02:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Change wiktacular so it uses layout instead of Page.

    darcs-hash:20070727042836-cbc08-104a34300e5e13290cd7f0c1c997623e7056d888.gz

[e1ea5a4 | Fri Jul 27 02:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Put initial mapping into Controller::inherited so layout can work with it. Controller::startup is too late. Also introduces a change to delete any old mapping on usage of Controller::map.

    darcs-hash:20070727042608-cbc08-8af2675e2f52380eb55bdef76536f240d5cea347.gz

[9fdf906 | Thu Jul 26 21:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add default content-type text/css for Sass and update specs for it

    darcs-hash:20070726235425-cbc08-2febf8565a4b10f3142f7aff529ce74f62e91f30.gz

[de3b247 | Thu Jul 26 21:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add autoload for Sass

    darcs-hash:20070726234835-cbc08-a06b8dc7bd18db9aa05cd0b84fd412fc547756cb.gz

[879a397 | Thu Jul 26 21:34:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo in proto/template/index.xhtml

    darcs-hash:20070726233404-cbc08-57ffd18f51c1615848921f71f1b8472e25ba51e9.gz

[135ceaa | Thu Jul 26 17:48:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * initial support for Sass CSS templates

    darcs-hash:20070726194823-a47f2-c9202b1804ea79fb88c54b85e4cc205c4499ed7e.gz

[974a41e | Thu Jul 26 09:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Implementing layouts, view this patch to find out more as it also adds docs and specs

    darcs-hash:20070726114557-cbc08-4c9849c268c888b30dd26674bf526542af9b16dd.gz

[702458f | Thu Jul 26 06:35:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Documentation for tool/localize

    darcs-hash:20070726083547-21a65-5e8ba6f8c413e9a870b67aa727ef246f885334ff.gz

[c48fca2 | Thu Jul 26 08:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add another spec for Action()

    darcs-hash:20070726100958-cbc08-55e0879676ae549859d2701d667b8d5975501d48.gz

[c964216 | Wed Jul 25 14:37:00 UTC 2007] comp.lang.zenix+ramaze <m.fellinger@gmail.com>

  * Added capitalization to Ramaze::Tool::Create output

    darcs-hash:20070725163717-206fc-09386e489404b5499da43893a3ab045ce6e85ba3.gz

[5705e16 | Wed Jul 25 07:29:00 UTC 2007] comp.lang.zenix+ramaze <m.fellinger@gmail.com>

  * Updated user map information, added riffraff

    darcs-hash:20070725092941-206fc-aa36e326c6d4f4e89f4e91c77fab69ba01da9f43.gz

[86c77cc | Wed Jul 25 04:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * minor beautification and docs for controller/resolve

    darcs-hash:20070725065141-cbc08-91e17b2d5bc2ab51f91c72a01ba63cd3baefced6.gz

[850285a | Wed Jul 25 04:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix a end-space

    darcs-hash:20070725064251-cbc08-a6f473c21b84f972dbf300d0d89abec3c61b75c4.gz

[2e2b51e | Wed Jul 25 04:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Further improvment on error-handling on exception during render

    darcs-hash:20070725064107-cbc08-3b40e273cc3f4c9cb8d33b7d0ae4c0eb9d6fd161.gz

[210ddb6 | Wed Jul 25 05:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add tries to require rubygems

    darcs-hash:20070725071551-cbc08-b2ad42d7cc89d811c17a832933f092aaa91a2e13.gz

[937c7b5 | Wed Jul 25 02:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix typo in bin/ramaze

    darcs-hash:20070725045521-cbc08-5b74800fd96a14ca447d7c3148d9f5843b4d9484.gz

[740d422 | Tue Jul 24 09:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Documentation for Dispatcher, GlobalStruct, Dispatcher::Error, Tool::MIME, Response, Store::Default (adds some beautification in Dispatcher)

    darcs-hash:20070724114731-cbc08-38ec529359d312921b115c60eba60e780ac57cb4.gz

[3665617 | Tue Jul 24 03:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document AspectHelper and Syslog

    darcs-hash:20070724051536-cbc08-36cb997dc2afbf9679b3eb7a9499df833b153620.gz

[7f3639c | Tue Jul 24 03:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document some raketasks

    darcs-hash:20070724050058-cbc08-6af25e586ace3c3898fe631430c755b6da183e9c.gz

[ed047b1 | Tue Jul 24 03:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move error-message in sourcereload into the failed hook

    darcs-hash:20070724050030-cbc08-6e85a20436e64ff80dce1d61cf3a6c262b1ca83d.gz

[32878d6 | Tue Jul 24 03:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * full docs for sourcereload

    darcs-hash:20070724050017-cbc08-3fa824e99ca35df6f328065df5d66f7c2024bbb5.gz

[e645d87 | Tue Jul 24 02:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * docs for informer

    darcs-hash:20070724045957-cbc08-db82dbb73b9eba744db377d4b1ff09c5f32546d2.gz

[e05d1a8 | Tue Jul 24 02:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * main.rb is now start.rb

    darcs-hash:20070724045915-cbc08-b8ef1686af0140002d7c04bcbaaf420ff85a3668.gz

[64bc532 | Mon Jul 23 21:16:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * tmm1's location on the ramaze users map

    darcs-hash:20070723231625-a47f2-fa8b18ad56190767c37df1b62813004f1da3a8e6.gz

[7738df8 | Mon Jul 23 14:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add placemark for zenix

    darcs-hash:20070723164824-cbc08-b3c30d1b9d217b55266724d2942b0cc32eb2d528.gz

[ac194f1 | Mon Jul 23 14:30:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Added Pistos avatar.

    darcs-hash:20070723163054-55b44-5844e3f13acda0a481519925e3c85e2680d6ce34.gz

[2000bb9 | Mon Jul 23 14:03:00 UTC 2007] jesuswasramazing.10.pistos <m.fellinger@gmail.com>

  * Update of Pistos' description on Google Map.

    darcs-hash:20070723160354-55b44-ccea6492ac540c1070758f2bc2b14e70ddbf5521.gz

[4e65645 | Mon Jul 23 14:03:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update users.kml

    darcs-hash:20070723160312-cbc08-993d0abdbdc0d6b0551d905ea20518cfdb3d1aae.gz

[7be614a | Mon Jul 23 13:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add doc/meta/users.kml

    darcs-hash:20070723154603-cbc08-8ce641be45266ade03a10bfde2135ad4c5134dc8.gz

[6c478ca | Sat Jul 21 16:24:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix abort for bin/ramaze

    darcs-hash:20070721182406-cbc08-499bdbcf9c9008a09bd2e6205fd99475296fedac.gz

[ba4cb9d | Sat Jul 21 11:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add desc to release task

    darcs-hash:20070721132017-cbc08-0b12766ca005570b752cc4e14ff13f43d2e6074b.gz

[ab6303a | Sat Jul 21 11:09:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG and AUTHORS

    darcs-hash:20070721130912-cbc08-c317c8780eebeafb28e4db869413492cc369634e.gz

[74e95fd | Sat Jul 21 11:04:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.1.3

    darcs-hash:20070721130408-cbc08-dc48de44bb735192e89401595fa9bfddce9515ec.gz

[16e64a5 | Sat Jul 21 11:03:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some minor changes

    darcs-hash:20070721130312-cbc08-3f59b32abb256bb0e9fee737a11f1d45d6c53a9d.gz

[9184680 | Sat Jul 21 11:02:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

    darcs-hash:20070721130259-cbc08-6a61d4976cdf841c536237c7b3018964cab97835.gz

[03ef73f | Sat Jul 21 08:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Document a bunch of methods/classes/modules

    darcs-hash:20070721102805-cbc08-e84197989d1dca4b7413c5cddbf31281fc03a3c4.gz

[23d5dcb | Sat Jul 21 08:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rawiki is now wiktacular, fixed some bugs, added some features, HTML escapes fine now.

    darcs-hash:20070721100043-cbc08-ceb462ef9cc014d5fe98d394983ead3dc2966b2e.gz

[46c1a42 | Fri Jul 20 03:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * documentation for dispatcher/error and the templating engines.

    darcs-hash:20070720055409-cbc08-04296169389a946fe4a32b28c0b6f78d0b05e046.gz

[4dc5452 | Fri Jul 20 03:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Some more class/module docs.

    darcs-hash:20070720054608-cbc08-ce4449369bd0b728f7c937be9c37a16d14c7d4cb.gz

[4dac633 | Fri Jul 20 03:33:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Documenting the inform/* informers.

    darcs-hash:20070720053344-cbc08-575d24b591965df03e02c5acc0ccf46a5e92583f.gz

[0ccc303 | Fri Jul 20 10:53:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add a spec for recent cache patch (namespaces for caches)

    darcs-hash:20070720125345-21a65-7247e7bd1aa36468e2f50428aeeaf37e1177305f.gz

[d931a17 | Fri Jul 20 10:53:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * don't translate empty strings (localize)

    darcs-hash:20070720125332-21a65-9019d06e705c02015e67731458113f7e8c816f36.gz

[613b487 | Fri Jul 20 10:52:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Allow <Page js='foo'> as well as <Page js="foo">

    darcs-hash:20070720125252-21a65-5efebec01324d9432c16d5d440d7e5b7ffaff006.gz

[63c552e | Fri Jul 20 10:51:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * small visual enhancement in resolve.rb

    darcs-hash:20070720125152-21a65-d95475d0ffc5640343ed8d61c0325ec6a7a68d43.gz

[21cb5c3 | Fri Jul 20 10:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add rawiki example

    darcs-hash:20070720125021-cbc08-6d041c2c65636e512771f3e5ec1e155220443f23.gz

[7c06a27 | Fri Jul 20 05:36:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Revise cache, add cache-name to key, remove method missing

    .[] .[]= .delete .clear .values_at
    These are now the only operations supported by Cache, if you need more, use
    the Cache#cache to get the underlying object.
    
    darcs-hash:20070720073609-21a65-d0b22afb56b5d42dbb0a57b625492566884e4dce.gz

[ddc2524 | Thu Jul 19 16:06:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Fix blog example, link is removed in favour of A

    darcs-hash:20070719180618-21a65-8d7524afe60f852106af6253de42117fee3418a0.gz

[eb07ac3 | Thu Jul 19 11:58:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Refining error-handling, now controllers are asked for a (also configurable) error-page if they have no action.

    darcs-hash:20070719135829-cbc08-40ae6b6c8325aee4dc4b8c64b86f156e6c9403cd.gz

[70b64eb | Wed Jul 18 14:34:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove __ urls, saves us one iteration for each uri over 3 segments long :P

    darcs-hash:20070718163415-cbc08-f453b8c317b13b7b59f697c5f52e6f378a171339.gz

[0e4e42a | Fri Jul 13 17:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * jQuery 1.1.3.1

    darcs-hash:20070713192109-cbc08-7b74768265cc60ed51048134f7a015cbfb8bd985.gz

[c5f75cf | Fri Jul 13 14:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Warn if no mappings are done.

    darcs-hash:20070713164645-cbc08-71456fdf59b8bb6eb55e6b4e0757bc1a9ce28bc4.gz

[98fbfb6 | Fri Jul 13 14:24:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Alternative error-page if error-template missing and hint about clicking backtraces.

    darcs-hash:20070713162458-cbc08-9f60681d783c44beac9eb4ec82c89e7f954f216d.gz

[8e3dee3 | Thu Jul 12 21:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Two minor fixes for proto

    darcs-hash:20070712234503-cbc08-da5aaaa362159259733ec2b7cc03cc05eb2fbea9.gz

[a02ce51 | Thu Jul 12 09:22:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * bugfix, Inform not Informer

    darcs-hash:20070712112214-21a65-d7827e8d158a4e166b0ef20e066ab4bbf2f76abd.gz

[3e77123 | Mon Jul 09 11:57:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add a Controller.at(mapping) method to nicely get to a mapped controller when you only have a path.

    darcs-hash:20070709135717-21a65-aadee8b843cdd3a0e7b1ef772897c033794b44d4.gz

[f217c33 | Wed Jul 11 21:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the japanese COPYING, it's outdated and won't be read by anyone

    darcs-hash:20070711235123-cbc08-0ef890aeccd511003fbe3011625af678697f7ddc.gz

[faf80f0 | Mon Jul 09 11:19:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Partial suddenly needs Request.current instead of request O.o

    darcs-hash:20070709131931-21a65-420740794d2e063dbb2384a50ef7cc3d81de0841.gz

[43133ac | Mon Jul 09 11:14:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Scope for Elements is now the current controller

    This makes overriding of Elements easy.
    For example you have a top ::Page element and one in FooController::Page,
    the FooController::Page will be used when rendering actions from FooController
    and all other controllers will fall back to the default ::Page element.
    
    darcs-hash:20070709131456-21a65-1d39b39891b47a908c603f18e7786cb29242e608.gz

[5553ee0 | Mon Jul 09 11:13:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Protect Aspects when called on a controller which doesn't have the aspect helper included

    darcs-hash:20070709131310-21a65-2b679f454c0018c1cb19b7e3e9aa8dcc58786cb7.gz

[e6e40cc | Mon Jul 09 10:57:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * docfix, Base/IndexController don't get mapped to / anymore

    darcs-hash:20070709125730-21a65-796463807c06f765b210b0b794a0b021c38746bf.gz

[a17568d | Wed Jul 04 06:57:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Sanitize Cache.resolved before blindly using what it gives us, better error-tolerance (for memcache as far as we know), oh, and removed some spaces at EOL

    darcs-hash:20070704085757-cbc08-002cc9820fa286be4bfd84fa576fe2036c9fc603.gz

[3f21196 | Sat Jun 30 15:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Global.public_proto, make sure you copy over the error.xhtml if you need it..

    darcs-hash:20070630174944-cbc08-40518f1c9f7a3712130006032643df18a5f9da2d.gz

[720753e | Fri Jun 29 06:56:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add tool.rb to make autoload possible

    darcs-hash:20070629085651-21a65-26b2353e068aced0eec5ab73a629b1a869d94f51.gz

[d8bc64d | Thu Jun 28 11:01:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Follow the .current scheme with errors too, Ramaze::Dispatcher::Error.current

    darcs-hash:20070628130139-21a65-768465123deea0f562d43047f000c643d9c6316d.gz

[ed610c5 | Tue Jun 26 16:31:00 UTC 2007] Lars Olsson <lasso@lassoweb.se>

  * informer_log_levels

    This patch adds a "filter" to the Informer class which allows for better
    separation of logs. For instance, you could log debug information at
    standard output while having another Informer logging all errors to a
    file.
    
    darcs-hash:20070626183108-5f4f4-32ae2ff3691cbb6c0e2e460ad25895fd3a11115c.gz

[986c8d1 | Wed Jun 27 12:36:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * migrate previous render_partial fix to post 0.1.2

    darcs-hash:20070627143628-21a65-8a2dc16aa1200a4d2308ff70dddeed52d040e2d4.gz

[b1a3247 | Tue Jun 26 11:49:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * use hash of SEEED for memcached namespace

    darcs-hash:20070626134909-21a65-c117eb2bc6190ec345a224782d7e28e0689077a8.gz

[f8fa7b7 | Tue Jun 26 11:14:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * [Pager] Overlooked one link

    darcs-hash:20070626131418-21a65-9c088290869e0fdce3a90b9c6d01bee6db7586a7.gz

[17a97b6 | Wed Jun 27 05:58:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * implementation and spec for LinkHelper#breadcrumbs

    darcs-hash:20070627075817-cbc08-9f7d09f5bc1f094b1b2a5bcec890def8cc242359.gz

[2ba1ead | Sat Jun 23 19:49:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Remove eval in Pager, add new testcase

    darcs-hash:20070623214931-21a65-45a395f17ba5c44bfff421e74e088886dc464de3.gz

[7ffbed6 | Thu Jun 21 12:05:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Fix render_parial transformer

    darcs-hash:20070621140529-21a65-6fd9c9d67773eb03c2336365b54b6456af3140ad.gz

[48fd9ea | Thu Jun 21 11:28:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * fix up render_partial

    darcs-hash:20070621132832-21a65-94af4020f640565577660d2f4b71965d66957fc6.gz

[368bad6 | Thu Jun 21 14:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Some code-beautification and complete docs for all files in this patch.

    darcs-hash:20070621164645-cbc08-5174063bce2aff8541295888a99178530542eabd.gz

[d41238f | Thu Jun 21 14:34:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing parser of `rake undocumented` to recognize '=begin rdoc' as comment as well.

    darcs-hash:20070621163403-cbc08-fe3290d2436038366c6278fdac7021ed7f4f9a1e.gz

[3ad07f4 | Fri Jun 22 04:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * don't make a new Struct for GlobalStruct, causes problems with reloading.

    darcs-hash:20070622064054-cbc08-4aef8ffd365a48693f04d514a5b2594bb1393234.gz

[d47c856 | Thu Jun 21 12:04:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * fix Pager (0.1.2 migration leftover)

    darcs-hash:20070621140453-21a65-373ff81b774f8acb51898ba61f0dae0f3f36efea.gz

[06379c1 | Thu Jun 21 05:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add Ramaze::SEEED which contains the file Ramaze.start was called from. Now used as key for memcached namespace.

    darcs-hash:20070621075542-cbc08-7e42150896b1feb5d30348a3a915c0b3cb26b12a.gz

[2e740cb | Tue Jun 19 14:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update AUTHORS - welcome tmm1! :)

    darcs-hash:20070619162048-cbc08-6444c72f40158ec62b0537a0fa7c1dba9d880542.gz

[3e62eda | Tue Jun 19 13:56:00 UTC 2007] Aman Gupta <ramaze@tmm1.net>

  * minor spec cleanups

    darcs-hash:20070619155641-a47f2-f12881d2537b3facf18c5ec1bacf0b86a3dfca88.gz

[bdbb6fc | Tue Jun 19 03:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Describe the way of request/response in doc/meta/internals.txt (for rikur and all the other curious folks out there)

    darcs-hash:20070619052326-cbc08-1d38da33ba45b687e13c7a1ef212cb189b03bbf8.gz

[4026797 | Tue Jun 19 04:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Documented some undocumented methods. (by Riku R[_\c3_][_\a4_]s[_\c3_][_\a4_]en <riku@helloit.fi>)

    darcs-hash:20070619061323-cbc08-2a25d0dd0d990e762e50f1e21afc26bc2925d2a4.gz

[fe955f6 | Mon Jun 18 03:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Make dispatching continue after Dispatcher::Action fails, just return the last available error if all dispatchers fail.

    darcs-hash:20070618050735-cbc08-50c526fb000783673f97d009cafa5b5951c40ebc.gz

[af4fcca | Mon Jun 18 13:05:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Global.public_root has precedence over Global.public_proto

    darcs-hash:20070618150558-cbc08-908ee4a55f95089214848f5ae055829d4ab18f50.gz

[c30bf08 | Sat Jun 16 19:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

    darcs-hash:20070616215038-cbc08-03ced9cbb8ff1aa159f6866b66f6e464c70e5214.gz

[336f3ad | Sat Jun 16 19:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.1.2

    darcs-hash:20070616215008-cbc08-5f21dfd9ba5cacb0211de663c5dd8b4e52896e66.gz

[ea8ae0a | Sat Jun 16 19:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update announcement

    darcs-hash:20070616214959-cbc08-66a5a1ed964ff9f9b384a0e2e661523b234368c4.gz

[2af5311 | Sat Jun 16 19:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update AUTHORS

    darcs-hash:20070616214935-cbc08-c7cce17121f3261278b3e028b0d352134c7dccfe.gz

[0ef28d2 | Fri Jun 15 04:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Revision of tutorial

    darcs-hash:20070615061317-cbc08-e960bb3fd58477a2591b4f26704de327e47974fc.gz

[095e25e | Thu Jun 14 02:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Replace Action::fill by Action::create to avoid clash with our custom Struct::fill (eventually we should solve that otherwise) - also fix the problem that params were not unescaped properly

    darcs-hash:20070614041550-cbc08-2af7cef5b2a56c9e0ef30b5bf6b8ceabbb639cc4.gz

[cdafd09 | Thu Jun 14 03:16:00 UTC 2007] comp.lang.zenix+ramaze <m.fellinger@gmail.com>

  * Added verbosity control to 'undocumented'. Run `rake undocumented-verbose' for the 'updated' version

    darcs-hash:20070614051616-206fc-0b86e1dddc6cf54440c7ade654e8f06fe6f987d2.gz

[d21b905 | Thu Jun 14 03:13:00 UTC 2007] comp.lang.zenix+ramaze <m.fellinger@gmail.com>

  * Documentation of main.rb & ezamar.rb

    Rough documentation of lib/proto/src/controller/main.rb and lib/ramaze/template/ezamar.rb
    
    darcs-hash:20070614051328-206fc-888ca6b2db06097a7b6dc5742d78c3737f14a038.gz

[c3c6f63 | Thu Jun 14 00:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add additional information about the colors for the `rake undocumented` task

    darcs-hash:20070614025528-cbc08-7a07797058576018bbf000e4809b702f767e80d7.gz

[e4679e7 | Wed Jun 13 07:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add ramaze/inform/knotify over Inform::Knotify

    darcs-hash:20070613090851-cbc08-8e8573adbf3101f67a9ef68db40a08e3bc3a1b27.gz

[2a6f3da | Wed Jun 13 09:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * total rewrite of the undocumented task, better matching using StringScanner and nicer output using colors.

    darcs-hash:20070613115226-cbc08-d95774db2977888d4f3afdd2837ac05b4b9de8ce.gz

[b8cc53c | Wed Jun 13 08:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * docs for the templating-engines, Template, Session and Tidy

    darcs-hash:20070613105351-cbc08-d753d4e27c3ce19576cc24b9e61f1009e3d859fe.gz

[2d48c4d | Wed Jun 13 08:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Add a couple of docs for Action and Dispatcher

    darcs-hash:20070613103539-cbc08-9d6e2f3905f00bd93067c2743b3461e29fe5ab44.gz

[3c24889 | Wed Jun 13 02:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * experimental compiling of templates, don't use it yet unless you are in serious demand of large speed-increase for mostly static templates.

    darcs-hash:20070613044247-cbc08-b12f4dfb674a694f4ed34c076ec53f5eb7a59cbc.gz

[5d9e574 | Wed Jun 13 02:32:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Xosd should be able to display multiple lines at once.

    darcs-hash:20070613043247-cbc08-8824b2f5018df8ff3739bcf7b28914837d1b4ac5.gz

[e5074bb | Tue Jun 12 15:41:00 UTC 2007] Clive Crous <clive@crous.co.za>

  * Optional dynamic font size for XOSD

    darcs-hash:20070612174159-51e59-9cba18703bb95e3939bd8ca269eebdc51bda39a7.gz

[bb9cbd1 | Mon Jun 11 09:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * simplify the template handling again, removing the (for now) unused Global.compile option

    darcs-hash:20070611110808-cbc08-af0903dd1d2b29e8eaa4df7e48255fb27f408937.gz

[c9b5e8a | Mon Jun 11 09:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add a Cache::startup for bulk initialization, clear the Cache.compiled and Cache.resolved on SourceReloadHooks#after_safe_load_succeed

    darcs-hash:20070611110005-cbc08-3a33e5ad0d61d6b086a5fc6c2b1175ac559de919.gz

[023ff9b | Mon Jun 11 08:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Improve performance by caching path lookups (need to add invalidation on SourceReload).

    darcs-hash:20070611103742-cbc08-ecbdbeac3f7f6f89e96999b03f6229f8461cd7d7.gz

[2316a0a | Mon Jun 11 14:27:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * change @template_root of controller when not given

    darcs-hash:20070611162751-21a65-c1d073dfce448f7e420b4c6bf67add3d280af015.gz

[98bdd30 | Sun Jun 10 21:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add the example i use to find memory-leaks, might be useful for someone.

    darcs-hash:20070610233512-cbc08-2f89d1f5777a3cabadc2057ade3ea4413b3fca5d.gz

[badc1ba | Sun Jun 10 21:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix memory-leak, Action should _never_ _ever_ use traits.

    darcs-hash:20070610232713-cbc08-3dbf8e0867522d31219e9dfad54497a2965c94fa.gz

[253c953 | Sun Jun 10 20:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing Controller.current

    darcs-hash:20070610225405-cbc08-cac9a4573b4eaa279d6c486fdc71d811f52f8a7f.gz

[36b3a8c | Sun Jun 10 13:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * round up last patch, adding some files i overlooked and removing deprecated ones.

    darcs-hash:20070610155119-cbc08-b5a4ef9cb894f368b9d2d82d91d5fefc3292be59.gz

[53512f2 | Sun Jun 10 13:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Huge refactoring, making Action the central part for rendering. Please take a look at the changes until I can write some comprehensive summary (or wait with applying).

    darcs-hash:20070610154623-cbc08-eaf41a58c373b687f44a0c9fcbe091af36c79afd.gz

[523eedc | Fri Jun 08 07:19:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Fix OpenID helper IdentityHelper

    darcs-hash:20070608091939-cbc08-c5995e3197246a301ed9186c3beff683283a720b.gz

[0cae5f8 | Fri Jun 08 06:19:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Pager doesn't need Og anymore, small comment about exit! in adapter

    darcs-hash:20070608081943-21a65-b64c8c21265c18fce44321076b2e2baa20b4d688.gz

[7268684 | Thu Jun 07 09:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rather big change to Ezamar, fitting it to be able to compile before evaluation.

    darcs-hash:20070607114704-cbc08-11427b39ece02ff2ae7292ebcc7d732241cbdf84.gz

[1756e26 | Thu Jun 07 09:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add usage of Global.compile for erubis

    darcs-hash:20070607111650-cbc08-b9ccb4f40f96b447b150e4d3f7f5c6b18713970e.gz

[5786f39 | Thu Jun 07 09:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * use tested doc in Controller::render

    darcs-hash:20070607111402-cbc08-5e6fdd226ffa66aa8669d65613ae8c24542e181c.gz

[6322266 | Thu Jun 07 02:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * get rid of a warning about undefined @files/@paths in sourereload

    darcs-hash:20070607044428-cbc08-d7a3a9d75270a16021a7217ecd2c8f36e9474de2.gz

[1c75c9f | Thu Jun 07 02:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Introducing experimental cached compilation (for HAML so far, and not ready for production, just a prototype) turn on Global.compile at your own risk ;)

    darcs-hash:20070607044136-cbc08-7123f57e0314ab893d98076856bfacbdb6bbbce5.gz

[9d97491 | Tue Jun 05 19:03:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * As expected, adding tests shows bugs :)

    darcs-hash:20070605210326-16231-2b4e8017793da0899da68bf78232ea498acbe5b0.gz

[2d7f25c | Tue Jun 05 18:35:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * CGI.rb has extremely bad names.

    escape() does url_encode
    unescape does url_decode
    so renamed them to this.
    Also added html_escape and html_unescape
    and one-letter aliases h and u.
    This behaviour comes for free by including ERb::Util but I don't know
    if we want to load all that (I'd say yes).
    All tests still pass, so the test suite is incomplete.
    
    darcs-hash:20070605203514-16231-3bc4c0415fa26e05d11e04533d56c37b3eab001f.gz

[41d15fd | Tue Jun 05 17:33:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * ramaze with no opts should return -1

    darcs-hash:20070605193343-16231-71159b23a0a234e842f72991c2211ea958dda4db.gz

[9d636c1 | Wed Jun 06 01:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * ENV SWIFT and EVENT now trigger require of swiftiplied or evented mongrel

    darcs-hash:20070606032545-cbc08-d9494572f5aef8c89357f81299c338711132306c.gz

[bedda03 | Tue Jun 05 09:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing all those annoying spaces on empty lines and adapt the add-copyright task not to add one automatically but just notice.

    darcs-hash:20070605110856-cbc08-6e9affb32ea030d794efc8df909feca66636b8e1.gz

[3bb25a1 | Tue Jun 05 08:58:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * mapping explanation in proto

    darcs-hash:20070605105858-16231-fa48555713f0a7239947a879a450c5851d699c7f.gz

[b7f96ff | Tue Jun 05 08:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * first TestDoc task

    darcs-hash:20070605105608-cbc08-b154148cca0f9ef5069cf9240880da7f11609811.gz

[537818c | Tue Jun 05 08:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix typo in LinkHelper doc

    darcs-hash:20070605105322-cbc08-2cc6c6f0f0ece7a13a07482333595e4fd8c4c56c.gz

[b23ea96 | Tue Jun 05 08:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove Base and Index as default mappings to '/'

    darcs-hash:20070605105003-cbc08-1723701ccef9d9c5f1f9aa4e49510364a809b71c.gz

[8154b11 | Tue Jun 05 07:49:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * proto enhancement

    * integrated action-method, template and Page element
    * added a template-less action
    * changed index so that it gives slightly nicer informations
    
    darcs-hash:20070605094901-16231-c96004e4e4311fe64f11ac789e052d5e160bd1da.gz

[b956355 | Tue Jun 05 01:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update the authors task and doc/AUTHORS

    darcs-hash:20070605034048-cbc08-99ab40de8d4554bd1b5ba2899b9c92b09964d879.gz

[32c78df | Tue Jun 05 01:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * little clarification of code in Controller::render

    darcs-hash:20070605033155-cbc08-ed96aa9879b6f84c08e72ea3ab02318d1fca72a9.gz

[cba8744 | Tue Jun 05 01:30:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * extend PartialHelper with render_template

    darcs-hash:20070605033013-cbc08-20e8b63599b338b5d1938b1bdd650a87202d52df.gz

[d51178c | Tue Jun 05 13:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * caching for our custom Request#params

    darcs-hash:20070605150620-cbc08-b5e57253a5e8cb7e41111ff939aec8fd56eab358.gz

[0b26f96 | Mon Jun 04 12:18:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add :collect trait to Localize, disable collecting for more speed

    darcs-hash:20070604141845-21a65-f965b3ad7135e3fa3a18d1d6e5741fb333aa8481.gz

[29827d1 | Sun Jun 03 15:08:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * pager need og/collection to run

    darcs-hash:20070603170842-16231-b62673bcd83d51fcdd574d27a97c744a3b23c8db.gz

[aa91730 | Sun Jun 03 14:51:00 UTC 2007] rff.rff <m.fellinger@gmail.com>

  * use HAsh#fetch when getting trait or default in render.rb

    darcs-hash:20070603165119-16231-f8eb950cd23b49fc7476054437e6b3defdcd40ed.gz

[9c7e919 | Sun Jun 03 08:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Controller::cached? #=> Controller::should_cache?

    darcs-hash:20070603101809-cbc08-ff0e7d28fd7fa605968b6226d1564c6c8a4ab08d.gz

[78e12b5 | Sun Jun 03 05:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the mostly static trait :transform_pipeline in Ezamar with a constant, watch out since that may affect your code if you added custom transformers.

    darcs-hash:20070603072136-cbc08-49d49fbc922fcedd2000f3384bc2c58de38283de.gz

[76b9c8b | Mon May 28 13:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add automatic require for win32console on windows (if installed) and sanitize @colorize/trait[:colorize] a bit

    darcs-hash:20070528151056-cbc08-dda0481fa58d9cc3eb0ff2c8451db4feda8439ef.gz

[f70b6a2 | Sat Jun 02 16:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add docs for Controller::render

    darcs-hash:20070602184401-cbc08-a6ad953a8a6b3a935489bcd9f4579639dd75f605.gz

[63b3a24 | Sat Jun 02 16:38:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Controller::render gets a default empty array for params and params are each called .to_s upon to make escaping possible and unify the effects of calling internal against being called external.

    darcs-hash:20070602183802-cbc08-e96671af9041a04243d7bc158077cdbb0514a7ae.gz

[73de442 | Sat Jun 02 06:58:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add render partial implementation + specs

    darcs-hash:20070602085828-21a65-ecaa16bbffa412b2fd124d8aea27268e45d46705.gz

[628cade | Fri Jun 01 03:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * constantize a couple of traits in Dispatcher, Dispatcher.trait[:handle_error] is now Dispatcher::Error::HANDLE_ERROR, Dispatcher::Action.trait[:filter] is now Dispatcher::Action::FILTER, sanitize error spec and add some docs.

    darcs-hash:20070601054206-cbc08-4ef28e5b2c4cd312117eb5eb64bb2f35fb303dee.gz

[1b9e38c | Fri Jun 01 05:31:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Common error classes, tiny change to Global, StackHelper expects url instead of using R() itself

    darcs-hash:20070601073118-21a65-c7b5c15ecdd65aa5bbae1a89596efd438c028da8.gz

[7ac6e5e | Thu May 31 09:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some santizing and docs for Session.

    darcs-hash:20070531115106-cbc08-4265f93e881919a44b2658c7fe27b8cdfa8bb241.gz

[dd16017 | Thu May 31 09:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up path resolution a little bit by directly instantinating Action

    darcs-hash:20070531112914-cbc08-dfd51a5be0d277fa7bb33e8fe6d5791f85b652c5.gz

[5d8d569 | Thu May 31 07:12:00 UTC 2007] Martin Hilbig blueonyx@dev-area.net <>

  * fixing link building of the whywiki example

    darcs-hash:20070531091245-b4a7e-fa9f034c2fb5046bade51a08a217f9c0b9cc1cd2.gz

[8173959 | Thu May 31 01:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document Informing and add some minor speed increase (increase will be smaller than most loggers would take to actual output)

    darcs-hash:20070531034608-cbc08-2f571361ecd1cc4c32de6b5c442ac722246f36ba.gz

[f781b1b | Thu May 31 01:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * DRY up template.rb and add some docs

    darcs-hash:20070531032129-cbc08-17b6d7c481f1dcdf05717f5f285569c953e6b5f8.gz

[932cf0b | Wed May 30 10:19:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * docs for Action

    darcs-hash:20070530121906-cbc08-5c2e55e64717b3e2f310427c7dad2203cf3f12e0.gz

[f19ea9e | Wed May 30 10:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * a couple of docs for Controller

    darcs-hash:20070530121441-cbc08-d6e8c3ce9bad6402bb360bc56e200e662c411693.gz

[627cc29 | Wed May 30 06:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make the life for people who want to run specs without RUBYOPT easier

    darcs-hash:20070530083719-cbc08-cf3e8228bdbaa0a20424aa4f9fde30fa0d095808.gz

[8087596 | Wed May 30 03:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * small update to the FAQ

    darcs-hash:20070530050031-cbc08-fb0eaded673f8a6bb914f26010bb5c9a213c8037.gz

[0b4e021 | Wed May 30 02:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add a Inform.ignored_tags so you can skip tags like :debug easily

    darcs-hash:20070530045400-cbc08-8f520d1d1edade96312013150dd06111718a1e25.gz

[393e03b | Wed May 30 02:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * split up SourceReloadHooks::after_safe_load into after_safe_load_failed and after_safe_load_succeed, you get additionally the error-object on failure (also fix the s/save/safe typo)

    darcs-hash:20070530045149-cbc08-55503c3c0849aa103cae989418ce4689b39c76dd.gz

[e743d1f | Wed May 30 02:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * put the hooks into their own module SourceReloadHooks

    darcs-hash:20070530044241-cbc08-4c19dea3002c812d872446db1b1fb11b765666bf.gz

[d4e210f | Tue May 29 10:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * another wrapper, this time around save_load, with file and status for after

    darcs-hash:20070529125103-cbc08-0b6ba7668d8334c069da5cd753af72963250a5ae.gz

[df38d16 | Tue May 29 10:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload#before_reload/after_reload method stubs, to be filled by YOU :)

    darcs-hash:20070529124135-cbc08-991b072eccca22cf08a0f345bea972cfd8d97ac8.gz

[3199829 | Tue May 29 06:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Controller.trait[:template_extensions] is now Controller:TEMPLATE_ENGINES and retains order of your engines as you require them, you can also change it afterwards easily (wasn't possible with the Hash we used before)

    darcs-hash:20070529084946-cbc08-6a413d6aa2790ef5d1292077867b188495179425.gz

[c2ea895 | Tue May 29 05:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * flatten atoms for R()

    darcs-hash:20070529071331-cbc08-c6e0c47c7998341221d88d13badb733e71f6724b.gz

[4d94d7e | Tue May 29 05:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix LinkHelper to use Controller.current instead of self

    darcs-hash:20070529071051-cbc08-a7230679e0d34be0f8dc6d7537c18fdee798fff8.gz

[9405702 | Mon May 28 12:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing memcached for multithreading

    darcs-hash:20070528141851-cbc08-a9ca0c118117a83f1e644067ab0a50d66bce387b.gz

[6b4fb35 | Mon May 28 11:02:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Global.public_root went Global.public_proto and Controller.public_root went Global.public_root

    darcs-hash:20070528130202-cbc08-799397872832cb0291ca184618bd1a0509d0476c.gz

[0e0356e | Mon May 28 11:01:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * typo in LinkHelper docs

    darcs-hash:20070528130105-cbc08-6b3e248b29ae493323d505e3a9293c1887289468.gz

[73caeb3 | Mon May 28 09:39:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add PagerHelper (port from Nitro)

    darcs-hash:20070528113953-21a65-0d39b206b1c80eaf9f0485b1c329b9baac939433.gz

[e0b9673 | Mon May 28 00:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add a release task

    darcs-hash:20070528021404-cbc08-642249790a7aa341b3a0aefb15785c77d71b51a0.gz

[52aebec | Sat May 26 18:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update CHANGELOG

    darcs-hash:20070526204722-cbc08-36a7e8213ab752cf207caf9e6c2e3288d3dd8377.gz

[30b95b8 | Sat May 26 18:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.1.1

    darcs-hash:20070526204701-cbc08-ec90a311b0d77fa8862d8b7c400e021f61a870c0.gz

[9b656b6 | Sat May 26 18:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update todlist.html

    darcs-hash:20070526204510-cbc08-13aa2e850c753c1fd4b51c46fd94caf4e400b9e2.gz

[b89f068 | Sat May 26 18:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rdocs for LinkHelper

    darcs-hash:20070526203725-cbc08-128974d3226638b84cbe828f9177b466009f349c.gz

[738e490 | Sat May 26 18:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rewrite of LinkHelper, link() is gone, use A() instead, will add some rdocs on usage.

    darcs-hash:20070526202142-cbc08-f96a4b52335d746c9e0d955a3ebca8c39c2ce9a0.gz

[339dbaf | Sat May 26 13:39:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * synchronize tutorial html-version

    darcs-hash:20070526153920-cbc08-f5805fd47cd4b53cc4cb6b4d4e0fef9ea25c7a20.gz

[df3e282 | Sat May 26 13:38:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * another update of tutorial

    darcs-hash:20070526153845-cbc08-123205980d7a8af7839c1d613c04fa9843b6a9df.gz

[6ae42e6 | Sat May 26 10:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix the precendence of startup-options: bin/ramaze > Ramaze.start > Global.option

    darcs-hash:20070526123509-cbc08-76a284ac38f7e88f88213888586e3df29985417e.gz

[180a47f | Sat May 26 12:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some fixes to the tutorial

    darcs-hash:20070526145237-cbc08-a9067d4bbe9f8186ec3b682a57245fc2f0513330.gz

[fc2493e | Fri May 25 09:39:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * rake rdoc should generate the readme

    darcs-hash:20070525113954-cbc08-92e8454c8c9f8d41ea5a0af7c867c1decb1ec4ea.gz

[f972139 | Fri May 25 09:38:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add some docs, update announcement and README

    darcs-hash:20070525113859-cbc08-7e2f2301ca59ac43397e83fab2315f0861b38f2a.gz

[af4d683 | Fri May 25 18:59:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Correct a minor typo/spelling error in shutdown message

    darcs-hash:20070525205926-c370f-bab0d87505f99837e20b26c9d21dd647539dc5ec.gz

[b654eb0 | Fri May 25 15:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * params assigned to Action should be unescaped automatically

    darcs-hash:20070525171838-cbc08-44460ff4180266e879a1456b77d4d9453f416295.gz

[971e7a1 | Thu May 24 14:46:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Cleanup some Remarkably requires

    darcs-hash:20070524164651-c370f-4f8a05c0611989d094f528e8943692b6eab17ef9.gz

[51e5c29 | Thu May 24 14:24:00 UTC 2007] clive <m.fellinger@gmail.com>

  * "Update Remarkably usage for Remarkably-0.5.0"

    darcs-hash:20070524162423-c370f-20e6508d61f2a247b66313b661183d63efd3c1b3.gz

[f5495ad | Thu May 24 13:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make the template+arbitary-params fail (i.e. make the spec pass)

    darcs-hash:20070524151458-cbc08-b6b0ac3928379424fd181bf0f2f9cb48e164b4d3.gz

[182dd82 | Thu May 24 12:35:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Spec for templates accepting arbitrary parameters

    (failing for now)
    
    darcs-hash:20070524143528-21a65-5d9ff17c5c38eb8404b1d4ba5232cb9e9df16a3e.gz

[f04eeb7 | Thu May 24 11:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * this is a patch with rather large impact. I rewrote the whole aspect-business to get a much cleaner solution, aspects are now simple blocks and the hooks have been integrated in Controller (don't do anything by default, so unless you use AspectHelper the impact is near zero). Also removed the various monkeypatches of Method and Kernel#method since we don't use them anyway. updated tutorial and specs.

    darcs-hash:20070524131625-cbc08-6ecf717ad83573f25b9fbcf3b3419b1614365b42.gz

[aba0ded | Thu May 24 09:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * extend the specs for the todolist example to match the current status

    darcs-hash:20070524115653-cbc08-00dfaac5a5502af161fbc0959fed67f9c1bbd82e.gz

[1a3d765 | Thu May 24 09:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * tutorial should have a list instead of a simple <br /> separated linklist

    darcs-hash:20070524115620-cbc08-796562f740e3e0be3ff939eb7d0480b5dae5c930.gz

[1378366 | Thu May 24 09:56:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove some wrong docs

    darcs-hash:20070524115609-cbc08-8794cf7144b82615b25b24fddbba986c08cfd244.gz

[4defc81 | Thu May 24 09:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * adds the CgiHelper and extens the default helpers by :flash and :cgi

    darcs-hash:20070524115520-cbc08-7fa12a54a42b6fed19b7fd6da19b2adf1284a695.gz

[040d3bc | Thu May 24 09:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * automatically unescape params in Action.params when they are set

    darcs-hash:20070524115437-cbc08-ccfdb11e86c0c001eb4975c8f541c2d8540c3e6b.gz

[9a16b1b | Thu May 24 09:54:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update doc/tutorial/todolist.*

    darcs-hash:20070524115414-cbc08-9b2a7cd81e091fb278afdab683c992ed70981a7c.gz

[a5dd50f | Thu May 24 09:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * last step improving todolist example

    darcs-hash:20070524114129-cbc08-a3a307b65f776f3d2454879b088a55c03b3d9a64.gz

[feeec13 | Thu May 24 09:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * first fix for todolist example

    darcs-hash:20070524111438-cbc08-d2aa618acc7830983e8caffcd7f12b413b434604.gz

[086f81e | Thu May 24 08:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some small fixes for todolist.mkd

    darcs-hash:20070524101334-cbc08-65bc35fbfccb71caed14d18b31eaa43221ea0c30.gz

[0ae0533 | Thu May 24 06:00:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move doc/tutorial/todolist.txt to .mkd so i can finally have automatic synatx in vim :)

    darcs-hash:20070524080039-cbc08-812bd673b52fd9ea60b59159183bd1339c204ea9.gz

[02ebd7f | Thu May 24 03:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix AspectHelper, it had errors with negative arity

    darcs-hash:20070524054550-cbc08-9cd6f8d690ec589b188d8d1176e56a1758043dc0.gz

[19c407f | Thu May 24 03:43:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add support for cookies and referrer to MockHTTP

    darcs-hash:20070524054339-cbc08-7d3463d30ed1343e7e0135fc922af1c36175b31e.gz

[49b14cb | Thu May 24 03:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add some docs for our override of Request#params

    darcs-hash:20070524052508-cbc08-463b03cd82c7f179f05b91a88383ced4d5e739d5.gz

[0179165 | Tue May 22 22:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * clean up the todolist example a bit

    darcs-hash:20070523000623-cbc08-c212b54c07e9d11be81ff8e0b8c433603a597934.gz

[5bbb63a | Tue May 22 21:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some fixes to get rid of rdoc warnings

    darcs-hash:20070522232315-cbc08-cf514a985f7e8045eebda6327b98cd6cebc84ca8.gz

[6e16e81 | Tue May 22 11:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * this is the last stage of the templating-refactor.

    darcs-hash:20070522135226-cbc08-35f8fde1a5fcce7c2e8597dcab7032b42e9ebfe3.gz

[6f5d97a | Tue May 22 10:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * improve Ramaze::Cache a bit, adding method_missing so you can use the advanced features of your cache

    darcs-hash:20070522124517-cbc08-20a6061ed6ec8c805c45613aa777cd16e409f95e.gz

[9d98684 | Tue May 22 10:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up element spec

    darcs-hash:20070522124440-cbc08-be2c894e9d3a8ebd07f8762a053eb6b27da8746c.gz

[53232de | Tue May 22 10:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up template spec

    darcs-hash:20070522121723-cbc08-0af391bb14876efed49d8f28a597b9beb614086f.gz

[dc9a86d | Tue May 22 10:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up controller spec

    darcs-hash:20070522121414-cbc08-6c8332c364d268ca05c95b27a872b3a27a75574c.gz

[088bb62 | Tue May 22 10:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up params spec

    darcs-hash:20070522121402-cbc08-369971bbb3bf018eb5822554b8f363c38486c350.gz

[e219ca1 | Tue May 22 07:04:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * finally fix the localize spec, properly

    darcs-hash:20070522090414-cbc08-69bb05c462b39b27310885873ad1dd8da3476e5d.gz

[a8071d7 | Tue May 22 06:34:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * speed up the examples/chaching spec

    darcs-hash:20070522083429-cbc08-9d7d3640fcd027cd86367cb8373f52dcce134a88.gz

[3e68de8 | Tue May 22 06:22:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * This removes Ezamar::Morpher from the templating-pipeline of Ezamar, if you don't know what Morpher is, ignore this :) [yay, another speedup]

    darcs-hash:20070522082227-cbc08-e25a1b9f0ecf3cbf8db21f5a839d428067b2ec07.gz

[8d11c25 | Tue May 22 04:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix serious memory-leak, yeah, it's sessions and traits again...

    darcs-hash:20070522061629-cbc08-9009498e8d7db3c2bf664666635fdf53459a001d.gz

[eeaf070 | Tue May 22 04:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make Ezamar even faster

    darcs-hash:20070522061438-cbc08-94c631dfab623ad7659c8610d4635591f5a20d65.gz

[c1e26fb | Mon May 21 20:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove usage of mongrel-adapter from the controller spec

    darcs-hash:20070521221000-cbc08-05da68d0fb369fe6d1c5feed8f51c76876d8d6c2.gz

[2ac87f9 | Mon May 21 20:05:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove snippets/rdoc/usage_no_exit, it's not needed with the new bin/ramaze

    darcs-hash:20070521220549-cbc08-fe1c8b8da802a25dd2dca147e4b9143c9e92172f.gz

[3a26248 | Mon May 21 20:03:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add Struct#values_at

    darcs-hash:20070521220315-cbc08-e5e8ba5d96098e99fe8929e631404c9249625d2e.gz

[fa22438 | Mon May 21 13:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * and finally, the little big templating-refactor, passing the real action rather than an hash to the transform-method of the engine. The most impact has the change of @action in a controller to the real action rather than a (propably wrong) action-name and that Ezamar pipeline specifies a nested array of class and method to call on the class.

    darcs-hash:20070521155228-cbc08-78732ad6d750c15f47ae8f55087f2791e7f041f3.gz

[8a3b136 | Mon May 21 13:01:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * unify all examples for templates, preparation for big templating-refactor

    darcs-hash:20070521150117-cbc08-59700a2ff75c3db80428b91775007c509e3bd421.gz

[c5aca10 | Mon May 21 09:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the dusty, old, deprecated, unneeded and nasty yaml files from proto, this time for real.

    darcs-hash:20070521113141-cbc08-4c52a9279668a05139ffe62e7193393e641bdce1.gz

[4dde785 | Mon May 21 09:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * minor fix for bin/ramaze

    darcs-hash:20070521112535-cbc08-c7c9b4e2c2ac86159fa235ad44d2d2dab8367657.gz

[1e06709 | Mon May 21 09:19:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * yet another fix for bin/ramaze

    darcs-hash:20070521111946-cbc08-999de89bab5e76afdffb0f46e752115a64bee59a.gz

[4ef9453 | Mon May 21 09:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * no bulky RAMZE_BASE in the bin/ramaze anymore, just require ramaze

    darcs-hash:20070521111504-cbc08-fd482ee25c0e0e8d5eb6dd295ca99e6c91075605.gz

[405343d | Mon May 21 07:02:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add check for defined?(Action)

    darcs-hash:20070521090214-cbc08-9112ff8354008cbd24c677ba8ac21835d4a50117.gz

[f03f738 | Mon May 21 09:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing some typos in tutorial

    darcs-hash:20070521111034-cbc08-865e8d36ce9214d8150a9529ff4245bbadf17731.gz

[e25aa55 | Mon May 21 03:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * use the new functionality of Cache all over Ramaze, makes a ton of trait lookups unnessecary and the total caches available in a single place.

    darcs-hash:20070521051120-cbc08-6f423ab0ba01d24e63d759bde7219cc62af0b441.gz

[fac1bbe | Mon May 21 03:07:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make Cache Enumerable, add #each, #has_key? and ::add to add new global caches that are easily accessable

    darcs-hash:20070521050734-cbc08-55aecb5126a66e98d6db305295348cc8555e030f.gz

[896c922 | Mon May 21 06:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix Dispatcher::File and add spec for missing response-code due to an evil mix of racks status-code hash and rubys nil.to_i => 0

    darcs-hash:20070521084543-cbc08-d1b0b8dafd78cab6685bcb9e6bf2d45852148451.gz

[37ab4b6 | Sun May 20 11:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix localize spec

    darcs-hash:20070520132342-cbc08-af3763ce2ddd7dae4ae8da71eb99c0cbf735df5d.gz

[2c86742 | Sun May 20 05:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add the tutorial task for rake

    darcs-hash:20070520071347-cbc08-20419be2840f35614e046e44d2255d7c7af3ed03.gz

[e6cdb1f | Sun May 20 05:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add some (c) for the controller split

    darcs-hash:20070520071333-cbc08-10dac603fa22885dbdecd5f5044a6214c99b94de.gz

[9285eea | Sun May 20 05:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * tutorial/todolist.html has a neat little menu with ToC now

    darcs-hash:20070520071317-cbc08-fef22e19f607fbcaac0726fafb63c7821b269bee.gz

[4e7d1ed | Sun May 20 05:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update of tutorial/todolist

    darcs-hash:20070520070855-cbc08-7af93f8aa1be111e595d45a231ddd48e09527a49.gz

[35fbc58 | Sun May 20 05:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * a little cleanup for bin/ramaze

    darcs-hash:20070520070846-cbc08-adbd5adfc37cdf291ae5673b49938c065a40ee02.gz

[cd165ab | Sat May 19 16:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * don't create a new instance of the adapter for every request, we use singleton-methods only - may improve performance :)

    darcs-hash:20070519181019-cbc08-c387b7c11241c8faeb772129cba860aae82407ea.gz

[7fb60e6 | Sat May 19 16:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * improve examples/hello

    darcs-hash:20070519180858-cbc08-fa262c9fb89f9b20e10c47e00293e245d94f5623.gz

[d02fb54 | Sat May 19 16:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * documentation for ramaze/adapter/base.rb

    darcs-hash:20070519180600-cbc08-17c80550424b47c64846092cf27b40d1fd38dacf.gz

[13bcbea | Sat May 19 14:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document ramaze/action.rb and ramaze/adapter.rb

    darcs-hash:20070519164533-cbc08-a16633843dfbe934ba4463c87b58bb1fe62ce3f8.gz

[0e149ad | Sat May 19 14:34:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * document lib/ramaze.rb

    darcs-hash:20070519163448-cbc08-0595941b841d074ba09d93f13948fb3bd21cc3c0.gz

[b3370ae | Sat May 19 14:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update the meta-doc for configuration

    darcs-hash:20070519162948-cbc08-31c035b744bd8e4ddddcf34a31b79d96dd12b4d1.gz

[3684dcd | Sat May 19 14:15:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add a chapter about configuration to the tutorial

    darcs-hash:20070519161506-cbc08-8778e452eaa427f873b4b4bdb8f4de111c970f28.gz

[8e3be1f | Sat May 19 14:13:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add some cleanup to the cache specs

    darcs-hash:20070519161338-cbc08-71be8b351d80d3f25e434577416080a5f91e0f36.gz

[01be818 | Sat May 19 14:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * split up Controller and move the parts in the ramaze/controller directory

    darcs-hash:20070519161158-cbc08-65d3038baf8cde8d167ff42e91c60c3b9d776733.gz

[ca1eca0 | Sat May 19 08:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * additional fix to bin/ramaze, it didn't work with '-a m' to select adapters.

    darcs-hash:20070519104224-cbc08-0d00422595a200e83e24bb83e96040d04de22aa4.gz

[f85fb47 | Sat May 19 07:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Ramaze doesn't extend itself anymore, so you have to explicitly write 'Ramaze.start' instead of 'include Ramaze; start' - is that good?

    darcs-hash:20070519092649-cbc08-bf3d287693841d8f5597c787cebe6043f4b5783f.gz

[3d6c7cc | Sat May 19 07:17:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * minor update for tutorial

    darcs-hash:20070519091713-cbc08-0f23f45a762f55b5d25a9b6ffbc0b019a9bfbab7.gz

[f9e20ea | Sat May 19 07:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * a couple of additional requires for socket and yaml, mongrel and webrick. fixing a small bug that arose when we switched to ThreadGroup.

    darcs-hash:20070519091608-cbc08-a8c6145d598a3304b04f96ea0a4bc1b00728f62c.gz

[c0b46e9 | Fri May 18 16:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add MemCache#clear and fix SourceReload for files from ./

    darcs-hash:20070518184708-cbc08-5a3950112e73ae2bcd9db26358c649ef7bde4a27.gz

[601474e | Fri May 18 12:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * improve output of SpecWrap a little bit for the controller spec (the one with 125 specs)

    darcs-hash:20070518142937-cbc08-143fd4d546a42f34b3528bfd16ea94ff5243fe12.gz

[8692e31 | Fri May 18 12:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * a couple of changes for adapter, better usage of Adapter::Base, moving it into ramaze/adapter/base, got rid of racks trap in a rather clean way and change Global.adapters from Set to ThreadGroup which gives us as well easier and cleaner control.

    darcs-hash:20070518141010-cbc08-a930933a4b20db6d286de9681dc071bacce8c21c.gz

[7a40f2c | Fri May 18 11:43:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix lib/proto as well

    darcs-hash:20070518134337-cbc08-cae9922749cb561b9fba76ac735152a999fc7f50.gz

[71acc9b | Fri May 18 11:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix examples/todolist and add a quite good spec for it

    darcs-hash:20070518134042-cbc08-d458dba53bd64173f89f7dd945a1a03986b3e24f.gz

[faaeb72 | Fri May 18 10:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add to Global.origin

    darcs-hash:20070518124148-cbc08-a0e7a90b78786adf6bbee77d50d71ade63ba1da6.gz

[e54f80f | Fri May 18 10:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the old /conf files from proto and example/todolist

    darcs-hash:20070518124050-cbc08-6386a3c95a8c2299cc669f837861fef0584bda05.gz

[b53013d | Fri May 18 10:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * we ain't got no modes anymore

    darcs-hash:20070518123649-cbc08-742fa3d28224b2bb0326b662ae5f12fb3f346b99.gz

[0fce199 | Fri May 18 10:29:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix bin/ramaze --create

    darcs-hash:20070518122916-cbc08-a7bd7cd51a9ee025fe215be0d76d3ff231dbada7.gz

[39f3491 | Fri May 18 10:21:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * require rack/handler/mongrel instead of mongrel directly

    darcs-hash:20070518122129-cbc08-322f96519eb54c57b60c4acb5295c9a8e671d683.gz

[dddfe32 | Fri May 18 09:28:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing random vanishing of template_extensions

    darcs-hash:20070518112855-cbc08-b76555dbeefe5c797a5819339f9104f2300bc8ca.gz

[5ab6bd2 | Fri May 18 09:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * spec and corresponding fix for the "i've got an empty hash in my request.params['foo']" problem

    darcs-hash:20070518112022-cbc08-0cef148adc15e328362ca89e338f295d7b4b813d.gz

[109d240 | Fri May 18 08:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * switch trait _template to Controller::template

    darcs-hash:20070518104959-cbc08-5d1241d40058ba4d4a02a144ec199b0eca7d94ed.gz

[2df8b4a | Fri May 18 07:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove an added path that was only useful for me

    darcs-hash:20070518092536-cbc08-4aea31ee308cee7f9af3550bb8074836263822ca.gz

[d4003bb | Fri May 18 07:23:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * SourceReload just got a lot mightier.

    darcs-hash:20070518092340-cbc08-ec3adc33596d1856bc8ec3dbc9eb47ae05de2339.gz

[566b527 | Fri May 18 03:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * split up global.rb into global.rb global/dsl.rb and global/globalstruct.rb - introducing the clean GlobalDSL :)

    darcs-hash:20070518054826-cbc08-964665e1571e36144bba3286b0ea58a8de0b6757.gz

[2b9ce82 | Fri May 18 03:22:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove some of the to_sym usage and the Hash#keys_to_sym(!) from snippets. One spot still left, but we need a wrapper for it first.

    darcs-hash:20070518052250-cbc08-c8756c9263d443c0f553e8bdd111c20fc415b7ad.gz

[ff0525d | Thu May 17 11:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * due to the annoying trap of rack we'll define a new trap every second now, gotta fix that later on, but continuations and trap are two nasty beasts... maybe we should patch rack for this somehow (chris2 won't - asked already).

    darcs-hash:20070517134620-cbc08-57a0592131b63f32a3e756ac490951bc28e8d6ff.gz

[2d066f3 | Thu May 17 11:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove some cruft from bin/ramaze

    darcs-hash:20070517134609-cbc08-0ce5e15cd01de8117e387c5abdee97aa64c6140f.gz

[9f11f44 | Thu May 17 11:40:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Total rewrite of bin/ramaze based on optparse, which turns out to be nearly perfect for our usecase. Try it, read it, be astonished! (the DSL in Global finally is put to use now as well)

    darcs-hash:20070517134003-cbc08-e7607e3012fa09415d53cd15b9ded70a38e474a7.gz

[4dab8c7 | Thu May 17 09:04:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update the announcement.txt to keep track of features - we'll just add them here and remove what is not important or accurate prior to the next public release on 0.1.2

    darcs-hash:20070517110403-cbc08-92d3da464eb6f3a23a62a6b8c75bb7a8b0fc4e80.gz

[342dcd9 | Thu May 17 08:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add Ramaze::Record to easily record requests made that fit a particular pattern.

    darcs-hash:20070517105351-cbc08-81abe41af04c3dd7d30afc57de939e7ad467f55e.gz

[c29294f | Thu May 17 06:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing the trait _template spec and implementation to avoid recursion

    darcs-hash:20070517082033-cbc08-650e2a7303d7e1c69b402ad9259d924a21649634.gz

[f589500 | Thu May 17 05:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * various fixes to Cache and adding spec for the new layout of it.

    darcs-hash:20070517075049-cbc08-743afc27bfd2275b6be6aa3beac225fb40bc29e2.gz

[bc4fe7b | Wed May 16 14:40:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Change the Remarkably Template usage to cater for Remarkably version 0.4.0 and higher

    darcs-hash:20070516164022-c370f-66ba93646dd85c400b1c00e6db0d71f8ff2f0c14.gz

[5ef1f9c | Wed May 16 14:29:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Remove an accidentally added piece of debug code.

    darcs-hash:20070516162919-c370f-a608ac1cdd54ff479bf36ef40b5c8b097c87f574.gz

[28790dc | Wed May 16 13:22:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add small spec for template resolving of traits

    darcs-hash:20070516152239-21a65-2d5a3ad3ae56da927838eddaf317eda1a5479687.gz

[ff989d7 | Tue May 15 06:42:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Remove yaml files for localizations

    darcs-hash:20070515084206-21a65-1d73abf3921a044b451c5559ba208f2408038fcf.gz

[b83d021 | Wed May 16 12:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add migration info for patch 1111

    darcs-hash:20070516144920-cbc08-18fd1941e04e63834a2dc5b99af3c5742304252e.gz

[eaf362e | Wed May 16 11:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * first attempt at a DSL for Global + docs + CLI

    darcs-hash:20070516135043-cbc08-5d19996ce56de56b03852c97a21130580d398760.gz

[7c963fc | Wed May 16 11:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * minor fixes

    darcs-hash:20070516134443-cbc08-1e62ce5047e097c387f8e2be76f860be27cd1eee.gz

[d7abc3c | Tue May 15 07:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add testcase_requires for the templating examples

    darcs-hash:20070515093506-cbc08-40c518e31dfae3fdb7d214d265bf11ab5e71f293.gz

[264e0f7 | Wed May 16 09:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * H.U.G.E. refactoring of the core of Ramaze, beware! don't try this at work! will assemble a change-guide tonight.

    darcs-hash:20070516114711-cbc08-3b74fc5e5c3be3f25d4a36b598aae26082c00781.gz

[66b113b | Tue May 15 06:40:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Add Remarkably templates

    darcs-hash:20070515084005-c370f-005120d547da753461939df5ee853bae2cfaa992.gz

[a0654ab | Mon May 14 11:58:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make the error.zmr a lot simpler, remove the logo, don't use CodeRay and use ENV['EDITOR'] instead of vim (if set) - also some improvments to the stylesheet regarding the <pre> tags

    darcs-hash:20070514135840-cbc08-99df2494396e2010af94def20e93e7f68454964f.gz

[210fbc1 | Mon May 14 11:36:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the post-clean tasks for specs, they are never run since darcs relies on exit-status and so SpecWrap exits before they can be done

    darcs-hash:20070514133606-cbc08-3059d3cce30d64bffdc5274ee2e544d61faa490c.gz

[96ed390 | Mon May 14 11:33:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix the :force_setup setting and rename it to :origin, it was only used in this way in spec/ramaze/helper/form and with the new spec-system this is not needed anymore, gives us nicer handling of CLI/app/spec options

    darcs-hash:20070514133308-cbc08-94df467f110d12c227e183408568fa720034e5a1.gz

[fd26838 | Mon May 14 11:18:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * restructure spec tasks, check `rake -T` for the new tasks

    darcs-hash:20070514131847-cbc08-0faeb3ac5bd98bcaadfd6adb333a4d4db1d83704.gz

[2d0d1c7 | Mon May 14 11:06:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove spec/ramaze/dependencies - it's not exactly helpful anymore

    darcs-hash:20070514130607-cbc08-8d150d83bb7b2cd141d8cdd4f11269f791967c41.gz

[a4faa32 | Mon May 14 09:27:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some small fixes

    darcs-hash:20070514112746-cbc08-69c900757f73d2a1803b254d3cf4e91dc1f2f337.gz

[892b543 | Mon May 14 08:57:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * don't base SourceReload on a sleep of @interval/files.size, rather sleep fixed @interval (which is now by default 1)

    darcs-hash:20070514105746-cbc08-877cba8757531197fce216100b1f1baa476f2fa1.gz

[2740c9a | Mon May 14 07:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix SourceReload

    darcs-hash:20070514092621-cbc08-794b1b4593d08a449da3bc120318379c7d4773c6.gz

[0d3f7eb | Mon May 14 01:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Global.shield - a security-net for the Dispatcher to respond fast to repeated errors without first going down the controller (rendering the error-page still takes ages)

    darcs-hash:20070514034141-cbc08-923ad831ae063d77a0de1493bfe4add8132641eb.gz

[8fdedd1 | Sat May 12 12:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move Action out of Controller into ramaze/action.rb

    darcs-hash:20070512141421-cbc08-75c62098256ac450aea26b3a72db8b4c368ea989.gz

[06cc076 | Mon May 14 06:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix for the params-fix

    darcs-hash:20070514081148-cbc08-2550b98109fec1eefb0132f59da2f2283fc96cf0.gz

[a32592f | Mon May 14 05:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add fix for paramix if Og is used

    darcs-hash:20070514071251-cbc08-7ea73d6bc5c17f6a7691432ea49657e12f49a9ac.gz

[ef07b8d | Sat May 12 11:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * introducing SourceReload instead of old autoreload

    darcs-hash:20070512134131-cbc08-381c0ffc966e63355a21ba5aa581b970e9a0c9a4.gz

[c5a318b | Fri May 11 18:00:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Make Analogger trait-configurable again

    Makes it play better together with LogHub
    
    darcs-hash:20070511200032-21a65-4c8c8988c2c5e542a50a5fc4bc8bd866e434659d.gz

[9d609af | Fri May 11 10:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Update CHANGELOG

    darcs-hash:20070511121213-cbc08-eee688ed5cfbfe92913e42284b752118fb167ca5.gz

[0390a54 | Fri May 11 10:11:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Version 0.1.0

    darcs-hash:20070511121152-cbc08-2d1f751e4acc49117d60b58612745a59be8123e6.gz

[8d0d9f2 | Fri May 11 10:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix localize spec

    darcs-hash:20070511121034-cbc08-db7986a45d1443d317bc6b28e938bb073483279a.gz

[aeed0f5 | Fri May 11 09:55:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update README with latest chunks

    darcs-hash:20070511115521-cbc08-5d3507bf496acc68a7f7cbc01d4ef59e37d78866.gz

[52d25cc | Fri May 11 09:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some patches to the rake-stuff, BASEDIR was messed up and some other things were outdated

    darcs-hash:20070511115209-cbc08-d8aca0b809ab75d5c7f82f275f5493c6e28f8a31.gz

[d6e067f | Fri May 11 09:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove Tidy and Localize form the Action pipeline (fix the spec and remove some spaces)

    darcs-hash:20070511114246-cbc08-4bc87966440a260f92ed7771f1344c633bb87463.gz

[3ffb2a2 | Fri May 11 09:30:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Update localization tool

    darcs-hash:20070511113011-21a65-816d2660e537ff838509e20b79fda823a9413b34.gz

[a63c4d6 | Fri May 11 08:20:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * a couple of updates for the readme_chunks

    darcs-hash:20070511102047-cbc08-f922f78ad5fa165496edd90b6965a45e43957d6e.gz

[0982a90 | Fri May 11 06:12:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move bl_Og to blog

    darcs-hash:20070511081223-cbc08-86fd2bd1f3c1538359449d1014ada7a0769c26d2.gz

[0c1e808 | Fri May 11 05:10:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the old blog example

    darcs-hash:20070511071044-cbc08-24ff10fdd0e482e3c76c5730c0b66aa4590bad1e.gz

[c00194c | Fri May 11 05:01:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix a couple of bugs that the new controller stirred up, private methods are now really no actions anymore, fixing auth-helper and aspect-helper to respect that.

    darcs-hash:20070511070105-cbc08-e4e4a71542fbff15c667d2ee649c41e2375a78d4.gz

[07c1ab6 | Fri May 11 04:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * update announcement

    darcs-hash:20070511062550-cbc08-3e369fdf5d86e2e863009e614275db22bc726f2f.gz

[edf4df2 | Thu May 10 14:35:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove some spelling-mistakes in announcement

    darcs-hash:20070510163501-cbc08-31e61b6c2ba98c1b865f5bc460559bd4c084dbf8.gz

[8680065 | Thu May 10 03:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * don't use an additional .reverse for the session-key

    darcs-hash:20070510054725-cbc08-f0836c4fdb222f79c524b3324eb12e6656b86607.gz

[bba217f | Thu May 10 03:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * Informer again, flush the output if possible, that makes it possible to tail -f if you pipe to a logfile

    darcs-hash:20070510054539-cbc08-225e703924108b1f05ae6f24b24c823e450e0a4b.gz

[32d00db | Thu May 10 03:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * check for .tty? when deciding whether we should colorize or not.

    darcs-hash:20070510054110-cbc08-1c3b34a6f7201af1af9f386471fd85cadc2bd3df.gz

[bcd3a1d | Thu May 10 03:30:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * intelligent logging of errors in Dispatcher::Error, omitting repeated backtraces

    darcs-hash:20070510053034-cbc08-f25e0cf6395bfca4bad883c34a1591999f7c3a5e.gz

[421ef2b | Wed May 09 08:53:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Change Rs() to use Controller.current instead of self

    darcs-hash:20070509105318-21a65-d85b29e68e7a3aec0c597ee14ee019c425f6d754.gz

[8b234b6 | Wed May 09 08:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add Controller::current and an experimental spec of how to do render_partial

    darcs-hash:20070509104254-40155-c9e5a4085b1c0ff5356d7f75f45c38cf0dd5ac54.gz

[cdc6f50 | Wed May 09 08:31:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing Controller::template_paths and Controller::resolve_template

    darcs-hash:20070509103136-cbc08-6368c60b8db5086ed05806a354bcbae7cd8f76d8.gz

[8070cdf | Wed May 09 07:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * tons of small fixes and improvments, Inform.debug won't inspect anymore if it's already a string, proper error-handling with sweet 500's for the templating and specific 404s for not found controller or action, improved caching in Controller, fixed some bugs in the AspectHelper, fixed the cache-example spec, activated the error-specs again, added some (c), gave the Action Struct a nicer look.....

    darcs-hash:20070509095050-cbc08-b6f3fee43d8c4448a402134e0a46e0329fc71885.gz

[cd78069 | Wed May 09 03:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add and use snippets/struct/fill

    darcs-hash:20070509052604-cbc08-997d05a885c3fe71967ea6a5cfe4151deb76b04d.gz

[e1fd51d | Wed May 09 03:01:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * improve pattern_cache for Controller

    darcs-hash:20070509050152-cbc08-75255fc602e45b44c02b3658ef378116594bc6e6.gz

[da3e9a3 | Wed May 09 02:16:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make the caching spec a bit more robust

    darcs-hash:20070509041620-cbc08-eb157a5f3a82f2389e3b0387cdf2f77977a9a84c.gz

[d7d13e1 | Wed May 09 01:59:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing some weirdness and verbosity

    darcs-hash:20070509035948-cbc08-8774c31b73b209e422f0c743e32c4fa72a20fef7.gz

[a6501c2 | Wed May 09 01:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * disable two specs so we pass all specs - these are about error-handling but right now it's not clear what the distinction between 404 and 500 is anymore.

    darcs-hash:20070509035315-cbc08-f293041002f1ce6d8fa14393cd3b1506be4ce42b.gz

[9acad1b | Wed May 09 01:52:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * some minor changes

    darcs-hash:20070509035220-cbc08-f8df3a2eba7c50231f810401052542ff1bd56075.gz

[921d7d0 | Wed May 09 01:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * big extension of spec/ramaze/controller

    darcs-hash:20070509035111-cbc08-f230d0e2eea41a960d38195105e545b7b6f56e64.gz

[2141bc3 | Wed May 09 01:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add ramaze/controller to the spec layout again

    darcs-hash:20070509035051-cbc08-d17b21b207d61954ffa334812564da385af49a04.gz

[9d2fa96 | Wed May 09 01:50:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing some spaces

    darcs-hash:20070509035013-cbc08-5030c61c5b029f7ba30d67814f0393db45ce6eb8.gz

[3697220 | Wed May 09 01:49:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * include the spec dir to the fix-end-spaces task

    darcs-hash:20070509034953-cbc08-3d225f10908d7012c96c3dfff57e1a6fea7b26f5.gz

[85fc2fa | Wed May 09 01:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix/extend the template_resolving spec

    darcs-hash:20070509034817-cbc08-d85ee1679f0a25c3507e0b79ebe03f1550c6fd29.gz

[12cbe06 | Wed May 09 01:47:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add some modules to ignore as actions in the spec/helper setup

    darcs-hash:20070509034732-cbc08-6973f63fbe820569167f3e85fd78af848198bba3.gz

[3b5d602 | Wed May 09 01:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix template/ezamar file-lookup is done for it, no need to do it again

    darcs-hash:20070509034638-cbc08-336ebcb1caa5d4cf0d534ec26c461571402f77c3.gz

[72fc73c | Wed May 09 01:46:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix helper/aspect for the new Controller

    darcs-hash:20070509034624-cbc08-d83858fe8f579df4229cfb02c071e09e93abb425.gz

[d39f069 | Wed May 09 01:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * better handling of Dispatcher::File - we should cache the lookup-paths

    darcs-hash:20070509034540-cbc08-407d2974a4b071c0004f900fd3e898daeeb908c4.gz

[1c41425 | Wed May 09 01:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * let the Dispatcher::Error respect Global.error_page

    darcs-hash:20070509034522-cbc08-abe864e95f300663fe1eb152d6e645a3f8c53309.gz

[d96f738 | Wed May 09 01:44:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * 90% rewrite of controller/action/template lookup in Controller

    darcs-hash:20070509034447-cbc08-402266b76c8b02e882ac4218ea1cf30a820b82d9.gz

[b6638e7 | Wed May 09 01:43:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * move Global.controllers setup into the DEFAULT of Global

    darcs-hash:20070509034316-cbc08-f760c27afe9b1e9080ca302cc5b8680361860c9a.gz

[c0e01c2 | Wed May 09 01:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add the Action Struct, nothing fancy but it should act from now on as container for actions ramaze-wide, most likely we'll extend it with binding and optional controller, it only propagates inside controller.rb and helper/aspect.rb atm

    darcs-hash:20070509034128-cbc08-e383dda591fe6cf08c20e351ba12004dc969d42a.gz

[cbcae05 | Wed May 09 01:41:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the proto/public/404.jpg we cannot distribute something that doesn't belong to us.

    darcs-hash:20070509034117-cbc08-25a952848e721069f446cc4547abaaefffcb0f1e.gz

[54b7c65 | Tue May 08 08:31:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add 'template resolving' controller spec

    darcs-hash:20070508103116-21a65-9d5037b77ed0c1f6be01c9fb400a90612db5c086.gz

[ae5e9dd | Tue May 08 05:14:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add workaround if we run specs and don't want their modules in our controller

    darcs-hash:20070508071400-cbc08-35001ab5fad656096c39c41163399fe69b0a24c7.gz

[88bac5d | Tue May 08 05:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * some small updates on the previous patch

    darcs-hash:20070508070058-40155-8b04a608514ce13fe7739d23d7390723881bdf1d.gz

[1ca0985 | Mon May 07 15:46:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Add a few specs for the base ramaze template class

    darcs-hash:20070507174600-c370f-5f9182f7367fb9bf29bb30cbb21d195ddfa3b655.gz

[62b3181 | Sun May 06 08:08:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * doc and typo in bl_Og/main.rb

    darcs-hash:20070506100846-cbc08-6044b9c23a3575e0b9724a33513ef53a702eecbd.gz

[e7de061 | Sat May 05 21:32:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * huge patch consisting of 171 hunks that provide huge improvments both to ramazes core and the whole spec-system, which is now mock-based

    darcs-hash:20070505233256-cbc08-51667640b9fdb05469928eb55ac26c0ff1f85934.gz

[020b1fd | Sat May 05 21:22:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing the template_root for the example templates

    darcs-hash:20070505232237-cbc08-06aaa248f9c76201b1321fd25564ddd75358cef4.gz

[763acce | Sat May 05 18:24:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * make some helper-methods private

    darcs-hash:20070505202414-cbc08-658f3b6a3f0f221cb7fd464b55c77edfec5fab1a.gz

[2532bd3 | Sat May 05 17:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * make bin/ramaze compatible to ruby1.9

    darcs-hash:20070505195606-40155-919c51db7011d2c022fdd9241ce70b6a4609d34c.gz

[ebfa210 | Sat May 05 07:26:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * clean files of the SpecLayout in a seperate step

    darcs-hash:20070505092631-cbc08-80fe601cc8bcd396379670309157fc811bcb98cb.gz

[6a5ea01 | Fri May 04 14:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add example/bl_Og from entropy

    darcs-hash:20070504161401-40155-a5e39f3b409087fe018633e67385d1772297ff17.gz

[52da8ca | Fri May 04 10:02:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Add a spec for testing Markaby links

    darcs-hash:20070504120241-c370f-1c3288d443ea146163b03570e64fe850b6b4bbb7.gz

[4f803dd | Fri May 04 09:40:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Add my surname

    darcs-hash:20070504114031-c370f-7d850cf0409e3b1dc0a8cdfd07666e9d97cd3d0b.gz

[e5328b4 | Fri May 04 06:04:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improving performance in controller lookup

    darcs-hash:20070504080416-40155-1282a1c1029a61b0756f6bcb7206fefa894db62b.gz

[219ae6c | Fri May 04 04:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove special handling of action 'error', it's not needed anymore

    darcs-hash:20070504064002-40155-16eebfcec826e1513769fde90519007985c0aad1.gz

[53ea9ec | Thu May 03 17:37:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * split up the Rakefile and put parts into rake_tasks

    darcs-hash:20070503193711-cbc08-b64b659e9e0b847fb954b60d208a6789c826371b.gz

[97e5282 | Thu May 03 17:25:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add the rake authors task that generates the doc/AUTHORS

    darcs-hash:20070503192546-cbc08-29a11b9c93deffc1bd05cfe2d17209e33c00b74d.gz

[487e77a | Thu May 03 16:53:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * add the template specs to the default specs

    darcs-hash:20070503185306-cbc08-138a44b446a01884caeffbebe17245bbbeb180b8.gz

[6d48cf4 | Thu May 03 16:51:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * get rid of the failures we sometimes get for webrick by explicit require

    darcs-hash:20070503185136-cbc08-cfd523fa4185ced9c78dc9e0bd6bb9141e749175.gz

[b20d262 | Thu May 03 16:48:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fixing extensions lookup order, it doesn't allow much modification yet, but should work for most common cases

    darcs-hash:20070503184800-cbc08-13e26944b60ce783bfc148cba2700d310ccedc93.gz

[058f3b3 | Thu May 03 16:45:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * fix the markaby example, 'this' should be a symbol

    darcs-hash:20070503184510-cbc08-c8c07c40af945c6925e10eb9a4fc92fba88f1fbb.gz

[e4f2cbc | Thu May 03 16:42:00 UTC 2007] Michael Fellinger <m.fellinger@gmail.com>

  * remove the old template from the haml-example

    darcs-hash:20070503184247-cbc08-a15b3b344eec58c686a76ba28858af37f4442082.gz

[59601cf | Thu May 03 15:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update dependencies, rspec now 0.9.1

    darcs-hash:20070503174719-40155-c377afea700ac3a36ee2a11173cdbf419f64a9e1.gz

[6515199 | Thu May 03 15:38:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the template examples and add specs

    darcs-hash:20070503173825-40155-5c02b40835e6a945f97b1d1de2dba536c710600a.gz

[e14cdd0 | Thu May 03 14:18:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove old stuff from Template::Markaby

    darcs-hash:20070503161850-40155-414b00630484e049db7ef6271a20b85dfabcd7e0.gz

[1e9a1ff | Thu May 03 14:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing instances-variable passing for markaby

    darcs-hash:20070503161452-40155-4e50cbb4778dc5fc8f8ea495955317c1f6f3db65.gz

[9bf3de3 | Thu May 03 14:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove some of the debugging-code from markaby

    darcs-hash:20070503160129-40155-0bfc5d2849001f00a02aff985ae83b47b112dfdf.gz

[9a9122c | Thu May 03 13:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix automapping

    darcs-hash:20070503155701-40155-c878cb223a4de8ad2ab39191d27c8b7bddc79f98.gz

[3a58985 | Wed May 02 04:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update proto configs

    darcs-hash:20070502060942-40155-13835d071feb573c5fa98a88a8fedb8f9debba0a.gz

[b30356c | Wed May 02 14:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the markaby example

    darcs-hash:20070502165624-40155-d980704923c0697e4c70c7081d1c0bac7e14572c.gz

[4127fd6 | Tue May 01 09:16:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update spec/dependencies to include syntax

    darcs-hash:20070501111637-40155-76bfd121580fd3baa13b3b09bc500ed4cdef3459.gz

[3e7fbad | Tue May 01 09:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * exit specs if rspec is < 0.9.0

    darcs-hash:20070501111447-40155-390903b365cfb000a7b10a4686a0bb38632f1963.gz

[73cc0b9 | Tue May 01 09:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add spec/helper/layout and use it in spec/all - this is hopefully the last in a series of refactorings for the spec-framework

    darcs-hash:20070501110150-40155-d75d953b9a247da95dbc24dcc280c19ff0c29d2b.gz

[d5e0af9 | Tue May 01 09:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add spec for inform/informer and inform/syslog

    darcs-hash:20070501110017-40155-319350241e8beaa5f27f8db28baaa64d3af8c410.gz

[4dbbaf2 | Tue May 01 07:36:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update dependency-versions for gemspec

    darcs-hash:20070501093610-40155-8745dad5902d7b60687a1bd7eb30fd342bba23dd.gz

[eceaaba | Tue May 01 06:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * convert specs from 0.8.x to 0.9

    darcs-hash:20070501085555-40155-21089ecea88fd2c1919225b01c905315b7705c7c.gz

[4a03c27 | Tue May 01 06:25:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update global.rb for ruby1.9

    darcs-hash:20070501082533-40155-725f0bee50dbcd964c856668e026fe9038bc17da.gz

[7e6da8b | Tue May 01 05:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update spec/all into a less hackish and easier configurable design, running all specs including examples

    darcs-hash:20070501070900-40155-e6f5faef0f966d19da76b965800565b115b11673.gz

[4a817d1 | Tue May 01 03:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add helpers to spec/all

    darcs-hash:20070501055639-40155-e104e24df197f9e47bbdc68b19ff9166afff604f.gz

[01479f7 | Tue May 01 03:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add spec for FileHelper

    darcs-hash:20070501050524-40155-cd0f62d614a9692c5aadffcafed6ae60c862bc13.gz

[35099d4 | Tue May 01 03:04:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add (c) to FileHelper

    darcs-hash:20070501050437-40155-cece607298bffc9d679210df5b85e2ff85c27fdb.gz

[991dc4e | Tue May 01 03:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * updating Rakefile to add a newline after (c)

    darcs-hash:20070501050339-40155-e9cce691e377280c44de3083f5de5403aec8c0ca.gz

[3968b3f | Tue May 01 02:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding specs for a couple of the simple examples

    darcs-hash:20070501045714-40155-b9d1d691d348b23fb3077b825774647a3ab3f91a.gz

[ca4e22a | Mon Apr 30 14:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding FileHelper, no specs for it yet but added it to default-helpers

    darcs-hash:20070430160656-40155-5984193cc923b7d7a375591840bdb7a00a16ea46.gz

[b7cdb4b | Mon Apr 30 14:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add Controller::map to make the 'trait :map => "/foo"' nicer, use it like: 'map "/foo", "/bar"'

    darcs-hash:20070430160505-40155-65c9cfc136329f1513df305ed1458ad33320c90f.gz

[a172054 | Mon Apr 30 14:02:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding some startup-information about controllers

    darcs-hash:20070430160250-40155-f166fb556558f842fce9e8fcaaef4a6fd03ca92d.gz

[5e7f9b2 | Sun Apr 29 11:31:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * small fixes to loggers

    darcs-hash:20070429133116-21a65-a712f9e0b9789e1a1b807289c5175ead6fb10e27.gz

[1f3caab | Sun Apr 29 08:38:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add the missing helper/markaby

    darcs-hash:20070429103815-40155-9eb172cb4696a9943c446b8c7b797c7ec457a1a4.gz

[eb29e3e | Sun Apr 29 08:36:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * minor rewrite of Template::Markaby and its spec

    darcs-hash:20070429103658-40155-56387bd226937838d3797d6f28f8b2d32bb08ae4.gz

[2fd3973 | Sun Apr 29 08:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * some modifications to make LinkHelper work with markaby, it's a bit ugly right now...

    darcs-hash:20070429103537-40155-b25c6bc465334b8edc7b1eacbf2c07a37e6cc62a.gz

[32df796 | Sun Apr 29 08:33:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * this improves the template-lookup and general performance of Controller, file-templates can now be handled by different engines based on the extension, if unknown or method-only the trait takes over. also replacing some ancestral_traits with more specific versiosn of class_trait/trait

    darcs-hash:20070429103321-40155-a7cdfd9f3e626eea87b8b120ac8281f933edce5c.gz

[dfef296 | Sun Apr 29 08:32:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improving example for markaby a bit, it's not working yet though, have to talk with the markaby-folks

    darcs-hash:20070429103208-40155-c0e7e24d0474167de9e339957c8f1ad23f99decd.gz

[38a8097 | Sun Apr 29 07:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing some (c)s

    darcs-hash:20070429094911-40155-f70d5adb58c25385f1d3c17d2ee9ee01e3396523.gz

[9319b7c | Fri Apr 27 06:10:00 UTC 2007] clive <m.fellinger@gmail.com>

  * use '--partial' for darcs get

    darcs-hash:20070427081042-c370f-bd8880c29b019b48978bcdcb55bec0aee56caa30.gz

[fd5207d | Fri Apr 27 15:33:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * putting Ramaze::Inform assignment into Global.setup again

    darcs-hash:20070427173331-40155-fb128833db88184c5854deac445807d464ebe85c.gz

[91c8489 | Fri Apr 27 11:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move checking for automap into Controller

    darcs-hash:20070427131418-40155-7866cf0f2c1cc9b1a9db0a8006d96102b98df41f.gz

[6807949 | Fri Apr 27 11:12:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * huge refactoring of logging, this needs extensive review

    darcs-hash:20070427131224-40155-dfa0bb43b4ae6b98a8e93bb28446313ae9d099c1.gz

[dcd119e | Fri Apr 27 10:51:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add map for examples/hello as well

    darcs-hash:20070427125138-40155-2cda96d6a48fda92174621eb442c432653e8f629.gz

[d5c030b | Fri Apr 27 10:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing examples/element - we need mappings now

    darcs-hash:20070427124949-40155-2c9ad030e9fc9f53f027c8ded822fed278805a6c.gz

[24bd3c1 | Fri Apr 27 10:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing a non-critical behaviour where Ezamar would throw an error if it cannot find a template but an action is there.

    darcs-hash:20070427124822-40155-5ff1db606768456a6c7d30cf3b9cbb3f78a81ef5.gz

[c497589 | Fri Apr 27 09:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding Object#class_trait for better lookup of traits defined in the class of the current instance

    darcs-hash:20070427113537-40155-f0352409d50788ac8113cd4ae5296c41c06a161a.gz

[245ee39 | Thu Apr 26 11:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rewrite of notification_hub and xosd

    darcs-hash:20070426135524-40155-b0b792e7673f60a68c7e2fc7cada442e8998b978.gz

[0625241 | Thu Apr 26 10:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * removing the spaces that kashia introduced so nice in the last patch

    darcs-hash:20070426123536-40155-5b05d7f335f70d9b7a772a6784de38f3cef8abb5.gz

[f1e6a95 | Thu Apr 26 10:28:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Add NotificationHub, Growl, Xosd Loggers

    This is a preliminary patch, especially the Xosd is not tested.
    
    darcs-hash:20070426122834-21a65-b498bd8f067ab3b58473bafb6a32e129facd2fe1.gz

[32ac3a4 | Tue Apr 24 21:30:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better report about errors in the ezamar pipeline, please note that the browser will still show 'no such action', but the console will inform you about all real errors (this has to improve further)

    darcs-hash:20070424233056-40155-ea24f864f17f2a468df7fb9cbd9fd2f3ee854ff4.gz

[881de73 | Tue Apr 24 21:29:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little change in blog example

    darcs-hash:20070424232935-40155-c25db93d2de90280fddd478e7ec417d82f4b0664.gz

[119dab2 | Tue Apr 24 12:54:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Add a response message for deleting "no such entry" in the blog example

    darcs-hash:20070424145429-c370f-ff9d8b5218ab8d7673a680b4fcfba1d20596aed4.gz

[f0fff53 | Tue Apr 24 12:38:00 UTC 2007] clive <m.fellinger@gmail.com>

  * session result message is by id instead of class in the blog example, and disappears after 1.5 seconds

    darcs-hash:20070424143854-c370f-3f32331e555f2dac7f249f6931664d0c67bc56d0.gz

[160a7b4 | Tue Apr 24 11:41:00 UTC 2007] clive <m.fellinger@gmail.com>

  * emphasise titles displayed within results for the blog example

    darcs-hash:20070424134105-c370f-5ef950293fecd0da59cbec599627b3e496009ca3.gz

[92080ff | Tue Apr 24 11:29:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Show session result if applicable

    darcs-hash:20070424132956-c370f-a99cb018c77b1a2919205510f77ce79b2ff13638.gz

[37dff5e | Tue Apr 24 10:57:00 UTC 2007] clive <m.fellinger@gmail.com>

  * Replace all references to oid with eid in the blog example.

    darcs-hash:20070424125733-c370f-0da36eb899b1bbdd20fe875cc983228a32884bbc.gz

[4d34ef0 | Tue Apr 24 14:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * limit sessions to 1000 per IP, also makes inspecting ObjectSpace easier

    darcs-hash:20070424162300-40155-d1bc85a5590c9f63c097b4a54dd98185b46151df.gz

[8d1bb8c | Mon Apr 23 20:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add Global.test_connections to switch testing connections via TCPSocket on startup.

    darcs-hash:20070423225508-40155-a17f326b0385d8651c89b9a57561af8ae052cd25.gz

[d51369b | Sun Apr 22 14:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * replace some stuff in spec for CacheHelper to be more readable

    darcs-hash:20070422162447-40155-ded68077216c9890da3c84e96cb31533fc0453ed.gz

[5d1c232 | Sun Apr 22 14:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * s/Context/Browser/ for specs, Context could be confused with the meaning of context of RSpec.

    darcs-hash:20070422160705-40155-b05fd0d9fd9292fe7462b0656f6d379f99423841.gz

[53b90e2 | Sun Apr 22 13:51:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add doc/meta/announcement.txt as a template for announcements - would be thankful for reviews and corrections.

    darcs-hash:20070422155146-40155-8515103aa2f5ad4594a8addb5c001549c5c420f0.gz

[b9514de | Sun Apr 22 10:28:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move configuration/internals from doc/readme_chunks to doc/meta

    darcs-hash:20070422122852-40155-dec4e208227e8a220234b21cc764d25dac48ac9f.gz

[2d22ecb | Thu Apr 19 02:26:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move out SpecWrap to spec/helper/wrap and add a little fix to commonize

    darcs-hash:20070419042626-40155-ae4d5c61fdd58141520f19cae21bc23cfd92e03d.gz

[1b234b5 | Thu Apr 19 06:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing tutorial and examples/element

    darcs-hash:20070419084508-40155-8f3541a54d9d69e26dfba1817100db39a5920737.gz

[17b1efd | Thu Apr 19 06:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Element doesn't use @hash anymore, instead the keys are set to instance-variables directly, please take car, this causes breakage

    darcs-hash:20070419084019-40155-031e10dafc920ac0ace1120241c8f4749b43668c.gz

[b981d0f | Wed Apr 18 07:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * total restructure of spec

    darcs-hash:20070418090657-40155-b581377ab4c69b241f7a5c0cff6b6d898fdcdc49.gz

[e8b9be4 | Tue Apr 17 11:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the rescue Object from tool/localize

    darcs-hash:20070417130501-40155-5c8e383b2bd0c7db05bf77ddc02848d291f40919.gz

[0301346 | Tue Apr 17 11:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rename Global.inform to Global.informer to respect what class it is pointing to

    darcs-hash:20070417130340-40155-dd9b986439ffdf3691e6f2a6f63b07d5cf78e188.gz

[14cd617 | Tue Apr 17 11:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add backtrace to Informer#error again

    darcs-hash:20070417130030-40155-d4dbb92008d44833797bf9d0d488b729079ade99.gz

[5635813 | Tue Apr 17 10:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding readme_chunks/internals.txt

    darcs-hash:20070417125604-40155-001ecb98d3ccad7683a915ea0b18e33f3b9b68a6.gz

[7ffc458 | Tue Apr 17 03:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update configuration.txt and remove useless :cache_actions from Global

    darcs-hash:20070417055401-40155-155160b9c47ba03cdfd1366ce054299dd32f626e.gz

[ac70253 | Mon Apr 16 12:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add doc/readme_chunks/configuration.txt - just a first draft and to be completed

    darcs-hash:20070416140503-40155-12f56ba89013dd5bf778eeb921141e312b548b32.gz

[82b8f1f | Mon Apr 16 12:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding implementation and specs for tool/localize (we _need_ docs for that)

    darcs-hash:20070416140312-40155-7b0313efc0a97fae60908de9cd0e23930a71dc6e.gz

[bf1f626 | Mon Apr 16 12:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a couple of fixes and adding missing stuff to Global

    darcs-hash:20070416140115-40155-2334da64e64f5c74b530185eaeb6d43ae72207f6.gz

[1cd293a | Sun Apr 15 09:01:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Logger fixes

    darcs-hash:20070415110150-21a65-fc0ddc6865742206a4500b86b3aa60d0a8210ee8.gz

[b542817 | Sat Apr 14 20:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * define $context_runner

    darcs-hash:20070414220727-40155-a961a2d978623943eaac3c5431e05cc4cb35c408.gz

[227599e | Sat Apr 14 20:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * getting rid of warnings in SimpleHTTP

    darcs-hash:20070414220555-40155-078ac40922b9ce25437144ef0a642dae425c9e42.gz

[8d7f26a | Sat Apr 14 20:02:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't define #get twice in the spec requester

    darcs-hash:20070414220223-40155-6479974c5d6a456b17e4443f070fa8c75865272c.gz

[3ef3471 | Sat Apr 14 20:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * get rid of the warning about redefinition of aquire

    darcs-hash:20070414220052-40155-79a73f4972caf591a6cbbc635cac6b9c75c8993e.gz

[a53ebd6 | Sat Apr 14 19:59:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * get rid of the redefinition of #each... do an actual check first (for 1.9)

    darcs-hash:20070414215947-40155-8bc7b2fe5cf406ea1c5c9d15f36bed4404155cf8.gz

[47f7862 | Sat Apr 14 19:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * huge refactoring of the Inform system for better configurability, this changes lots of small things in lots of places, but nothing too invasive

    darcs-hash:20070414215652-40155-996856efca247550714ed0aa06619f8e46d961f7.gz

[9948c97 | Sat Apr 14 19:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adapt error.zmr to new inform system

    darcs-hash:20070414215528-40155-1ec1635f42166326f9e2cc2b96e445d5909701fb.gz

[299915c | Thu Apr 12 23:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add support for nested params

    darcs-hash:20070413015734-40155-ad7c04f4611906e2df360874ab7cf7aeb2b3995c.gz

[d0a557a | Thu Apr 12 23:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * pass $: as -I over in spec_all

    darcs-hash:20070413014326-40155-a180a32f90ea755ec8aed092201aff36584978b9.gz

[66b62b1 | Thu Apr 12 23:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * GlobalInformer Inform in the og-gulper

    darcs-hash:20070413014059-40155-b35b3871167af9105d7f6e2c04fa9abdf339d88e.gz

[96876ff | Mon Apr 09 07:33:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add systemu to optional dependencies

    darcs-hash:20070409093338-40155-0659e436348670b2864c21b152fa43bd5c80ab2a.gz

[e9e083f | Mon Apr 09 07:27:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better implementation of String#each (for 1.9 only)

    darcs-hash:20070409092724-40155-40941076e03e319b71f380da5d4651cf7f084324.gz

[3fcb152 | Thu Apr 12 09:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Informer => Inform

    darcs-hash:20070412112204-40155-251dad81eb6ae90279f0f92c8c08960c102387df.gz

[2c2eae6 | Wed Apr 11 08:26:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * brand new controller lookup on startup - use YourController.mapping to get its mapping :)

    darcs-hash:20070411102623-40155-10c59dddb8168cd554382d1cd00e54bb1721b06a.gz

[91192f2 | Wed Apr 11 07:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing (c)

    darcs-hash:20070411094059-40155-01a326de094998d861e6efa9565071593ba1c071.gz

[fedba86 | Wed Apr 11 07:38:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing logger.rb by adding Informer

    darcs-hash:20070411093803-40155-faf661efdeff8547608475e9bcd3102fd42870b3.gz

[0359cad | Wed Apr 11 06:42:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * add missing logger.rb for informer change

    darcs-hash:20070411084209-21a65-f1f891bff21f0028f50f528881ca603641632578.gz

[1f54857 | Wed Apr 11 06:25:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * Make logger configurable

    Included loggers:
    * GlobalInformer (standard)
    * Analogger [Kirk Haines]
    * Syslog
    
    darcs-hash:20070411082526-21a65-5c36abb750f8e5f2f1d72e22e8901457396f89c5.gz

[10323eb | Wed Apr 11 03:26:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * filter for Dispatcher::Action

    darcs-hash:20070411052608-40155-9dbbc96896b5ca0c0a120386ca621fd02b7c570b.gz

[5218f52 | Wed Apr 11 03:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * new implementation of autoreload, not in usage yet, but it should boost performance and reliability (and avoid the awkward double-thread

    darcs-hash:20070411052344-40155-7a4f2ee6a03dd303c7e8c8f9e72b6cafc42535c0.gz

[d37b124 | Wed Apr 11 02:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * replace the aquire with a verbose way... snippets were not added to the $:/$"

    darcs-hash:20070411042231-40155-0c84add3d9e73e963db1e43eff52934538ad9499.gz

[0536dbc | Wed Apr 11 02:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * extending Global for setting and add a trait-link to tidy

    darcs-hash:20070411040349-40155-2411d892590f0679c8e1fa77d144a54f3f6538a8.gz

[a217ad3 | Wed Apr 11 02:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better implementation of tidy... only use it for debugging, it's leaking memory

    darcs-hash:20070411040129-40155-26f1fbfcd1324920c016f87e731a95d17d855236.gz

[d220616 | Wed Apr 11 01:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the post_dispatch from Dispatcher

    darcs-hash:20070411035852-40155-c9a583d19ea677c193fda955b3e9654f6083c9c1.gz

[d1aed86 | Tue Apr 10 02:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a couple of changes in Global, we can now collect the traits inside Global transparently (finally modular configuration)

    darcs-hash:20070410045808-40155-94578d3aaaaf3ef114bdae8d49928ca024f58d2f.gz

[f885b22 | Mon Apr 09 13:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * use class-methods instead of instantination in the Dispatcher for speed

    darcs-hash:20070409155720-40155-601998e21f3a621d2ca29c1f70399d78e091a527.gz

[e5fbdac | Mon Apr 09 10:25:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * extremly brutal refactoring of Dispatcher, it lacks a bit of elegance right now, but it is the right way

    darcs-hash:20070409122549-40155-ca1a3568a42446623808a1e44851ce697c139d4e.gz

[2aeb0b2 | Mon Apr 09 06:59:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a couple of small changes for compatibility with 1.9

    darcs-hash:20070409085952-40155-310e19b9de6fc64fdfc79f4d2dbd5042daa22463.gz

[9458821 | Mon Apr 09 05:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small refactoring for Inform#error

    darcs-hash:20070409071133-40155-515196e33e247ee5cf24e181faa309d43d828834.gz

[81330c6 | Mon Apr 09 06:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small fixes for YARV

    darcs-hash:20070409080040-40155-4e8d09d1cba0cff97dd241a2b003da730054df2b.gz

[b8eb8a8 | Sun Apr 08 19:36:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * exitstatus 0/1 for spec_all so the darcs hook can see if it's passing - finally automated recording-joy :)

    darcs-hash:20070408213611-40155-5cac76a4b4e08a83597f57157f3cf4951dde832a.gz

[c492d3c | Sun Apr 08 08:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing flash for memcached

    darcs-hash:20070408101103-40155-72dcad338e6f1114baa199163fc14c0c54a66f82.gz

[4cc8ea0 | Sun Apr 08 08:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add rake patchstat

    darcs-hash:20070408101048-40155-bfe99092f79eb56c03b0f9deada020bb6492ae6e.gz

[15c7c67 | Sat Apr 07 15:33:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * allow request[:foo] to access request.params['foo']

    darcs-hash:20070407173323-40155-b09e5eaeedae66b5267660a85ebde431ea857e82.gz

[0f2c363 | Fri Apr 06 14:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add Inform::warn

    darcs-hash:20070406162410-40155-4dc863adefdc5da82f1fd2c4eeedc9d2a34be7a5.gz

[bd3a884 | Fri Apr 06 14:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * check the template-dir mapping on startup for each controller

    darcs-hash:20070406162338-40155-c4bf6d3c9eec52318b335bec78225584710783aa.gz

[6f409d9 | Fri Apr 06 13:30:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a bit more elaborate but much safer handling of exceptions in Ezamar

    darcs-hash:20070406153029-40155-1fc36143b7a078e39991b41b1efd318238b834fc.gz

[af2520a | Thu Apr 05 13:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * experiments in adapter.rb - please review

    darcs-hash:20070405152403-40155-a3be007b6f4b91dd93e7c606d8d93869504cf902.gz

[13f0446 | Thu Apr 05 13:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * refactor of request/response/dispatcher/adapter (be careful, tidy broke)

    darcs-hash:20070405152258-40155-6a30d0c3c01f08c3d05b40943b33740c9fe6aea1.gz

[ab250af | Thu Apr 05 03:19:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little cleanup

    darcs-hash:20070405051920-40155-f6b8a70d2bc94812f3047b69c3b131454f0e0e3c.gz

[c9f1a54 | Thu Apr 05 17:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better error-reporting for usual NoMethodError in controller/template

    darcs-hash:20070405190652-40155-c0cc5fbebb7eea5bfbf055c040e3d854958468e0.gz

[495d12c | Wed Apr 04 12:51:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * use normal blocks instead of Symbol#to_proc, there was some weird error in Informer#debug

    darcs-hash:20070404145114-40155-7819b321919102f69785bbd8057cde3008af9ce5.gz

[5fff06a | Wed Apr 04 12:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the usage of meth_debug, replacing it with normal debug

    darcs-hash:20070404145054-40155-1ec5ec3e1d3237ba8819776a0deec3703d4d8aa1.gz

[fbe716f | Wed Apr 04 12:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add helper/inform

    darcs-hash:20070404144624-40155-835238984c18054ddd297a486ec5a0bff2b84165.gz

[39a7d6a | Wed Apr 04 02:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * yet another possible refactor of Inform, thinking about just using Informer instead, the modules functionality is not used anywhere.

    darcs-hash:20070404042122-40155-0cf8a4edd4a18c8d47b1643b2551cb3f2749afa4.gz

[5cd06d7 | Tue Apr 03 14:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding --console and --backtrace as startup-options for the bin/ramaze, improving error-reports for gone-wrong requires on startup

    darcs-hash:20070403163937-40155-d5d704de6a5b98be307883582899b2d5a9cd9299.gz

[dd5d962 | Tue Apr 03 10:13:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update doc/TODO

    darcs-hash:20070403121319-40155-be983c7cc7979c69f9ab462000d6853f1fd1d729.gz

[561c96c | Tue Apr 03 10:12:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix rake task todolist

    darcs-hash:20070403121251-40155-4396fbe127cac3adce6f2384083e7db913c67637.gz

[15f0449 | Tue Apr 03 10:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * huge refactoring of Inform for better handling of colors and nicer code

    darcs-hash:20070403120111-40155-a75a0da7b9d228a51ef71bcfa3f2e80a31a0a6f9.gz

[0b15433 | Tue Apr 03 09:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove some debugging from examples/blog

    darcs-hash:20070403115722-40155-168ff78c413579a486d0fd153ffeb804d67ced47.gz

[da9ec0a | Tue Apr 03 05:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * s/Global/Ramaze::Global in adapter.rb

    darcs-hash:20070403075855-40155-5b2af41b3c41fb6be3878756c814dc090d881feb.gz

[c7899ea | Tue Apr 03 04:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add further colors/styles to snippets/string/color

    darcs-hash:20070403062302-40155-cbbdd9f7c2dd1540de4a86ca6e8f0569eafb0676.gz

[f4d7551 | Tue Apr 03 04:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * avoid warning on reload of Inform / don't define Informer twice

    darcs-hash:20070403062235-40155-0171318323cadc5c8f91d6b1f4415b4dd6fd34a9.gz

[ceb2b3b | Tue Apr 03 04:17:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * added simple colorizer for Inform - can be activated by Global.inform_color = true / added String#red/yellow/green to snippets/String/color

    darcs-hash:20070403061742-40155-c63dd416f95a6d9bc29a8af3cf7f65c82ab13d6a.gz

[dfdadca | Tue Apr 03 04:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * restoring and improving functionality of Tool::Tidy, you can now output tidy HTML by setting Global.tidy = true | added ability to change the options and paths, no `locate` anymore

    darcs-hash:20070403061454-40155-44f4d92803dc984fa86b8fd95aec83e3f27edbf4.gz

[0bb6265 | Sun Apr 01 13:31:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * 0.0.9

    darcs-hash:20070401153145-40155-fe77fd1aff227d681425992c7227dedd83dcca5b.gz

[e306bdf | Sun Apr 01 13:31:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing (c)

    darcs-hash:20070401153128-40155-a45427a0657b0c2785181d1b055fac1e6520cf87.gz

[f1fbfb7 | Sun Apr 01 08:14:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * beautify code block css in tutorial

    darcs-hash:20070401101436-21a65-b2be32e7fd4684dfc85817a858a3c6007b9296cf.gz

[29c40a5 | Sun Apr 01 07:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * typos, proper encoding and doctype for the tutorial

    darcs-hash:20070401093920-40155-ab0dd84de061114abffc4e1d8e8e4784a9e73507.gz

[dd4583a | Sun Apr 01 07:15:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add tutorial/todolist.html

    darcs-hash:20070401091555-40155-cc71689ad3621d04b59daf0a3054cd075d74ef42.gz

[dd24a92 | Sun Apr 01 07:15:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update tutorial/todolist - bluecloth instead of rdoc

    darcs-hash:20070401091531-40155-d2032c940e9b8e4a610ff02aa3715c6ea8403bba.gz

[0aaed51 | Sun Apr 01 07:15:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update the principles chunk

    darcs-hash:20070401091509-40155-879eb9fcc7c1d833adf08f29af4f0e3b31a91bd3.gz

[218b6db | Sun Apr 01 07:13:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add a tutorial2html to the rakefile

    darcs-hash:20070401091334-40155-672938cd516dca3c6a9b2109b4a036c3eeac75dd.gz

[c36cc97 | Fri Mar 30 14:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * close all inform_to on exit

    darcs-hash:20070330165536-40155-06bf1d68f15605f5baa4a564ea60230edf0a29d8.gz

[f635602 | Fri Mar 30 11:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the ramaze call in the two failing specs

    darcs-hash:20070330132329-40155-a745c8cae840f96b5d52f530098bdca9ea9d64ca.gz

[33ecce9 | Fri Mar 30 11:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * define a new Request#fullpath (in latest rack, not yet released)

    darcs-hash:20070330132255-40155-a451c20d7962745730d6d6dddb9e1a6ebd905c94.gz

[a6bfd96 | Fri Mar 30 10:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improving spec_all further, correct align of errors and information when a spec yields no usable output

    darcs-hash:20070330125457-40155-0889d73ed78e8191ad82a7f1a9d1ef70e1eea3c8.gz

[8446ce1 | Fri Mar 30 10:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * change default in spec_helper to webrick instead of mongrel

    darcs-hash:20070330124028-40155-c2019dac4d82bcaec5012461ae724b5167b4e4f7.gz

[a6f8860 | Fri Mar 30 10:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add attempt to require rubygems to spec_all

    darcs-hash:20070330122403-40155-80768f084f1867648a7b290accff7a04673782d4.gz

[e167710 | Fri Mar 30 10:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add the spec/public/error404.xhtml and adapt the tc_error, static error-pages are now definetly working

    darcs-hash:20070330120813-40155-f7a5c03345c7e57a4fdd11b90d227a1c166a1039.gz

[05dc235 | Fri Mar 30 10:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * replace Term::ANSIColor and the stubs with a small actual implementation

    darcs-hash:20070330120659-40155-fde6dc52cb6920d740f32341be5a7b8245e7756e.gz

[fc00393 | Fri Mar 30 09:36:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * allow multiple 'pipes' for Global.inform_to, just give it an array (backwards-compatible)

    darcs-hash:20070330113611-40155-3d9bf911089bf33bd180f1bc73340ae904def1cb.gz

[4f7ee22 | Fri Mar 30 09:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * updating tc_error

    darcs-hash:20070330113559-40155-44933c332c8b8f87936783104ce0ae920737669c.gz

[9b8aed1 | Fri Mar 30 09:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * getting rid of a warning about redefining Traits

    darcs-hash:20070330113528-40155-3e21de015a73991a36a5215594ee2e8224107d3e.gz

[06f89c7 | Fri Mar 30 09:34:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Sanitizing error-handling for non-existant static error-page

    darcs-hash:20070330113444-40155-24cf5b7aba6066f0a9cfab62cdc4937f942ac542.gz

[8f89058 | Thu Mar 29 12:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing Inform, it did wrong matching for $stderr/$stdout

    darcs-hash:20070329143924-40155-0137a9ece15d0d1da69db2ade1e1e60b2cbf4c3c.gz

[37ec82f | Mon Mar 26 12:25:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add example for nitroform

    darcs-hash:20070326142525-40155-c0a28f83beebc61526a513f4aba6a336549fa71a.gz

[01a5821 | Mon Mar 26 12:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add a first stub for helper/nitroform - there seem to be some odd problems

    darcs-hash:20070326142458-40155-9da50e4b22ccaac24c45e14bc969da89e5f45200.gz

[01975df | Mon Mar 26 12:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't raise when we can't find the file wanted by caller_lines

    darcs-hash:20070326142352-40155-a78137dd9324a8bf955d67df2b8b98089e727221.gz

[44213a6 | Sat Mar 24 15:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix Kernel#aquire (by lasso)

    darcs-hash:20070324160301-40155-a7afda8bb6dd08a8f4c59f1082a52248bc26cf9d.gz

[0722510 | Fri Mar 23 19:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improve handling of missing actions, now raising NoActionError

    darcs-hash:20070323200645-40155-f74e220186e1c57c84d1e01e099dce8fbfc6d82c.gz

[69881cc | Thu Mar 22 20:16:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix serving static files on windows (hopefully)

    darcs-hash:20070322211618-40155-4d08cf03103ceb9f71e00c902c4c4972cb671d51.gz

[dd8270e | Thu Mar 22 03:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the useless _openid_consumer_service from the session afterwards

    darcs-hash:20070322040926-40155-a2f14910174cb3f416aae1f0faa6292bfcd203cc.gz

[f630397 | Thu Mar 22 03:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add examples/identity

    darcs-hash:20070322040912-40155-6074055aeb09f18d8b35abe250b4bd21eb3e5121.gz

[0875147 | Thu Mar 22 03:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing IdentityHelper so that it works

    darcs-hash:20070322040012-40155-71ff57be5f92f199fb1e85d4e20d24f93e435c42.gz

[03e3f14 | Thu Mar 22 02:59:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move helper/openid to helper/identity

    darcs-hash:20070322035945-40155-44e55987147a05b7bae20c4b8b6731f0a6250b8e.gz

[1d7d15d | Wed Mar 21 02:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add ::create_with(hash) to store/yaml

    darcs-hash:20070321031122-40155-a0bd6b7a113ae119b38058cd4133abdf34152326.gz

[36007c6 | Wed Mar 21 02:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * show the real error from Template::Ezamar

    darcs-hash:20070321031102-40155-af59b19d58c23c16ce9571eb7a90d1b155b9bb97.gz

[f85c29e | Wed Mar 21 02:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * make the error parsing a lot more robust and fault-tolerant

    darcs-hash:20070321031021-40155-2f4dfd7487bdebb69044b29687f7a5d3219bb236.gz

[3829a3b | Tue Mar 20 12:51:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adapt Controller#error for the new caller_lines/caller_info

    darcs-hash:20070320135106-40155-8a50e91fa6d5fdd3b06cdd00959319f6cb7dc075.gz

[3eac415 | Tue Mar 20 12:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * extracting caller_lines and put it into snippets/kernel/caller_lines - also small fixes in caller_info

    darcs-hash:20070320135026-40155-3fd4ee08967f2e038da72f51d02613fafda7a5c1.gz

[b5128e9 | Tue Mar 20 12:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small changes in Method#name

    darcs-hash:20070320135010-40155-9fea1c1383b8b8e03a8306633aeecc75b4c6b493.gz

[5bc5789 | Tue Mar 20 12:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move snippets/kernel/caller_lines to snippets/ramaze/caller_lines

    darcs-hash:20070320134848-40155-bb4355be2ef11bc296cfc8fa22d686e98205c4c4.gz

[bf8019c | Tue Mar 20 12:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing problematic error response in dispatcher

    darcs-hash:20070320134757-40155-cd961d5d61e156dfa00486452b3d3873289a953c.gz

[dcb506c | Tue Mar 20 12:12:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove Kernel#silently

    darcs-hash:20070320131208-40155-016c1361cc8aab57b116806c7657564a649f7c6a.gz

[86340a5 | Tue Mar 20 12:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * require pp before patching pretty_inspect

    darcs-hash:20070320131034-40155-ef2fc2b756c8ce138ee5be2029f74b8e0ac35f6c.gz

[9fc3114 | Tue Mar 20 12:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move Method#name from snippets/kernel/method to snippets/method/name

    darcs-hash:20070320131001-40155-4ece13ad7359349420244182705da0f3b3e47131.gz

[ac82206 | Tue Mar 20 12:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove Thread#dead?

    darcs-hash:20070320130930-40155-5cdf04dfb6c1a029c903ea00a2e8dfb608c8071b.gz

[1ecaaf0 | Tue Mar 20 12:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove snippets/kernel/rescue_require

    darcs-hash:20070320130916-40155-2ad0b7b47202f37bcbad73876ae50c2caa7a8d74.gz

[f03a33b | Tue Mar 20 12:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move snippets/kernel/self_method => snippets/kernel/method

    darcs-hash:20070320130839-40155-f63358b2d719e89d4ca5ac33ef3b6a139f7048b2.gz

[ab4e603 | Tue Mar 20 12:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix Rakefile so that it produces good gems again

    darcs-hash:20070320130813-40155-8ce5fe0e2eaa01cbfff240dc351bda477bdaa433.gz

[456705e | Tue Mar 20 12:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * move snippets/kernel/autoreload => snippets/ramaze/autoreload

    darcs-hash:20070320130716-40155-033302aa5bd8a02cc64782af766904f0e0de9c47.gz

[0e7f949 | Tue Mar 20 08:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't R() the passed params to redirect and update docs

    darcs-hash:20070320094640-40155-a92f27451a887e8e17a2498f371cea701be27c31.gz

[584f315 | Tue Mar 20 07:29:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update tc_helper_redirect

    darcs-hash:20070320082947-40155-eb82c29769b564416515213a04e0b2e29fef98a4.gz

[80882c8 | Tue Mar 20 07:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better information about errors in templates

    darcs-hash:20070320080858-40155-0c062c4f0ef795ffae130259df4d84e0b441783b.gz

[1395b77 | Tue Mar 20 07:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better handling of redirections, you can now catch(:redirect){ another_action } to prevent redirection from that path of execution

    darcs-hash:20070320080757-40155-81446504cf29ba234d5060c68ef9d2b77696884e.gz

[055a621 | Tue Mar 20 07:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * typo

    darcs-hash:20070320080724-40155-9fa72affce33f60cebae714f3f6eb90de22c014a.gz

[dd36c63 | Tue Mar 20 05:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * support custom status-code in redirect and do R() automatically on the params

    darcs-hash:20070320065312-40155-bfc7e7953bab340391880f84c07d7b753cd1388b.gz

[3da317c | Tue Mar 20 05:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update Rakefile

    darcs-hash:20070320064319-40155-7ac2193a77442db7d5dbb194b7c03e26650aeb4a.gz

[180cbe2 | Tue Mar 20 05:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add (c) to OpenidHelper

    darcs-hash:20070320062335-40155-4d924e1ed022156b7ccdb03b044258cbd25d5589.gz

[fed9d3b | Tue Mar 20 05:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update README

    darcs-hash:20070320062305-40155-c5081d1c54790d7c084c06163f1f72729262b42d.gz

[3d02a08 | Mon Mar 19 06:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update examples/todolist

    darcs-hash:20070319072101-40155-5b239db302340c39d92230a99c288457a4c95b63.gz

[2078a47 | Mon Mar 19 06:20:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update tutorial

    darcs-hash:20070319072042-40155-e3d23177820bf496d1b2634cf65b8b3fd240fc7a.gz

[55c99e9 | Mon Mar 19 05:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small improvment to template/ezamar makes methodless actions work again.

    darcs-hash:20070319065841-40155-e4f9a56a8a34448cce64e809fd6dc60e791cd633.gz

[bba7095 | Mon Mar 19 05:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove helper/template_map

    darcs-hash:20070319064514-40155-0a5d1842598378f40096871421f005c5eaf109a5.gz

[75d3b28 | Mon Mar 19 05:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update feature-list

    darcs-hash:20070319064459-40155-25379c563b881322c8f5ec76a2ab51db567a2867.gz

[d91d4b1 | Mon Mar 19 02:03:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add a Rs method to LinkHelper to make the usual R(self, :foo) stuff into Rs(:foo) and update the tc_helper_stack

    darcs-hash:20070319030324-40155-661eb80f2fa03786b9bfd26061c6fd617bd7e4e9.gz

[cb99c5b | Sun Mar 18 22:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add first implementation of OpenidHelper (yet untested)

    darcs-hash:20070318231457-40155-a43abc27457633cd67ef27a50e7a3553f837ae2a.gz

[64b01d2 | Sun Mar 18 21:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix tc_helper_redirect

    darcs-hash:20070318225838-40155-09f950fe33264ee80b6b0871e72efd2485ea4f6b.gz

[76041c1 | Sat Mar 17 12:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * 0.0.8 as version

    darcs-hash:20070317130925-40155-f5c9620baf707ceaf8bc57a50b2c68459c27c9ab.gz

[f585184 | Sat Mar 17 12:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * alias referrer referer

    darcs-hash:20070317130916-40155-d8ef5a588cd97d076bb717fc7b0693305a6a730b.gz

[85d9638 | Fri Mar 16 09:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * document CacheHelper

    darcs-hash:20070316104740-40155-3ff30184b5b689c6e22b4962078ddc5f579ff644.gz

[7325f95 | Fri Mar 16 09:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * document FlashHelper

    darcs-hash:20070316103920-40155-e334e55a228d23de21063942312cb4e6cc35398b.gz

[77c456f | Fri Mar 16 09:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * cleanup and docs for Ramaze::Request (add values_at for quick params-retrieval)

    darcs-hash:20070316102434-40155-2a22843ef37c72c12d202ccfb69c6a268925bc1a.gz

[d6a26e6 | Fri Mar 16 09:16:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * some cleanup and documentation for Trinity::Session, it also got a trait[:finalize] as a pipeline of what to do on finalize (finalize_flash only atm)

    darcs-hash:20070316101618-40155-14ab729d5f58a46875ceef6d1f2096d1d63ccc9c.gz

[0d900e4 | Thu Mar 15 09:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't escape the @title of an error twice

    darcs-hash:20070315102134-40155-7fdda18c58f344cee4d2de08f00b31928dc2ab13.gz

[55ccfa5 | Fri Mar 16 06:17:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * less agressive redirect in R/link

    darcs-hash:20070316071745-40155-a5b8aeeae3f85fa55b0fe2657366292e1f13101f.gz

[d0c5566 | Thu Mar 15 04:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * proper inspect in the error-page and adding inspect/pretty_inspect to Global

    darcs-hash:20070315055733-40155-eaf081b3aef7c7490341f117356e1a60d62ccecb.gz

[f653234 | Wed Mar 14 13:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * newline :)

    darcs-hash:20070314140907-40155-834a53cd0f54dbbcac9c04d3bc161c8317994438.gz

[93a29e1 | Wed Mar 14 11:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * checking all the caches in tc_session

    darcs-hash:20070314124425-40155-df44d33a0d214df6be46ab58bda7b6fc3fdbda41.gz

[324f4f3 | Wed Mar 14 11:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * nicer output of specs of helper_auth and tc_session

    darcs-hash:20070314124359-40155-5432b1df6d9a8610e73f28a71bd9b1d82d2b75f1.gz

[abe4a1f | Wed Mar 14 11:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * reimplement Trinity::Session

    darcs-hash:20070314124339-40155-39f71216e622360356761bce0ff867c085c59c7f.gz

[127df0d | Wed Mar 14 11:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the caller_lines bug

    darcs-hash:20070314124258-40155-a53084b86c0715791f934716ce1ef0133dd88b7b.gz

[6600bbb | Wed Mar 14 11:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * no rescue in StackHelper anymore

    darcs-hash:20070314124244-40155-6c5d2362aab005bb89a26212c0647575110a9a6a.gz

[4e11d24 | Wed Mar 14 11:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small fix in yaml_store

    darcs-hash:20070314124232-40155-6333576479886df3920d8b5b45b69a6463d95186.gz

[29fdd54 | Wed Mar 14 11:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small nicety in examples/simple

    darcs-hash:20070314124220-40155-efc637b322aa43388fc5bc5c03eda07c3dc3ab14.gz

[f4e1043 | Wed Mar 14 05:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add 'stubs' for CGI and FastCGI - they are not tested at all yet, suggestions for specs welcome

    darcs-hash:20070314064530-40155-c023b94c0c2a8a5ff86959b723d0573f732fe573.gz

[49b26aa | Wed Mar 14 05:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the actionview_stub from HAML, it's not needed with HAML 1.5 (make sure you upgrade though)

    darcs-hash:20070314064442-40155-62913be79152ad9cfb60e9fb4e91ccfb7b02cbb0.gz

[fec2947 | Tue Mar 13 09:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the ezamar-'feature' ;)

    darcs-hash:20070313105043-40155-0e3ce1a2e432d56ac7bdc88e884de8395a5d9246.gz

[b888563 | Tue Mar 13 09:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * speed up the ezamar-spec a bit and proper errors for markaby

    darcs-hash:20070313104214-40155-d0673e2f38a6e335b293ced79ce98e6f86965afa.gz

[f07574c | Sat Mar 10 17:19:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * deleting entities in Store::YAML

    darcs-hash:20070310181905-40155-8009ac74ac95b29807df48e0db4d23b6aedc4ca2.gz

[7a8d9ae | Sat Mar 10 17:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * possibility to #{render} in your controller/templates

    darcs-hash:20070310180710-40155-f879c9c6117e437a0862b27294a1223e45160a7a.gz

[ce56b1d | Sat Mar 10 15:25:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * escape the title of the error-page to show classes properly

    darcs-hash:20070310162515-40155-e5b3bf39a2d7fda19b067c9aede2b9b7ede182dd.gz

[34a65fc | Sat Mar 10 14:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small improvments to bin/ramaze - output of version and better info when there is nothing to start

    darcs-hash:20070310150838-40155-17330bc545d95661f566432a689365b61ff77eac.gz

[6022d86 | Tue Mar 13 03:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small improvment in custom_template selection

    darcs-hash:20070313044623-40155-62adee8fd8b3e902270f2f7fa63d017707233234.gz

[834443a | Mon Mar 12 12:41:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove debugging-statements

    darcs-hash:20070312134155-40155-3f734d8cee5f919b8a3478cb4b445c5ae35299be.gz

[5331974 | Mon Mar 12 10:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * better error-reports from Ezamars transformation

    darcs-hash:20070312115347-40155-3eeab99c2c1ebdc9a2df18e8e76a95ab7a348f17.gz

[edf08fc | Mon Mar 12 10:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * no more errors about #debug? missing from WEBrick

    darcs-hash:20070312115331-40155-b909c2b66c14787cf3029f6a81b85e6c27320732.gz

[249d079 | Mon Mar 12 10:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improved error-page (minor fixes)

    darcs-hash:20070312115307-40155-578164c4c0ce9586fae25c98b6b5e7c9689e3065.gz

[45d6531 | Mon Mar 12 10:52:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the ezamar example

    darcs-hash:20070312115218-40155-c7f5a5886d5abc7fad0fe4d7acd9e4dc29a4a0f5.gz

[43520c4 | Fri Mar 09 11:15:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing spec_all to report the real number of failed specs

    darcs-hash:20070309121500-40155-30a0fb65734bc0afa2ddc8168baff72940c00e8e.gz

[8435e40 | Fri Mar 09 11:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * shorter line

    darcs-hash:20070309121434-40155-c2d1f91e85108ab06e6b2c0cdd908f1f69b80e0f.gz

[715abcd | Fri Mar 09 09:25:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't assign a FLASH_PREVIOUS when we don't need to (also add a (c) to pretty_inspect)

    darcs-hash:20070309102503-40155-fc7f7eca9d24a9ecb92861f11d7be7da3341829f.gz

[fe71d13 | Fri Mar 09 09:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing FlashHelper (with a new SessionFlash in trinity/session) put the new specs into the old tc_helper_flash

    darcs-hash:20070309100855-40155-09400be6f382e5b749179b4ceb0f6e8149d53774.gz

[f0c1347 | Thu Mar 08 12:36:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * spec for flash, template finding fix

    * trait :foo_template => :bar__foo did break
    * added spec for flash, no fix
    
    darcs-hash:20070308133604-21a65-7cd7c17ab4b89e7ad1bd93ac481cf0603bec1dc5.gz

[55bd4ef | Thu Mar 08 01:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * relax arity-sensitivity, it's impossbile to get right and shouldn't block correct parameter-sets

    darcs-hash:20070308020722-40155-0eaf04dcef5f61957c457785b698bc3a697eb05c.gz

[59c1852 | Wed Mar 07 13:16:00 UTC 2007] Jonathan Buch <jo@helloit.fi>

  * More specs for params

    darcs-hash:20070307141601-21a65-7cb3a9d4560f67971b61520117aaec05030dd557.gz

[080873d | Wed Mar 07 13:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add fallback for pretty_inspect

    darcs-hash:20070307141117-40155-ca9c0dcd0a0eecfaa7e0a569ed42003f77cf7a73.gz

[673212d | Tue Mar 06 21:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing session-problem plus the specs

    darcs-hash:20070306220132-40155-cecd5e90eecf41f417cc8456ca34398bddb1c3dc.gz

[001e694 | Tue Mar 06 10:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the flash_id

    darcs-hash:20070306115716-40155-84d8b111f741ffc423fb1b9be4cbb035a8b2b9ae.gz

[bca935e | Tue Mar 06 10:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * informing you about missing elements

    darcs-hash:20070306110913-40155-c8058a080e7d2fd2453a830a2327634d747ee140.gz

[09fd150 | Mon Mar 05 21:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add rack in the tc_dependencies

    darcs-hash:20070305221005-40155-2407cbacc4ad2ce525013593d68da0abc5bec623.gz

[34b7d5f | Mon Mar 05 12:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * new custom error-handling, tell me your exception and i tell you where you land

    darcs-hash:20070305134806-40155-5c2913122c1a3ce1ff1ec9632ebba3c3d0784796.gz

[8d089e9 | Mon Mar 05 12:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * temporarily add Helper to Element

    darcs-hash:20070305134405-40155-152e305c20126e89e19748d7640323195d895cf5.gz

[64aef28 | Mon Mar 05 12:12:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * avoid malformed response from the controller

    darcs-hash:20070305131245-40155-7cb4b0f0a048a78be05f7e12d4d0e36284523fd8.gz

[8c33f5b | Mon Mar 05 11:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * specs for FlashHelper

    darcs-hash:20070305124716-40155-850eb5a4ec8748c3d9e0b53494445bf2ffa7421c.gz

[d24f1a7 | Mon Mar 05 11:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add ability to delete specific key from session

    darcs-hash:20070305124705-40155-f93c12bc978abb45f4e958af67bdd9f72322f579.gz

[ea25349 | Mon Mar 05 11:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improve error-handling in Template::Ezamar

    darcs-hash:20070305124655-40155-7144746c187bc2c70a16160971c14f2ddca35cf7.gz

[759f488 | Mon Mar 05 11:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add FlashHelper

    darcs-hash:20070305124646-40155-68084c14551e938ae5e7b1bd333ef9e01aa7c49c.gz

[61ed40f | Mon Mar 05 08:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * updating some readme chunks

    darcs-hash:20070305095341-40155-6c775b6fc908399b7460c21ae4c921c85f643a5d.gz

[c97f0a2 | Sun Mar 04 12:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * handle the case when there are no controllers...

    darcs-hash:20070304135311-40155-8ebe25db8e1d18a185d750bda6503c79eb1923c3.gz

[38760d1 | Sun Mar 04 11:18:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove setup.rb since i don't provide any support for it.

    darcs-hash:20070304121836-40155-b5788215ad1b68ab932face972c4a2bd747d52fe.gz

[980b312 | Sun Mar 04 11:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update Rakefile (dependencies and some tasks)

    darcs-hash:20070304120537-40155-f65af374ea26c5d8a5c40e45a414b9ba6fb11fdb.gz

[3da14cf | Sun Mar 04 11:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * change the require for rack, make sure you got the gem installed or it's in your path (or required already)

    darcs-hash:20070304120119-40155-c22a25c0033ebae4034a2ba285b697b72096a50d.gz

[e840917 | Sun Mar 04 11:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove vendor/rack since rack has its release out now

    darcs-hash:20070304120103-40155-5bfcd56d36bfe8e38d1181bb6e8e8eb7ad7a694b.gz

[6871b36 | Fri Mar 02 18:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * controller has to respond to :render

    darcs-hash:20070302193551-40155-053e0aff70718844740d2da31e6481f8fa749269.gz

[bbf8127 | Fri Mar 02 18:35:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix lookup for the cache

    darcs-hash:20070302193507-40155-489a002083deaf8fde41358e756da5751d88a23d.gz

[b3bbc00 | Fri Mar 02 16:38:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improved error-handling, templating-engines take responsibility now

    darcs-hash:20070302173825-40155-5a5d53fbdcc647cb16f7e8b276aaf8403cf355b7.gz

[946e107 | Fri Mar 02 15:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fix docs for examples/hello

    darcs-hash:20070302164838-40155-c5651c1e23005b145e60fca2bab026edc0dac3f3.gz

[2474f84 | Fri Mar 02 07:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * proper namespacing, address everything under Ramaze, don't rely on the user to include Ramaze in the main-namespace

    darcs-hash:20070302084911-40155-d995e6aec3f1a870b5d89728bcd94c28b56faa64.gz

[b9a54f3 | Fri Mar 02 07:18:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing namespace for Informer in adapter/webrick

    darcs-hash:20070302081832-40155-3fa49dbf218ac7e6b465525b6c17dbf941b1d3ce.gz

[4e892e6 | Wed Feb 28 13:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rack snapshot

    darcs-hash:20070228140619-40155-059ee31849cdc02baace86a1e3eb107e84dd63f0.gz

[790174d | Mon Feb 26 13:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * testrunner should work on windows

    darcs-hash:20070226145456-40155-170b6cf8b11ba0daa21c084eacd7b46383d791da.gz

[651e392 | Mon Feb 26 13:13:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * refactoring the filtering in dispatcher to return early results and do nicer error-handling

    darcs-hash:20070226141311-40155-d61bef0f14d87b99c9842503bd2d8ce102b859b0.gz

[4646bc5 | Fri Feb 23 14:16:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * oh phrack, we just require template/ezamar on startup now... no more autorequire-magic :P

    darcs-hash:20070223151610-40155-1b6a497033364fe3fa1a33b131719a2d42319fe4.gz

[7feb550 | Fri Feb 23 08:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * updates to the README

    darcs-hash:20070223094500-40155-38db3530946bbae80e24a9e2793adb0e8ef4d360.gz

[47d742b | Fri Feb 23 03:47:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * making it possible to go without Element in AuthHelper

    darcs-hash:20070223044716-40155-44602b718aaeef7114c3a3de4490a4121b7aaf19.gz

[9bbd0c9 | Fri Feb 23 03:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing references to Element in proto and specs

    darcs-hash:20070223044653-40155-fd40e57e4513ff13db33dc4d71b371e6e5439057.gz

[3454b44 | Fri Feb 23 03:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing references to Element

    darcs-hash:20070223044639-40155-c2d9697cf360a9a3271ddc8e597a89cbf3324163.gz

[da55dfc | Fri Feb 23 03:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Morpher and Element moved into module ::Ezamar - please do now class YourElement < Ezamar::Element - this is part of an ongoing effort to extract Ezamar for broader usage

    darcs-hash:20070223044532-40155-8389875df67c7b75e652464c18910d0d51aa0ecc.gz

[f0a5ad3 | Thu Feb 22 10:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * new doc/README from the chunks

    darcs-hash:20070222115622-40155-a2f9c4dd26d7b68bf9481eaaa5263dd309246908.gz

[01ba8f9 | Thu Feb 22 10:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * proper heading for README

    darcs-hash:20070222115609-40155-30a043fba93ff1409c775e0a145a784922f2c3c6.gz

[4431d11 | Thu Feb 22 10:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * splitting README into seperate files in doc/readme_chunks

    darcs-hash:20070222115525-40155-299dd183790be246fa1914765d30846bfc2fdb51.gz

[421f48e | Thu Feb 22 10:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add rake build-readme to build the README from the chunks in doc/readme_chunks

    darcs-hash:20070222115453-40155-9cde1fdc2b5e0f6adb6c4106fb192aac92fce6f1.gz

[79a5cc4 | Thu Feb 22 10:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the fluff from trinity/response - soon to be removed altogether

    darcs-hash:20070222114553-40155-c9515d5c4c820ab2a532d503ed5f0585269918ab.gz

[62f041f | Thu Feb 22 10:40:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Ramaze::Request => Rack::Request

    darcs-hash:20070222114010-40155-8f910a4ab5f24fda6743e75e317329b79a6de825.gz

[0c8bc06 | Thu Feb 22 10:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * set 404 in Controller#error

    darcs-hash:20070222113957-40155-5e9ad32e916034a0bc67548e6ec8233e1037acff.gz

[0290d05 | Thu Feb 22 10:38:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * proper check for 404 in tc_error

    darcs-hash:20070222113850-40155-4c58a624061d36438ca3078ef819f67e47f04f2b.gz

[6e9085c | Thu Feb 22 04:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adapt the specs to take advantage of Context#story

    darcs-hash:20070222055845-40155-7f9917e21268ce5d3c27a7c47f7ed17c5455361d.gz

[9a5e96f | Thu Feb 22 04:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding Context.new with block or Context#story to provide a way for consecutive requests inside a common context.

    darcs-hash:20070222055747-40155-6000102b26e380e059c2aa44a71ae9f91594c115.gz

[5261746 | Thu Feb 22 04:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * using request_uri instead of path_info for StackHelper to preserve params

    darcs-hash:20070222055720-40155-6762aa4ae50d24fe305e675b85c43077bcf9653e.gz

[1dc5e08 | Wed Feb 21 22:37:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rack snapshot

    darcs-hash:20070221233701-40155-70a7705dedbfeb98467bf058e799727182ea63f5.gz

[8ea855a | Wed Feb 21 07:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing spec/tc_controller

    darcs-hash:20070221085411-40155-91ced6572c9e403337d3d378795a10e8a496c147.gz

[0a88185 | Wed Feb 21 07:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the first-load-problem which was caused by complicated require-procedures.

    darcs-hash:20070221085309-40155-a4cf5b577a6715d756e37f04dca34f659c3a62ba.gz

[4612b57 | Wed Feb 21 07:52:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing examples/todolist

    darcs-hash:20070221085239-40155-2453329905adbed6cc8b5b2cf801a6b7d1136286.gz

[9a02e46 | Wed Feb 21 03:18:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing Global.cookies = false

    darcs-hash:20070221041833-40155-95f13f4a8d031112c42203d3f9482f301a0df9bb.gz

[7533a3a | Wed Feb 21 00:16:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * snapshot rack

    darcs-hash:20070221011649-40155-909962de4b629049fbab79ff31fdb6475e686030.gz

[a1af7ca | Tue Feb 20 09:20:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add doc/GPL

    darcs-hash:20070220102044-40155-8643e48a8173b599fabbb349f7fe33c5b3ff4342.gz

[ebd1ad7 | Tue Feb 20 20:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * support link('/' :class => 'foo', :id => 'bar', :title => 'index')

    darcs-hash:20070220215303-40155-9fcced2cf123d157e97442c94898b1a4cdd0b956.gz

[e5ffc40 | Tue Feb 20 20:52:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * small improvments in examples/whywiki

    darcs-hash:20070220215234-40155-da2444bfcf62c8fe7af4cd98fff4e9a14acc0e6c.gz

[f1ba6ec | Tue Feb 20 20:32:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * extending examples/element a bit

    darcs-hash:20070220213235-40155-16480312231fd6223ebb4cd653cadfe59a7e0841.gz

[6d44024 | Tue Feb 20 20:30:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing examples/caching

    darcs-hash:20070220213012-40155-8c849dd248df529c7076ac5fd53eff19da7e6e68.gz

[5f87a43 | Tue Feb 20 20:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * hopefully fixing the issue of first-load problems

    darcs-hash:20070220212457-40155-c9d05362472c690b8b2c4573dc24cd6deccab52d.gz

[cb5d0ac | Tue Feb 20 20:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add lib/proto to the lookup-paths for static files

    darcs-hash:20070220212100-40155-235f20da4731f5a0919070a378d899a84acc70f8.gz

[a724605 | Tue Feb 20 12:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * snapshot of rack

    darcs-hash:20070220135014-40155-22c49a95aeb6f397a7bf7f0fa967c6c2d6d718ab.gz

[831f46e | Tue Feb 20 12:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing filters, the third

    darcs-hash:20070220134934-40155-4938ab2dbe63d4a3e8fa03794a83f9b41d6844bd.gz

[9aeecc5 | Tue Feb 20 09:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * change order of filter... again

    darcs-hash:20070220100730-40155-10c865b7283807e0266d0b8ee3beac5acc3216c5.gz

[fc9f303 | Tue Feb 20 09:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * change doc/COPYING

    darcs-hash:20070220100612-40155-cfa0942d93d84adfce499087cef874197404d2c2.gz

[bd8d70c | Mon Feb 19 07:27:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * change filter-order for static files to take priority

    darcs-hash:20070219082714-40155-1b7b3afb122609a3b8953dbb866809ebc2aeaa3d.gz

[64f89b1 | Mon Feb 19 07:19:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * turn off $VERBOSE again

    darcs-hash:20070219081922-40155-1027d5cce76752d01684c547b6a14a15083e8fb1.gz

[a6f6eba | Tue Feb 20 04:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding a requirement for rubygems in tc_dependencies (if you don't have rubygems you don't have to worry about that anyway)

    darcs-hash:20070220055741-40155-462f224351ffce19ce59c25bf83bf77be4765a2d.gz

[6f54e69 | Tue Feb 20 04:57:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing Global.cache_all

    darcs-hash:20070220055728-40155-2826d1cee6e204cb779cc3799e7409dbaa577590.gz

[7394459 | Tue Feb 20 04:46:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * multiple fixes in the examples/blog

    darcs-hash:20070220054611-40155-c9d0315bf41bdc69812bdfb159e5f13a8b2d7f9c.gz

[71cbcd0 | Tue Feb 20 04:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adapting the various specs for the new context/request helper

    darcs-hash:20070220054514-40155-52b29898546acd2ef9de65f749dee44655d28c63.gz

[cde581d | Tue Feb 20 04:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * switching the testing-system to a modified version of simple_http, much cleaner :)

    darcs-hash:20070220054406-40155-ebad073160b425ff1d843e66479d9c8da21d1164.gz

[067ffbb | Tue Feb 20 04:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * refactoring request_tc_helper a little bit

    darcs-hash:20070220054311-40155-16465d8e929cbf064bc3a132726ed9c38e3e0dd4.gz

[f0a9b4b | Tue Feb 20 04:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding session.clear

    darcs-hash:20070220054240-40155-87ce90b880a8ebb8d76e0c2c8f1036ee610fd6ff.gz

[a34a805 | Tue Feb 20 04:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * using our own YAML::Store for store/yaml + some other minor changes

    darcs-hash:20070220054207-40155-92a9ee1dbbf7c260ce502e35680255545e15502a.gz

[efefeda | Tue Feb 20 04:41:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing StackHelper

    darcs-hash:20070220054147-40155-e479494fc840e348b3f5854849c8f6fdc12a1dba.gz

[fb394bc | Tue Feb 20 04:41:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing RedirectHelper

    darcs-hash:20070220054116-40155-75ddf0c4fdcb59fe90ed9ce448f8cf7d567bc358.gz

[ef79501 | Fri Feb 16 18:27:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing example/caching

    darcs-hash:20070216192730-40155-25877232cca9f2bac43cb282dabc9f3db11bca44.gz

[eccced6 | Mon Feb 19 14:29:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing serving static files

    darcs-hash:20070219152947-40155-6c617b465dd65266cb94a59596623e54c68bf5cf.gz

[6731d14 | Mon Feb 19 13:59:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the fix for the fix for the error-bug

    darcs-hash:20070219145919-40155-0c5bac829abec2fec7a20595e7bf0ad965133d8b.gz

[2c5ce0d | Mon Feb 19 13:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * prevent endless error-erroring

    darcs-hash:20070219144231-40155-f57428c6b2d0a461f3b7e02ea7fcf084ec7ce829.gz

[b61c385 | Mon Feb 19 04:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * removing cruft from trinity/session, some smaller changes in tc_helper_auth... still not working though (last spec failing, most likely due to our messed up Context)

    darcs-hash:20070219053955-40155-e7337a50d36d7c8d5c42f0c71f6a6b17a57b2561.gz

[da83c80 | Mon Feb 19 03:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing redirection and error-handling, removing cruft from trinity/request (who'd have thought that it would fit into one screenful one day)

    darcs-hash:20070219043358-24576-4673002ba3b23a6bc6c2d13d6789eb676abb983b.gz

[55438b8 | Mon Feb 19 03:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * ignore the new vendor/rack for fixes of copyright and spaces

    darcs-hash:20070219043329-24576-5374a27aa5ccba56116bd5c688ce5551bf9e3f66.gz

[1d62faf | Mon Feb 19 02:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding rack under lib/ramaze/vendor/rack - until rack got its first release

    darcs-hash:20070219034535-24576-a4ecca80b899e33ccc0a682a67ec85036187f8b6.gz

[39fc818 | Sun Feb 18 22:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing sessions and spec_helper, removing tc_request_rack

    darcs-hash:20070218230059-40155-2ceb4fc2c23503697e38cc014562bec2ecbb77fd.gz

[4b017c2 | Sun Feb 18 12:08:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove provisory rack-adapter, it's replaced by adapter/mongrel|webrick

    darcs-hash:20070218130854-40155-4347cc2fca5c0b0728cfec4463058a60e0628967.gz

[13aa60e | Sun Feb 18 09:32:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Switch adapters to work with rack

    darcs-hash:20070218103229-40155-ae1fb4f810d7cab5930e189091adad58fefeb0f6.gz

[4cd033b | Fri Feb 16 20:12:00 UTC 2007] Christian Neukirchen <chneukirchen@gmail.com>

  * Add primitive Rack adapter

    darcs-hash:20070216211210-4fc50-de48253dd589fc04f8906f2ca72368dbccd8da87.gz

[a3c3226 | Fri Feb 16 14:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * some small fixes and adding MIME-types :D

    darcs-hash:20070216154943-40155-004208f83ba5018cf0321f6df5998ff8cf4538ee.gz

[d4fec6c | Fri Feb 16 13:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding cleanup for tc_cache to Rakefile

    darcs-hash:20070216140119-40155-34ea2d813d1cd1a003f05e0179896adeff6dea81.gz

[8a22e3b | Fri Feb 16 13:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * implementing PUT/DELETE for WEBrick plus neccesary abstraction in trinity/request

    darcs-hash:20070216140047-40155-7a0712ad01528f1769b877bff606d3eb5d452cb6.gz

[0bc16da | Fri Feb 16 12:59:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding the files neccesary for the up/download specs, splitting the tc_request into tc_request_mongrel and tc_request_webrick

    darcs-hash:20070216135912-40155-17b97ae67b86ff285a24756552ee0577d35b5d31.gz

[d3089d4 | Fri Feb 16 11:31:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add doc/ProjectInfo for coming switch to ratchets

    darcs-hash:20070216123146-40155-219950717f4cca953828906042ea029e659036d7.gz

[8e05b9e | Fri Feb 16 11:27:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * major rewrite of dispatcher, affecting the controller-lookup and the adapters, this is much, much cleaner now, though not perfect yet - but the first step of many.

    darcs-hash:20070216122702-40155-aab92f1e5fa4a074b30243db0a833267c0992621.gz

[15a13c3 | Fri Feb 16 03:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * avoid repetition in the subclasses of Template

    darcs-hash:20070216040141-24576-f3905dae3484a294857e80a46346b0a6c00c2bca.gz

[0f4c3ed | Fri Feb 16 03:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add spec/tc_dependencies to make sure we don't leak any gems into the vanilla ramaze

    darcs-hash:20070216040117-24576-ea93f2432ccefdd2f57b9959fa8b9a79e0e7838b.gz

[43c23ad | Fri Feb 16 03:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding store/yaml for an abstracted version of YAML::Store + corresponding specs.

    darcs-hash:20070216040041-24576-8adfc7d58b18f06a645a18b885698e91136c5a5a.gz

[c1abf39 | Fri Feb 16 03:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing the issues with send_file temporarily

    darcs-hash:20070216044906-40155-7a52a1c4af833d6c228204dd399235a1c17049c7.gz

[0984437 | Tue Feb 13 08:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add specs for methods on a controller like this__is__a__method which translates to this/is/a/method

    darcs-hash:20070213093923-40155-f4810fbfb2b7667389749e1d367cd8b3832db139.gz

[6695f27 | Thu Feb 15 13:58:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * temorarily deactivate the new template-mapping

    darcs-hash:20070215145848-40155-cf81d3d080f0be28bbd063eaa7d313a15e546050.gz

[688d790 | Thu Feb 15 13:49:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing missing end

    darcs-hash:20070215144933-40155-335a2ec2ce683ade5b37a576d060a647bee840f2.gz

[390a8ce | Thu Feb 15 13:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * autoload Element/Morpher when referenced

    darcs-hash:20070215144808-40155-8537769834f734d041ecc467691ce86dc25786e0.gz

[2bfa688 | Thu Feb 15 09:13:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * removing the alias of Ramaze::start to Ramaze::new to avoid nasty bugs when Ramaze is included into Object

    darcs-hash:20070215101331-24576-158a57d9a8587653b20a3a8144865f6218381abb.gz

[cfcece7 | Thu Feb 15 09:13:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding some more docs for templating

    darcs-hash:20070215101304-24576-bfdc716d26bbf727bf16ad6a66afbe0a46866446.gz

[ea9591b | Thu Feb 15 03:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * first partial implementation of template_maps

    darcs-hash:20070215042622-24576-1bf16c90a346fcc05249c0034f0a653d880eaaba.gz

[aaf236e | Thu Feb 15 03:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add support for actions of the double__underscore__way

    darcs-hash:20070215041927-24576-539cf3b572d56fa83b9084f2891dbdbc5ce95c41.gz

[1e9c900 | Wed Feb 14 09:31:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * updating FAQ

    darcs-hash:20070214103145-24576-51f09f8d14624298aaf65eec774fe7305cc1e7e6.gz

[73e2453 | Wed Feb 14 08:46:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documenting another couple of classes

    darcs-hash:20070214094606-24576-3ed43b02817789db9f294caaa1c5fa322ee0b760.gz

[a8efbc0 | Wed Feb 14 08:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documenting dispatcher fully

    darcs-hash:20070214094558-24576-19f01dfeb0302579fc02e501479de6e6a7ad5df2.gz

[2c7c63c | Wed Feb 14 08:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documenting cache/memcached

    darcs-hash:20070214094548-24576-75398e87187c469aff3765cdf32e1abeef88a197.gz

[8a92b28 | Wed Feb 14 08:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding further docs to adapter/mongrel

    darcs-hash:20070214094536-24576-03096ba2d40b99759af9fd7d9b7ff460b53b01e3.gz

[e16ccd4 | Wed Feb 14 08:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing AuthHelper

    darcs-hash:20070214094451-24576-def8b6cfd73511bd4c91b281565d0456f3eb1bd7.gz

[03887ae | Tue Feb 13 09:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing the examples and adapting lib/proto for the new Controller

    darcs-hash:20070213105752-24576-1f30799a4c5c8f3d2b5cbc870b952f53f6c22b75.gz

[9d9d1ce | Tue Feb 13 09:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add xhtml as default extension for Ezamar

    darcs-hash:20070213105725-24576-8dd3666a3f558d237e584df58d332869788a87d6.gz

[3c1b4b3 | Tue Feb 13 05:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing flawed references to Template::Rezamar in the docs.

    darcs-hash:20070213062556-24576-6c618c1372d2f187651328f21f7388500e208d5a.gz

[7e2bb60 | Tue Feb 13 05:23:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing the tutorial for new implementation

    darcs-hash:20070213062320-24576-d5a8654c206772146a030492136bb932c92aedfb.gz

[58976c5 | Tue Feb 13 05:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rescue the Timeout::Error we get when a request takes too long in a test.

    darcs-hash:20070213062059-24576-9e60d1e2c3911b7c874dbab9cb84c411b2b0126e.gz

[59d6991 | Tue Feb 13 05:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documenting all undocumented methods, some classes/modules still lacking docs.

    darcs-hash:20070213062025-24576-a05dcc82d16a8f925a5ecf2f8d6da16e4a918e98.gz

[a0ef675 | Tue Feb 13 05:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing AspectHelper and with that subsequently AuthHelper.

    darcs-hash:20070213061937-24576-b47ff96bab59e5438d561b809a654abadeb03daf.gz

[dde0528 | Tue Feb 13 03:45:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rewrite of spec/spec_all and fixing a typo in spec/spec_helper

    darcs-hash:20070213044559-40155-3da8aaf69bbfdad0949cc02da9b85347981c5c07.gz

[2eea64c | Mon Feb 12 22:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * make example/caching|hello|simple run again

    darcs-hash:20070212235606-40155-9b626afff9fe734b07ee0eddec8f6ee4a17e2187.gz

[ceae053 | Mon Feb 12 22:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * execute(*tasks) instead of execute *tasks

    darcs-hash:20070212235549-40155-06c92e93c293e959cca59a30d0e22d37232e014d.gz

[f933680 | Mon Feb 12 22:55:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * get rid of warnings in ezamar/engine - it still should be written more elegant though.

    darcs-hash:20070212235510-40155-2234d344ca046ec81e2d9924571dd4661f03fb4f.gz

[d0a5f39 | Mon Feb 12 22:54:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * don't require aquire twice.

    darcs-hash:20070212235448-40155-7bd9895b795e512280af84dc36baf1b68dc27ac0.gz

[5ea3a1c | Mon Feb 12 22:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * had a double definition of the request_path method for webrick-requests.

    darcs-hash:20070212235356-40155-fe71a05b171aad1efa6dc093a2a9efd03441a288.gz

[5268077 | Mon Feb 12 22:53:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * set the default of bin/ramaze and spec_all to output warnings.

    darcs-hash:20070212235313-40155-64ce22315d5bc71f0f66963de3a8384f70cbebe2.gz

[53b03ec | Mon Feb 12 22:50:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * use our own methods for showing the usage, less hacky and avoids warnings

    darcs-hash:20070212235035-40155-8436e5e9605f06c244578bd7fb48e88414b0daeb.gz

[01add5f | Mon Feb 12 14:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make AspectHelper not bail out at start.

    darcs-hash:20070212151906-24576-a89ca7c8957b00734d95d2c149b3c257f7a96872.gz

[5a34601 | Mon Feb 12 14:18:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * define #current on the actual Response-object

    darcs-hash:20070212151844-24576-6e5dda203be529459ae6adaf6a4122d14dd4e688.gz

[34993b0 | Mon Feb 12 14:12:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * This patch is HUGE, introducing real controllers and making the templating-engines even more uniform and modular, selection of the engine now based on file-extension or and/or a trait, fixing all tests (except AspectHelper and AuthHelper which relies on that), moving the Ezamar-engine out of the usual templating (so you can use it for your own evil plans) and quite some other stuff... this rewrite didn't work out to be very atomic, but the effects are.

    darcs-hash:20070212151246-24576-c6eecdba031e29f930308ee19aebfa2344bc8081.gz

[c083dea | Mon Feb 12 14:11:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make the rdoc-tasks a bit nicer and add doc/FAQ

    darcs-hash:20070212151152-24576-030fe7e4ed1912a7e263e9e6d2170db678986a8b.gz

[b7f5165 | Mon Feb 12 03:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add doc/FAQ

    darcs-hash:20070212040114-24576-82f18dcaab3f5f63fcf09fc08d89f65fe60ff33c.gz

[0685043 | Mon Feb 12 01:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * Ramaze::Template::Ramaze => Ramaze::Template::Ezamar - renaming the templating to get rid of confusion and provide a name to talk about when one means the templating.

    darcs-hash:20070212022604-24576-775738d39d6ad129a37099b55db2cf9330a86069.gz

[fdb45b6 | Mon Feb 12 00:21:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add hint about installation to tutorial/todolist

    darcs-hash:20070212012156-24576-646313dc8de990a226fe433f7c05f884ceda5d25.gz

[9b2f6dd | Sat Feb 10 21:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove allison from the repository again.

    darcs-hash:20070210222307-40155-d337073634e76d004daeb0fbc87f4be1529864eb.gz

[4fcd9c9 | Fri Feb 09 19:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing specs for tc_helper_feed for broken hpricot

    darcs-hash:20070209204350-40155-5c712a1f0e79024175b1a7c899275da59935a63e.gz

[4e1fafb | Fri Feb 09 19:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * using ramaze/store/default for proto

    darcs-hash:20070209204325-40155-def25b368d432a38257ff7cfb4471b69120f6c7b.gz

[10fb75e | Fri Feb 09 14:02:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix issue when having a symbol as Global.cache for sessions.

    darcs-hash:20070209150214-24576-52b92ec0f8b76c3cc40c872c77e6821ec1b8e615.gz

[72105d7 | Fri Feb 09 14:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * better error-handling for Template::Ramaze

    darcs-hash:20070209150156-24576-b3f526cc8dab56f46adaec831d03c00ce61d3243.gz

[d7a938b | Fri Feb 09 14:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * set @action for Template::Ramaze

    darcs-hash:20070209150144-24576-9e2429df9b20ec785b385f49b9e8b51a41e597c0.gz

[0ac4f18 | Fri Feb 09 14:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * extending Store::Default and adding corresponding specs and docs.

    darcs-hash:20070209150054-24576-cbcfeeaa91206614cbc0c477784cf6fe23eaed1c.gz

[cd3a873 | Fri Feb 09 14:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add the doc/tutorial/todolist.txt

    darcs-hash:20070209150031-24576-febe5cc78b36ee8fce246ee88bb7fc60beafcf59.gz

[336fb37 | Fri Feb 09 13:59:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add the example/todolist

    darcs-hash:20070209145958-24576-d8fb64d3555afc75e7181e866b5d155bf915bb7d.gz

[8d57fb8 | Fri Feb 09 10:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add Store::Default#empty?

    darcs-hash:20070209114406-24576-65d2d89f49dfc2d01c55a1ae22fc10d321f752be.gz

[8c88d64 | Thu Feb 08 03:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding doc/INSTALL

    darcs-hash:20070208041709-24576-3baa650f7e0a0b69a5623d769df121e9e105d68a.gz

[93cebea | Thu Feb 08 03:14:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing and extending amrita2 templating, adding the example for it.

    darcs-hash:20070208041409-24576-524154c557cdf67078ec995312f29a6646828cb0.gz

[b457a3f | Tue Feb 06 12:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing a bug in feed-helper and hiding a bug in current hpricot... (0.5) - need to file a bug-report :(

    darcs-hash:20070206135203-24576-bd859a1c3221351d7399ce084ad26d4f0413e200.gz

[adb1f74 | Thu Feb 08 22:43:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a bit nicer output if the test is skipped due to dependencies

    darcs-hash:20070208234309-40155-a68e9c1bae9843e4f608a50438392860783e8c6e.gz

[28689df | Thu Feb 08 22:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add the testfile for send_file

    darcs-hash:20070208234248-40155-494fd64636cac0e829c8f1599c8e93efff362881.gz

[17761d4 | Thu Feb 08 22:41:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing send_file for mongrel-adapter.

    darcs-hash:20070208234157-40155-c6a6a67505c18b8277f5220ffcf7f66d604251f1.gz

[c19353b | Thu Feb 08 08:01:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update changelog

    darcs-hash:20070208090122-40155-a0a6b92716245b324b3c5dbefbb266d4a1539e6a.gz

[44d7b16 | Thu Feb 08 01:18:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * this fixes some issues with rubygems/rdoc

    darcs-hash:20070208021846-40155-7eb6b058a584e4ff5f80523f1341e4fa50877f7b.gz

[4ded418 | Thu Feb 08 00:28:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little hack for RDoc::usage so it will work with a gem too.

    darcs-hash:20070208012849-40155-d996fd7230d663a55d5386b6e9bc2cc971639939.gz

[57b4bbb | Wed Feb 07 15:31:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add rspec as dependency

    darcs-hash:20070207163146-40155-44d80dd3ae4cadc238da051e97b5394a60a80163.gz

[1167004 | Wed Feb 07 15:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * nicer exit

    darcs-hash:20070207162113-40155-df9d295cf01dbaca65ddd8771d9f19f474876dfb.gz

[5eec9cc | Wed Feb 07 09:37:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove foul language ;)

    darcs-hash:20070207103710-40155-d3900a2d2dfa6995f1084db04bde5dd849c180ed.gz

[6b930f3 | Wed Feb 07 09:36:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * added :distribute task and fixed a small typo

    darcs-hash:20070207103604-40155-f857f67aa0dfe7d2149d789caff2fb27bc033f55.gz

[2730af5 | Wed Feb 07 09:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * 0.0.6

    darcs-hash:20070207100654-40155-959aa7804608a4690d217bd909199a9b1b27e5da.gz

[28ce4a5 | Wed Feb 07 09:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * working around a bug in Hpricot 0.5

    darcs-hash:20070207100638-40155-0b85ba280e683a28fad4779c3c7eaa44aef6d2b1.gz

[e181135 | Wed Feb 07 09:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update changelog

    darcs-hash:20070207100624-40155-9766f1bbe70f225fdd55b1a760ca25d4ed212d12.gz

[58fb698 | Wed Feb 07 09:02:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * this introduces a new startup/shutdown hook system

    darcs-hash:20070207100215-40155-2b7cd7831ce97f5e809ac63a8723ec78dad9ac09.gz

[05b96f7 | Wed Feb 07 09:00:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update changelog, fixing Rakefile and making bin/ramaze a bit nicer.

    darcs-hash:20070207100052-40155-9931928eb8b767460a94db686516b4224effd4d8.gz

[3322cc1 | Tue Feb 06 13:44:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing typo in Rakefile

    darcs-hash:20070206144403-40155-99ad8dfb6dbd593caab1f3e074766c92391f830a.gz

[35dda41 | Tue Feb 06 07:29:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding documentation for all traits.

    darcs-hash:20070206082923-40155-a0994bd9e797cf5b3dc50380f281b7108813fd6a.gz

[fab0fcb | Tue Feb 06 07:29:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * improving Hash#keys_to_sym

    darcs-hash:20070206082909-40155-1625f72161cf0fa43da7f091207538c62eef62f0.gz

[cdf55c2 | Tue Feb 06 07:28:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding the files for the allison-template

    darcs-hash:20070206082842-40155-b350e1c6e2b45b71712a3ceb9214a7414a1d688d.gz

[b2230f2 | Tue Feb 06 07:28:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add rake allison for the improved allison rdoc-template

    darcs-hash:20070206082825-40155-cb16d9e4728c6afe2c955e715a7fd089d0ffaaf4.gz

[6d72cf4 | Tue Feb 06 02:42:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * fixing minor typos in the README, removing ramaze.xcf and fixing require hpricot in tc_helper_feed

    darcs-hash:20070206034237-40155-cb936ab4e3483df6b27781a296fadd0c979078f0.gz

[1c46821 | Tue Feb 06 06:08:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add a post install message for the gem and add documentation for Tool::Create

    darcs-hash:20070206070835-24576-1beea81399731ae15d341b38d93285c680c48e95.gz

[dddbd28 | Tue Feb 06 03:51:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * handle referer for mongrel too

    darcs-hash:20070206045117-24576-7b753d1b8870c87852831e19353d6f3abca72462.gz

[c87e1a9 | Tue Feb 06 03:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the require coderay in error.rb main-body, this is done dynamically and with a proper rescue in the error-method instead, therefor removing the shown dependecy in rake dependencies

    darcs-hash:20070206045029-24576-d7957104a31e0a0ca8e7e124f7b085e65c7c4f3d.gz

[36d16da | Tue Feb 06 03:49:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing rake rdoc, adding rake readme2html and adding rake as dependency

    darcs-hash:20070206044903-24576-ae6983b8519e29f6e0a0b154ff1af0a813edeab0.gz

[fc0d2a5 | Sun Feb 04 13:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding some more methods to Store::Default

    darcs-hash:20070204143454-24576-9c234c67ad7fa1045848cce01a0e85c0900e3c88.gz

[30e736e | Sun Feb 04 12:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * finally make ramaze --create project work

    darcs-hash:20070204135029-24576-8bf93c67ee2d8158ce780597c8783ae544a279a3.gz

[2c8fd05 | Mon Feb 05 01:30:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * minor changes to README

    darcs-hash:20070205023034-40155-9f0ac02adfddfbaf4ee71b7f704c7afd8060900c.gz

[00da088 | Mon Feb 05 01:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding todo

    darcs-hash:20070205022341-40155-e6879f003de5e97da7c12e855d4aff8dccbf5180.gz

[155c5c5 | Mon Feb 05 01:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update documentation for Global

    darcs-hash:20070205022321-40155-8fce195adb7816ebd248754a0cf031e80b9a7d75.gz

[62f28a9 | Mon Feb 05 01:23:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update doc/TODO

    darcs-hash:20070205022313-40155-66532e27f01bc7dd6e52eab102388533252577f3.gz

[5cc5311 | Mon Feb 05 01:21:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little patch to rake todolist

    darcs-hash:20070205022125-40155-51285875e1ff363f3ceb3e450bc4b066cae0f039.gz

[d9193e7 | Fri Feb 02 22:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding testcase_requires in spec_helper to have a standard way of saying whether a testcase is supposed to pass at all, also fixing a little issue with require-path for ramaze and problematic lookup of Ramaze::Helper in haml (it's extended anyway)

    darcs-hash:20070202234515-24576-a6b1af2822b94e4631a66aefa834720613850016.gz

[ad1a12a | Fri Feb 02 22:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use proto/public for static lookup, not lib/public

    darcs-hash:20070202230937-24576-c301e39bdfc5ef669a4349edc847db638b876e1f.gz

[28e138e | Fri Feb 02 22:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing logger for files

    darcs-hash:20070202230925-24576-0d490e9857d5b8ffcfd7202be50a2c378e67e9ba.gz

[c90c753 | Fri Feb 02 22:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adds the other stuff for lib/proto, just a very simple little hello-world app with most of the structure of a fully grown application and some example configurations.

    darcs-hash:20070202230746-24576-951a6741faeeb38ab67daef66ba8761c13c0f721.gz

[8d23609 | Fri Feb 02 22:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move lib/public to lib/proto/public

    darcs-hash:20070202230726-24576-e8f221f86d7722d63c1ba77501dd187916641b65.gz

[616a26c | Fri Feb 02 22:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add tool/create and change the bin/ramaze for ramaze --create myapp, which basically copies the proto-directory from lib/proto

    darcs-hash:20070202230633-24576-1a7b51068da0077f4ecd7fa7c7e56a7cf9aa227d.gz

[84b206a | Fri Feb 02 22:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * uh, forgot the source of these two files

    darcs-hash:20070202230618-24576-edee49f544e8722f0fac10bec4b7164cecdd6224.gz

[e154b6a | Fri Feb 02 22:05:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * update Rakefile for testing and superior options for rdoc

    darcs-hash:20070202230501-24576-92fab41339f6644edf093624cf819c06aa605db5.gz

[0e9ba62 | Fri Feb 02 22:02:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move lib/test/request_maker into the rake-task request

    darcs-hash:20070202230245-24576-474965b2a6a2de643f10dffe06e91af813a9bed2.gz

[d4b2fa7 | Fri Feb 02 22:02:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * patch the specs to work in the new directory

    darcs-hash:20070202230203-24576-8af58d778cf4789016c83e9c739622e394f024b0.gz

[2b4e603 | Fri Feb 02 22:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move test_helper to spec/spec_helper and all_tests to spec_all

    darcs-hash:20070202230121-24576-4912d7b6b51af70dc9d237d365c5e03ea39be63f.gz

[746eb29 | Fri Feb 02 22:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move test to spec

    darcs-hash:20070202230050-24576-156303e03432f775dd55549ca6375d971e362505.gz

[3e5c1d7 | Fri Feb 02 18:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * tons of little changes to make dispatcher work again, also adding support for defining your Global.inform_to in a YAML file ('stdout', 'stderr', :stdout, :stderr or a filename)

    darcs-hash:20070202194539-24576-47291eaaf56ac2b78043c3e7c2b91ab4bb835171.gz

[dc8903b | Fri Feb 02 11:14:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * yet another typo

    darcs-hash:20070202121446-40155-0b1783d42d6999796441b84c3a5bdba1414fbbc9.gz

[0a5590f | Fri Feb 02 11:13:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * typo

    darcs-hash:20070202121338-40155-b70023906770aceede7970cbb810cd26b6ee121f.gz

[fd1d16b | Fri Feb 02 11:12:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * document String#snake_case

    darcs-hash:20070202121210-40155-18d6b161ebfae091ca21e155747356821afaaead.gz

[5e76fa1 | Fri Feb 02 11:11:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * docu for String#camel_case

    darcs-hash:20070202121103-40155-93c6ac701e0673f967b22a9ce4f48dc3d17997fc.gz

[31b143e | Fri Feb 02 11:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * MAJOR update to README ;) - now it should be a lot more RDoc-able

    darcs-hash:20070202120729-40155-dec31a9a29ef5bd61d0c424901db76039e4e998d.gz

[22c73b8 | Fri Feb 02 10:39:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * update docs for Template::Amrita2

    darcs-hash:20070202113937-40155-c1f13cae777babe5af33dab04f0d6a6d84eb2d84.gz

[98fe977 | Fri Feb 02 10:37:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * remove the Template::Stupid

    darcs-hash:20070202113747-40155-9b695a4e8387396f61f10ed781f0a50d6ad7bec1.gz

[cf14fa6 | Fri Feb 02 10:33:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * document some more snippets

    darcs-hash:20070202113316-40155-36f7226f5879fba29116e79c39b1c76b2b5b12f0.gz

[7be5c5e | Fri Feb 02 10:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding docs for OpenStruct#temp

    darcs-hash:20070202112454-40155-4f6f1fcf25ad045284d7b3ac988c6cc588dc607a.gz

[8547605 | Fri Feb 02 10:20:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * add the last bits of code and documentation for request/response/session (mostly the ::current method)

    darcs-hash:20070202112046-40155-cda3644f432692d927aa74715265c553ba047bc1.gz

[5ef95dc | Fri Feb 02 10:20:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a little bit nicer API in Dispatcher, but most importantly, fully documented!

    darcs-hash:20070202112007-40155-ad930839e0cc40851158720b11ad438e1d28f09c.gz

[a3b58e0 | Thu Feb 01 07:26:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * something broke... now reading the template extra-early... this should give us better ways to do action-compiles later on...

    darcs-hash:20070201082641-40155-e57a5740226916373935987b20f9f92010f9d01b.gz

[23e247f | Thu Feb 01 06:48:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Ramaze::Template::Element => Ramaze::Element

    darcs-hash:20070201074813-40155-0799de2cc03f8f88fc4010fe4e6720d6996e2073.gz

[b64e104 | Fri Feb 02 04:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * first draft of documentation for dispatcher

    darcs-hash:20070202053226-24576-d939fa4c0b1b587396f6ec6b4b9bc79fef49292e.gz

[696c3b2 | Fri Feb 02 04:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * completing documentation of ramaze.rb and lib/test/test_helper

    darcs-hash:20070202052448-24576-ff374ec375721b68d62233e93821b25bd604877e.gz

[a489ae9 | Fri Feb 02 04:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * completing documentation for Ramaze::Template

    darcs-hash:20070202052419-24576-4a534476bcf808bf6c3340685cecd7a928d369fa.gz

[4653247 | Fri Feb 02 04:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * minor changes and full documenation for Gestalt

    darcs-hash:20070202052407-24576-7e4e31f2620ed81f00ba6f49164bca2b7c218b6e.gz

[3c20ef6 | Fri Feb 02 04:23:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * completing documentation of adapter/mongrel adapter/webrick

    darcs-hash:20070202052342-24576-2afb8771c7513aff81d47752b07fca833ebd1bde.gz

[0372ffb | Fri Feb 02 04:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * taking advantage of a custom external config-file... i won't build an automatic loading of that file since it's just a oneliner to load it. this is for the blog-example

    darcs-hash:20070202050144-24576-5c66c74ce510c96c29bcf1c01ea8fcdcd2dd9ae0.gz

[746db63 | Fri Feb 02 04:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * support for mapping controllers as symbols/strings, looking up the constants on startup.

    darcs-hash:20070202050101-24576-7518fdf968496f18cc61e32297551f71c4fd0492.gz

[8137e94 | Thu Feb 01 12:47:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * testing redirect_referer in tc_helper_redirect

    darcs-hash:20070201134706-24576-ddc8dec75a438380bf6e994032f9f067f33734a5.gz

[f7fb9d6 | Thu Feb 01 12:46:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * updating tc_helper_auth for the different ways to set the auth_table

    darcs-hash:20070201134616-24576-544c3c96e92eb7d65bb76cdbdf8213f26e9876b5.gz

[9082aed | Thu Feb 01 12:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * this adds the possibility to add a base url for the context (like path to a controller)... nasty, nasty stuff

    darcs-hash:20070201134530-24576-cd9afe40de15b383a5b98f151db77420eba8e656.gz

[2f384a0 | Thu Feb 01 12:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make rake all_tests compatible for tinderbox and a little bit prettier

    darcs-hash:20070201134501-24576-9e837b755ace3f6cb5c9a2b1aaf7caf87b6f4d20.gz

[10328a9 | Thu Feb 01 12:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use request.referer and add request.local_net? from nitro

    darcs-hash:20070201134415-24576-508578747821f0af4040734c9aa4f918909c0f3a.gz

[39b4389 | Thu Feb 01 12:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * restructuring and documenting AuthHelper

    darcs-hash:20070201134332-24576-9d8b0f74e5b12fe9aa6782ab4d77aadf8d9a92c7.gz

[bed4ade | Thu Feb 01 12:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use ancestral_trait for aspects

    darcs-hash:20070201134311-24576-8167b1a3a4c943de108ced80458e306ba0ca4395.gz

[518ce8e | Thu Feb 01 12:42:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add documentation for the Rakefile tasks

    darcs-hash:20070201134253-24576-8c7bc8f68d36b77a48465b1727313472ae51c868.gz

[c1891b0 | Thu Feb 01 10:40:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove a bit of debugging-info from AspectHelper

    darcs-hash:20070201114042-24576-938a0e81bd311131720bd534f5e81bf76f44ebce.gz

[ef1caff | Thu Feb 01 10:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding stack functionality in the AuthHelper by default. So once you are logged in, you will be redirected back to the last known position.

    darcs-hash:20070201113936-24576-c6a05aef67ede351cc3b5f89c05f4d50df54309a.gz

[69b7603 | Thu Feb 01 10:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * simplify the code in helper.rb a little bit

    darcs-hash:20070201113905-24576-4e6d42240723b4c1bd4b09b6232b672673d81f2c.gz

[5a1e4e3 | Wed Jan 31 12:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * small updates to the README again, adding some links.

    darcs-hash:20070131133316-24576-880d1e9594a126a331a046ee178b3c3ab4226a9c.gz

[e4d776a | Wed Jan 31 12:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding the Liquid templating-engine (Template::Liquid) complete with tests and example.

    darcs-hash:20070131132235-24576-94661b0ed61f794223734cb90383af280572c874.gz

[8ff3793 | Wed Jan 31 12:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * little fixes for Haml (examples/templates) and adding the option to pass your own haml_options or set a trait... also some docs for transform.

    darcs-hash:20070131131959-24576-fc4d927b7f6dbcec5a8c075f74c91fc287e3f2e8.gz

[3e2c835 | Wed Jan 31 03:35:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * another Inform => Informer for erubis and amrita2

    darcs-hash:20070131043506-24576-c7dd24afb7c2aa15a7b81af091ff164a9933448f.gz

[69bca2f | Wed Jan 31 03:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding Haml example in examples/templates

    darcs-hash:20070131043418-24576-ca053d6edb0bbe801707e20caab9bcc34f78ab79.gz

[fa89cc1 | Wed Jan 31 03:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * updating README

    darcs-hash:20070131040647-24576-23354e8ad60f5267dccca56ff6d8a1b66d33e10d.gz

[9b1c170 | Wed Jan 31 03:05:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding Haml Templating-engine. (Template::Haml)

    darcs-hash:20070131040526-24576-9b63997061b7275f8d6e6c6f515888eff7b27aca.gz

[149ccf4 | Tue Jan 30 15:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add a tc_error

    darcs-hash:20070130160922-24576-b261054d7a025d5397c28697255a9d5b3589105a.gz

[e9bd2b5 | Tue Jan 30 15:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing Element => Template::Element

    darcs-hash:20070130160650-24576-3fdcad46d29db7dac9742dccdf9c959a5b8605a9.gz

[fde057a | Tue Jan 30 12:58:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * limiting the backtrace for the errorpage to 0..20 to make it speedier, requiring coderay

    darcs-hash:20070130135816-24576-c10a7c19c75dab81a3764adc57aa5c6747003898.gz

[e7ecbf8 | Tue Jan 30 12:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * putting Element and Morpher in the Ramaze::Template namespace, prefixing the Ramaze::BASEDIR

    darcs-hash:20070130135728-24576-950fe34569e22d56fcecfbcff0cefca9a663cc2c.gz

[fbe0881 | Tue Jan 30 12:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing dispatcher errorhandling for webrick... was broken, as usual.

    darcs-hash:20070130135700-24576-422300b0d972204974dc66d76e005384053abb7d.gz

[d4ed72f | Tue Jan 30 12:56:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adapt the errorpage and give it really neat new CodeRay highlighting, the old one was b0rken ages ago.

    darcs-hash:20070130135626-24576-eade02d0c0bd5acb76420366bb3017ad7ffe4e27.gz

[2e08ef8 | Tue Jan 30 11:42:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use Informer in the templating to avoid confusion with the error method on the controller and of Inform (which will need to search for a new naming-scheme, i fear)

    darcs-hash:20070130124215-24576-162c03c18339ca7c297e9bef1635261e160e1255.gz

[9e44561 | Tue Jan 30 11:41:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * template.rb gets a new trait, the :public which points per default to ramazes public directory, we extend the paths searched to this directory, some more general cleanup as well.

    darcs-hash:20070130124106-24576-7ce4794f753a52f8f1c0ec1d8c529bcf53e5a153.gz

[11cc551 | Tue Jan 30 11:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * just a little nicety ;)

    darcs-hash:20070130123913-24576-0f4ddd7be71b573d8945c4fabe3251f6a2df3810.gz

[95720ca | Tue Jan 30 11:38:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the old errorpage-cruft from the error.rb, it will in future serve for some general errors that Ramaze will use.

    darcs-hash:20070130123824-24576-d7f57873b3745ae816ff526ba440a67fc6a6a73a.gz

[424153c | Tue Jan 30 11:37:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make dispatcher aware of error-handling (not just that hardcoded errorpage-stuff

    darcs-hash:20070130123752-24576-e8c877bf3d47ef2aec858bb07faddb50cb0aafd0.gz

[8d9a5ad | Tue Jan 30 11:37:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * create the new error.xhtml and error.css in order to finally get some sane structure in error-handling.

    darcs-hash:20070130123700-24576-836141ff9c76efd5b23dcb2efa00a1d00cc72f94.gz

[b0f7977 | Tue Jan 30 10:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * show the error-message as well when Template.transform fails.

    darcs-hash:20070130110037-24576-d5912bb3d13e83f6b69cd0322555adfd4f7bb437.gz

[d6a8245 | Tue Jan 30 10:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove Template from the pipeline again, just causing problems with multiple evaluation.

    darcs-hash:20070130110010-24576-0a586fc8642b8b8e9371a0ba0cde028a344a592c.gz

[3183dfe | Tue Jan 30 09:59:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * splitting out Element.transform into multiple methods, this is the preparation to make it a bit more... itelligent :)

    darcs-hash:20070130105915-24576-f857da21ced2d144d8bda717df0e43053f350325.gz

[f6d5463 | Mon Jan 29 13:59:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * _yet_ another way how webrick handles cookies... this is getting tiresome :P

    darcs-hash:20070129145938-24576-47c824088167e58de83db2b5a69623ccb89b5ca1.gz

[70a975f | Mon Jan 29 13:59:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * if the action is a symbol convert to string before escaping

    darcs-hash:20070129145914-24576-4f802d08d65bd58b90022d770769bf2e17fd7db9.gz

[0ec1a6a | Mon Jan 29 13:58:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * changes to morpher and rearranging the pipeline... evaluating twice should be avoided somehow...

    darcs-hash:20070129145826-24576-9c890042dc1d2eec8f1b7fa0f0a22f86fa1e4707.gz

[2c9b152 | Mon Jan 29 13:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * vast upgrade of AuthHelper

    darcs-hash:20070129145759-24576-0c27649db00dc3fae45c5f7a280716f00eb28f47.gz

[ecc8776 | Mon Jan 29 13:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * support different arity for pre-aspects

    darcs-hash:20070129145730-24576-21e444be3f99e86dea73987e1503e4e4a63a88c6.gz

[77f7728 | Mon Jan 29 13:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * final version of the blog (for the time being, as always ;)

    darcs-hash:20070129145711-24576-fd5326ea9833fac1499800f6b341542e56c12125.gz

[c15eab2 | Mon Jan 29 12:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the pointers to EntryController and remove the list.xhtml

    darcs-hash:20070129133200-24576-03932278237fb360a0abcfc70261dcbf67d50214.gz

[4660762 | Mon Jan 29 12:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the EntryController and use MainController instead

    darcs-hash:20070129132849-24576-ef49dcde3779b1409490983633533728ece280c0.gz

[0673e72 | Mon Jan 29 12:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move the templates for the wiki to the root template-folder

    darcs-hash:20070129132705-24576-3f541202d7836f576da6e4f8f36caff5d5c2cf4d.gz

[ddda972 | Mon Jan 29 12:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use the cleaner Global.setup instead of direct assignment

    darcs-hash:20070129132538-24576-22268aa3edc2f1d15bcf51f9d0c20d4204a83214.gz

[61f8b74 | Mon Jan 29 12:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing session for non-POST

    darcs-hash:20070129132520-24576-7e17bcd8609f50469c74edf7a9f8cd93fd13cd60.gz

[727bf88 | Mon Jan 29 12:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the old index of blog, we'll implement that more minimalistic

    darcs-hash:20070129132444-24576-bf67fb336e42d84aaba446b0952dc10d65b8f97a.gz

[6a0d1f7 | Mon Jan 29 12:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove miniwiki and move microwiki to whywiki

    darcs-hash:20070129131727-24576-a66575f778bd1da20ca04d728aa387a74ae3415c.gz

[8de56bc | Mon Jan 29 11:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * huuge patch (kinda) to support cookies via POST with Net::HTTP to webrick, improves some tests and remove tc_helper_crud

    darcs-hash:20070129122246-40155-a4c5ef5aecb0f5388a2fdbec09c13a54d1a9d8ca.gz

[8265d7b | Mon Jan 29 11:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * prevent stack from answering if the stack is empty

    darcs-hash:20070129122224-40155-42feff85adbb40ddb9ad1ed145a21e1419f912bf.gz

[bc5c9f9 | Mon Jan 29 11:22:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little typo, forgot comma ;)

    darcs-hash:20070129122206-40155-f305e08dd0cf53137467bd0c82af9cc231a8b2c9.gz

[fa4fe33 | Mon Jan 29 10:13:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * removing the CrudHelper stuff again, it's just confusing and quite worthless in practice.

    darcs-hash:20070129111357-40155-ac3b80fe5606fa79cea9f56fa623f4a13864a4ce.gz

[d3bc011 | Mon Jan 29 10:10:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * little fix in tc_helper_form in case Og isn't there.

    darcs-hash:20070129111002-40155-bd6063fe7aec18a3e66df1139a2cb8e7564a8e7c.gz

[19f4e27 | Mon Jan 29 10:09:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * as promised, using throw(:respond) now to do redirection properly

    darcs-hash:20070129110927-40155-c2541632d3bcf041bdefb977a1afcada58a5c91f.gz

[21a266c | Mon Jan 29 10:07:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding a new option Global.cookies to turn sending cookies on and off... also we are now catching :respond to break out of a request/response cycle early (this will be used for redirection)

    darcs-hash:20070129110739-40155-6500d52900a8b59581f84084113562f285f938c2.gz

[2725a13 | Mon Jan 29 10:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * alias Ramaze.start with Ramaze.new

    darcs-hash:20070129110636-40155-b78138ed93b50f1f71294485f5eae2eaa0b92375.gz

[2ef5ecc | Mon Jan 29 10:06:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * a little more explanation in the examples/hello

    darcs-hash:20070129110613-40155-240856bf0eb27e11e8da1d0014f8b586f61c100e.gz

[1d10e72 | Mon Jan 29 10:05:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * adding ramaze --console for starting up an irb-session while the server runs in the background

    darcs-hash:20070129110539-40155-7f6f052ddaa1afa69f8180784fe7d7731fc765cc.gz

[7af7e23 | Mon Jan 29 06:41:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * Ramaze.autoreload instead of Kernel.autoreload

    darcs-hash:20070129074105-40155-785b2fa8836a78c102bb601beceb5fa63f85312b.gz

[4d3bd5f | Sun Jan 28 21:49:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * small change to make ancestral_trait work for the current instance as well.

    darcs-hash:20070128224946-24576-42523555640d444930f5f4bc3399c703fed7fbb6.gz

[0f5c701 | Mon Jan 29 05:03:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * the adapter should return only one thread to watch...

    darcs-hash:20070129060328-24576-466a0627a229e8630b644c8428da8166bc30b804.gz

[f7d7932 | Mon Jan 29 04:56:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * implement multiple ports for webrick + tests

    darcs-hash:20070129055606-24576-89a120f7641405570fe02a8f7e5a81a94fdaa392.gz

[c79396a | Mon Jan 29 04:55:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * implement for mongrel + tests

    darcs-hash:20070129055546-24576-9893f32f041667ceea3c833e00be40146f6d5de1.gz

[89c5bc8 | Mon Jan 29 04:54:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * first step in supporting startup for multiple servers at once (ramaze -p 7000..7010) via a new Global.ports that is taken from Global.port (which loses in significance... but it's only of value before startup anyway

    darcs-hash:20070129055424-24576-59c787f82c60f2535904e0bdae9f670dc1e9f4da.gz

[40e27be | Sun Jan 28 05:46:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add documentation and fix minor bugs in ramaze, ramaze/global and ramaze/inform

    darcs-hash:20070128064611-24576-0dc0311f651522770f0bcb31a13b20388ba9f3a9.gz

[b141ae6 | Sun Jan 28 05:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document ramaze/template and remove the require of ramaze/model

    darcs-hash:20070128063408-24576-97d41106d08d1acb12e035194827db25a3bb443a.gz

[db5b6e2 | Sun Jan 28 05:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * it should be :transform_pipeline, not :template_pipeline

    darcs-hash:20070128063341-24576-752d2aeca905a245c6e516a49fdb410e91acacf7.gz

[bdbb8d7 | Sun Jan 28 05:29:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove lib/ramaze/model.rb - nowhere used anyway :P

    darcs-hash:20070128062935-24576-02fada48e1eda356be89f66fbd423367b8762969.gz

[d5cd312 | Sun Jan 28 05:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documentation for adapter/mongrel, adapter/webrick, AuthHelper and CacheHelper

    darcs-hash:20070128062730-24576-928d3c2f5a2d1c22c91ffe6bd1dda721fa767821.gz

[ff7b06d | Sun Jan 28 05:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * set the default method for mongrels log-method to Informer#<<

    darcs-hash:20070128062224-24576-133fca66573a56f6c6ded2d2515bbd6fa983f816.gz

[b2d78e0 | Sun Jan 28 05:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * documentation for: FeedHelper, StackHelper and FormHelper

    darcs-hash:20070128060137-24576-ba38ef71ae7b6a7dd9cd272f382e3d6f4493ab77.gz

[cb93387 | Sun Jan 28 04:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove #instance? was a nice hack but we don't use it anywhere

    darcs-hash:20070128052800-24576-c4755add980ff49d9972f1b57e002bf0589770e8.gz

[b43c50f | Sun Jan 28 04:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing rake undocmented... missed out some methods and added some too much

    darcs-hash:20070128052703-24576-d970e7e79c613a6d613de0698a469685b21621f3.gz

[dc91fd6 | Sun Jan 28 04:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove test/tc_helper, it was just a copy of test/tc_helper_redirect ... makes my autocomplete a little bit faster ;)

    darcs-hash:20070128052514-24576-8122c9a4f185f779395753d2b2721ca073318318.gz

[a763d81 | Sun Jan 28 04:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use head instead of @head in the response

    darcs-hash:20070128052453-24576-11ffa37d62ddc84a268b94458d7bb34a95563fd0.gz

[b76fcb5 | Sun Jan 28 04:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * template/ramaze uses render_action instead of render_method... another ancestral_trait

    darcs-hash:20070128052400-24576-af270d647e45ce1a7bef01e0f132ee822e6a1b2f.gz

[2a73aa7 | Sun Jan 28 04:23:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * docs for template/markaby

    darcs-hash:20070128052343-24576-96253659d877891b493f20c4f03f0f79f62d012b.gz

[5dffc58 | Sun Jan 28 04:23:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * replace the clumsy ancestors_trait by ancestral_trait

    darcs-hash:20070128052314-24576-e184cbb339a1ebb8848cda59c35cb216cda5559b.gz

[8ceb91c | Sun Jan 28 04:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * a little bit of docs for store/default - still pondering about removing it since it's not used anywhere... also remove the [] and []= method, they should be handled by method_missing anyway.

    darcs-hash:20070128052228-24576-0f4f5f9ee2f24c858fcfe517dedb0441bf742714.gz

[897b9d2 | Sun Jan 28 04:21:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * changes for Object#trait, adding docs and replacing the ancestors_trait with the ancestral_trait method, it yields an hash that consists of all the traits of the ancestors

    darcs-hash:20070128052107-24576-6a8f8683f27f2456e6fac94f813f1c65dbc04bb1.gz

[c7688b4 | Sun Jan 28 04:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * Ramaze::Informer instead of Ramaze::Inform for autoreload output

    darcs-hash:20070128052024-24576-c53ff8cc9d489c69726e84ed866036e765da87c6.gz

[5ba7f05 | Sun Jan 28 04:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make Informer respond to << for WEBrick

    darcs-hash:20070128052010-24576-acb4b3ac915e2b7279b0230282b1d6d896fd4452.gz

[cc17a79 | Sun Jan 28 04:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * it's Global.inform_ ... no Hash anymore for easier defaults

    darcs-hash:20070128051910-24576-b0d26706c8f797f8bbe068872163f8097153ac09.gz

[f947216 | Sun Jan 28 04:18:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * new defaults for Global plus a little bit of documentation-stubs... we really should make a seperate documentation in doc/ for the options.

    darcs-hash:20070128051824-24576-4a0e04dab2fe9c7461dba7beecad5ff324895244.gz

[4ac9447 | Sun Jan 28 04:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * check for the :benchmark tag in the adapter

    darcs-hash:20070128051704-24576-a05f7d1ba95b836e34875fb3da42231ecbbedfb3.gz

[a5f523e | Sun Jan 28 04:16:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make mongrel log as #debug instead of info

    darcs-hash:20070128051642-24576-919846fd193f51f7a0d5dd5ba83dad522d007651.gz

[cc8f903 | Sun Jan 28 04:16:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * Global.autoreload is now a simple integer, no mapping of modes to integers, since we don't have modes anymore

    darcs-hash:20070128051613-24576-ec7a856d9d1e6aaacb04e17012dff2e01c916fa1.gz

[dc35259 | Sun Jan 28 04:15:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * close the thing Inform logs to at shutdown

    darcs-hash:20070128051530-24576-a5b734e727e78b5f9aade1029ca00328e6b94793.gz

[a925b42 | Sun Jan 28 04:14:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * small change, in case the adapter doesn't respond to #stop

    darcs-hash:20070128051440-24576-2312a528fb8ca95e56590425439035e8052f7eaa.gz

[7cee643 | Sun Jan 28 04:13:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * little change in examples/element

    darcs-hash:20070128051330-24576-6f37fedf4c8dd74f8f4a1b093e27422102629e86.gz

[d1247de | Sun Jan 28 04:12:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adjust the bin/ramaze for the new Inform and use RDocs parser for the output of help, version and copyright.

    darcs-hash:20070128051218-24576-8f9fbc2043a4ebafe09abf7c1535f8c72ce48fe1.gz

[6b85400 | Fri Jan 26 13:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * typo

    darcs-hash:20070126142253-24576-5ae54817371b5928daa59a4c49b6afc2908b0721.gz

[7c0157f | Fri Jan 26 13:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * move init_global a bit forward so it's available right from the start.

    darcs-hash:20070126142220-24576-d023b87c298f42ad24ad7afe322549d1d07eea2b.gz

[10959ce | Fri Jan 26 13:21:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * update the Global for the new Inform

    darcs-hash:20070126142129-24576-2e2e18f0ee3c3e73011bef9159335aa88a163e16.gz

[a3442a1 | Fri Jan 26 13:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * patch the rest of the system for the new Inform

    darcs-hash:20070126142041-24576-1cc476303c8ea497138624708baf90786a041eff.gz

[eb30195 | Fri Jan 26 13:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rewrite Inform to be tag-based and a lot simpler :)

    darcs-hash:20070126141948-24576-06e1f603efd9c4d23a0c4f66f3b57384a6bccb50.gz

[8d43df5 | Fri Jan 26 03:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * finally set a default mapping to {} at require Global

    darcs-hash:20070126045242-24576-a108da26923ef48b047b385e0415c82e978f400f.gz

[e6dc99e | Fri Jan 26 03:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * prevent errors in case we pass Coderay some empty piece of code

    darcs-hash:20070126045217-24576-30e2351f51e122e6c66bbb6af432c0b4998c51c5.gz

[bd69adc | Fri Jan 26 03:51:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * supporting mongrels send_file, should give some decent speedups.

    darcs-hash:20070126045113-24576-f666e607a35b6658cc76518d931c42763e1555fe.gz

[c47001c | Thu Jan 25 03:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * append a newline to the output of CrudHelper... makes CLI-use easier

    darcs-hash:20070125045255-24576-cb85453c73c45dc7c1c22874569c991bf6957dfd.gz

[796e680 | Thu Jan 25 03:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add the examples/crud.rb to show how to use the CrudHelper

    darcs-hash:20070125045220-24576-eaac3ff7f85fb2b76b07aa1ccb5c1309c05d24a1.gz

[48b202b | Wed Jan 24 10:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * for subsequent starts of ramaze in tests we finally have the :fake_start option that updates the Global but doesn't do much else, so that the original instance can just continue to work, i like the implementation... but our Global slowly gets stuffed :)

    darcs-hash:20070124112855-24576-e35bd36b3bdefe42e2a7895973e33a543ce9ca2a.gz

[65b2902 | Wed Jan 24 10:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * big change also to the way Global is set up, new method init_global on Ramaze that sets up the Global as usual but now also preserves the mappings set before the start of ramaze and just adds new mappings that you pass on start, gives the CrudHelper the ability to set up a mapping for your Store... you can change the name of the mapping with 'crud => YourStore, :name => "blah"' which maps to /blah...

    darcs-hash:20070124112616-24576-978a548da5195e5590442521199ac378841a79fa.gz

[70ebb94 | Wed Jan 24 10:22:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rewrite of CrudHelper, now it only converts your Store into a kind of Controller, extends it with Trinity and defines the ::handle_request method (yay for ducktyping), it just sets up a proxy and you can define your own 'route', which request should send what method.

    darcs-hash:20070124112241-24576-f20a20daeb235937e04f4459c8a76b4e231a1b02.gz

[d788267 | Wed Jan 24 04:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * introduce custom morphs and add even more docs... ratio must be 2:1 by now :)

    darcs-hash:20070124055015-24576-fee62cf7c7c46df1dd8c3d55b4a2c8613d23048b.gz

[23ad621 | Tue Jan 23 11:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * adding documentation for Morpher#transform and making the rescue a lot better.

    darcs-hash:20070123120916-24576-699c640f0a78c8549ed16d7d99fc90be252f9e9a.gz

[9a96cfa | Tue Jan 23 10:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rearrange tc_heper_form to resemble tc_morpher in regard to the require-failsafe

    darcs-hash:20070123113433-24576-4e7a8efef0ad3a0503f96132dde700d024b1ba2c.gz

[1ac38ab | Tue Jan 23 10:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add template/ramaze/morpher and tests for it, it requires hpricot at the moment but got a graceful fallback that just won't process morphers... maybe i can whip up a pure ruby variant later, but the code using hpricot is just sweet :)

    darcs-hash:20070123113232-24576-549a431ca699e17da1f79d6523f7cc05bdf60f67.gz

[57348d9 | Tue Jan 23 10:30:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add test for headers in tc_request and add a method for raw_get that gives you the original object from open() back

    darcs-hash:20070123113041-24576-ba3208f41902b034f445bb26c754ae52d6cd5947.gz

[10a13ea | Sat Jan 20 17:16:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove cruft from helper/feed

    darcs-hash:20070120181656-24576-99a33e2479a492a2b206fb764ad6b87ee1d9a975.gz

[b785197 | Mon Jan 22 11:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * CrudHelper and testcase

    darcs-hash:20070122122519-24576-bb3d5073f6c4784cd5d41316077d0539c86d896a.gz

[2d6fa90 | Mon Jan 22 09:56:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing tons of typos in the README

    darcs-hash:20070122105621-24576-53703676eaa3337aa686dbc3d356025fbc39686c.gz

[8d4f4fd | Mon Jan 22 09:46:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fail gently on require rubygems... we probably should remove that requires completly...

    darcs-hash:20070122104642-24576-5a249aaf8c19c24d3687888a4d6a4b0430513078.gz

[f774bc9 | Mon Jan 22 07:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add some more tests for the previous bug (request.params instead of request.query)

    darcs-hash:20070122083932-24576-dcecaf33c8b19d77dcb6cb481bf92580cc1b7806.gz

[fb771ca | Mon Jan 22 07:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix request[key] and request[key] = value

    darcs-hash:20070122083228-24576-fc065f9c33f6709d3aa4c02b22c82d355ce6a84c.gz

[504d386 | Mon Jan 22 07:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add an example for the usage of Element in examples/element.rb

    darcs-hash:20070122082843-24576-c2dffa74378a182b2db419317297094d57bb0f44.gz

[8e78daf | Mon Jan 22 04:45:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make tc_request pass again, request.body.read instead

    darcs-hash:20070122054516-24576-d09d43cb77489a5b3c8078ba0970e5a1b39ed35f.gz

[dc2f359 | Mon Jan 22 04:42:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing helper/feed

    darcs-hash:20070122054259-24576-26061b2a420e4d6bd35e8c081e84f3b3e4ff0fc1.gz

[22e4715 | Mon Jan 22 04:40:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add exitstatus checking for all_tests

    darcs-hash:20070122054010-24576-7b6e6f49733eb0cfe1c3eeba4bc31e39cadc39d8.gz

[a791815 | Mon Jan 22 04:37:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * reimplementation of Element, making code a bit cleaner (but longer... and possibly harder to understand?) also adding some tests for <Element />

    darcs-hash:20070122053725-24576-73c813eecfcdfa84c766cce63a1d30d09620b722.gz

[ac25b71 | Fri Jan 19 11:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document lib/test/test_helper

    darcs-hash:20070119123952-24576-348a50faf0dba69411d8ebf0247ff095dd7bb1a0.gz

[527fddd | Fri Jan 19 11:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document lib/test/all_tests

    darcs-hash:20070119123931-24576-eda376ed3223200ee3220510b49893969e6bf07f.gz

[0ccddd7 | Fri Jan 19 11:39:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document tool/tidy

    darcs-hash:20070119123915-24576-9eb7937f1dc9aa9a47ed064141aa6da873052674.gz

[df2cb76 | Fri Jan 19 11:38:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * complete documentation of template/ramaze/element

    darcs-hash:20070119123855-24576-012ffb2a637e66553a590dc83775d50246690cb6.gz

[6a34113 | Fri Jan 19 11:38:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add/remove documentation from snippets/kernel/self_method

    darcs-hash:20070119123823-24576-05bf11c0f907927c901158ad9a0429bc9328b029.gz

[a0fcb31 | Fri Jan 19 11:13:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * change rake uncommented to rake undocumented

    darcs-hash:20070119121330-24576-79b5352919b51e2b49d22485b3b0addd6b28390e.gz

[5bf3819 | Fri Jan 19 11:12:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document all of Inform

    darcs-hash:20070119121226-24576-1478c2fd4ad508b34291144353e5c2d268f01565.gz

[cc10bd7 | Fri Jan 19 11:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document all of Trinity

    darcs-hash:20070119120727-24576-b18c442caaccc22b928d8e1a06dd7215e63ed246.gz

[dc9f7a5 | Fri Jan 19 11:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document all of trinity/session

    darcs-hash:20070119120714-24576-df5b3464ad970407f487353a44938f3aa71ab7b3.gz

[d3806fc | Fri Jan 19 11:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document all of trinity/response

    darcs-hash:20070119120656-24576-fd95a797c43da245775f4f468ffde5acc2f1eaf4.gz

[41bce57 | Fri Jan 19 11:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * document all of trinity/request

    darcs-hash:20070119120634-24576-40f23758111fb666fcd5d3e4a92aef65f04d4a58.gz

[53dbce5 | Fri Jan 19 11:05:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * don't include the dot-graph here (yet), also show all methods (private, protected)

    darcs-hash:20070119120542-24576-5cd141d60bb9d09807210080f67090534655b543.gz

[74720ca | Fri Jan 19 10:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * new rake todolist and the file it generates

    darcs-hash:20070119111025-24576-a5fef5deae4558caa8df89412610ba60a05014f8.gz

[68b5e18 | Fri Jan 19 04:31:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add support for CDATA in FeedHelper, add some more tests and add from_xml to parse the class in again (just basic yet, no nested niceties)

    darcs-hash:20070119053144-24576-e62aaeb8f72b76a0409a8ac9aa17ee2835e6e9b0.gz

[f8462e4 | Fri Jan 19 03:54:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * extending FeedHelper and testcase, now attributes to tags are possible... (just for the enclosing class for now)

    darcs-hash:20070119045411-24576-38f39012fc5bceb038ace1a7f5845dc98ae2a96a.gz

[a414c64 | Fri Jan 19 03:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * don't duplicate body by reading it, the user can always see it with request.body.read in the controller.

    darcs-hash:20070119043257-24576-0e38d2f79096fd5c07a8ed6696dd4d2d5b90f894.gz

[5c7759e | Thu Jan 18 14:13:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * set the trinity-methods to private, we don't want them to be accessable

    darcs-hash:20070118151358-24576-5c3767256f65d97b02f0882ae70a75d6490faee3.gz

[e866219 | Thu Jan 18 14:11:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * ignore memcached in the tests if it's not installed

    darcs-hash:20070118151104-24576-82129a08ec44dfab90d7d769a9980454cb157c14.gz

[2fa996f | Thu Jan 18 12:57:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing the controller-method-lookup

    darcs-hash:20070118135749-24576-f78466f58b35061f49dbaad1424a0475d807d041.gz

[45c2013 | Thu Jan 18 02:24:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * patching method-lookup for controllers... now it should be possible to expose public methods via helper-methods... have to test this first though.

    darcs-hash:20070118032454-40155-41011e19e7f1f32ded8171972e309b1511974988.gz

[e752e29 | Wed Jan 17 01:56:00 UTC 2007] m.fellinger <m.fellinger@gmail.com>

  * rephrase message on startup...

    darcs-hash:20070117025621-40155-2f988e0cc5de663a0dc0eb52a7ec9ab3108dbd80.gz

[e22f7f5 | Thu Jan 18 12:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove the useless invalidate_cache method from CacheHelper

    darcs-hash:20070118134418-24576-c52e9a5aa16f8c71ae7eca5ee04f57c2c80ebd74.gz

[ec54bb7 | Thu Jan 18 12:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make rake record a bit less annoying ;)

    darcs-hash:20070118134314-24576-15ced3002c9aec61c01835b12fe0dc04be259137.gz

[7653415 | Thu Jan 18 12:41:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add example/caching.rb

    darcs-hash:20070118134147-24576-3817f8b1daef8c88648969e764288937e58f775b.gz

[ab466d2 | Thu Jan 18 12:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * total reimplementation of caching, the CacheHelper now finally works (added testcase) for both actions (based on action(*params)) and values, this is a giant step for ramaze, since proper caching is a key to serving fast. The implementation might not be perfect yet, but some real-life testing will show if the current API and use-cases are worth anything, for now i'm very satisfied :)

    darcs-hash:20070118132807-24576-e46ec041fd95f627cae1a5956449b06a0a4dcf5f.gz

[7a54d20 | Thu Jan 18 11:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * test/tc_aspect.rb => test/tc_helper_aspect.rb

    darcs-hash:20070118122501-24576-5a900817b63e8cd5f806c1ad1ff39b6e4ee9fb77.gz

[cc2ae25 | Thu Jan 18 10:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * provide a little anonymous gulp-class to catch the stuff Og sends out in the testcase, finally the rake test looks pretty enough :)

    darcs-hash:20070118114316-24576-1097772a8c73894a54cf9ad6dc790736224b8864.gz

[47a4f23 | Thu Jan 18 10:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add Kernel#silently, to temporarly turn off warnings on reassinging constants and use it in session.rb

    darcs-hash:20070118113335-24576-4eced7c8e62629aeaee3531dc5c4bdb9b5fa599e.gz

[45397d5 | Thu Jan 18 03:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add/remove some todos

    darcs-hash:20070118045048-24576-b360d41291f66c715399311261bc5cc9f23daad2.gz

[69f7169 | Thu Jan 18 03:49:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * introduce caching now for sessions as well, setting the adapter for tc_request back to mongrel since webrick doesn't implement PUT (fix that too)

    darcs-hash:20070118044942-24576-fa5ef84c88e7e4d39648788934b9fd41c6d23f41.gz

[3a53a33 | Thu Jan 18 03:35:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add test for PUT, we need to find a way to do a DELETE-request, possibly with Net::HTTP? (also investigate other ways not to rely on curl for PUT)

    darcs-hash:20070118043536-24576-63aa5f80d0f29ecb8bdff4b9f1bfe354b386022a.gz

[d9539e7 | Thu Jan 18 03:35:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rewrite tc_helper_feed

    darcs-hash:20070118043519-24576-1b9efab63d9bc604af391881b0ffecba70c0baf3.gz

[6d1f7bc | Thu Jan 18 03:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * better implementation of the tc_global, it would fail on slow or busy systems

    darcs-hash:20070118043458-24576-22fb437bd2226a3bdbc3ac3ce4ecc54c7de1382f.gz

[0964c2a | Thu Jan 18 03:34:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * support PUT and DELETE

    darcs-hash:20070118043429-24576-989c6deebb1321ef6b65c4ef5071876647c4a3b9.gz

[8f77191 | Thu Jan 18 03:33:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rewrite FeedHelper, still not functional, but a lot nicer to build XML from objects

    darcs-hash:20070118043357-24576-6d19ed6d5f6e39e3c29022542dd7dcb1bed25758.gz

[0848f4b | Tue Jan 16 14:18:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * provide some info about where the adapter attempts to connect... also fix debugging-output in tests

    darcs-hash:20070116151830-24576-ae319597395d82c3fa934594661286655b82830b.gz

[f2694ba | Tue Jan 16 14:18:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove require of fastthread, they finally fixed it

    darcs-hash:20070116151806-24576-3d8e5c78956e291136f88ab31eadec6477d778ff.gz

[a407d15 | Tue Jan 16 14:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add handling of multipart (file-uploads)

    darcs-hash:20070116151748-24576-5692ff620fcd517e7c858dcfa5f934c0fcec47af.gz

[d9302a7 | Mon Jan 15 11:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * all_tests gives _much_ prettier and more informative output... still gotta use systemu for catching that nasty output from Og though...

    darcs-hash:20070115121742-24576-208a754006489ec99c2e4a31048723453e0e29bd.gz

[c3ff7fc | Mon Jan 15 11:16:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * redirect takes now a :status argument, for your very own redirect-status-code

    darcs-hash:20070115121655-24576-8557c8b173d8b0852b35fc13de552db91dc9120a.gz

[4829135 | Mon Jan 15 10:53:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix the spaces ;)

    darcs-hash:20070115115316-24576-9eadd2a9e5cdb568b1efd2a114d1eba9e8aed5d0.gz

[efed420 | Mon Jan 15 10:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * run fix-end-spaces and add-copyright before rake record

    darcs-hash:20070115115243-24576-c3eeb86292231021fb2a33e51d5a1e14fd35ae4f.gz

[db229ef | Mon Jan 15 10:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rake fix-end-spaces, new task to remove spaces at end of line where not needed ;)

    darcs-hash:20070115115045-24576-0290e96c1de624b2d8a15c19a6414fc5b3c1b53c.gz

[6e8a88e | Mon Jan 15 10:50:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add a .each method to GlobalStruct

    darcs-hash:20070115115029-24576-2ba869ab5d71cb14ff51d278cb129b7354094d54.gz

[bc3b35c | Mon Jan 15 10:48:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * a much POLSer way of working with the bin/ramaze, options from the CLI are not overwritten by options in your app anymore... also ignores start from your app if you use this command.

    darcs-hash:20070115114821-24576-7bf7ab46595c6e706f02e61fe43461fadffcca87.gz

[8cc095e | Mon Jan 15 04:42:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add rake patchsize to show how many patches we got

    darcs-hash:20070115054243-24576-5211f2b982783cadf59f3c004b1290c4f880b08b.gz

[b6a2dde | Mon Jan 15 04:15:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * nicer handling of SIGINT

    darcs-hash:20070115051549-24576-802f2a1473d097dbff728b4a8185f849624fed58.gz

[4a59050 | Sat Jan 13 23:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add example/microwiki, like miniwiki but total reimplementation using Template::Ramaze, should do one for every templating-engine to show usage

    darcs-hash:20070114001050-24576-fe82597dd6a8be4403d8e79467553d2375855b01.gz

[339e9bd | Sat Jan 13 23:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * run tests per default on port 7007 and only on 127.0.0.1, avoids interfering with running apps

    darcs-hash:20070114001008-24576-5ea329235663eddf25031c3b00aff321d9c3354b.gz

[8f2248f | Sat Jan 13 23:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * improve shutdown

    darcs-hash:20070114000948-24576-99353e66bab5c91de5fe4533147427cd6a7de723.gz

[845ae63 | Sat Jan 13 23:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rearrange and add the Global parameters a little bit

    darcs-hash:20070114000924-24576-9c490d167fa29ff53985a91c3c3ed610a4814cbe.gz

[5cfaa74 | Sat Jan 13 23:08:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * provide a content_type for the error-page... old bug, need to add some tests for the errorpage...

    darcs-hash:20070114000856-24576-22b0e003a6443248bd78f63d8b46430607def093.gz

[5dec762 | Sat Jan 13 23:08:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * clean the setting of response/request/sessions a little bit

    darcs-hash:20070114000833-24576-f5fe7707a7ebb8fdc48fc0a30130cb38021a8543.gz

[659d3c0 | Sat Jan 13 23:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * CGI.unescape all parameters of GET/POST

    darcs-hash:20070114000744-24576-cd22832aa8a075a36e9fc2a422f939ba0b10b0d8.gz

[cae5f84 | Sat Jan 13 23:06:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use method_missing to catch all the transactions for YAML::Store, cleans the API quite a bit and provides more functionality

    darcs-hash:20070114000639-24576-b7fde45766faac56db2748e2dbb69d153ea57808.gz

[c0efd03 | Sat Jan 13 21:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * Ramaze 0.0.5

    darcs-hash:20070113222833-24576-3ac798fdc28734e06e2173f2aa94b282833a8c04.gz

[77dddcb | Sat Jan 13 21:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * update CHANGELOG

    darcs-hash:20070113222804-24576-9061ac2849999835cb150856ab3337b0a996278a.gz

[55d661d | Sat Jan 13 21:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * added changelog task that updates doc/CHANGELOG based on doc/changes.txt (from rake changes)

    darcs-hash:20070113222720-24576-058db8e6676d43310f6881353ab9b7b9e33b4a39.gz

[a42f393 | Sat Jan 13 21:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * ran add-copyright once again

    darcs-hash:20070113222615-24576-e7f9df93b433bedf3ed40f18ed7a2bf63141c566.gz

[c1d42bd | Sat Jan 13 21:20:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * update README a bit

    darcs-hash:20070113222050-24576-8dab86ca54a3496bf2c5dc2f5e537c7de06af900.gz

[8b7710e | Sat Jan 13 20:53:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * update and extend testcases for tc_cache

    darcs-hash:20070113215317-24576-4389bc2dee8ec6084f73b5e35196ac3137b8ec17.gz

[0478aec | Sat Jan 13 20:52:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * change Rakefile to sweep out cache.yaml and run rake clean after rake test

    darcs-hash:20070113215254-24576-7eeb6d290e4438d33c2993767d8c3b2d2b79973a.gz

[384f0a3 | Sat Jan 13 20:49:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * finally added and integrated caching, possible caches for now are YAML::Store, usual Hash (for one instance only) and MemCache, the respective objects are YAMLStoreCache, MemoryCache and MemcachedCache, you can set them with Global.cache = respective_class before startup, there is no functionality yet to change this during runtime, but you could Ramaze.const_set('Cache', YourClass.new) since Ramze::Cache is the usual instance. See the testcases and documentation for more information on the usage

    darcs-hash:20070113214914-24576-52e5077ba48e5c4cc223ef64d70f04197e8c6083.gz

[c495761 | Fri Jan 12 21:12:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add tc_feed_helper

    darcs-hash:20070112221207-24576-c11b96b3c6449f8e45e10ce6b47de5aa200b8835.gz

[17c9d2e | Fri Jan 12 21:11:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add tc_cache

    darcs-hash:20070112221156-24576-950f035ff589020e1d5cc854452e624bed41fb5c.gz

[7bc3072 | Fri Jan 12 21:11:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * autoreload now has its own method on Ramaze and can be turned off by Global.autoreload = false

    darcs-hash:20070112221128-24576-ed1ffca38fc36687ba107284f8ca4d05fcf91895.gz

[b2702c5 | Fri Jan 12 21:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * require 'ramaze/cache' (not yet used)

    darcs-hash:20070112221051-24576-9480a0f8252617c69436b77715778c40a0a5bbca.gz

[89f7ceb | Fri Jan 12 21:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use Set instead of Array for the Controllers

    darcs-hash:20070112221020-24576-0fd835c2e44e96569d3a98126cf66ff587dc02f6.gz

[ea1d31f | Fri Jan 12 21:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * finally fix the problem of having another application running (we can detect it now!)

    darcs-hash:20070112220933-24576-98d0c10d48fb337b785bf61c5aefd540489233e8.gz

[d3a2a92 | Fri Jan 12 21:09:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * use Set instead of Array in autoreload... makes it a bit nicer

    darcs-hash:20070112220901-24576-944e02de99670c78635f1f05da83ad4baef5c047.gz

[96dbdd8 | Fri Jan 12 21:08:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix FeedHelper, had one <feed> too much

    darcs-hash:20070112220821-24576-9dbb187a2519ef4e3ec4e1408f378f5f432097e2.gz

[4d8bf51 | Fri Jan 12 21:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * first version of (real) cache

    darcs-hash:20070112220750-24576-ea6e8046ec7ebe581b39dcc203149c86ff892834.gz

[514b1c2 | Thu Jan 11 13:00:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * simple CacheHelper

    darcs-hash:20070111140053-24576-a4a481ee0394ad2fbc3ac5bac81fdda611c1bdf2.gz

[9be5c61 | Thu Jan 11 14:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix Rakefile

    darcs-hash:20070111154308-24576-46a4f2ef4a976209d6b7a3e0eaff09f4a30fa202.gz

[eb9b1c2 | Thu Jan 11 14:35:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add some more tasks, :record and :changes (record calls changes)

    darcs-hash:20070111153503-24576-e82d1086db1358e2906c99cbc5c4d59df5ee63c0.gz

[a6439fa | Thu Jan 11 14:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * added tasks changes-xml and changes-text to the Rakefile, stores the current changes into textual format for further use :)

    darcs-hash:20070111152819-24576-3ee0ba818907e1fd7ff88dcb4468539aded50f42.gz

[d2c6000 | Tue Jan 09 04:19:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add the template for the tc_template_ramaze

    darcs-hash:20070109051911-24576-c0af02d2711f95ef4c6eec065aa52d437cd99a48.gz

[3b109c4 | Tue Jan 09 04:17:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * support template-only actions for Template::Ramaze, now you can just put a file with the appropiate name in your template-directory and it doesn't need a seperate method in your controller... this does not work yet with multiple arguments

    darcs-hash:20070109051722-24576-5785fac19cb9d8f6b76614b3ff3d9c8acfd682d2.gz

[8dbcf49 | Mon Jan 08 12:38:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * stop some squeaking of the wheel and added a little comment of the why

    darcs-hash:20070108133833-24576-096802207952d35ebc835fc1fc608c5c9debba02.gz

[ee7c689 | Mon Jan 08 07:38:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix feed.rb _again_

    darcs-hash:20070108083821-24576-9761fc8ad27b1a80ccfb8840052b26d346d4e051.gz

[d4f38a6 | Mon Jan 08 08:37:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * check before undef method id in Feed::Bag, that makes it better suited for autoreload

    darcs-hash:20070108093714-24576-915471406e335626ae1acd91f494a4afecba254a.gz

[a66970b | Mon Jan 08 08:15:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * escape the stuff we get (possibly dangerous)

    darcs-hash:20070108091530-24576-a09127f65a0f5ccba5939666b555a3a7f21de9c7.gz

[9b34f5f | Mon Jan 08 06:28:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * serious extension of TCFormHelper

    darcs-hash:20070108072802-24576-b8c839df01e5bdcbab57a26c2febe3d77649d8dd.gz

[5aaca3f | Mon Jan 08 06:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * remove useless code in ramaze.rb

    darcs-hash:20070108072746-24576-bd648b1b1b51780138be436842ca2eed948af641.gz

[faf2750 | Mon Jan 08 06:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * critical, log error when one happens on render! not just recall (which is a bad thing... we should keep a record to avoid loops in case of errors... horrible DoS :|

    darcs-hash:20070108072647-24576-7f634b0d99c83c598e486c7d83542d55ccb1d5f3.gz

[3cb87ab | Mon Jan 08 06:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * make error-output prettier

    darcs-hash:20070108072633-24576-79c87aa8a9db278bb0f74c960442a52b0f46c6ee.gz

[75edcd0 | Mon Jan 08 06:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * FormHelper now handles Date and works! (total rewrite of the option-handling)

    darcs-hash:20070108072549-24576-4b5f48a22f940ebc51173708999901a6becc630d.gz

[94e2454 | Mon Jan 08 06:25:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add 'docs' in the FeedHelper :)

    darcs-hash:20070108072522-24576-466210c245a605bc7b77f8bc42825f6a498881d4.gz

[69df874 | Mon Jan 08 06:24:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * little prettification in dispatcher

    darcs-hash:20070108072457-24576-7c95a247af946f8bf3517c3068691fa2538981ab.gz

[ecbcacc | Mon Jan 08 02:55:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixed test (for rcov)

    darcs-hash:20070108035509-24576-6936c5da01dbe880fe16205d8d8810e23eff2fbe.gz

[45dfa2e | Mon Jan 08 02:54:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * not yet completed rewrite of form-helper

    darcs-hash:20070108035419-24576-a81e0688e0f0e3f001724d1dea781da4adef4491.gz

[a681998 | Mon Jan 08 02:53:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * extend FormHelper test

    darcs-hash:20070108035345-24576-1daf0729be788f2bbf4fcbdf8f01c51155ec74e3.gz

[aced91d | Mon Jan 08 01:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * Session.current added

    darcs-hash:20070108024452-24576-2ff2099bfc8229bb1a83a58ff7e0e5e9548b9bfe.gz

[988604a | Mon Jan 08 01:44:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix Inform, make output a bit nicer again

    darcs-hash:20070108024427-24576-4a8b959a5daacf5d7eb83ce3fd69e2620da0d3d1.gz

[e9455ee | Mon Jan 08 01:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * two fixes, use AuthHelper::PASSWORD rather than a preset one (still defaults to 'passwort')

    darcs-hash:20070108024324-24576-9cbba429c67a6051cb2ad453cff4286ad496d61e.gz

[f02d112 | Mon Jan 08 01:43:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * inform on using cached version

    darcs-hash:20070108024302-24576-d1533125143ec70b043fb5c4819256641872f8a5.gz

[b1aabaa | Fri Jan 05 13:14:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix OpenStruct#temp

    darcs-hash:20070105141428-24576-ca5c64fe9bda2ee3215527a971604e423fdd6723.gz

[3b1020a | Thu Jan 04 23:37:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * changes in Template::Ramaze again, mostly passing filenames to eval

    darcs-hash:20070105003732-24576-2119617ad5ef93bc089ab0c3059d513903a2ec1f.gz

[9fcb7f8 | Thu Jan 04 20:35:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add a very simple AuthHelper

    darcs-hash:20070104213543-24576-3966e2f75348a7fd22d99ce72ad577607f77c726.gz

[dfff768 | Fri Jan 05 14:10:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * some comfy changes in Inform

    darcs-hash:20070105151047-24576-767be4341a5c2a0f805ba235f91c4fa586e13166.gz

[78566f7 | Fri Jan 05 14:07:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * first implementation of FeedHelper

    darcs-hash:20070105150740-24576-eb29fbafc9523bc5642deca931eb08a6acea3ee0.gz

[81d16e1 | Thu Jan 04 22:56:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add copyright to files that still lack it

    darcs-hash:20070104235627-24576-70f76cf25447d146adf2210aa5efbcf5170b03e4.gz

[cee69d1 | Thu Jan 04 22:56:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rake add_copyright adds copyright to files that don't have it :)

    darcs-hash:20070104235609-24576-3f48adc30f0f2b7062a366eaf1695e558e5e2a55.gz

[673f196 | Thu Jan 04 20:27:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * stub for a TC to send a file.

    darcs-hash:20070104212748-24576-8d76f00664ae054010310b6b3865cda4f353212a.gz

[46edaf7 | Thu Jan 04 20:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * patch the parsing of GET/POST parameters again... accidentially used escape instead of unescape :P

    darcs-hash:20070104212648-24576-be08820e35c463b6e070653e643659369236a7a2.gz

[2d02fe3 | Thu Jan 04 20:26:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * this little patch uses the ability of erubis to eval with a filename to give better error-reports

    darcs-hash:20070104212607-24576-a92d8d85934f998dc95ef985c393e2ae986c445a.gz

[3a79ac2 | Wed Jan 03 17:47:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fixing POST-requests

    darcs-hash:20070103184710-24576-7c4d62222ec480fac7b1bac35e5b6ebf353c5f0e.gz

[0035b67 | Wed Jan 03 17:46:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * add String.camel_case String.snake_case

    darcs-hash:20070103184650-24576-2a283b9cec9d91f72b8de891b7dacae5dca337af.gz

[0106fc2 | Tue Jan 02 04:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * smaller changes not really worth mentioning :P

    darcs-hash:20070102053224-24576-3905ed91dbe56f577c18857742f1f0af55e90034.gz

[8811f37 | Tue Jan 02 04:32:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * pass on parameter-parsing to CGI.parse

    darcs-hash:20070102053202-24576-893e8f3b01133710bb99932b01598dbe45cfbf59.gz

[bced109 | Tue Jan 02 04:31:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * set an instance variable instead of checking for arity of render-method (@hash) for Elements

    darcs-hash:20070102053123-24576-a0021bb29eea25c2098aae3a518ec89bb787ce06.gz

[607a9df | Tue Jan 02 04:30:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix form-helper in case there is no control

    darcs-hash:20070102053059-24576-7cde4e0010db78f09746d1118a1c2ea9aee27841.gz

[aeaa92b | Tue Jan 02 04:30:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * fix url for stylesheet of error-page

    darcs-hash:20070102053036-24576-e1c7ec940eb535e61c40bbcd3c40a86f8b5f29ca.gz

[0883dce | Tue Jan 02 00:03:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * don't break this test if we got no Og... suboptimal :|

    darcs-hash:20070102010321-24576-91db6b7003d233503039b1345046846625ca2f34.gz

[6934329 | Tue Jan 02 00:01:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * rewrite the usage of the render-method a bit to be clear :)

    darcs-hash:20070102010117-24576-ed943528b8966dff9f273735af2df11ff61b36b5.gz

[ffbe943 | Mon Jan 01 09:55:00 UTC 2007] manveru <m.fellinger@gmail.com>

  * extending tc_session

    darcs-hash:20070101105547-24576-491110b3103e3bace146c0349d289ea5ccf9f24b.gz

[5a2b55c | Sun Dec 31 21:10:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix ramaze for fastthread-require... and split shutdown into shutoff/shutdown for more granularity

    darcs-hash:20061231221012-24576-9c3022fa32c03d8df5b2ee8953d77d84f3334eb8.gz

[f84b95b | Sun Dec 31 21:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * add the rake uncommented task, this is a very simple method that shows you which methods are not documented yet (alpha phase, it's got loads of bugs... but is quite helpful already just as a rough overview)

    darcs-hash:20061231220908-24576-f9d102ffc884eaa907a7aa2e716075548539d2d6.gz

[392bbb4 | Sun Dec 31 21:08:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * modify all the testcases to fit the new ramaze-method inside context... also split tc_adapter into tc_adapter_mongrel/tc_adapter_webrick

    darcs-hash:20061231220820-24576-8f29fcb0f527d0d99bace61e2797558b3326ea19.gz

[b1ee316 | Sun Dec 31 21:05:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * huge change to the test_helper... no more ramaze{} but ramaze() - this will shield us from future pain and is also a lot nicer for integration into RSpec

    darcs-hash:20061231220537-24576-1c2ffdc3d64eb0b74e29fd643a220b7b58cfa0f2.gz

[3f13c6a | Sun Dec 31 13:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing a rather serious bug in the Element, only consider an Element if you really find the class for it and this class responds to :render

    darcs-hash:20061231143343-24576-86eb49098c67e0e9feccd625908c286c5100bef6.gz

[a69e6cb | Sun Dec 31 13:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * big changes again in the form-helper... added loads of options, most are used in the testcases (that still have to be expanded, but they give a good idea of what is possible now)

    darcs-hash:20061231143251-24576-a5926199a1edb9a494d1b0738bd8c22a2267a79f.gz

[ccdac75 | Sun Dec 31 13:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added OpenStruct#temp to create temporary copies just with an updated table

    darcs-hash:20061231143222-24576-582f769d3fc6fb550a49ed515b9a4287512a833c.gz

[fa722c1 | Fri Dec 29 20:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * support for element-parameters and some tests for it

    darcs-hash:20061229215713-24576-b7eccd6836abb2e12e60c106ebcf5c403342f25b.gz

[21ca0ee | Fri Dec 29 11:01:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * forgot one Logger => Inform in autoreload

    darcs-hash:20061229120142-24576-c45c4a78067077715e6470d3c6f4bfa5a9ab3d1c.gz

[3fdf3ad | Fri Dec 29 04:00:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Ramaze::Logger => Ramaze::Inform - avoid clashes with the tons of other Logger thingies out there

    darcs-hash:20061229050020-24576-d75c30ae2de9b6879249144e7480b7bc4b1d5ce5.gz

[c1cd946 | Fri Dec 29 03:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix tc_tidy

    darcs-hash:20061229044223-24576-1a5a38aaf3cca193d87a2b9555296d8393439a3b.gz

[5fe2458 | Fri Dec 29 03:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * change from digest/sha1 to digest/sha2 - would someone explain me what this does?

    darcs-hash:20061229042519-24576-8efa60e45158d3be1d73e7d1bab871abadaef3df.gz

[aa3b587 | Fri Dec 29 03:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing diverse issues with latest rubygems update

    darcs-hash:20061229042448-24576-43cbf0032533123a496d5d9e195a484d309851ba.gz

[5f5e884 | Mon Dec 25 21:01:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * give the markaby-templates in the miniwiki-example the proper ext.

    darcs-hash:20061225220115-24576-daa3911f0a5251f5ca2eddbb4ef4021cdd35dafa.gz

[10d4fad | Sun Dec 24 17:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * stop autoreload from failing from some mysterious bug...

    darcs-hash:20061224185203-24576-402921469773d5267a409a499d0cf75158e66701.gz

[c3e3c1a | Sun Dec 24 17:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix the error-page to work with the new template-implementation... also remove the old Gestalt-code, it's in darcs anyway

    darcs-hash:20061224185118-24576-6a1a2f791307059f1728575d0bf51347e974a366.gz

[2ca9c61 | Fri Dec 22 19:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * blog/template/entry/list.rmze

    darcs-hash:20061222202835-24576-efa7faf59716776caafa94dbb395e03b6654aa27.gz

[eedc74a | Fri Dec 22 19:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * snippet/kernel/rescue_require.rb

    darcs-hash:20061222202747-24576-163ceccd23488b00f97467d83b6751c4446b5619.gz

[2d629e9 | Fri Dec 22 19:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * additional specification for tc_element

    darcs-hash:20061222202617-24576-c492a52fdf76cde4ddd80de5ba63c601d428118c.gz

[7527554 | Fri Dec 22 19:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * add test/tc_aspect

    darcs-hash:20061222202604-24576-597ef9c9339dd2399d2fe9d1e61744e20c69eb74.gz

[02fdde8 | Fri Dec 22 19:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * restructure test_helper for fastthread...

    darcs-hash:20061222202458-24576-f7fae2b11381c7c4b3abf88f11cce591d46eed88.gz

[f1cc4bf | Fri Dec 22 19:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * reimplementation of session... mainly better hash

    darcs-hash:20061222202438-24576-d7cf015ca6d76f288f9e1b5dd6b7fc553e451b39.gz

[dd0b2f2 | Fri Dec 22 19:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * typo

    darcs-hash:20061222202206-24576-1109e3788084c5710913bad64a9e5da1a67ac580.gz

[a0c4f46 | Fri Dec 22 19:21:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix a serious bug with the HEREDOC in the template/ramaze... if we don't prefix a character it will break if the hash starts with a number (oddly enough, this happens very seldom)

    darcs-hash:20061222202115-24576-fb8d96ee6b195bcfbca39631ae22dbbf1b1f4ad8.gz

[0f1d9ee | Fri Dec 22 19:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * add the helper/aspect

    darcs-hash:20061222202024-24576-10c77cd5a616bce6802cdaee4db8b0247d0a0dbd.gz

[11ab9c3 | Fri Dec 22 19:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * prepare the helper for addition of aspect

    darcs-hash:20061222202010-24576-025bde1952eba390b306a52367d66c09070ad0a8.gz

[3b2a792 | Fri Dec 22 19:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not load fastthread in adapter/mongrel, if it has not been required so far by ramaze.rb it's too late already and we get only an annoying warning.

    darcs-hash:20061222201853-24576-1053005e603ff2c70be6fe5f87d1601b4681a42f.gz

[27b4044 | Fri Dec 22 19:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * minor restructuring for ramaze.rb requires (mainly cause of fastthread)

    darcs-hash:20061222201812-24576-769648f51d7e0e5702e7d6dbce720c60cdd5eabf.gz

[9fa728e | Fri Dec 22 17:02:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix problem for fastthread-require, it has to be loaded before everything else (especially mongrel and/or thread)

    darcs-hash:20061222180239-24576-ba35413d840a2a5ac43314721ba034f7545dfba1.gz

[93d59a8 | Wed Dec 20 06:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fix tc_template_ramaze for the restructuring (you don't have to call transform() in the controller anymore)

    darcs-hash:20061220073340-24576-cecc476ada007a720a069c5967818a2af5af229c.gz

[489a06b | Wed Dec 20 06:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * move the trap... now that i know that it uses continuations we should propably use a different technique...

    darcs-hash:20061220073311-24576-12e64767021bffe30a8e14c3fbe8f52f59916f32.gz

[8d51519 | Wed Dec 20 06:30:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * make find_template private, fix the :transform_pipeline and add a little comment

    darcs-hash:20061220073017-24576-68c8110772a4e46b611595effe820fb6386a9987.gz

[6adeb1b | Wed Dec 20 06:30:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing Element for passing parameters

    darcs-hash:20061220073003-24576-9d105515be2033eed5c954fe3e173ee20ecdc632.gz

[bde42d7 | Wed Dec 20 06:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * restructuring of the ramaze-templating... looks a lot nicer and is a whole lot more modular... preparing to change for the use of render() in templates

    darcs-hash:20061220072834-24576-e18b781726f66c88c95189c09c7af7f59a784c29.gz

[10ad860 | Wed Dec 20 06:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplify the dispatcher a little bit, splitting the fill_out into respond_file and resopnd_action, so we can use it from the Templating for relookup of actions on different controllers

    darcs-hash:20061220072611-24576-a41945cae6f3b55871471526f73bfda79d020463.gz

[5bd64c4 | Wed Dec 20 06:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * little change in the README

    darcs-hash:20061220072555-24576-235f778bd944b9b843be246ac1e904976f616ca2.gz

[62f95d7 | Mon Dec 18 05:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding trait[:transform_pipeline] to Ramaze... this still is very buggy :|

    darcs-hash:20061218060950-24576-9a5938f442b1f4dc787275e6af30944236f45505.gz

[5acc67b | Mon Dec 18 05:08:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * first implementation of ancestor_trait, which searches the ancestors for a trait... this should be made default in a bit

    darcs-hash:20061218060851-24576-754c19cf3fe0c0380fb6bdd03b227c8485205423.gz

[cbd610a | Mon Dec 18 05:07:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixes some problems with autoreload when the path/file is b0rken

    darcs-hash:20061218060749-24576-0863f3fb8b2366f650805034fefdeb50c2f3a777.gz

[56e6bb5 | Mon Dec 18 04:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remove method_missing from Logger... it overwrites alle method_missings everywhere!!!

    darcs-hash:20061218052403-24576-68567a7fc67b05055ee9ed99457506b4ebb020e4.gz

[7407d65 | Mon Dec 18 04:21:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not run setup_global in the bin/ramaze anymore, just pass them along... also fixes a problem for method-missing... error doesn't take multiple arguments (string/error-object only)

    darcs-hash:20061218052132-24576-90afbbc402b44054bb65af318f5f777ae9b1bcb2.gz

[2b06618 | Fri Dec 15 12:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removed the Timout for the total ramaze{} block for testing, added Ramaze.shutdown for the teardown (still commented, it has nasty side-effects)

    darcs-hash:20061215131843-24576-72afc5548f2c108921800adb6582a25415c01ce1.gz

[be800a2 | Fri Dec 15 12:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tiny updates to ramaze.rb, rewrite of the shutdown method... it still is very fragile though... Mongrel seems to do magic to threads beyond my knowledge

    darcs-hash:20061215131647-24576-14c3bd0d14c5f6b86ec2f209ef76e3cd08fde7c0.gz

[85b61ad | Fri Dec 15 12:15:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use the new Logger-capabilities to finally catch the stuff WEBrick has thrown long enough to STDOUT

    darcs-hash:20061215131544-24576-e31e0dcba3812a0e55113a85b9c212aa775c3bee.gz

[823a31a | Fri Dec 15 12:14:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Logger.puts is no longer private, added also << as an alias... additionally it can be sneaked into usual Logger-systems and take them over :P

    darcs-hash:20061215131445-24576-00b7c64d2d658b1dc7843e1343cad0a57ce9834c.gz

[7ee3578 | Fri Dec 15 12:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a little bit nicer adapters by use of class << self ... also added a stop-method for future use

    darcs-hash:20061215131358-24576-0fc9f93f296edf97df83487f6855d3797edf8eb9.gz

[8ba8d8f | Fri Dec 15 12:12:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rewrite of the tc_global for the new structure

    darcs-hash:20061215131210-24576-cdd86e7baeed638049947e60b964ed652ee9cbef.gz

[9945be4 | Fri Dec 15 12:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * reimplementation of Global - should be a lot saner and simpler now ;)

    darcs-hash:20061215131100-24576-096d0c89d4a831806e737436e914be6dd3ad397c.gz

[836e1dd | Fri Dec 15 04:59:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not require digest/sha1 in session.rb - it is not used for calculating sessions

    darcs-hash:20061215055938-24576-d846a55cc04ee8c33c3f9d219b609cdfd9df4ac2.gz

[5227e5e | Fri Dec 15 04:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this moves handle_elements into the ramaze/element.rb and names it transform, it handles arity of an render-method in the elements and passes optional parameters when given... this will give us a hard time when handling arbitary objects... :P

    darcs-hash:20061215055232-24576-b1ee011cbbbe7de23592aff292c4b9f26c5f239e.gz

[69c04a8 | Fri Dec 15 04:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * some minor changes regarding logging... there has still to be done a lot (esp webrick and logging to files)

    darcs-hash:20061215055127-24576-f901ae58c0663ae1838bb689fac184b0963bdb65.gz

[496edb3 | Fri Dec 15 04:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this moves all global-stuff into the global.rb - makes ramaze.rb a lot nicer ;) - also added some more tests

    darcs-hash:20061215054837-24576-b6b4d46a3c84e720c8e8b4c622c2e6f6d8f6bb38.gz

[136b2c1 | Fri Dec 15 04:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * patching Global further, we move the defaults in here since they only clutter the ramaze.rb and make handling difficult

    darcs-hash:20061215052021-24576-741bb1b56d0fd279df0e04a6dd52848dc2fcecab.gz

[73eab6f | Fri Dec 15 04:19:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not raise on initialize of Global... it just looks odd ;)

    darcs-hash:20061215051934-24576-466de8c7589f2ece25445e68da444eb1ac44ee9b.gz

[7ed964d | Fri Dec 15 04:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not timeout requests anymore...

    darcs-hash:20061215051856-24576-bfff5ec033d41cac50683384c3ae1d10c23b65eb.gz

[0c9505d | Fri Dec 15 04:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * give mongrel a proper way to handle logging

    darcs-hash:20061215051808-24576-c7f3b41f874946be50b311abeaa219c04df1388d.gz

[a9ed38b | Thu Dec 14 12:37:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * convert the action to a string since we might get symbols as well, and remove some other useless debugging-info

    darcs-hash:20061214133716-24576-e9d184fdda4efb66de2ab545f412545462762db2.gz

[0712395 | Thu Dec 14 12:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * trying to use #{render} and it seems to work, mostly

    darcs-hash:20061214133640-24576-93cc62368dc5158a4b50878c413333c008c1e296.gz

[1fddd58 | Thu Dec 14 04:31:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removing some unneeded debugging-info from the template-file lookup

    darcs-hash:20061214053146-24576-a81301d126e12828b2aa37e404223bcc137b11d6.gz

[5dab94e | Thu Dec 14 04:31:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * making the blog-example a good deal neater... next up: sidebar ;)

    darcs-hash:20061214053101-24576-8fe72205bebc9182820f39c4bedfd90327baba71.gz

[f7f0366 | Wed Dec 13 12:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remove the test for the amrita-controller, it's not neccesary anymore since we have an own testsuite for it...

    darcs-hash:20061213132254-24576-8233efb2ab7b3da5123ce212224f653c016f4a84.gz

[d6976f7 | Wed Dec 13 12:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing the testcases for templates... for some templates we used to use $0 as root, which would be lethal would it be a real application and it was started with the bin/ramaze - i removed that oddity and require it to have the real path, not relative to the first file

    darcs-hash:20061213131859-24576-d84c7a759fb0b4a9e8952be86564fa46431ba77b.gz

[51c3463 | Wed Dec 13 12:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplify template/ramaze by inheriting from Template

    darcs-hash:20061213131826-24576-a67fcb73e5a4f41525521403ed65554f03ca3e09.gz

[c08d205 | Wed Dec 13 12:17:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * move the Element in its own file... template/ramaze/element - which also introduces a default way of extending templating-engines with new classes

    darcs-hash:20061213131710-24576-30d831a9ae76a40ff635052fddeaadab75ddf43a.gz

[12e1286 | Wed Dec 13 12:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplify template/markaby by inheriting from Template

    darcs-hash:20061213131630-24576-162f52864cb69ececc0a6781369b7bde3c687084.gz

[925a4de | Wed Dec 13 12:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplify template/erubis by inheriting from Template

    darcs-hash:20061213131606-24576-1ecf9f0ad26c418d7c2b29c16789b0414c55f830.gz

[3513f67 | Wed Dec 13 12:15:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplify the template/amrita2 by inheriting from Template

    darcs-hash:20061213131531-24576-b9ae0f37dfeadca099512343c2ba3b7bb75b90d4.gz

[526cd92 | Wed Dec 13 12:14:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this introduces Ramaze::Template::Template - it's a really stupid name, but i couldn't come up with anything better... this is the first step in slacking down the templates (they are really not DRY anymore)

    darcs-hash:20061213131428-24576-d808de48816f4ca51bf84d94b8efaaedc0cb7dcf.gz

[624259b | Wed Dec 13 12:12:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a neat little hack to see if an object is an 'instance' or not... though every object is an instance not every object responds to :new (which makes the distinction class/instance for me)

    darcs-hash:20061213131230-24576-cbad11280f1027edaf22c644a9f7fb4a9afed1a0.gz

[001f016 | Wed Dec 13 12:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * set the priority for the handling thread really high... should give it some advantages over the autoreload-thread in case of high load

    darcs-hash:20061213131146-24576-163e4be7aedc581baa2e81f2ba9368aba41ebacc.gz

[f4557c5 | Wed Dec 13 12:10:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * equalize the testcases for templates with the prefix tc_template_ (just for ramaze, which was tc_template.rb till now)

    darcs-hash:20061213131040-24576-56d062f9586595f76a2c483e28ae3d58cabdd500.gz

[a636a8e | Wed Dec 13 12:06:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small update to the Rakefile... testing task-dependencies :P

    darcs-hash:20061213130635-24576-08175edea73e0abd8ac439d902e95f053bc49668.gz

[4d6386b | Wed Dec 13 09:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * wielding all the power of ramaze, the blog-example is coming along very very well, it uses elements and form-helper now, you can add/delete/edit entries... more to come ;)

    darcs-hash:20061213100951-24576-6a3aa670111bad625267d5cb702df1a0b4d1457a.gz

[d15ce8a | Wed Dec 13 09:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding an Element for the blog-example... makes overall design a _lot_ nicer :)

    darcs-hash:20061213100912-24576-5b170628f4ef56cb70316a41fdbf9af825f00a23.gz

[bec1e06 | Wed Dec 13 09:08:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * giving the blog-example a 'nice' stylesheet

    darcs-hash:20061213100849-24576-d31935cdb462618b133cbd0d0553df041e1b2354.gz

[b709656 | Wed Dec 13 09:07:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * various fixes for the lookup of template/ramaze templates

    darcs-hash:20061213100759-24576-df4e7e6907346297b7365daf796177511e66e959.gz

[060108f | Wed Dec 13 09:07:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added implementation of element-handling into the template/ramaze, will add lots of docs later as well.

    darcs-hash:20061213100719-24576-d07b782cb6262dc7907f12416791267f79850a1f.gz

[af46cf1 | Wed Dec 13 09:06:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added the basic structure of Element... maybe put this in its own file later

    darcs-hash:20061213100658-24576-a28c0d9b16da2b9a1a68b1834dff6f306562fcb5.gz

[8376edf | Wed Dec 13 09:05:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rewrite of form-helper... should rename it since it works only with Og currently

    darcs-hash:20061213100544-24576-babc00e0c8ee38483850caad2a7fc237f99f8e95.gz

[eb5afdf | Wed Dec 13 09:05:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a very basic testcases for how Element should work

    darcs-hash:20061213100507-24576-800b804c68e5db2cdcc88cd8a0ec275d314208f2.gz

[bbf61cc | Wed Dec 13 03:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not use .rmze templates for markaby, only .mab - this should be done for the other templating-systems as well.

    darcs-hash:20061213044928-24576-2957c74e83fa68db7aa4db7ba1655ab4c2611933.gz

[898e6b7 | Wed Dec 13 03:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * some experiments with the helper-facility in markaby... not really working yet, but we're getting there

    darcs-hash:20061213044848-24576-f250e2c4e07a1a1a32656767b0127f13db03469d.gz

[56a0a60 | Wed Dec 13 03:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not rescue in markaby anymore, this is done already by markaby itself and it just obfuscates the error-report

    darcs-hash:20061213044820-24576-1e09b9525818ae1a8f9858576c8d27535e7cf0a4.gz

[61b9045 | Wed Dec 13 03:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * better handling of the instance-variable-collection, due to the .flatten it used to break if it encounters and empty array as value

    darcs-hash:20061213044744-24576-5525d76b08916c41838e549a9931f3700e352b5d.gz

[a3199c0 | Wed Dec 13 03:46:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * the error-page used to break when it meets a (eval) in the backtrace, make it just ignore them (may add some more information later)

    darcs-hash:20061213044638-24576-0ea7f381e423570c998f1450406b4348c13883ff.gz

[06e643e | Wed Dec 13 03:46:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * make ramaze run again, the helper/form really messed things up due to some syntax-errors

    darcs-hash:20061213044613-24576-97c9af17e25b27ad1b17615cc214af37f3bacd86.gz

[b66eeed | Wed Dec 13 03:45:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * unification of the examples/template

    darcs-hash:20061213044541-24576-99ab8cebc1bd47d03db4ee73b4613b0966a91de9.gz

[6fe040f | Wed Dec 13 03:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * introducing examples/templates/template_markaby (not yet working due to some odd bugs using helpers)

    darcs-hash:20061213044459-24576-f71a430caf363ab766681fd3ba1bb532326456b4.gz

[109160b | Tue Dec 12 11:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * now, that's finally a nice README :)

    darcs-hash:20061212125215-24576-42767785f81dfd73ca2e6d73bbf87b810ede9f42.gz

[18c73af | Tue Dec 12 10:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing the tests for the templates to use the template_root

    darcs-hash:20061212114444-24576-817d5898abfaeab9b715406f9f48185fd306587b.gz

[e9d209c | Tue Dec 12 10:43:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this fixes the template-lookup for ramaze, it's now also possible to use trait :template_root in the controller, please read the rdoc for more infos and a small example

    darcs-hash:20061212114348-24576-a31d08453aeec9bbb2acd8df2bd02d00c28702f0.gz

[6320e6c | Tue Dec 12 10:43:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small cosmetic update

    darcs-hash:20061212114302-24576-b3f178023f3cb7efa7293c31b027eb0c2837f272.gz

[9040de6 | Mon Dec 11 14:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * LOTS of testcases added for markaby

    darcs-hash:20061211152655-24576-376ca819f9be3c5c7650c418f5daffb9953f4565.gz

[ff885ad | Mon Dec 11 14:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this patch makes Template::Ramaze some magnitudes faster and adds some better security for the case someone is funny and tries to hack the HEREDOC

    darcs-hash:20061211152457-24576-804f9e41a822a70848cfda1b0b5ee07d4771a902.gz

[e01267e | Mon Dec 11 14:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * major upgrade for Markaby, should be finally running now :)

    darcs-hash:20061211152429-24576-d2a776a878537655f7ce10de068157f12d69622d.gz

[03b70e9 | Mon Dec 11 14:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * class-lookup in the error-template was a bit wrong

    darcs-hash:20061211152333-24576-1dc0fea672356ed06f44333b443aaad482f99432.gz

[6facd7f | Mon Dec 11 14:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added Error::Template

    darcs-hash:20061211152319-24576-221dc843cd47c8634ba7cba0c28f0354584e38d8.gz

[25596d9 | Mon Dec 11 13:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a little beautification :P

    darcs-hash:20061211142702-24576-04dd712af492a06808ed83e0f77748f3a4390cd5.gz

[b5e4987 | Mon Dec 11 13:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * lots of additions/changes in the tc_helper_link to reflect the changes made

    darcs-hash:20061211142604-24576-292e350a2200866953cc1f9c3db25009ca764ba8.gz

[b238f81 | Mon Dec 11 13:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * set the @action instance-variable for use in templates (the examples use it quite a bit, so i thought it would be useful)

    darcs-hash:20061211142529-24576-a592b7181c1a8f5e4f9332cba277e3c480673fdf.gz

[edfc14c | Mon Dec 11 13:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * require helper.rb in template.rb

    darcs-hash:20061211142503-24576-53086b8c73584cbd9ebcc978dd2706c451cf4f0d.gz

[d12a690 | Mon Dec 11 13:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Trinity -> Helper update for template/stupid (no idea if we need that one at all anymore...)

    darcs-hash:20061211142432-24576-5679aa4cecefdf93cc3e6a7344d38fedb670221a.gz

[882c95c | Mon Dec 11 13:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a little bit of moving around in Template::Ramaze, same changes for Helper instead of Trinity and removal of the helper-method for use in other templating-systems

    darcs-hash:20061211142322-24576-03c9bba6db7ef6cbc0d20545855fad9f51fa2fc1.gz

[6767043 | Mon Dec 11 13:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Ramaze::Helper instead of Trinity for template/markaby

    darcs-hash:20061211142206-24576-87a1cc9e733a8435597badaac7222caf8fb00757.gz

[7b83e7f | Mon Dec 11 13:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this adds the transform-method for conformity to Template::Erubis, also improved the template-lookup quite a bit and using Ramaze::Helper instead of Trinity

    darcs-hash:20061211142040-24576-9c2d492a21f7df4a952763fc5ef0d0a67a160c55.gz

[062dc95 | Mon Dec 11 13:19:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use Ramaze::Helper instead of Trinity in template/amrita2

    darcs-hash:20061211141949-24576-6e0e2b9e3a03eca5fc8553bac801e3eed456380a.gz

[7c547a9 | Mon Dec 11 13:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * further improvments in the LinkHelper, not only can you now just pass self instead of self.class, but it also supports get-parameters in the ?foo=bar style - link(self, :foo => :bar)

    darcs-hash:20061211141842-24576-ed9dce6741fdd876e4d321ce8741aa7a03d05ef7.gz

[8e9194a | Mon Dec 11 13:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use Helper instead of Trinity in Ramaze::Controller

    darcs-hash:20061211141824-24576-89ce322e71e24ae5e9571572a6ba9f810a8455a8.gz

[cb87f3b | Mon Dec 11 13:17:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this puts the helper-method into its own module that also includes Trinity for convinience

    darcs-hash:20061211141739-24576-bb07ee9690dda258ebddb8c59e6cc7e67aa636f3.gz

[2ef9f65 | Mon Dec 11 13:15:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added examples for templating in ramaze and erubis, more to come

    darcs-hash:20061211141529-24576-e0ff8960e41753290fbc43a935bf4361dd0d9d66.gz

[f367061 | Mon Dec 11 04:59:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added template/markaby with some tests (not all pass yet... lunchtime is just too short :)

    darcs-hash:20061211055911-24576-d11750388d4dd543442240328e132970a2e96fd2.gz

[e1a979f | Sun Dec 10 08:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added testcase for link :title

    darcs-hash:20061210092841-24576-e8c73430e0fca4d714801855bcd35a8337724115.gz

[d492ad9 | Sun Dec 10 08:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * change from load()ing the helpers to require()ing them, so we can update them via autoreload as well (load doesn't add to the $LOADED_FEATURES...)

    darcs-hash:20061210092759-24576-a8d43ccb36d27eee2d54f0b2b9ea55868ff55a85.gz

[3b6b1a0 | Sun Dec 10 08:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added redirect_referer to the RedirectHelper - it redirects you directly to where you come from.

    darcs-hash:20061210092718-24576-890d4ea7159187858d3f984c9807055410e2c070.gz

[4d1bb5f | Fri Dec 08 15:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small fix for the LinkHelper - would't use :title proper if given more than '/'

    darcs-hash:20061208165738-24576-f896790c7138fcbfc7b389f65a732f8caeb7a675.gz

[ee8e507 | Fri Dec 08 15:56:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this is the first stub for the new FormHelper, no real documentation or functionality here yet, mostly a summary of ideas that i need to reevaluate [ok... in reality my notebook ran out of power ;]

    darcs-hash:20061208165624-24576-ed6219b10ea14bbad0e198b775081ebac19393a0.gz

[1d8eb00 | Fri Dec 08 15:54:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * vast extension of the example/blog - added some templates and stuff to the controller, this will use the FormHelper (that i will stub soon)

    darcs-hash:20061208165451-24576-61b02fbf5dcdbbe1c5dc4aabf9826c9cee0155a5.gz

[3ee1e8b | Fri Dec 08 15:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a simple testsuite for the blog-example, nothing too heavy yet.

    darcs-hash:20061208164948-24576-f125f7b1bac37d879f07c6155e380422b1b7e9fc.gz

[430c132 | Thu Dec 07 13:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * oops, almost forgot to check in this file :)

    darcs-hash:20061207140910-24576-7cede75bd5111ea6761a9902e1aba9f7c42da368.gz

[4bbccd9 | Thu Dec 07 12:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a new error-page, totally implemented in Template::Ramaze instead of Gestalt, left the Gestalt one in there commented, not sure what i should do with it... use it as an example? (might horrify people though ;)

    darcs-hash:20061207133353-24576-1fde840672d06036389a33baac9c8e4c95a49c24.gz

[ac04147 | Thu Dec 07 12:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Template::Ramaze.transform now takes an optional binding, gotta make this API nicer, since it also takes optional ivs... maybe :binding => binding, :ivs => {} - oh, and commented the nasty #[] for the time being

    darcs-hash:20061207133238-24576-88c4ca7d132ad0d6879fa639ed3bd6ee1b414718.gz

[0a965a7 | Thu Dec 07 11:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use STATUS_CODE lookup instead of the direct error-codes

    darcs-hash:20061207120957-24576-5b092dd38ccb13b5915638cb857152bb6e126e75.gz

[f9048ad | Thu Dec 07 11:02:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tc_session should use the new get/eget of Context

    darcs-hash:20061207120235-24576-86b79229c11358f7242e4bca6ce10cfedb1d8660.gz

[ff7d681 | Thu Dec 07 11:02:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tc_helper_stack - added a logged_in? to the controller and doing more extensive testing for get and post using the new abilities of Context

    darcs-hash:20061207120225-24576-baae0875051f4eb0f60924d837d5ba3b94a922ae.gz

[a268ddd | Thu Dec 07 10:58:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Context now uses eget/get instead of reqest/erequest to be look more like get(); also added post/epost, this is lots of fun ahead :)

    darcs-hash:20061207115836-24576-8b28a3652695dc4afd47fb7d985e48b3840de41b.gz

[9ba411e | Thu Dec 07 10:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added test/tc_helper_stack - this is tests the new call/answer behaviour that works just like the one in nitro. please check the test for further understanding.

    darcs-hash:20061207113520-24576-5a8c1f5f17fe8dbc3f9368b61e716b405d723212.gz

[edd93f5 | Thu Dec 07 10:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moving Context into test_helper - it is used to mock sessions

    darcs-hash:20061207113431-24576-662da43e7d776fc8ed4a4286a470ca4bb76014fe.gz

[e277b6b | Thu Dec 07 10:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * changing link_raw to R - you can also set titles now with link(:foo, :title => 'foo')

    darcs-hash:20061207113315-24576-ec17e5d830a4e48d49da415ef32cd15d56ee7b61.gz

[dc925d3 | Thu Dec 07 09:58:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * split tc_helper into tc_helper_redirect and tc_helper_link

    darcs-hash:20061207105849-24576-1c8047593ac3a8fb699299cc98d8683b1ef5efea.gz

[da8fe75 | Thu Dec 07 09:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * huuge update for the testcases... to make it more testing-friendly we gotta use different controller-classes for each testcase, also the update of Global didn't allow a change of the used adapter, this is fixed now.

    darcs-hash:20061207103627-24576-d0282a2396028efb8c1485a3d17ab75b7764aa5d.gz

[a7ba8e8 | Thu Dec 07 09:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update todo for template/ramaze

    darcs-hash:20061207103610-24576-9874109fe49ae4ad61f8b83fe1f580462b144803.gz

[ecde4bf | Thu Dec 07 09:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remove todo 'add host' for webrick, we do that since ages already ;)

    darcs-hash:20061207103534-24576-41b2c1f801a57b0bda9e653377f257498f293165.gz

[ef55167 | Thu Dec 07 09:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * some addtional changes... i really gotta fix the rcov-task...

    darcs-hash:20061207103459-24576-37171552e1305005d9c442f08b846374af07dc88.gz

[71e987f | Thu Dec 07 09:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * make output of rake todo a little bit nicer

    darcs-hash:20061207103226-24576-87865dd8cd231f85f66873e2fd78fe533ab6d32b.gz

[7539e25 | Wed Dec 06 12:41:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * dump version to 0.0.4 the first really nice and stable release

    darcs-hash:20061206134108-24576-4282e7dc585a247da6639d0d283cedbffc593b33.gz

[0cc0f26 | Wed Dec 06 12:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * don't pretty-inspect Global at startup anymore

    darcs-hash:20061206134005-24576-bb082dec1a4b518ff0076cdc2630d6045735890b.gz

[147725d | Wed Dec 06 12:38:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * we now have a proper interaction with Global via the bin/ramaze

    Usage: ramaze [switches] startfile [arguments]
      -a, --adapter=ADAPTER select an adapter [mongrel|webrick]
      -m, --mongrel         use mongrel to process requests
      -w, --webrick         the default
    
          --mode=LEVEL      set the running-mode
      -b, --benchmark       full logging with benchmarks, autoreload 5
      -d, --debug           the default, full logging,    autoreload 5
      -t, --stage           log infos/errors,             autoreload 10
      -l, --live            log errors,                   autoreload 20
      -s, --silent          no logging,                   autoreload 40
    
      -o, --host            which host should ramaze listen for requests
                              default is 0.0.0.0
      -p, --port            what port should ramaze use
                              default is 7000
    
      -n, --no-errorpage    don't use the default errorpage of ramaze
                              helpful if you want to make sure noone can
                              ever see your code by accident or for testing
          --template-root   set a custom template-root for the whole
                              application, please note that ~ is not
                              expanded to your home-directory
          --autoreload=N    set how frequent ramaze should search for
                              updated files in your application
                              default depends on the (-mode)
      -r, --run-loose       don't take control after startup.
                              this is useful for testcases.
          --cache           use the simple caching based on the signature
                              of your requests (experimental)
          --tidy            run Tool::Tidy over text/html output
    
      -h, --help            print this help
      -v, --version         print the version
      -c, --copyright       print the copyrith
    
    Please report bugs to <m.fellinger at gmail.com>
    
    darcs-hash:20061206133845-24576-8ca1965261247871e2fe2a7fe6f953af8e50fa70.gz

[f85be74 | Wed Dec 06 12:38:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added doc/COPYING and doc/COPYING.ja from the ruby-distribution

    darcs-hash:20061206133813-24576-6dce17428ed19906a98b2a14b1c37dd24196f222.gz

[7e18785 | Wed Dec 06 12:37:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added copyright to all .rb files

    darcs-hash:20061206133708-24576-fcf82ac5174a5d918f96d4e65ccceac6e3d4d26a.gz

[93b55b5 | Wed Dec 06 10:30:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * improved tc_controller a little bit

    darcs-hash:20061206113034-24576-a395fce09ddc23bb68c80610a72ca616b01f7858.gz

[514f704 | Wed Dec 06 10:30:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tc_adapter should use get() instead of its own calling of open

    darcs-hash:20061206113012-24576-31993b23e711472159cc057d829e1c3e973f5e8d.gz

[1d5c824 | Wed Dec 06 10:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * default test-adapter is mongrel again, enables out-of-the-box testing

    darcs-hash:20061206112955-24576-b9af6099f93bd4b35e501586e1b0498806819cdc.gz

[baf57d2 | Wed Dec 06 10:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * wrapping webricks server.start in a Thread.new{} again, this provides proper handling of it again. also the default-response status is now 500

    darcs-hash:20061206112710-24576-e061d8819a2e5396172cc13e30b2882304c3a569.gz

[93a3bcb | Wed Dec 06 10:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removed the params/parse_params from adapter/webrick they will be handled in trinity/request now

    darcs-hash:20061206112643-24576-bc45f9f12b80d65d8e7f64cc5115cedcb05cef0f.gz

[d927720 | Wed Dec 06 10:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved the get?/post? methods into trinity/request also added put? and delete? for REST

    darcs-hash:20061206112201-24576-08f23e0306da128e5360e47514ee2ae9c8615ee4.gz

[79f02c6 | Tue Dec 05 05:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * add tests for private methods to the controller

    darcs-hash:20061205063636-24576-ef1043e3fbf7be7c28578f7a1237cebad912f7a6.gz

[e928ea9 | Tue Dec 05 05:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * raise error if no template is found in amrita2

    darcs-hash:20061205063615-24576-df3c94bbe4e222c0b2999a5216c47d1cbb3b2e45.gz

[b149b5e | Tue Dec 05 05:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small typo in the blog-template

    darcs-hash:20061205063604-24576-08bf8b503129efbd2eea3d498dec6205edbc989a.gz

[8cf7a1a | Mon Dec 04 13:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a rather huge structural change, we extract Trinity from Dispatcher and give it its own file, controller subsequently only exists as an optional Controller-namespace and to identify Controllers. moved request/response/session into their own trinity-directory. also changed the require to something plain, simple and maybe stupid, but every parser and reader will thank me ;)

    darcs-hash:20061204141148-24576-3898f168984ca49d0bf046c7848f35df38ed18af.gz

[a23e041 | Mon Dec 04 12:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added extensions .ephp .ec .ejava .escheme .eprl .ejs - i have no idea yet how to implement them, but as a simple reminder ;)

    darcs-hash:20061204134749-24576-83f87c2a7eef014941842d7a33da41fd3743d535.gz

[be27895 | Mon Dec 04 12:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * change default-mode for tests to :debug

    darcs-hash:20061204134208-24576-70c322035031b8984dd95470a5a503e0705bf1d2.gz

[f062a1d | Mon Dec 04 12:41:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not catch errors in the test_helper anymore, everything seems fine now

    darcs-hash:20061204134152-24576-dc29f7c553e1f0777fbd95669c583d009d99ec44.gz

[255f696 | Mon Dec 04 12:41:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * changed the require-path to match the new require-style inside the testcases

    darcs-hash:20061204134116-24576-a8544e90217a4fce6d2a23960dac37b31ecb1ba0.gz

[f97f9be | Mon Dec 04 12:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removed the non-working requireing of each testcase (which was previously commented out anyway)

    darcs-hash:20061204134030-24576-08cfad61e7c032d5746b67216d54dac5eee51ec1.gz

[fb902e9 | Mon Dec 04 12:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added Template::Erubis

    darcs-hash:20061204134010-24576-78e51ad12c8f122b51966f879f97265aec472217.gz

[4db70e3 | Mon Dec 04 12:39:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rewrote Template::Amrita2 in the way the implementation of Erubis worked out, a lot cleaner and straight-forward. will have to minimize the overhead of find_file though.

    darcs-hash:20061204133904-24576-dc64ca8c729206cf2b54d46871db1dfeccbf1249.gz

[ae17fd7 | Mon Dec 04 12:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved the controller out of the blog/main.rb to blog/src/controller.rb and added an EntryController to take advantage of Og

    darcs-hash:20061204133400-24576-9c4e043ad75fcdfd76fbf8b247d8656a8d638ca9.gz

[a1564ac | Mon Dec 04 12:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added an index.rmze with the first extensive ramaze-template to the blog-example - it's supposed to list all the entries

    darcs-hash:20061204133234-24576-c6b1933b1ed3d42d3964205425ba46b135d75890.gz

[553370b | Mon Dec 04 12:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * prepare for erubis

    darcs-hash:20061204132812-24576-60e37b33e6fea59118e38f9050d732daa27b00a1.gz

[a679d5f | Mon Dec 04 12:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * avoid aliasing Kernel#method twice

    darcs-hash:20061204132739-24576-8ae5bfa21d1d2ac3b3b051a4b1c914d617d4c2a0.gz

[54af80a | Mon Dec 04 12:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added tc_template_erubis and it passes :)

    darcs-hash:20061204132715-24576-4d92d3f355c776fe2bbb0026ae84ddf1e658682f.gz

[4035547 | Mon Dec 04 12:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved tc_amrita2 to test/

    darcs-hash:20061204132655-24576-c038fa5bdeb3f72ff89bd358f475c9cdc5b7c9c7.gz

[dfb2f5d | Mon Dec 04 12:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * sane trait for the controller

    darcs-hash:20061204132637-24576-299d18cc595fe81491bf9bbf9900b7925664ea3b.gz

[9fab545 | Mon Dec 04 12:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * change all the requires to require a bit different... (insiede test only - it is now required that you run the tests from ../test which gives the whole thing a bit more substance)

    darcs-hash:20061204132534-24576-a98328e95be9f7412fcd6e7122e66eb0e6927345.gz

[a6475e9 | Mon Dec 04 12:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * add a simple template for erubis (standard-extension .rhtml)

    darcs-hash:20061204132455-24576-d174a61db4ab562dbecf6d8824510794dcf61746.gz

[7b6a121 | Mon Dec 04 12:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rearrange the stuff inside test/template - move the tests in the basedir and use it soley for templates, less confusion, more efficient (just a bit uglier filenames :)

    darcs-hash:20061204132349-24576-341f111d32e3a0bb432b0664c1f084b4ed1eeb70.gz

[d68a319 | Mon Dec 04 12:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * give the standard-return-code of 500 if none is set.

    darcs-hash:20061204132251-24576-ef38c5adcbff2bf9912d3db510de77036cf7cfc8.gz

[e24019d | Sun Dec 03 22:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a rcov-task to Rakefil and changed from catching only timeout to everything in the test_helper

    darcs-hash:20061203235715-24576-2a45dc09d253d1f86aa0a829091d6d92ec397a6f.gz

[f5b87b3 | Fri Dec 01 12:59:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * changed all testcases from usage of #[] to #{}

    darcs-hash:20061201135919-24576-dee34104a59167c90abe6e2c52808afe7f9b4761.gz

[b9ea77d | Fri Dec 01 12:59:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * extended the tc_template

    darcs-hash:20061201135900-24576-4597c2f40c9cbaf3d9a9a328eb8eafb00a2c59c7.gz

[19dcbfb | Fri Dec 01 12:58:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * LOADS of documentation for the template/ramaze and better implementation of the transform (avoiding easily used variables)

    darcs-hash:20061201135807-24576-2fd312a5af9907eb0ca9536707d2c34c3c0abc97.gz

[9889223 | Fri Dec 01 12:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * minor patch for the case that autoreload doesn't get a valid interval

    darcs-hash:20061201135724-24576-867ded137fe97fb943f20a2a271091420c0a26c3.gz

[42deb0c | Fri Dec 01 12:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * documentation for helpers

    darcs-hash:20061201135707-24576-f17d3acf391a7551a2984bea18c8b594816fb90c.gz

[df5919f | Fri Dec 01 11:43:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a pretty good coverage of the helpers in test/tc_helper.rb

    darcs-hash:20061201124302-24576-2c68dbf9495fe6db2db51efe8af7150257a31899.gz

[b0e4cbe | Fri Dec 01 11:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * output of <?r ?> is no longer considered worthwhile, would have strange effects on arr.each or some other iterators who return self

    darcs-hash:20061201124212-24576-39e0fe46e21d123ab4794515dd6521e398e6c235.gz

[e1e193c | Fri Dec 01 11:41:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding a helper method to Template::Ramaze, use it like: helper :link, :redirect

    darcs-hash:20061201124110-24576-43e772e6349f4ba3b936529ad120ff944105fc4b.gz

[62efb0b | Fri Dec 01 11:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * redirect is now a helper too

    like LinkHelper, but even simpler
    
    RedirectHelper actually takes advantage of LinkHelper.link_raw to build the links
    it redirects to.
    It doesn't do much else than this:
      setting a status-code of 303 and a head['Location'] = link
      returning some nice text for visitors who insist on ignoring those hints :P
    
    example of usage:
    redirect MainController
    redirect MainController, :foo
    redirect 'foo/bar'
    
    still todo:
     - setting custom status-code, it ignores any preset ones at the moment
     - maybe some more options, like a delay
    
    darcs-hash:20061201123529-24576-09ebb1ce66a9df67405ef36267173e375d2e7e9b.gz

[cdcf9d4 | Fri Dec 01 11:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added the LinkHelper, the first of the helpers

    it is included into the Template::Ramaze by default
    
    this helper tries to get along without any major magic, the only 'magic'
    thing is that it looks up controller-paths if you pass it a controller
    the text shown is always the last segmet of the finished link from split('/')
    
    usage is pretty much shown in test/tc_helper
    however, to give you some idea of how it actually works, some examples:
    
    link MainController, :foo                 #=> '<a href="/foo">foo</a>'
    link MinorController, :foo                #=> '<a href="/minor/foo">foo</a>'
    link MinorController, :foo, :bar          #=> '<a href="/minor/foo/bar">bar</a>'
    link MainController, :foo, :raw => true   #=> '/foo'
    
    link_raw MainController, :foo             #=> '/foo'
    link_raw MinorController, :foo            #=> '/minor/foo'
    link_raw MinorController, :foo, :bar      #=> '/minor/foo/bar'
    
    still todo:
     - handling of no passed parameters
     - setting of a custom link-title, possibly images as well
     - setting of id or class
     - taking advantae of Gestalt to build links
     - lots of other minor niceties, for the moment i'm only concerned to keep
       it as simple as possible
    
    darcs-hash:20061201122435-24576-e9ea29f3c4db1e49f7c770ecbce1f1d5ba1540ca.gz

[a11db1b | Fri Dec 01 11:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * total rewrite of the mongrel-adapter, passing around less stuff and making it a lot more readable

    darcs-hash:20061201122319-24576-71d5f39a771ea968b0a3e5d0f73eab8e493ab06d.gz

[3e87201 | Fri Dec 01 11:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * major update to the blog-example, it now works with Og and has a cleaner structure, also some simple templating and multiple controllers

    darcs-hash:20061201122054-24576-d1fa97034ae9ea611ed9a39a08a4b56ccfba348a.gz

[b2af245 | Fri Dec 01 11:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update rake clean to delete leftover vim-tempfiles and data.db

    darcs-hash:20061201122023-24576-56d924fe14faf1e08ef020c74b53df16e286648a.gz

[9af2d6f | Thu Nov 30 11:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * commenting out the testcase for #[]! - this should not be used anymore, for now.

    darcs-hash:20061130125341-24576-9541c93556026db3db3123b83abc50865f4d1007.gz

[e3703b0 | Thu Nov 30 11:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remark about the odd behaviour of the return of a POST, suddenly it just didn't fail anymore, and i have no idea how to reproduce it.

    darcs-hash:20061130125252-24576-17fe4989a620aa67090eaf9a9711a323a746ad02.gz

[4ed7c7a | Thu Nov 30 11:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * the raise just changes too often, this time i just check for raise - maybe we get more consistent behaviour later on, but for now i'll let it be

    darcs-hash:20061130125208-24576-2e45a7e759ff8111f845ad2e248ee9023e379bf2.gz

[ed47510 | Thu Nov 30 11:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * extended tc_global

    darcs-hash:20061130125152-24576-95afffa00b124fbae5e3eac882a40c06440eb3ed.gz

[650f75a | Thu Nov 30 11:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * the test_helper methods have now sane timeouts to make things fail faster

    darcs-hash:20061130125120-24576-319a9eb88178b815f5736251ab2906e486b892c7.gz

[1370b4a | Thu Nov 30 11:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * just another way to run the tests, commented due to non-functionality

    darcs-hash:20061130125047-24576-3a918ae7cc19dfad8e912835808681beb1ccf4d2.gz

[06635ec | Thu Nov 30 11:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * marking the adapter-thread with [:task] = :adapter to make killing easier

    darcs-hash:20061130125010-24576-f73309df659821c73f329fb115ea9d936a0e4bd6.gz

[54ecda3 | Thu Nov 30 11:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * give Global responsibility for update itself, makes ramaze.rb cleaner

    darcs-hash:20061130124937-24576-67fa78f7d2764e9f819b2647e7682179ff5832d3.gz

[2e114ab | Thu Nov 30 11:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * comment about the bad behaviour of #[] in templates

    darcs-hash:20061130124915-24576-441b9beca60d91f18f431e09d89d1e990da8ced0.gz

[122372b | Thu Nov 30 11:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * marking the autoreload-thread with the new Thread.current[:task] = :autoreload - to make them easier to identify... all threads in Ramaze should have a [:task] from now on

    darcs-hash:20061130124821-24576-e1e0b147e9ba26218ec0668b2415ded03f22c0eb.gz

[837d8fc | Thu Nov 30 11:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * give poor request a request.params for get/post parameters (post has precendence)

    darcs-hash:20061130124734-24576-1026799de5bcbc779f5583c6d287b408223afd1b.gz

[4a93665 | Thu Nov 30 11:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * replacing Global with something totally new, we should create dynamic methods though to get some minor speedup

    darcs-hash:20061130124709-24576-41671176acced0d5aacac8c311ef8234ac6b76cd.gz

[adf4f66 | Thu Nov 30 11:45:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * do not use start in examples/simple

    darcs-hash:20061130124503-24576-3b84e18859dfbce63014adf9ef7313accff2fef8.gz

[4c190c1 | Thu Nov 30 05:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * embedding tc_amrita2 correctly into a ramaze{} block

    darcs-hash:20061130065356-24576-326ba1783830a40cf06239ac0af10629c1dedc2b.gz

[bb3d49e | Thu Nov 30 05:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * typo

    darcs-hash:20061130065347-24576-172ae7b3b839533b8039d01bf3895d2e4e63fbf6.gz

[b8b9149 | Thu Nov 30 05:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding net/http to test_helper and make some text nicer ;)

    darcs-hash:20061130065308-24576-a5493e92f6f343dfc4f7b71700e2d3cfb3c43244.gz

[619e2fc | Thu Nov 30 05:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this is a fix in case some testcase just hangs, at least you will know which one does

    darcs-hash:20061130065233-24576-6651d828dcfa5e254dc6b8a6da55a2c4921dc7e8.gz

[0009b1c | Thu Nov 30 05:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * finally fixed the adapter-startup, at least for mongrel... still very weird issues with webrick

    darcs-hash:20061130065134-24576-84a485d1fd9deab33e5d19b04940797f985ae92e.gz

[2ef2188 | Thu Nov 30 05:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * start a new process on rake test, avoids possible side-effects

    darcs-hash:20061130065049-24576-3feaca6c1a68f14d843027d5af21b479eac0e179.gz

[36e97dd | Thu Nov 30 04:41:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * patching the testcases to fit in the new way of testing

    darcs-hash:20061130054152-24576-cf6e6c414eab116904eff5ec4db10ce58aeb0067.gz

[e2f72cd | Thu Nov 30 04:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * we add a nice testing-block called ramaze, you pass it a hash for startup-options and a block and it does setup/teardown... specify-driven would take too long and is too verbose

    darcs-hash:20061130054058-24576-0b287de75c7d0aac92070a988b93f234a84e9ffa.gz

[d2134f1 | Thu Nov 30 04:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * nicer output of all_tests

    darcs-hash:20061130054042-24576-9d7663c71529d86a63443ded206477c542a86727.gz

[7c64232 | Thu Nov 30 04:39:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this should improve the startup-behaviour for the adapters... there must be bugs lurking in there though.

    darcs-hash:20061130053957-24576-b699ae715c143bbce44da8eb0316d2b09dbd4043.gz

[aa095c7 | Thu Nov 30 04:38:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update the global nicer on startup, we have no idea what the user passes or has set already, so be very careful as well (not you, ramaze)

    darcs-hash:20061130053854-24576-73d04ac85fd59e5bfc42fb78cb42542bb8e3389f.gz

[391c919 | Thu Nov 30 04:38:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * kill all threads except for main on exit... i need some way to get out nicely without exit...

    darcs-hash:20061130053814-24576-d581596f95c69725da93208475edeb55789f2d0d.gz

[b25315f | Thu Nov 30 04:37:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this is a major improvment for the Template::Ramaze - passing (almost) all tests, just slight problems with #[] still

    darcs-hash:20061130053725-24576-d82bba94ff016013e4d1a1306371ebce6d0b6048.gz

[8193970 | Thu Nov 30 04:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * slightly more expressive code in response-creation

    darcs-hash:20061130053655-24576-0e6fbef144c83ebbe5b6044f657634ee258471ae.gz

[b7d548e | Thu Nov 30 04:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * no thread in thread anymore for webrick

    darcs-hash:20061130053633-24576-cb60db9810bc802131df0e48ddc6bc05057d4e96.gz

[3b413fd | Thu Nov 30 04:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * just start up ramaze, we ignore the problem that it might be started already since we never can be sure and people would partially build trust on it despite that fact - so as a rule, don't start your files manually if you want bin/ramaze to start it

    darcs-hash:20061130053507-24576-72104887a36ee5f633ad3059c73cf612155f6c12.gz

[ab87c7c | Wed Nov 29 07:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added the templates for the tc_template in test/template/

    darcs-hash:20061129084401-24576-effe72a2333fdd7e8406e7c6fa5ed25b6d5e55a8.gz

[16ad074 | Wed Nov 29 05:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * major change in the templating... now using <%= %> <% %> <?r ?> #[] - this needs some extensive testing and is not fully done yet, but getting there...

    darcs-hash:20061129062205-24576-bed7cc467a8fff8e09f5d3feec06fc0fcf2d58e6.gz

[e0ce3a6 | Wed Nov 29 05:21:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added tc_template

    darcs-hash:20061129062143-24576-dd582ee4d41cbb5c8d7f33dad3ecdeaca6d5c1b6.gz

[45fd37d | Tue Nov 28 11:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this improves the templating a tiny bit... however #[]! still fails, we need some serious regex-magic here.

    darcs-hash:20061128124422-24576-578264d9af2a67333d626c3c8939fc56bc4036d7.gz

[33621b2 | Tue Nov 28 11:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * saner tc_store

    darcs-hash:20061128123321-24576-d6d799dca04ccfd29db1398542cfa659a906e6e0.gz

[bb99dec | Tue Nov 28 11:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * improved templating further, now, if a template-file is given and returns something useful we discard the stuff from the controller-method and use that instead

    darcs-hash:20061128123232-24576-8682d2b7daf5260eb3a1ccdea2aefa116a9ed502.gz

[c4bb9db | Tue Nov 28 11:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * touch the db before initializing the default-store

    darcs-hash:20061128123209-24576-774b85e3da1ad963382263cc6f7e078867d38c5e.gz

[1009f6a | Tue Nov 28 11:31:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * minor patch for mongrel-cookies

    darcs-hash:20061128123149-24576-938ef1ea72579ae68d5a3dc42cdeae4b0722b6bd.gz

[912df42 | Tue Nov 28 10:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a mostly-stub for the new blog-example

    darcs-hash:20061128115759-24576-f56cb5673a4c4e2bdd36b8d0ccd2b628aa6b965a.gz

[82d886a | Tue Nov 28 10:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added the default-store, this is just a very simple wrapper over YAML::Store and doesn't offer anything really... just to satisfy the tests

    darcs-hash:20061128115713-24576-8c079cf1798ae3af461602e5bde1b1010c8285db.gz

[7078da1 | Tue Nov 28 10:56:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * move the test-request-methods over from test_get/test_post/request to get/post

    darcs-hash:20061128115620-24576-d33dc5c7cf6ae44b87d25be45c15b1e288f8629c.gz

[0e978f4 | Tue Nov 28 10:54:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update to test_helper, now using get/post instead of test_get/test_post or request

    darcs-hash:20061128115456-24576-34d3bd1974a786b508f26fe1976c463eb4568da8.gz

[9386172 | Tue Nov 28 10:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Template::Ramaze now supports extremly simple templating with #[expr] - more to come

    darcs-hash:20061128115326-24576-5a713f8aebf499b765319581a1f017009e69aebc.gz

[85da730 | Tue Nov 28 10:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing sessions for webrick

    darcs-hash:20061128115313-24576-282dc5fc58a033d058491733f301de62325039a0.gz

[4123fff | Tue Nov 28 10:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated README with coderay-info

    darcs-hash:20061128115254-24576-c9f7d7eec18e252e9a8e6f6cf86b8168827fe332.gz

[26206d3 | Tue Nov 28 10:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * don't be so verbose about missing coderay, if someone wants it we should mention it in the README

    darcs-hash:20061128115122-24576-4f48b9e2ba6c202f443e55ab95e2b0e2d19e119a.gz

[bc5917f | Tue Nov 28 10:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moving from ann to trait

    darcs-hash:20061128114931-24576-d88903712e7f7b1c0ce1bfdc0daac85bcb2f3803.gz

[a76642d | Tue Nov 28 10:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * just a FIXME

    darcs-hash:20061128114737-24576-c9d32edce1540a7262357b9aa775c589befd358d.gz

[f1602de | Tue Nov 28 10:45:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * lots of improved compatibility between the mongrel and webrick adapter, added respone.content_type

    darcs-hash:20061128114548-24576-2af8615dff8474340b2a2c61cb5b7da63ad0ef11.gz

[4564e6d | Tue Nov 28 10:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Socket.do_not_reverse_lookup = true # for OSX

    darcs-hash:20061128114454-24576-7d969b5ef2de10c47a93196a0387fd8c93d3e80b.gz

[f933e99 | Tue Nov 28 10:43:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removed some debugging-info about timeouted

    darcs-hash:20061128114306-24576-c4ce41d80cdc8db34437e57de5ecb193856ecf23.gz

[389379b | Tue Nov 28 10:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added small doc-snippets to the simple example about error-page

    darcs-hash:20061128114234-24576-95c3a4b2c857854b70640b01413e5359b3092f72.gz

[63c9ac5 | Tue Nov 28 10:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added indication which file is ran by bin/ramaze

    darcs-hash:20061128114210-24576-75f18c03141123a11bfc5637ba6bbd744238ef82.gz

[7b5da71 | Tue Nov 28 10:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * simplified ann, which is now trait (should be double speed ;)

    darcs-hash:20061128114047-24576-a71ceb4cd64b003c9824b6d9604072c3b5f0c9e2.gz

[28bac4e | Tue Nov 28 10:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved add.rb to traits.rb to avoid conflicts with facets (used by Og)

    darcs-hash:20061128114002-24576-c5948cd8bf1de192088765d269752d143b1b4971.gz

[281309d | Fri Nov 24 04:37:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a testcase for sum (from example/simple)

    darcs-hash:20061124053707-24576-cc01d59ab77751947a4688113373b8fc35217feb.gz

[0154200 | Fri Nov 24 04:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a timeout if the port is already used, otherwise it would retry indefinitly

    darcs-hash:20061124053632-24576-4e9fd7c953c61721090e5eef01e8a535b93168c6.gz

[c69b09a | Fri Nov 24 04:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * change the default-adapter to webrick for all the poor lads who don't have mongrel yet

    darcs-hash:20061124053215-24576-cc76e90d83ffec1a963cb404fc417b0a05f1cfc7.gz

[b3fb7d0 | Fri Nov 24 04:31:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added lots of docs and further examples in examples/simple.rb

    darcs-hash:20061124053113-24576-00ac67df09b04b9a37f24a294508eff2c07e908a.gz

[59940f7 | Fri Nov 24 04:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added some more docs to hello.rb

    darcs-hash:20061124051106-24576-c5b5e438b2795d55a234b174516cba57d9748d26.gz

[d730ed9 | Wed Nov 22 09:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * upgrade of rspec to 0.7

    darcs-hash:20061122105027-24576-4858fce5a0c424effb2b7aaf0801db7c6ca90092.gz

[02d8dbd | Sun Nov 05 10:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated CHANGELOG and a bit of docu in tidy

    darcs-hash:20061105110904-24576-c7950d6dfe945b88363bd18e3fcc5ea2d000c81f.gz

[64af941 | Sun Nov 05 07:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * more efficient lookup of the libtidy.so, still relying on `locate`, but you can set it yourself now with Ramaze::Tool::Tidy.ann[:path]

    darcs-hash:20061105084420-24576-ae877f052c46d55275fdcd64f1a002f8602e02a0.gz

[971f2d7 | Sun Nov 05 07:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing the amrita2 controller to find the correct path for templates (ann[:template_root] to override it)

    darcs-hash:20061105084238-24576-4cfe60620ab0812cf40c85aa98bc2dfac44487d8.gz

[6dd3512 | Sun Nov 05 07:42:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * patches to dispatcher, proper handling of caching and actionless controllers in case of / => index

    darcs-hash:20061105084202-24576-fcc9178331d7cbaf692e069258012fba8377ffb8.gz

[cbdff82 | Sun Nov 05 07:40:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * fixing the tc_controller and added the amrita template for the controller testcase, also added the annotation for template_root

    darcs-hash:20061105084015-24576-23fc564f0e60b159f166a1f709f7cde84dcde6db.gz

[2995439 | Sun Nov 05 03:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated the Rakefile and changed to version 0.0.3 - one todo marked as done

    darcs-hash:20061105045758-24576-c1838562211181eedc16670417b184b1303e5344.gz

[b6a3ac2 | Thu Nov 02 14:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * changed the amrita testcase to work

    darcs-hash:20061102151331-24576-5a6764dff4072696b78203210a0ae54e6536461e.gz

[10bf8b1 | Thu Nov 02 14:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * default testmode is now :live instead of :silent

    darcs-hash:20061102151316-24576-e619addc8ed3470edb7221673b7f33fecfd13f9a.gz

[8ad2aa6 | Thu Nov 02 14:12:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a simple YAMLstore... to be replaced by the real thing

    darcs-hash:20061102151244-24576-dd45d3f9eb0ffb00ead035cfeca5eb1fdd819566.gz

[8055d27 | Thu Nov 02 14:12:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * the dispatcher respects actionless controllers now (Amrita2)

    darcs-hash:20061102151229-24576-1c80e8f0f83ec1a382dc815ce1727c539dcfbb74.gz

[30ccd28 | Thu Nov 02 14:10:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added trinity in most places and using the annotations now, also a bit of cleanup

    darcs-hash:20061102151047-24576-d497f66bae4ab0974229dd3882b81fbd8a5deb81.gz

[2be41ca | Thu Nov 02 14:10:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added trinity, to be extracted

    darcs-hash:20061102151013-24576-ee5d9388a75d258ec1286f2e399921527894bdc2.gz

[916c4d0 | Thu Nov 02 14:10:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added self_method

    darcs-hash:20061102151005-24576-067f8051720fe84dd0660f09fe203fc1bec915ae.gz

[9e2eb5f | Thu Nov 02 14:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added new Annotation

    darcs-hash:20061102150953-24576-ca227487f5fdbf19271ab046fc98567ee07dbe16.gz

[11811cb | Thu Nov 02 14:09:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added favicon and logo

    darcs-hash:20061102150926-24576-cd8c129632050e6de3cbd5c46d9076b633a4a455.gz

[d39422c | Tue Oct 31 22:00:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added testcases for controller and templating of amrita2/ramaze - they still have to be made passing

    darcs-hash:20061031230049-24576-3acf683085b4b3c4ab276140c3a602519ad8bdb5.gz

[5ef58d2 | Thu Oct 26 08:39:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a setup for tc_adapter, makes it a bit slower but a lot better

    darcs-hash:20061026103945-24576-6159bfe96816f121a00054ed20fb1b738a9a2032.gz

[3a8eb96 | Thu Oct 26 08:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * after fix in mongrel, this should work nice again and the tcs should pass

    darcs-hash:20061026102922-24576-661cf9b7966cf375e853e1595d02f3d75b86f76b.gz

[644c4e8 | Thu Oct 26 08:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * more elegant tc_gestalt

    darcs-hash:20061026102900-24576-79190fabb0beca28f93cad45b3e76ebd954647bd.gz

[b9fecab | Thu Oct 26 08:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * finish up in the ramaze.rb and bring together the loose ends

    darcs-hash:20061026102835-24576-09721be53c0e7508d0581ce08b9e4679146e4d84.gz

[7a3eb75 | Thu Oct 26 08:28:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rewrote the ramaze-template

    darcs-hash:20061026102812-24576-22d819e851717aed3698279761dd1d8efc66996b.gz

[530547f | Thu Oct 26 08:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * autoreload is now a method in Ramaze and i added a Global.autoreload hash that holds the autoreload-times for the hashes, additionally there is the new :benchmark mode

    darcs-hash:20061026102716-24576-63b3cde5609155ca72b923ef44c684d1dc795681.gz

[51def23 | Thu Oct 26 08:26:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added pretty_inspect to the response to fit better into the new error-page

    darcs-hash:20061026102608-24576-f31e199b1329811c418432c6972b978bae516758.gz

[02f47c6 | Thu Oct 26 08:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * implemented the logger-todos

    darcs-hash:20061026102558-24576-ac1e4ec56d19be5fcca0312c07ead73c5e7813bd.gz

[d6fb1b6 | Thu Oct 26 08:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * Gestalt is now no subclass of BlankSlate anymore... it was unneccesary and just complicating the whole code. using the simple p-hack again

    darcs-hash:20061026102455-24576-3c7588c6ce9516f5e37f972e90eacb6fbc78ecc0.gz

[33bfd2a | Thu Oct 26 08:24:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a really huge update to the errorpage again... remember to remove the logo ;)

    darcs-hash:20061026102420-24576-61b4abe190225e85a630ca51a00a1ce67977df28.gz

[f6283bd | Thu Oct 26 08:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a timeout to the dispatcher and removed some annoying return-statements

    darcs-hash:20061026102354-24576-079eca22359aae7b1317be0002c16b74800700ba.gz

[868cbef | Thu Oct 26 08:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added response method to controller-prototype

    darcs-hash:20061026102334-24576-fd3b6dfbcab79f38423a757ac978052989623f5c.gz

[d8f8265 | Thu Oct 26 08:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adapter have now the possibilities to bench requests when mode is :benchmark

    darcs-hash:20061026102317-24576-6f7fc2109be50cbfb056778b84d110de5ef998b5.gz

[2e2679e | Thu Oct 26 08:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated the miniwiki to use YAML::Store and work correctly in general

    darcs-hash:20061026102058-24576-6f548ce0f468adc2671882170eef1703844e1fe5.gz

[4ff907c | Mon Oct 23 08:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a testcase for params and proper handling of the errors now. (thanks mfp)

    darcs-hash:20061023103640-24576-0357d3cc918bf90496275c7cada7b0f8feb5efeb.gz

[bd39d15 | Mon Oct 23 08:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * output the error if tidy fails

    darcs-hash:20061023103629-24576-6d548d6243386512f388e354ba3ed80472d5c804.gz

[93e930d | Mon Oct 23 08:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding __instance_variable_set__ to Gestalt to better handle iv without evaling

    darcs-hash:20061023103605-24576-120725f1544929040ed223296818142419705d52.gz

[e3d07de | Mon Oct 23 08:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * better handling of CodeRay inside error-template

    darcs-hash:20061023103522-24576-78200640ca24506d1803f08c25f6c52b9e6d1d3b.gz

[4f57c73 | Mon Oct 23 08:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * little cleanup and adding documentation in the error-page

    darcs-hash:20061023103449-24576-2057246bbfc218e63d4d9c230b03f4401b977a8e.gz

[187165f | Mon Oct 23 08:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * proper handling of -1 params

    darcs-hash:20061023103426-24576-e765c3165f9090da22f8bc9e83f87b3457ace892.gz

[4318545 | Mon Oct 23 08:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * adding proper params-handling for webrick, (very very bad proper handling)

    darcs-hash:20061023103354-24576-b1b4201f860a3928ff58efc1730c151793d98356.gz

[138a535 | Mon Oct 23 08:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remove the require 'rubygems' and error-handling from the adapter itself, that is handled one level lower

    darcs-hash:20061023103323-24576-0fa45116c79902b3f20c369b2641177aaa27ee4d.gz

[bc7454d | Mon Oct 23 08:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a default in public/css/coderay.css since i will use it quite often.

    darcs-hash:20061023103303-24576-5ea5c82b19b3188196dfb81f3f2fb3abf6b0a368.gz

[5ac295a | Mon Oct 23 08:32:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * first templates for Ramaze (called .rmze) and a proper working miniwiki-example - very very simplistic, but does its job so far

    darcs-hash:20061023103203-24576-b0cc501d93344a6952c1c05e3e7d9a10fc86b33d.gz

[c61a947 | Mon Oct 23 08:31:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * yay for my new miniwiki example :)

    darcs-hash:20061023103135-24576-e22832473f53de0d7670c9fb63024f9f5bb9e9e0.gz

[be33172 | Mon Oct 23 06:01:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use webrick in the miniwiki

    darcs-hash:20061023080105-24576-f381d47d4b30b36693c7865b4ce84e22c3465940.gz

[9de7600 | Mon Oct 23 05:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added codray-highlighting (if installed) and inspecting of request/session/response/global

    darcs-hash:20061023075757-24576-a84532c4148882ca0d549255331f5c614f49217c.gz

[db8b841 | Mon Oct 23 05:23:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * better handling if the adapter is not found and don't kill the autoreload-threads anymore

    darcs-hash:20061023072309-24576-b581f58d9e1401d53dce3e334a9ab82eea6b8990.gz

[3d6323a | Mon Oct 23 05:21:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update of the Global defaults (most important, added Global.logger[:timestamp|:prefix_(info|error|debug)]

    darcs-hash:20061023072117-24576-e2f1c72e8c7231eb601fb82a533596bb63406ce9.gz

[27deb52 | Mon Oct 23 05:20:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * replaced autoreload with the new one (and some settings for the reload-speed based on the Global.mode

    darcs-hash:20061023072033-24576-cc8a8581a76ce14f701e83cd6c17866e65f6d77d.gz

[7991d8c | Mon Oct 23 05:19:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * replaced the Module.autoload with a require beforehand... the other way just added complexitiy though it's a nice thing :)

    darcs-hash:20061023071953-24576-af82791891fdedb20c955af46f89ad437b368581.gz

[a7b454c | Mon Oct 23 05:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * usage of Tidy.tidy now possible

    darcs-hash:20061023071844-24576-a5b2abb72a51c14ec805c8334b1ed31ec603c0b1.gz

[795282d | Mon Oct 23 05:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * reimplementation of autoreload

    darcs-hash:20061023071822-24576-d4afbe14513f69a3c575b04223449bb87e6f8d00.gz

[37c1cc7 | Mon Oct 23 05:17:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * little update in the request, in case there is no @request.params (webrick)

    darcs-hash:20061023071742-24576-4688f80cd2377ae52ca676d2c0da58d6d5c6c33a.gz

[33f39ad | Mon Oct 23 05:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * rather large update to the error-page... not fully finished i fear - but i added CSS so it's going to be nicer to change :)

    darcs-hash:20061023071643-24576-d4e2a63b87ae2bbebcf2d8c95a8b0646a24b79ee.gz

[8738386 | Mon Oct 23 05:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * better use of the Logger in the dispatcher

    darcs-hash:20061023071615-24576-a26c07559de9543505a27e72291427e6a7e9b5b0.gz

[6ed6411 | Mon Oct 23 05:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a rather huge update to the logger, introducing the Global.logger hash to easily define your own favorite settings, also we got a Timestamp now! :)

    darcs-hash:20061023071312-24576-0a323bacd01c6f8a45449ee97fda41b4d53e5c79.gz

[eb13a32 | Mon Oct 23 05:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updates to the mongrel-adapter, better rescue for rubygems/mongrel and nicer usage of Tidy

    darcs-hash:20061023071149-24576-3f9b6e35f22bebf729935b08834161ed89ccf6d8.gz

[12b5d9a | Mon Oct 23 05:11:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small updates to the simple example

    darcs-hash:20061023071110-24576-16b0f36f4ad027119db05cffa7082ff5d1cdf210.gz

[dd9a1d1 | Mon Oct 23 05:08:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added the webrick-adapter, it's not perfect, but works smooth so far

    darcs-hash:20061023070843-24576-3b8bcffc5d74a971061820d3f1743e54cb8e6663.gz

[a4a3576 | Mon Oct 23 05:07:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added testcase for the adapters (tc_adapter) [mongrel|webrick] so far

    darcs-hash:20061023070746-24576-eb3526725305cf535de10cfccfbb5173ecb61baa.gz

[29af7b6 | Sun Oct 22 22:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved the HTTP-status codes to http_status.rb from dispatcher.rb

    darcs-hash:20061023001327-24576-3f62a51a21ad2cd666ff89f6a06b5b239b1c7290.gz

[a2b01e0 | Sun Oct 22 21:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small typo in Logger.debug output ('d-' instead of 'd')

    darcs-hash:20061022233305-24576-20eb8e89ca8bd8c1678f5269abb1328e62dff11c.gz

[ccd9b67 | Sun Oct 22 21:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added stub for miniwiki

    darcs-hash:20061022232914-24576-fbb77a2eaec984379f91970b4081b4738d8554cf.gz

[456664c | Fri Oct 20 07:55:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * one todo gone, one added

    darcs-hash:20061020095528-24576-19e9b3176ab87640477aec162af3de28828516f6.gz

[cbf9978 | Fri Oct 20 07:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * an ultimate patch... this addes lots of documentation, rewrite of the Response to be Struct instead of OpenStruct (17 times faster) and also some minor tweaks all over the place, notable also the change of the logger-format

    darcs-hash:20061020095140-24576-69b4c6abb17aeb5834037e76c21183028286b5b4.gz

[f2bcc96 | Fri Oct 20 07:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * minor updates to the testcases, somehow i should fix the tc_params on the errors... but that takes a bit more time, otherwise just removed the sleeps that are now handled by ramaze

    darcs-hash:20061020095038-24576-8fbf7031f18371411a151f078b8ab9472b03ac09.gz

[38c6045 | Fri Oct 20 07:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * small fixes to the simple example

    darcs-hash:20061020094835-24576-c98db6dad7da219d902ea6ccb978187de945bbd1.gz

[093a659 | Fri Oct 20 03:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added new rake task, todo - it scrapes the source for TODO markers and prints them out.

    darcs-hash:20061020055355-24576-a59971a947da75ded66d4c1eb7027973a5514aa8.gz

[815f03c | Thu Oct 19 23:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added documentation and Gestalt.build, which takes a block instead of Gestalt.new

    darcs-hash:20061020015034-24576-94c04d6bc74188e46080fdaac9ce8ebb5a5a9c44.gz

[abd5d1b | Fri Oct 20 05:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * cleaned up the tests a bit and updated the test-runner to show some summary

    darcs-hash:20061020074936-24576-34047b2902f87ca6caef2947c6527622ea07371a.gz

[ac1308a | Thu Oct 19 08:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * loooooots of documentation (which is not displayed on rdoc due to some very weird behaviour

    darcs-hash:20061019101812-24576-abaa8c913f6745c6b5e226dedfb9909c1cd4ab28.gz

[1a76b53 | Thu Oct 19 08:16:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a new and simple way to react on signals, default is SIGINT, it executes Ramaze.shutdown which in turn kills the adapter, to change the signal listened on change Global.shutdown_trap

    darcs-hash:20061019101649-24576-064c9ac034d74e7403f4e52476596be1858f4214.gz

[0a0804d | Thu Oct 19 08:14:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * very minor cleanup of some methods...

    darcs-hash:20061019101454-24576-89917752c0248201f94e838e6308a9eec7170697.gz

[02cd0a5 | Thu Oct 19 08:14:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added an rdoc-task to the Rakefile

    darcs-hash:20061019101440-24576-52192a721f48f7eb5cc3b03faa5502acab15d4d9.gz

[28e1cfb | Thu Oct 19 08:14:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * moved README and CHANGELOG to the new /doc dir

    darcs-hash:20061019101418-24576-34aa15dc0f39b04bfc84abc3684f56a2fb2f73fa.gz

[f6e7ace | Thu Oct 19 08:13:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tidy takes now an hash of options and i added extensive documentation ... could use some more though (removed require for rubygems)

    darcs-hash:20061019101326-24576-2988f9eedd67f97ecb633d4fa3cbb538878379b4.gz

[a5269db | Wed Oct 18 08:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * lots of smaller changes, extracted tidy from the mongrel-adapter to a new dir named tool - where most helper-stuff should go to.

    darcs-hash:20061018102723-24576-77f1be9584c827b6d426da3028eb61098b74e58a.gz

[6f95202 | Wed Oct 18 08:27:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updates to global.rb - stuff that doesn't make sense for a singleton

    darcs-hash:20061018102704-24576-6e88db4ad07478c9ab15109baa7c6f3ea627b1c7.gz

[390a6d9 | Wed Oct 18 08:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * revised most testcases and added tc_global and tc_tidy

    darcs-hash:20061018102531-24576-7ead1a10b878da74432ee9a486f70e4913e1bf50.gz

[97fd209 | Wed Oct 18 08:25:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added rcov-task

    darcs-hash:20061018102516-24576-3fb27188123aa715a5b9416514236baa6abf5b31.gz

[cb45062 | Wed Oct 18 05:36:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * use String#/ instead of File.join

    darcs-hash:20061018073637-24576-ca7abb0c33836ec0e1b0b0be0e7e5bffd56957f1.gz

[bf3ab38 | Wed Oct 18 05:35:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * much better handling of restarts and stuff by joining still running mongrel-threads

    darcs-hash:20061018073504-24576-593fec2a45a643754add93819605e2eaf400ce87.gz

[4fbecaa | Wed Oct 18 05:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * remove the gostruct.rb

    darcs-hash:20061018073441-24576-96875beb2e109b6ac60e6d4e217ca619c896a47b.gz

[22c9040 | Wed Oct 18 05:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * update to README

    darcs-hash:20061018073408-24576-d45bbc27597d52c50b800fd9f793a2491689147d.gz

[22d4465 | Wed Oct 18 05:33:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removing the global openstruct and just use Global...

    darcs-hash:20061018073323-24576-7d163911c6978c8e823578e1ef0eddbc55fcb2e7.gz

[1d9ab7c | Wed Oct 18 04:34:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removing the default-adapter because it's useless and not used

    darcs-hash:20061018063448-24576-6f8ce35c41a8b98fd2b962676eceaed00ad2de29.gz

[6796ca9 | Wed Oct 18 02:57:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * removed a bit of debugging-info from tc_session

    darcs-hash:20061018045750-24576-29989025604cb34ad7d345676b846134fd7ace8d.gz

[e5d3f78 | Wed Oct 18 02:55:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this drives in the last nail to support sessions, also speeds up requests a tiny weeny bit ;)

    darcs-hash:20061018045514-24576-22aea5163f4812b2d9a47c376e0a2c411411a5d8.gz

[3e2552a | Wed Oct 18 02:54:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * controller now accesses the Thread#[] to get request/session

    darcs-hash:20061018045404-24576-a89e5116c705ccc4f2db902adf84284d3a76ba59.gz

[87f23ec | Wed Oct 18 02:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * split up the response in mongrel into set_out and set_head

    darcs-hash:20061018045323-24576-2151f9a8def074019f5e1e22bc76eab15cfe9501.gz

[7b1f23f | Wed Oct 18 02:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added ramaze/session

    darcs-hash:20061018045311-24576-c8f10e542ee9725de8d88265e6d76f82338b0e4a.gz

[3fac6b9 | Wed Oct 18 02:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a session-testcase

    darcs-hash:20061018045241-24576-db782614deab5143c65a57540ce1075d33d1cd9a.gz

[45c10ab | Mon Oct 16 22:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated CHANGELOG

    darcs-hash:20061017005207-24576-619b3ed216e129e6784e0df75b71a2e5258bf84b.gz

[56ada3b | Mon Oct 16 22:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * tagged 0.0.2 - next version will support sessions (hopefully :)

    darcs-hash:20061017005051-24576-34cc5a6bc2140d5ccc509d8049df518143e68e5b.gz

[ecbc80a | Mon Oct 16 22:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated the readmy and rakefile-description a bit

    darcs-hash:20061017005036-24576-a1c6ac15dc88e79feec5fdf66fbe45d73d61a8c6.gz

[6db93af | Mon Oct 16 22:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added Ramaze::VERSION

    darcs-hash:20061017005013-24576-8a57d631b20d349496d0085dee61efb68bfc3ac3.gz

[2115e33 | Mon Oct 16 22:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added a SIGINT-trap to cleanly shutdown

    darcs-hash:20061017004700-24576-0094275284029d933bd51b3000624c2969c7222b.gz

[3119d3d | Mon Oct 16 22:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added test/tc_request [passes]

    darcs-hash:20061017002931-24576-44a09aed17080c434293b50f8cffd1c1ac9dc61b.gz

[ccfedde | Mon Oct 16 22:29:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * further improvment to the testcase-runner and setting default Global.error_page to true

    darcs-hash:20061017002900-24576-6f69e5ccb72e9617a2a94e5ef1a56803163ac8c7.gz

[939df45 | Mon Oct 16 09:18:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * and everything passes now...

    darcs-hash:20061016111833-24576-7beda7981ee79b690eead9606ad9c5e2bc25d49a.gz

[04d0cf2 | Mon Oct 16 06:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * patching the test-runner to shut down ramaze before it is run again from the next testcase...

    darcs-hash:20061016085259-24576-11419575110cc2c9c93a36d0c7c65a98ca43aef8.gz

[129825b | Mon Oct 16 06:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * huuuuge patch, perfect error-handling, better automagic controller-mapping, superb tidy-functionlity, even the params-testcase passes again :P - to turn on tidy, set Global.tidy to true

    darcs-hash:20061016084809-24576-9fd4522b04e9ea4a4714d9e4788984ff8ff97c8c.gz

[1b1593e | Mon Oct 16 00:39:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added snippets for String#/

    darcs-hash:20061016023942-24576-ffc5de652400ec8a87573427a01e22dad09ef84c.gz

[0fcb0c0 | Mon Oct 16 00:38:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added caller_lines in the snippets

    darcs-hash:20061016023847-24576-8a1e324f1ebaf574fb0552c903e9ec945e50999a.gz

[02845da | Sun Oct 15 23:08:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * a new snapshot with some more tests and lots of bugs fixed... also working now on the pluggable templating again.

    darcs-hash:20061016010851-24576-4d900262c21ad9f98a960b847da2ba17401546de.gz

[58cfcbc | Sun Oct 15 02:53:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this fixes a bug that lead to problems if you don't define a mapping

    darcs-hash:20061015045332-24576-958fb23e713aa01be23e2c96e98bf69dde2aa3c6.gz

[482e393 | Sun Oct 15 02:52:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * this introduces a new Global.running_adapter, for later easy access outside of Ramaze - should add some methods to check if the adapter is running and the like

    darcs-hash:20061015045219-24576-3ac2d9f1e510309318a6734a7573b1064fdcdd3e.gz

[d63ea81 | Sun Oct 15 02:51:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * by default, require 'pp', i think it's far too useful not to be available all the time

    darcs-hash:20061015045146-24576-8fb2017d887ceeace4830cfa9d6ac0ae18dcc0b5.gz

[79b430a | Sun Oct 15 02:50:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * some more info in the CHANGELOG, this will only be updated in releases from now on, the information comes from darcs anyway

    darcs-hash:20061015045047-24576-980739fa2284a6cad04b4f334c3f40e686fc0bf2.gz

[761b342 | Sun Oct 15 02:49:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * changed hello.rb to fit in with the use of the ramaze-binary

    darcs-hash:20061015044910-24576-dbd3921ba8f813803fc20747e6e00ba34824eacd.gz

[cc0f844 | Sun Oct 15 02:48:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated the Rakefile to prodcue some more useful stuff :) - also knows about the executable 'ramaze' now

    darcs-hash:20061015044830-24576-7518c69d0c2004cfcc1334c4f6d4c68a196e7d82.gz

[45b69dd | Sun Oct 15 02:47:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * updated the README a bit, more to come

    darcs-hash:20061015044720-24576-dfce66187761c324c7030206d4ed85eec3669d95.gz

[5082b3a | Sun Oct 15 02:44:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * added an ramaze executable

    it can be found in bin/ramaze and you use it like that:
    
    $ cd example
    $ ls
      main.rb
    $ ramaze
    
    which will in turn run the main.rb
    you can give ramaze a parameter for the run-file, more sophisticated parameters are not included (yet)
    
    darcs-hash:20061015044454-24576-aa5cb8a03956388df81a6ce391b4c2958322dcc5.gz

[cd8299c | Fri Oct 13 17:22:00 UTC 2006] manveru <m.fellinger@gmail.com>

  * initialize

    darcs-hash:20061013192249-24576-fd3038740faf09e21c38c79749f9d5b3978b4be1.gz