[f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2012.03

[cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * update dependency to rack 1.4.1

[e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed various YARD formatting issues.

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

[d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Enable the render helper to render views without corresponding method if needs_method is enabled

[918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Fix initialize of Rack::Cascade on 1.4.1

[0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Here comes a better Innate::Cache::register, now with less warnings and more speed

[d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.12

[13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * less obfuscation ftw

[10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * minor cleanup around specs

[7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update to Rack 1.4.0

[575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update travis config

[037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Revert "AOP calls can now be stacked."

    This reverts commit 3ceb18dae7b774ab9b21cba6538b217ba35d5e21.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * AOP calls can now be stacked.

    This means that calling methods such as before_all() or before() multiple times
    in the same controller will no longer in these calls overwriting previously
    defined ones. A short example of this is the following:
    
        class Posts
          Innate.node('/posts')
          helper :aspect
    
          NUMBERS = []
    
          before_all do
            NUMBERS << 10
          end
    
          before_all do
            NUMBERS << 20
          end
    
          def index
            return NUMBERS
          end
        end
    
    Visiting /posts would result in "[10, 20]" being displayed in the browser.
    
    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[7ad5d81 | Sun Oct 23 17:19:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.10

[013b148 | Sat Oct 22 20:12:45 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated Innate::Session.options.expires, use Innate::Session.options.ttl instead

[ae24452 | Sat Oct 22 20:10:57 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated shared :mock block

[7bf2528 | Fri Oct 21 23:41:34 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Another 1.8 incompatibility in the spec

[97cf46a | Fri Oct 21 23:39:23 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Make provides spec more robust

[11bdba7 | Fri Oct 21 22:38:16 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Try requiring rubygems for the lesser versions

[8dcfffb | Fri Oct 21 22:35:20 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove set -x, let's get down to business

[7a5066f | Fri Oct 21 22:33:25 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Try ignoring trust issues with .rvmrc

[f913028 | Fri Oct 21 22:16:06 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Load rvm manually

[3791189 | Fri Oct 21 22:14:12 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * turn debugging for rvm on

[845c834 | Fri Oct 21 22:11:44 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Try debugging and loading bashrc to get rvm

[85ff8df | Fri Oct 21 22:09:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * And make things a bit more complicated

[e725da7 | Fri Oct 21 21:58:22 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * try to make travis happy

[acaa77a | Fri Oct 21 21:55:48 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Move rvm gemset import to the right place

[ac0371c | Fri Oct 21 16:30:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Try setup via .rvmrc .gems

[156e09b | Fri Oct 21 16:30:21 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove dependency on json

[b5ca6a3 | Fri Oct 21 15:53:08 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Run setup before bacon

[0426977 | Fri Oct 21 15:47:21 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Remove the unused gem install task"

    This reverts commit 3e1cc52743470886f7b50db633535bcf6765b638.

[3e1cc52 | Fri Oct 21 15:36:30 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the unused gem install task

[9390547 | Fri Oct 21 15:36:15 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix location of RUBY

[f086a10 | Fri Oct 21 15:35:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the gem package task

[bed5d5a | Fri Oct 21 15:35:02 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update rvmrc

[965ed57 | Fri Oct 21 15:20:10 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Adding travis config

[e9b0d7c | Fri Sep 23 10:06:54 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the README, fixes #5

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

[157a09d | Thu Aug 18 08:00:28 UTC 2011] YorickPeterse <yorickpeterse@gmail.com>

  * Added a .rvmrc file and updated the .gitignore file to exclude rcov data.

[7df330c | Wed Jul 20 08:09:53 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update spec file exclusion

[a4eb56a | Wed Jun 01 23:07:46 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update Node documentation

[d05190a | Tue Apr 19 09:37:16 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.04

[bacc603 | Tue Apr 19 09:37:03 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Remove rubyforge release task

[05ccf96 | Tue Apr 19 09:31:28 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Node::find_method must accept anything that responds to #to_s as method name

[8d4bfd0 | Mon Feb 14 07:07:12 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Don't mention :state, it's gone

[2b3a9ca | Wed Jan 26 14:12:26 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.01

[6039ffa | Sat Dec 11 21:58:04 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Adjust spec for changes in Rack

[5e30254 | Fri Sep 17 17:58:10 UTC 2010] Antti Tuomi <antti.tuomi@tkk.fi>

  * New method for Innate::Session, #resid!, that can be used to change the session key.

    The intent of the method is to allow changing session keys when user logs in
    to prevent certain session fixation attack vectors. #resid! moves all
    session data under a new session key and thus invalidates the old key.
    
    It is probably a good idea to explicitly reset the session data as well on
    login, but the necessity of this depends on the application.

[85d45ea | Tue Sep 07 08:14:44 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * updated git url

[51eac73 | Tue Sep 07 06:25:22 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * added gitignore

[32c943c | Mon Sep 06 13:02:25 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * fixed pointless spec addition

[b180c1c | Mon Sep 06 13:00:44 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * added specs for helper suffix

[c7fccc6 | Mon Sep 06 12:50:45 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed send_file helper spec

[49c9963 | Mon Sep 06 12:49:54 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * removed send_file from default helpers

[4ca7b0c | Mon Sep 06 12:22:23 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * allow helper modules to be suffixed with 'helper'

    this allows us to create helpers which may have identical names as
    Models without having namespace conflicts

[7d8437e | Thu Aug 26 22:12:26 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Support HttpOnly

[1183bca | Fri Aug 20 21:15:58 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * moved send_file helper to ramaze

[6412640 | Wed Jul 21 11:32:15 UTC 2010] injekt <ljjarvis@gmail.com>

  * fixed readme formatting

[1ac3e6f | Wed Jul 21 11:31:27 UTC 2010] injekt <ljjarvis@gmail.com>

  * updated installation docs

[f4ecc85 | Sun Jul 11 23:34:26 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.07

[d11be17 | Sun Jul 11 23:24:19 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix issue with Ruby 1.9.2

[154fdf8 | Wed Jun 30 13:53:50 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[231b0ee | Thu Jun 17 22:40:37 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.06.18

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

  * Allow latest version of Rack

[dbaaeb5 | Thu Jun 03 15:00:56 UTC 2010] Lee Jarvis <injekt.me@gmail.com>

  * edited documentation for render_view

[55bf889 | Tue May 04 09:29:07 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Remove AccessLog option from webrick handler to avoid log duplication

[32886da | Sun Apr 11 11:42:13 UTC 2010] Zoxc <zoxc32@gmail.com>

  * Updated Etanni specs.

[9bf55e5 | Sun Apr 11 11:30:17 UTC 2010] Zoxc <zoxc32@gmail.com>

  * Some tweaks to Etanni.

[3502814 | Fri Apr 09 16:49:07 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Major speedup for Etanni as suggested by Zoxc

[b796644 | Sun Apr 04 07:56:06 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.04

[1aeacca | Sat Apr 03 21:45:46 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed redirect spec

[0a71ec2 | Sat Apr 03 21:42:52 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed redirect spec

[6eedc76 | Mon Mar 29 21:07:51 UTC 2010] injekt <injekt.me@gmail.com>

  * minor fixes to README

[b5787a4 | Mon Mar 29 15:31:03 UTC 2010] injekt <injekt.me@gmail.com>

  * Added support for case-insensitive View lookups

    Removed case sensitive restriction when using Controller::engine
    for View lookup; :haml is as good as :Haml

[edc00df | Sat Mar 27 22:55:07 UTC 2010] injekt <injekt.me@gmail.com>

  * fixed doc for flash helper (depreciated method)

[2e4bdbd | Wed Mar 24 14:18:35 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for how to pass arguments to provide actions

[d09ff45 | Fri Mar 19 00:37:27 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some issues, don't split Content-Type at all

[abe842c | Fri Mar 19 00:33:41 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure ; doesn't break Content-Type

[acce333 | Thu Mar 18 11:26:03 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * The Response Content-Type option should influence default mime type

[7ad4de7 | Thu Mar 11 12:44:42 UTC 2010] crab <crabtw@gmail.com>

  * use Innate.options.prefix as redirect fallback

[e13e2b2 | Tue Mar 09 09:48:06 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix .dup in Rakefile

[4fa40fc | Mon Mar 08 21:53:00 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.03

[c48a647 | Wed Feb 03 15:59:05 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Add a spec for Etanni

[baa0dd8 | Sun Jan 17 14:57:44 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * clarify precedence

[c9fa60f | Wed Jan 06 15:14:40 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Set correct header in referrer spec

[59f03da | Wed Jan 06 15:10:22 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Fix request spec for new rack behaviour

[82cd8d9 | Wed Jan 06 14:53:24 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2010.01

[2511e2b | Wed Jan 06 14:52:49 UTC 2010] Michael Fellinger <m.fellinger@gmail.com>

  * Update Rakefile

[07f9238 | Tue Dec 01 22:57:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Major performance improvement for Etanni."

    This reverts commit 1b736b793e9f31cf79fad2820f3f20a00802c2c8.

[1b736b7 | Tue Dec 01 03:17:23 UTC 2009] Zoxc <zoxc32@gmail.com>

  * Major performance improvement for Etanni.

[7b14652 | Mon Nov 30 17:50:01 UTC 2009] Zoxc <zoxc32@gmail.com>

  * Performance improvement for Etanni.

[17dba1a | Thu Nov 19 03:12:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove comment

[aac4faf | Mon Nov 16 21:16:56 UTC 2009] Lin Jen-Shin <godfat@godfat.org>

  * [helper/render.rb] dup on variables arg is not needed. never refered.

[5d1e95d | Mon Nov 16 20:52:12 UTC 2009] Lin Jen-Shin <godfat@godfat.org>

  * [helper/render.rb] fixed render_file's sync_variables. see detail:

      This line syncs variables from current action to newly created action:
        action.sync_variables(self.action)
    
      but later this line eliminates above effect:
        action.variables = variables.dup
    
      Assume we would like variables from current action, but
      would like to override (or hide, shadow) them by passing
      another hash of variables in render_file's second arguments.
      Then change that line to:
        action.variables.merge!(variables.dup)
    
      spec this behavior in SpecHelperRenderFile.

[42b5ec5 | Wed Oct 28 20:43:54 UTC 2009] Lin Jen-Shin <godfat@godfat.org>

  * Add a simple Unicorn wrapper in innate/adapter.rb

[14a340f | Sun Oct 18 01:01:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow skipping the template discovery to speed things up

[d02bd71 | Sun Oct 18 00:50:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix gem_setup task

[0f3c5fe | Mon Oct 05 16:32:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow for change of the default action name as proposed by Daniel Azuma

[ee96b28 | Sun Oct 04 15:37:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove temp README

[3e90299 | Sun Oct 04 15:37:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix precedence issue in redirect_referer

[44f40da | Sat Oct 03 21:33:11 UTC 2009] Arnaud Meuret <arnaud@meuret.name>

  * Typos and minor rephrasing.

[7ad5fd9 | Fri Oct 02 22:04:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Sync metadata after release

[1b0702f | Fri Oct 02 20:24:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.10

[88451a1 | Fri Oct 02 20:23:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the release tasks, add one for gemcutter

[c37df32 | Thu Oct 01 18:16:02 UTC 2009] Arnaud Meuret <arnaud@meuret.name>

  * Fix: specifying a layout from a method and a filter block was broken

[18668be | Tue Sep 29 21:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update dependencies

[672bbaa | Tue Sep 22 22:15:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Rack::Utils::build_query, this changes query separator from ; to &

[0d4d2d1 | Tue Sep 22 22:04:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve code readability a bit

[44d02ed | Tue Sep 22 00:02:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Mutex instead of Thread::critical

[1b80af6 | Tue Sep 22 00:00:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix ruby/jruby dependency mixup

[783f554 | Mon Sep 21 23:32:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix startup issue regarding jruby-rack

[a908b32 | Tue Sep 15 14:15:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[79df3a5 | Thu Aug 27 15:21:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't call aspects in layout

[b69e9dd | Thu Aug 27 10:55:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Options#pretty_print spec

[6b8c32d | Thu Aug 27 10:36:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * dev dependencies for jruby

[0bb6ea5 | Wed Aug 26 23:59:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Forgot to require digest/md5

[2bc0566 | Wed Aug 19 15:27:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Cache is not a module

[c74c2b8 | Mon Aug 17 12:37:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * fix doc typo

[9650f8c | Tue Jul 28 13:49:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more specs for double underscore

[822560a | Tue Jul 28 13:43:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expand specs for double underscore

[b865335 | Thu May 21 20:27:38 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * Aspect spec uses inline layout instead a file-based.

    Also prefixed DerivedWithLayout with the helper name.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[62d8853 | Thu May 21 20:16:57 UTC 2009] Antti Tuomi <antti.tuomi@tkk.fi>

  * Aspect spec checks the functionality when using layouts.

    This spec fails at the moment.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[e4735cb | Wed May 27 21:57:48 UTC 2009] ravage <ravage@fragmentized.net>

  * Resolve fake depth

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

[10d7ef3 | Tue Jul 21 23:11:57 UTC 2009] Jérémy Zurcher <jeremy@asynk.ch>

  * fix default option handling overriding in options/dsl

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

[03274f3 | Sun Jul 19 10:02:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.07

[3ed8553 | Sun Jul 19 10:01:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update dependencies

[4e09c15 | Mon Jul 06 17:12:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Implement an OpenSSL fallback for Session IDs

    Comes into play in case SecureRandom cannot be found.
    This should cover 99% of all < 1.8.7 installs.

[cf9cdce | Thu Jul 02 15:05:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * More intelligent gem_setup to handle cases where a library can be found via require but ain't a gem

[337f092 | Thu Jul 02 15:05:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use absolute paths for spec requires

[7a475b9 | Sun Jun 14 21:14:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Require rubygems >= 1.3.1

[7f41b89 | Fri Jun 12 19:54:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.06.12

[e92a8b3 | Thu Jun 11 22:41:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure that instance-variables set in the view template can be used in the layout

[84ce0d8 | Wed Jun 03 18:09:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the bacon task dependency

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

  * Version 2009.06

[e05a004 | Tue Jun 02 18:49:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use rubygems development-dependencies, improve rake setup

[2575c64 | Mon Jun 01 12:46:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow passing Innate.start(:root => [path1, path2])

[5104984 | Mon Jun 01 12:11:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move innate/spec to innate/spec/bacon and make innate/spec require that

[9047159 | Mon Jun 01 12:08:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

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

[ba27790 | Mon Jun 01 12:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Request#subset spec for latest Rack

[e0bb6db | Thu May 28 15:05:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the cookie ttl optional

[76e4377 | Fri May 22 16:04:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow #write on the logger

[3890ba7 | Tue May 19 09:38:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix some yard tags

[18002ee | Sat May 16 12:32:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Iterate logging arguments before they reach the logger

[8d43aad | Sat May 16 11:15:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Try to improve render_file so it works form anywhere

[8f5d193 | Thu May 14 22:22:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reverse order in middleware

[9c3b2b9 | Sat May 09 14:25:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Deprecate Innate::Session.options.expires, use ttl instead. Set maximum ttl to 30 days

[d343c9e | Fri May 08 11:16:50 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Make Innate::Session.sid public

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

[89c79de | Wed May 06 21:42:03 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Adjusted pretty_print spec again.  Made it looser, since we don't really care much about it because it doesn't significantly affect Ramaze functionality.

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

[220ae9e | Tue May 05 19:43:51 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Adjusted Innate::Options#pretty_print spec to work across more systems and conditions, yet still test something non-trivial.

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

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

  * Polish things a bit more where they went wrong during release

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

  * Version 2009.05

[9486b35 | Wed May 06 22:37:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * VERSION=xxx rake release:xxx

[14feedf | Wed May 06 22:33:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Bring rakefile up to date

[2252c28 | Wed May 06 22:20:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Last minute changes to tasks

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

  * Add some ycov tasks, not all that tested yet

[146e349 | Wed May 06 19:56:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * raise a more meaningful error when trying to assign to a non-existent option

[21bbd9b | Tue May 05 13:08:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some (c)

[8fd62a3 | Tue May 05 11:48:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Session compatible with the Rack spec, prepare to make it a middleware

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

  * Tell people that using YAML/Marshal cache is a bad idea in some cases

[fff4e2a | Tue May 05 11:30:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some docs fixes

[d90138c | Mon May 04 18:19:35 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Add a read_cache option (off by default) to control caching of template files on read

[aaa9b96 | Sun May 03 11:04:18 UTC 2009] Ryan Grove <ryan@wonko.com>

  * When the view cache is enabled and Innate is in :live mode, cache view files after the first read to prevent unnecessary filesystem reads in the future.

[06c224f | Mon May 04 23:49:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix update_mapping_shared, it would try to walk files and was buggy

[e3ad651 | Mon May 04 10:28:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * remove specs for state

[f69716d | Mon May 04 00:37:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Implement caching of traits

[0434785 | Sat May 02 22:56:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless token from Etanni

[d0356c6 | Sat May 02 13:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use clearer syntax for the option in view

[2c3c1ca | Sat May 02 12:40:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Elaborate what +filename+ means

[12d3666 | Sat May 02 12:40:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only emit warning when the action is really invalid

[5cb9b41 | Sat May 02 12:37:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put the require of find into innate.rb

[89d5858 | Sat May 02 21:24:30 UTC 2009] Andreas Karlsson <andreas@proxel.se>

  * Simplify copy_variables by not using eval.

    Copying to an instance instead of a binding simplifies
    the code while also giving a minor performance enhancement
    as a bonus.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[d1fe1f4 | Sat May 02 21:38:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * copy thread variables in Innate::defer

[83d0a93 | Sat May 02 20:59:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Innate::STATE

[f9ff691 | Sat May 02 03:04:20 UTC 2009] Andreas Karlsson <andreas@proxel.se>

  * Move require due to profiling results.

    When profiling with ruby-prof it was reveiled to me that a
    major part of the time was spent inside require. Benchmarking
    with a simple hello world application revealed it to be about
    25 percent faster without this require.
    
    Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>

[4155ea9 | Fri May 01 22:51:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only warn if we encounter an invalid action in render_custom, try to render still

[b4a9e70 | Fri May 01 22:46:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Be compatible with rack-test

[3db47bc | Fri May 01 22:46:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Be compatible with 1.8

[b3fb7be | Fri May 01 21:07:10 UTC 2009] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * In render helper: render_template -> render_file .  Changed relevant specs, too.

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

[f3491f7 | Thu Apr 30 11:59:16 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Skip template/view/layout lookup if the given path doesn't exist.

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

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

  * We don't want to call Innate::setup_dependencies for rendering...

[7c90ec0 | Fri May 01 14:22:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Default layout mapping to '/'

[64517b3 | Fri May 01 14:20:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some example invocations to the Helper::Render methods

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

  * Adding Helper::Render#render_template due to popular demand

[59229dc | Fri May 01 13:18:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up and simplify Etanni a little bit more

[d8c3ca5 | Thu Apr 30 16:07:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add option to switch caching of compiled templates

[21c4dfd | Thu Apr 30 15:19:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Etanni a little bit more compact

[43f6d76 | Thu Apr 30 15:19:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * First cut of template compilation, it's dumb, but it should speed things up a little

[cca6d4d | Wed Apr 29 21:34:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve the ColorFormatter, output background as well

[abda94c | Wed Apr 29 18:04:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only add :trigger to options if there is one

[559e711 | Wed Apr 29 14:51:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec cookie setting before redirect. Closes #1

[9c85a49 | Tue Apr 28 20:05:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the template lookup work without globs, hopefully that works on GAE now

[a0b1f4a | Tue Apr 28 19:41:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make helper lookup work without glob

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

  * Tell people that routing static files doesn't work

[ff310ab | Thu Apr 23 22:30:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid issues with symbol comparision on 1.8

[fce62b9 | Sun Apr 26 23:30:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Support setting multiple AOP hooks at once in before/after/wrap

[ffd8edd | Sat Apr 25 21:59:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Give innate a rubyforge project

[cf62a9c | Sat Apr 25 21:59:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04

[0ec2012 | Thu Apr 23 13:21:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow deletion of mapped apps in DynaMap

[cbedd9c | Thu Apr 23 12:04:04 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Add path and full_path to Innate::Action

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

[b9a0d4b | Mon Apr 20 12:12:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the u and h aliases for the CGI helper module_functions too

[b68aad4 | Mon Apr 20 12:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow further modification of the Action in the render_* methods via block

[dca3531 | Mon Apr 20 06:38:06 UTC 2009] Ryan Grove <ryan@wonko.com>

  * Preserve response headers when redirecting. Closes #1

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

[d465ca3 | Sat Apr 18 09:46:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.18

[987c5d7 | Sat Apr 18 09:44:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update the release tasks

[f927c9d | Fri Apr 17 18:51:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Content-Disposition support to send_file

[888318c | Fri Apr 17 17:43:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better English in render_custom error

[15078e6 | Wed Apr 15 23:49:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add comment about planned deprecation of SendFile helper's default status

[4b487aa | Wed Apr 15 23:48:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the length from Response, Rack provides that

[1634391 | Wed Apr 15 18:02:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't camel-case the helper module name, simply remove underscores, we do case-insensitive lookup anyway

[f97e8d7 | Wed Apr 15 17:58:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove core_extensions, we don't need String#each or BasicObject anymore

[0b33546 | Wed Apr 15 16:16:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action may be invalid if the node requires a method and view

[39dd843 | Wed Apr 15 16:15:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Escape non-hash arguments to Helper::Link#route (ryan grove)

[22ee4df | Wed Apr 15 14:25:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Raise if the Render helper cannot obtain an Action

[e229299 | Mon Apr 13 19:48:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow Action#call even if we are outside Current#wrap

[b6e9558 | Mon Apr 13 11:37:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Action#exts member and use better terms

[46d2a5e | Sun Apr 12 12:03:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * FileBased caches have access to @filename now

[f84f18f | Sun Apr 12 12:03:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set a PROJECT_README for some rake tasks

[8920482 | Sun Apr 12 12:03:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improvment and spec for provide example

[a892dea | Sun Apr 12 12:02:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor improvment and spec for retro games example

[b3aeb97 | Fri Apr 10 19:30:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow overriding of middleware mode for specs

[7d65255 | Fri Apr 10 19:07:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Compact code

[cde9366 | Fri Apr 10 17:51:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify specs and make them pass using rack-test

[f4c9572 | Fri Apr 10 17:50:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't forget to specify an app for rack-test

[41b1955 | Fri Apr 10 17:17:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove spec for render_template

[a3b73ca | Fri Apr 10 17:17:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add `rake setup` task to comply to convention. I will put up the corresponding gems ASAP

[c648bf7 | Fri Apr 10 17:16:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Switch to using rack-test for our specs, needs rack-test from the master branch head

[5c08e25 | Fri Apr 10 00:52:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use ContentLength middleware

[0dc50d4 | Thu Apr 09 23:10:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix template caching... was using html instead of the wish the glob was for

[622bbe3 | Thu Apr 09 23:01:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix example apps

[6e9e843 | Tue Apr 07 16:56:56 UTC 2009] Sam Carr <samcarr@gmail.com>

  * Minor tidy-ups to fix comments, add missing requires, add comments etc.

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

[8f9af98 | Wed Apr 08 01:42:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set default interval for reloader to 2 seconds

[9f7e749 | Wed Apr 08 01:42:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Never assign $0, bad mojo

[281501e | Wed Apr 08 00:53:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't assign a directory to $0

[8a2ddc7 | Wed Apr 08 00:16:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.08

[89ab244 | Tue Apr 07 23:17:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * bring the retro_games example up to date

[c1b6939 | Tue Apr 07 21:30:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo in howto_spec example

[c1f7bb8 | Tue Apr 07 19:24:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::CGI, don't accept more than one argument per method

[c01a0ce | Tue Apr 07 09:07:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Warn if action is invalid

[d749887 | Tue Apr 07 09:07:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Helper::Render#render_template

[fba39b5 | Mon Apr 06 10:26:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for Helper::Partial

[98bc6f7 | Mon Apr 06 10:25:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add more specs and refine Helper::Render

[616b5aa | Mon Apr 06 10:03:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide direct access to Helper::Render methods through extension

[696f85d | Mon Apr 06 09:58:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Helper::Render#render_template work and add specs

[b0fcf13 | Mon Apr 06 06:51:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::Render, this should be able to cover all our rendering needs

[ea02bbe | Mon Apr 06 06:49:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Helper::Partial, to be replaced by Helper::Render

[52c9943 | Mon Apr 06 06:47:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * just fix some annoying things

[cd45648 | Mon Apr 06 06:46:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor Helper to use HelpersHelper.options

[4a1b7f6 | Sun Apr 05 21:25:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * remove some more methods from Request, they depend on a method in ramaze

[6e0b421 | Sun Apr 05 16:22:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make multipart building a bit more compact

[2f17bf6 | Sun Apr 05 21:23:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make some variables more 'communicative', as reek puts it

[348e179 | Sat Apr 04 13:37:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Caching for template locations finally working, this should reduce the disk IO through globbing considerably, even if it is still updating the locations for every request

[8555277 | Sat Apr 04 13:27:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better bacon task

[110243b | Fri Apr 03 19:08:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Experimental templating path caching

[258d7c9 | Fri Apr 03 20:01:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Etanni engine for specs and most examples

[2bf8941 | Fri Apr 03 19:59:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Comment out gemspec dependencies until rack is released

[57078ac | Fri Apr 03 19:58:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the extra newlines introduced with Etanni

[51b4797 | Fri Apr 03 19:58:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Relax views by using #to_s instead of #to_str

[d8475d3 | Fri Apr 03 16:48:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't carry over view_value into layout actions

[8e2788f | Thu Apr 02 10:50:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix view and layout mapping if there are multiple view_mappings

[8e93e87 | Tue Mar 31 23:35:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.04.01

[1a7242b | Tue Mar 31 23:32:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Optional is called Optioned now, watch out

[0809fb1 | Tue Mar 31 14:50:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set proper default templating engine for html to Etanni

[e1f9450 | Tue Mar 31 13:14:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make sure Etanni returns stripped strings, that should make the specs pass again

[3c7063b | Tue Mar 31 12:49:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug where root_mappings where not considered alternatives

[0ab5ab1 | Sun Mar 29 20:44:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Unescape params given to the action

[4fe8226 | Sat Mar 28 16:04:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.03.28

[57680d3 | Sat Mar 28 16:04:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Split rake tasks into small units for management with raku

[d7a9278 | Thu Mar 26 21:14:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt recursive partial spec for new action iv setting semantics

[4dede34 | Thu Mar 26 19:20:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer code for Action#layout_view_or_method

[d392fda | Thu Mar 26 19:19:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Node#resolve smarter if called on an instance

[3e49468 | Thu Mar 26 18:40:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put copy_variables before calling of the action method, so instance variables are copied over from the action and usable in the method the same way as in the template

[408bbd9 | Thu Mar 26 10:28:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better lookup for options.roots

[250188f | Wed Mar 25 22:48:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Give the engine the value or a string, not nil

[6784523 | Wed Mar 25 22:37:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Etanni with .xhtml extension

[dc871bf | Wed Mar 25 20:35:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove specs for old request methods

[fa7aa95 | Wed Mar 25 20:35:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't fail when trying to obtain symbolic view

[a79b532 | Wed Mar 25 20:34:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow Ramaze to inject Request/Response/Session

[3799d36 | Wed Mar 25 20:34:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Using Gem::Specification#to_ruby, yay

[6367793 | Wed Mar 25 17:01:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from View::ERB

[72b02f0 | Wed Mar 25 17:00:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify View::get, we don't need lookup by extension anymore

[b4850cd | Wed Mar 25 17:00:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some methods from Request, they fit better into Ramaze

[d919c03 | Wed Mar 25 16:59:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from Adapter, I added support for arbitrary handlers to rack (patch will go in by tomorrow)

[b7a4f88 | Wed Mar 25 13:01:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some unused methods

[afea731 | Tue Mar 24 22:52:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.03.24

[94d0714 | Tue Mar 24 18:33:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug where index(arg) was passed 'index' as arg

[28c9f16 | Tue Mar 24 15:05:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer output for skipped specs

[ea90a79 | Tue Mar 24 15:05:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix specs for 1.9

[404cffe | Mon Mar 23 18:43:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Using anchor in combination with route would fail between nodes

[b9c4048 | Mon Mar 23 18:23:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update README to reflect latest developments

[bd4456e | Mon Mar 23 14:53:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Copy action.variables into instance variables before calling engine

[85b1b75 | Mon Mar 23 14:27:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only render_template if the resulting action is valid

[1e9009c | Mon Mar 23 14:03:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the methods in Helper::CGI module functions

[3e20690 | Sat Mar 21 10:36:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix outstanding issues around State and spec them

[1906be4 | Sat Mar 21 01:15:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up a bit after suggestions from nitpick

[e89cde5 | Fri Mar 20 18:35:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only set root in spec if found

[45e1307 | Fri Mar 20 18:34:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some aliases for options given to Innate.start, should make life easier

[c418e85 | Fri Mar 20 17:25:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add specs for extended behaviour of Request#domain

[17a1ca3 | Fri Mar 20 17:24:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Support put/delete in shared :mock

[f857946 | Fri Mar 20 17:24:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Take advantage of new Rack::Request#url for Request#domain

[b849861 | Fri Mar 20 17:23:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * small style change

[a0d3176 | Fri Mar 20 17:23:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't rescue anything in Helper, all exceptions get shown

[3e5869d | Thu Mar 19 20:57:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove unused method from node spec

[27ffac3 | Thu Mar 19 20:48:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up and remove methods that aren't used anymore

[1e09f3c | Thu Mar 19 20:47:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve spec/helper.rb to work with rcov

[ca75800 | Thu Mar 19 20:46:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix logical typo

[057b52e | Thu Mar 19 20:12:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Node mapping generation

[05a244a | Thu Mar 19 20:09:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move node aspects into the aspect helper, make traits faster

[f774349 | Thu Mar 19 18:18:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better session id, use securerandom if possible (ruby >= 1.8.7)

[4b8d305 | Thu Mar 19 17:58:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * update_method_arities only once per request

[3d7a493 | Thu Mar 19 17:51:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove some debugging output

[2650232 | Thu Mar 19 17:51:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * No need for next

[b8e2c90 | Wed Mar 18 19:49:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Run Innate.setup_dependencies for shared :mock

[335c4d0 | Wed Mar 18 19:49:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Forgot commiting the change to Node#root_mappings

[e7a022c | Wed Mar 18 19:48:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Node docs more compatible with YARD

[8bab954 | Wed Mar 18 19:37:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Helper::Link#route_location, makes life easier for Ramaze

[ce9a71d | Wed Mar 18 19:35:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * More intelligent automatic mapping

[3227e0b | Wed Mar 18 17:40:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Split up the specs for Node a little

[176f1f8 | Tue Mar 17 20:09:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * And even more docs for Node

[6992116 | Tue Mar 17 19:43:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update specs for new template lookup

[68ba841 | Tue Mar 17 19:41:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add more docs, yard uses @example instead of @usage

[45c7a24 | Tue Mar 17 19:40:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Document some of the stuff that goes on in the Node#layout method, allow removing layout from node

[fb36a5f | Tue Mar 17 19:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the Node#layout_root method

[f2e4cc7 | Tue Mar 17 19:38:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use param as variable name for the options hash to avoid confusion

[a457bdf | Tue Mar 17 19:30:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor Node options

    Node options are now done by traits.
    
    The reasoning behind this is that one wants to inherit options from
    nodes they subclass and that lookup of these options should be fast.
    
    Lookup of views is this:
      [Innate.options.roots, Innate.options.views,
        Node.trait[:views], name]
    
    Lookup of layouts is this:
      [Innate.options.roots, Innate.options.layouts,
        Node.trait[:layouts], name]
    
    If the traits are empty arrays, the Node.mapping is used instead.
    
    Setting a custom view or layout mapping works like:
    
      class Foo
        Innate.node('/')
        map_views '/foobar'
        map_layouts '/foobar'
      end
    
    More about this soon in the docs.

[9b78d9c | Tue Mar 17 19:28:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the non-node references to Node.options

[64cfecb | Tue Mar 17 19:27:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move some Node.options to Innate.options again, they make more sense there

[f2db256 | Mon Mar 16 15:00:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Handle nil in path_glob gracefully

[1b2435b | Mon Mar 16 14:38:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Even more docs for Node

[c9dad64 | Mon Mar 16 14:38:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better information about ambigous templates

[9fef72f | Mon Mar 16 14:38:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more docs for Node

[07230ee | Mon Mar 16 13:53:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simple example for provides

[9fa53a0 | Mon Mar 16 13:53:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some docs for Node#provide

[93ffd36 | Mon Mar 16 09:58:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::Helper::Link#route_self

[89b5f05 | Sun Mar 15 16:09:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Try setting $0 correctly in Innate.start

[75fe61d | Sun Mar 15 11:25:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Options of modules in Innate should be subs of Innate.options, not simple references

[19797aa | Sat Mar 14 21:38:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Proper fallback for Options#[]=

[53e5412 | Sat Mar 14 21:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow multiple public roots

[88f6b82 | Sat Mar 14 13:25:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * The :app trait isn't needed anymore

[f3b5d20 | Sat Mar 14 13:18:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add missing options/stub.rb

[33c2fbe | Sat Mar 14 13:17:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow to change the object wrapped by Rack::MockRequest

[2e5eccf | Sat Mar 14 13:12:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor to use new options convention, each module has its own options now

[b271865 | Sat Mar 14 13:09:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make specs easier by setting $0 correctly

[346c8f3 | Sat Mar 14 13:09:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * More specs for Innate::Options

[786a340 | Sat Mar 14 13:08:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Innate::Options and add Innate::Optional

[5d84d92 | Thu Mar 12 20:28:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rewire to use Innate::MiddlewareCompiler and allow Ramaze to use its own URLMap

[a4461b8 | Thu Mar 12 20:26:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Helper::Flash spec, we need to return a string

[7d22edb | Thu Mar 12 20:26:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer debugging output for routing

[12d63ac | Thu Mar 12 18:23:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Dynamic MiddlewareCompiler, removes last Rack namespaced class

[aa7e2e1 | Mon Mar 09 19:09:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move default hash into Action::create to prevent silly behaviour

[68b8ec0 | Sat Mar 07 14:48:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor of content representation, should work smooth now

[e1ade5a | Fri Mar 06 14:42:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::Link#anchor on suggestions of endoh

[d7ec2e6 | Fri Mar 06 14:16:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some explanation about session.expires

[7b95de4 | Fri Mar 06 14:15:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor provides, any engine just has to respond to ::call now

[e9302f0 | Thu Mar 05 13:37:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Another change to template exts, only respect the wish to simplify things

[5bc84c1 | Thu Mar 05 12:19:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove our Rack::Reloader - i'll try to improve the one in Rack instead and Ramaze has its own anyway

[3712cff | Thu Mar 05 12:06:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Utilize application-specific configuration

[527a29f | Thu Mar 05 12:04:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Split up to_template with path_glob and ext_glob

[66ea210 | Wed Mar 04 15:53:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow multiple values for options.app.(root|view|layout|public)

[671aaea | Thu Mar 05 17:02:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * View::register overwrites

[663d623 | Tue Mar 03 01:20:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Options is not Enumerable anymore, add to_hash instead

[e30a191 | Tue Mar 03 01:20:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * simplify helper failure

[c1328ed | Mon Mar 02 16:13:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Options#[] for faster access and add Innate::teardown_dependencies

[a56126b | Mon Mar 02 16:13:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix middleware compilation

[7d92080 | Sun Mar 01 18:46:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add spec for render_template with variable.

[b5cdf83 | Sun Mar 01 15:56:20 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Use Array#first instead of to_s to get extension from provide wish in

    Array#to_s in 1.9 joins with brackets. # ['foo'].to_s #=> "[\"foo\"]"

[2e8bb64 | Sun Mar 01 23:20:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer exception for some missing helpers

[a5de43a | Sun Mar 01 23:20:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * MiddlewareCompiler#use now has traditional rack meaning, use apps for the old behaviour

[aedca0f | Sun Mar 01 23:19:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use options[:mode] to avoid problems with facets

[f17eec8 | Sun Mar 01 15:02:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::defer to schedule code for running in background

[b7e58fa | Sat Feb 28 16:12:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify view API a bit

[37a05e8 | Wed Feb 25 15:04:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix version for rack in gemspec

[e29cd02 | Wed Feb 25 15:03:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * innate doesn't rely on github

[08d6773 | Wed Feb 25 15:01:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.02.25

[04201ef | Wed Feb 25 14:27:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * cleanup

[295a241 | Wed Feb 25 14:27:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Traited#class_trait and docs

[6ed8499 | Wed Feb 25 14:04:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * rebuild middleware if block is passed to Innate.start

[8ce86a7 | Wed Feb 25 14:04:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make the real failures on helper requires visible

[232214e | Wed Feb 25 14:03:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove optimization for wrap_action_call, leads to really weird recursion

[38d0a7b | Wed Feb 25 13:09:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify setting of mode and compilation of middleware

[8c02417 | Wed Feb 25 12:40:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up wrap_action_call

[cea8af5 | Wed Feb 25 12:37:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up ancestral_trait

[608a7eb | Tue Feb 24 21:45:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Innate::Setup, that goes into Ramaze

[785b1e5 | Tue Feb 24 21:45:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove reference to Innate in log to avoid confusion

[3df0612 | Tue Feb 24 21:28:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the providing_hash example until we come up with a better way to show it

[8309299 | Tue Feb 24 21:25:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * small cleanup

[93be7ad | Tue Feb 24 21:25:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec the session example

[7b39146 | Tue Feb 24 21:24:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add missing template for node spec

[d8ccfce | Tue Feb 24 21:22:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add todolist example

[fd73cef | Tue Feb 24 21:06:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't serve a view without method if params are given

[58f9ecd | Tue Feb 24 20:05:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix spec for example/link

[607fc72 | Tue Feb 24 20:05:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide shared multipart to enable easy POST specs

[9b833f8 | Tue Feb 24 20:04:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Node, rename LIST to NODE_LIST and HELPERS to DEFAULT_HELPERS

[397cff4 | Tue Feb 24 20:03:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A little bit nicer each in retro games

[0ab5dfe | Tue Feb 24 19:09:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * We don't provide error handling out of the box, remove example

[9466549 | Tue Feb 24 19:06:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up code of the whywiki

[715371b | Tue Feb 24 18:58:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Bring examples up to date

[378977c | Sun Feb 22 21:14:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some docs

[566303c | Sun Feb 22 20:34:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Innate::setup and Innate::sync available to Ramaze

[6fa8645 | Sun Feb 22 20:16:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make it easier for Ramaze to set a default engine

[dfe34cd | Sat Feb 21 20:54:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Correct usage of git tag

[42d3883 | Sat Feb 21 11:28:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.02.21

[374f218 | Sat Feb 21 11:26:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Bring retro games example back to life

[800c1e2 | Fri Feb 20 16:38:32 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Innate::Route() and Innate::Rewrite() available for Ramaze

[f9d5d68 | Fri Feb 20 14:48:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't fail fatal if no app root can be found

[ddd6e77 | Fri Feb 20 14:48:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rename action_not_found(path) to action_missing(path), easier to remember

[e682e18 | Fri Feb 20 14:47:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add trigger for options.mode to reset middleware

[0efafb9 | Thu Feb 19 16:29:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update options spec for trigger

[f3741ee | Thu Feb 19 16:26:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix MiddlewareCompiler#static and add #directory

[0ce72dc | Thu Feb 19 16:07:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Put the dynamap module functions into the SingletonMethods so Ramaze can have them too

[b392fa7 | Thu Feb 19 16:06:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add options.app.public which recompiles middleware on change

[e9d3e04 | Thu Feb 19 16:06:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Options#trigger, runs a block when an option changed

[a3bdfdc | Thu Feb 19 14:56:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Proper name for node in session spec

[bc942f2 | Thu Feb 19 14:52:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more yard-compatible docs

[9f97f72 | Thu Feb 19 14:16:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make aliasing views more consistent

[3d10ef2 | Thu Feb 19 13:40:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up session spec

[027f20b | Thu Feb 19 13:38:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Cache the session just as long as the cookie is scheduled to exist

[0279f91 | Thu Feb 19 13:37:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Further improvments to the spec task

[f69b4cf | Tue Feb 17 02:50:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * publish for real

[81048fa | Tue Feb 17 02:48:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * add rake publish via grancher

[c825e8b | Sun Feb 15 19:29:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Use current node's extension if it is not provided to render_template.

[4338891 | Sun Feb 15 19:29:02 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Use current node's extension if it is not provided to render_template.

[e97696f | Sun Feb 15 09:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Warn if no app.root was set

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[70f09fd | Sat Feb 14 23:08:44 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Clear layout before rendering a template in #render_template.

[4318c09 | Sun Feb 15 10:05:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Warn if no app.root was set

[22a7a1d | Sat Feb 14 23:08:44 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Clear layout before rendering a template in #render_template.

[4a31e76 | Fri Feb 13 17:02:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reflect change to Fiber from Ramaze

[59ad732 | Wed Feb 11 17:09:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add bacon dependency for spec

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[d93b2e5 | Wed Feb 11 17:15:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * exit status 1 if specs fail

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[89327f5 | Wed Feb 11 17:11:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove debug info, seems to work on RunCodeRun now

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[529f7e7 | Wed Feb 11 16:50:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Install dependencies on for specs

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[da3fb06 | Wed Feb 11 17:33:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use eval with binding argument, Binding#eval is 1.8.7+

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[7be640a | Wed Feb 11 17:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * debug RunCodeRun

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[c422ae6 | Wed Feb 11 16:50:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Support for multiple extensions per engine

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[2cae45a | Wed Feb 11 14:44:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add options.app.prefix - only outbound for now

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[dcbdfdb | Wed Feb 11 14:43:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add rake ydoc task

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[3715913 | Wed Feb 11 18:33:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use eval with binding argument, Binding#eval is 1.8.7+

[eb77842 | Wed Feb 11 18:15:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * exit status 1 if specs fail

[544533d | Wed Feb 11 18:11:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove debug info, seems to work on RunCodeRun now

[29d7021 | Wed Feb 11 18:09:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add bacon dependency for spec

[d4ca17d | Wed Feb 11 18:07:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * debug RunCodeRun

[8756390 | Wed Feb 11 17:50:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Support for multiple extensions per engine

[d5c003d | Wed Feb 11 17:50:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Install dependencies on for specs

[35f2ece | Wed Feb 11 15:44:11 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add options.app.prefix - only outbound for now

[d212cd2 | Wed Feb 11 15:43:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add rake ydoc task

[5210279 | Mon Feb 09 16:47:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * params defaults to []

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[53cf3b0 | Mon Feb 09 16:47:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix render_template

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[b8abf58 | Mon Feb 09 16:37:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Cosmetics

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[b25f9e7 | Mon Feb 09 16:36:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more usage of Innate::node

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[ad4f3ff | Mon Feb 09 16:15:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add convenience method Innate::node

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[d713321 | Mon Feb 09 15:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow alias_view to point to another Node

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[af92ee4 | Mon Feb 09 15:15:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow templates for methods like this__nested__one

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[56f119e | Mon Feb 09 15:15:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add options.action.needs_method

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[3cc7b5c | Mon Feb 09 15:00:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt specs for new API (memcached returns no value on delete)

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[3698234 | Mon Feb 09 15:00:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action is made a bit more modular so one can call Action#render

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[27520cb | Sun Feb 08 14:51:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Correct behaviour for alias_view with spec

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[e5fcc9b | Sun Feb 08 14:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt node spec to new behaviour

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[487acde | Sun Feb 08 14:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix alias_view, still needs spec

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[34269db | Sun Feb 08 14:35:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix update_method_arities for new traits

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[030c75b | Sun Feb 08 14:35:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better error message if no action was found

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[8e5b4dd | Sun Feb 08 13:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Restructure innate.rb and introduce options.mode

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[6524d1c | Sun Feb 08 13:41:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix trait memory-leak

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[82673cd | Mon Feb 09 17:47:15 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * params defaults to []

[fe17b8d | Mon Feb 09 17:47:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix render_template

[9d23d82 | Mon Feb 09 17:37:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Cosmetics

[e6b6d79 | Mon Feb 09 17:36:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more usage of Innate::node

[da464b9 | Mon Feb 09 17:15:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add convenience method Innate::node

[ed2bdee | Mon Feb 09 16:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow alias_view to point to another Node

[95238a3 | Mon Feb 09 16:15:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow templates for methods like this__nested__one

[fc75dca | Mon Feb 09 16:15:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add options.action.needs_method

[190e66b | Mon Feb 09 16:00:49 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt specs for new API (memcached returns no value on delete)

[68ad412 | Mon Feb 09 16:00:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action is made a bit more modular so one can call Action#render

[4818105 | Sun Feb 08 15:51:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Correct behaviour for alias_view with spec

[ffee12e | Sun Feb 08 15:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt node spec to new behaviour

[2034ce4 | Sun Feb 08 15:41:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix alias_view, still needs spec

[2778db9 | Sun Feb 08 15:35:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix update_method_arities for new traits

[faae0e0 | Sun Feb 08 15:35:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better error message if no action was found

[ca68ade | Sun Feb 08 14:42:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Restructure innate.rb and introduce options.mode

[228951a | Sun Feb 08 14:41:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix trait memory-leak

[fb91811 | Sat Feb 07 16:20:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove unused actions in Helper::Flash spec

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[4205f14 | Sat Feb 07 16:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix usage of parameters in accept_language

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[bf69983 | Sat Feb 07 16:11:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Specs for layouts

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[256c8c9 | Sat Feb 07 16:11:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New layout behaviour

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[d78cedb | Sat Feb 07 14:58:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow adding multiple caches at once

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[ff74c88 | Sat Feb 07 14:58:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * wrap_action_call hooks should return the body

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[0b34ab6 | Sat Feb 07 11:57:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better parsing of Request#accept_language

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[bff2472 | Sat Feb 07 11:56:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Faster Innate.options

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[532f3a2 | Fri Feb 06 16:44:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor fixes and docs for rakefile

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[345157b | Fri Feb 06 16:44:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide default for alias_view

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[febab0f | Fri Feb 06 16:41:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.02.06

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[3ed0607 | Sat Feb 07 17:20:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove unused actions in Helper::Flash spec

[e80d217 | Sat Feb 07 17:13:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix usage of parameters in accept_language

[3f5adb8 | Sat Feb 07 17:11:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Specs for layouts

[f2bdd45 | Sat Feb 07 17:11:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * New layout behaviour

[e9c6ae3 | Sat Feb 07 15:58:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow adding multiple caches at once

[defd5aa | Sat Feb 07 15:58:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * wrap_action_call hooks should return the body

[6d20f61 | Sat Feb 07 12:57:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better parsing of Request#accept_language

[00ed695 | Sat Feb 07 12:56:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Faster Innate.options

[ec09fde | Fri Feb 06 17:44:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor fixes and docs for rakefile

[45497a2 | Fri Feb 06 17:44:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide default for alias_view

[1dd1d29 | Fri Feb 06 17:41:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2009.02.06

[01ca014 | Wed Feb 04 01:37:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Delete :root and :file parameters after root is figured. Because they

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

[caf7b61 | Wed Feb 04 01:32:01 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add Action#name, taken from Ramaze.

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

[d10e1e4 | Wed Feb 04 02:37:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Delete :root and :file parameters after root is figured. Because they



[a0eaff1 | Wed Feb 04 02:32:01 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add Action#name, taken from Ramaze.

[f83a30c | Sun Feb 01 14:50:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rack now has nested parameter parsing

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[cc3f110 | Mon Feb 02 02:35:42 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * use view name as name of the method when method is unavailable.

[20518d4 | Mon Feb 02 02:37:47 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * update aspect spec to check before/after_all, instance_eval and view without method.

[ad974e8 | Mon Feb 02 12:28:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * instance_eval the aspect blocks

[12460ae | Mon Feb 02 02:37:47 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * update aspect spec to check before/after_all, instance_eval and view without method.

[ac3cd91 | Mon Feb 02 02:35:42 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * use view name as name of the method when method is unavailable.

[1ac84ef | Mon Feb 02 02:32:14 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * instance_eval the aspect block.

[2287f32 | Mon Feb 02 02:31:17 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * block_holder can be a hash or an actual block. lets first check it.

[b180b45 | Sun Feb 01 15:50:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rack now has nested parameter parsing

[71639b6 | Sat Jan 31 19:45:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some yard-style docs

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[6b70d31 | Sat Jan 31 19:45:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless adapters

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[50b78b5 | Sat Jan 31 19:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Node#wrap_action_call work, for now only aspects are registered

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[2a827d7 | Sat Jan 31 19:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Action#copy_variables

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[4ae1a01 | Sat Jan 31 20:45:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless adapters

[f75e32d | Sat Jan 31 20:45:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some yard-style docs

[a7c4120 | Sat Jan 31 20:45:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Node#wrap_action_call work, for now only aspects are registered

[46c35c0 | Sat Jan 31 20:43:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Action#copy_variables

[b7595b3 | Fri Jan 30 18:12:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix assignment for (before|after)_all

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[76e1be6 | Fri Jan 30 19:48:17 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Fixed forgotten merge portion in previous 5de42ee51db98a4ca211a4513056f47389904420.

[7076383 | Fri Jan 30 19:12:09 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix assignment for (before|after)_all

[3e9a5a8 | Fri Jan 30 17:57:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add before_all/after_all aspects

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[1335bf2 | Fri Jan 30 18:57:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add before_all/after_all aspects

[8b57671 | Thu Jan 29 22:21:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * trap only once

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[9e56624 | Thu Jan 29 20:37:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * method_arities is a trait now

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[82646b1 | Thu Jan 29 20:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[97e8308 | Thu Jan 29 20:38:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better naming and arguments for Adapter::start

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[b182882 | Thu Jan 29 20:38:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Even if started is true, still do basic setup

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[e3ffd52 | Thu Jan 29 20:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use custom adapter in example

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[5d95198 | Thu Jan 29 20:08:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix precedence issue in find_method

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[64d317f | Thu Jan 29 18:04:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove requires for rubygems

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[508edc9 | Thu Jan 29 18:02:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove whywiki_haml/whywiki_nagoro examples

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[b55cf95 | Thu Jan 29 23:21:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * trap only once

[4d1eda4 | Thu Jan 29 21:57:54 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Remove leftover code from previous addition.

[b41c42a | Thu Jan 29 21:39:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Work around issue in Rack::URLMap and add spec

[9dde517 | Thu Jan 29 21:39:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Node::setup, automap is now mapping and behaves like ramaze needs it

[861ef4d | Thu Jan 29 21:38:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better naming and arguments for Adapter::start

[456c144 | Thu Jan 29 21:38:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Even if started is true, still do basic setup

[76e4b23 | Thu Jan 29 21:37:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use custom adapter in example

[6921322 | Thu Jan 29 21:37:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * method_arities is a trait now

[f66c001 | Thu Jan 29 21:25:41 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add layout spec and some more.

[3dab943 | Thu Jan 29 21:08:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix precedence issue in find_method

[be40b43 | Thu Jan 29 19:04:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove requires for rubygems

[21d17f3 | Thu Jan 29 19:02:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove whywiki_haml/whywiki_nagoro examples

[03c14eb | Wed Jan 28 18:55:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move code for copying Action#variables

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[1084897 | Wed Jan 28 21:38:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix cache specs, why the hell did they pass?

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[1968cb7 | Wed Jan 28 20:55:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some specs for examples

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[9285cec | Wed Jan 28 18:56:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Node::HELPERS for helpers used on inclusion

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[e6b9002 | Wed Jan 28 19:04:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove require for route_exceptions

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[7b98be1 | Wed Jan 28 18:55:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rack::RouteExceptions is now in rack-contrib

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[e83fc84 | Tue Jan 27 20:41:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer inspect of session

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[6b0be6f | Tue Jan 27 20:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set cookie on the response object returned, not the original one

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[5b2403c | Tue Jan 27 19:49:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix specs for 1.9

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[36dbcc0 | Tue Jan 27 19:49:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * 1.9 will return symbols instead of strings as method names

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[9e5520e | Tue Jan 27 19:48:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A bit nicer code style

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[eb0935f | Tue Jan 27 19:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Map casts to #to_s, :/ is very common in ramaze code

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[580673b | Tue Jan 27 19:47:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix handling of binding for 1.9

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[f67b9a0 | Tue Jan 27 19:46:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * In current 1.9 the original require won't work for some gems

    Signed-off-by: Tadahiko Uehara <kikofX@gmail.com>

[9133eb2 | Wed Jan 28 22:38:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix cache specs, why the hell did they pass?

[741a79c | Wed Jan 28 21:55:35 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add some specs for examples

[122c35f | Wed Jan 28 20:04:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove require for route_exceptions

[2405c23 | Wed Jan 28 19:56:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Node::HELPERS for helpers used on inclusion

[94cde03 | Wed Jan 28 19:55:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move code for copying Action#variables

[4452766 | Wed Jan 28 19:55:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rack::RouteExceptions is now in rack-contrib

[2922c7b | Wed Jan 28 20:44:43 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add some specs.

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

[cfc74b8 | Wed Jan 28 20:43:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add missing fallback argument to redirect_referrer.

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

[e4534e1 | Tue Jan 27 16:37:21 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Fix typo in example.

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

[53b7764 | Wed Jan 28 21:44:43 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add some specs.

[35b3fe7 | Wed Jan 28 21:43:50 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Add missing fallback argument to redirect_referrer.

[eeffc7d | Tue Jan 27 21:41:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer inspect of session

[1daeb8f | Tue Jan 27 21:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Set cookie on the response object returned, not the original one

[c7f8f10 | Tue Jan 27 20:49:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix specs for 1.9

[9075cff | Tue Jan 27 20:49:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * 1.9 will return symbols instead of strings as method names

[fdd2197 | Tue Jan 27 20:48:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A bit nicer code style

[a2003fe | Tue Jan 27 20:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Map casts to #to_s, :/ is very common in ramaze code

[06331c4 | Tue Jan 27 20:47:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix handling of binding for 1.9

[e7070f2 | Tue Jan 27 20:46:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * In current 1.9 the original require won't work for some gems

[047baef | Tue Jan 27 17:37:21 UTC 2009] Tadahiko Uehara <kikofx@gmail.com>

  * Fix typo in example.

[d3304dd | Tue Jan 27 00:50:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * pass arguments to start to start!

[8f37866 | Mon Jan 26 15:47:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Prettier output for rake spec

[602c6c1 | Mon Jan 26 15:42:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * spec for provide json and layout

[725f209 | Mon Jan 26 15:42:13 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix layout render

[c71fca2 | Mon Jan 26 14:41:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Content-Type before dispatch, only add if not set

[07547ba | Sun Jan 25 17:09:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * add options.action.wish for higher order control over wishes

[8394dc5 | Sun Jan 25 17:08:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * small fixes for options

[aa53722 | Sat Jan 24 13:05:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expand specs for options

[67f124d | Sat Jan 24 13:05:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expand specs for flash

[e28bcda | Sat Jan 24 13:05:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Flash#delete

[a78085c | Sat Jan 24 13:04:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Prune never reached code from options dsl

[dd778ba | Sat Jan 24 13:04:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Docs for Helper::Link#route

[3013397 | Sat Jan 24 13:03:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Provide Innate::start! method

[bdfe9da | Sat Jan 24 13:03:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Ignore adapter for coverage

[2484dd4 | Sat Jan 24 11:34:36 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Helper::Link#route defaults to '/'

[1e68525 | Sat Jan 24 11:34:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Innate::Helper::Link

[8d988f0 | Sat Jan 24 00:58:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add clean task

[ce74581 | Fri Jan 23 23:53:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Innate::Helper::CGI

[6823756 | Fri Jan 23 23:52:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Innate::Helper::Partial

[27fa85a | Fri Jan 23 23:52:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add specs for DynaMap

[8e1ee7d | Fri Jan 23 23:51:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec more of Request

[766023a | Fri Jan 23 23:51:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expand redirect spec

[66229fc | Fri Jan 23 23:51:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use shared mock a bit

[6e62527 | Fri Jan 23 23:50:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec that helper methods are no actions by default

[b5dd53b | Fri Jan 23 23:50:06 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * add shared :mock

[84a057d | Fri Jan 23 23:49:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix throw/catch around :respond/:redirect

[f56dbe4 | Fri Jan 23 23:48:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Rename Node#to_view to Node#find_view

[0ca8a71 | Fri Jan 23 23:47:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * add CGI to autoload, it's used very seldom

[ce88e79 | Fri Jan 23 23:46:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * We need URI for Request

[597b9a4 | Fri Jan 23 23:46:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add rcov task

[a583746 | Thu Jan 22 23:01:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't try to use ERB for things that aren't strings

[959e891 | Thu Jan 22 23:01:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some improvments for specs, add shared :session

[d17596b | Thu Jan 22 23:00:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * redirect_referrer should work like in Ramaze

[da7d7c6 | Thu Jan 22 23:00:29 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use r, not Rs

[775fa4b | Thu Jan 22 23:00:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up Helper::Aspect

[1286960 | Thu Jan 22 22:59:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer glob

[5551462 | Thu Jan 22 22:58:37 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::HelperAccess::helper doesn't extend anymore, do that in your helper as needed

[b6675e0 | Thu Jan 22 22:57:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Innate::Helper::DEFAULT

[1a602c3 | Thu Jan 22 22:56:26 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't fret on existing Innate::ROOT

[656c951 | Thu Jan 22 22:55:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for flash

[206a101 | Wed Jan 21 18:56:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Node automap doesn't need to replace spaces

[c518707 | Wed Jan 21 18:53:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Seems like ERB likes this better

[39f033b | Wed Jan 21 18:53:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only search public instance methods

[696d7af | Wed Jan 21 18:52:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Compact try_resolve

[fd2bb5f | Wed Jan 21 18:52:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use Traited in Node, finally gives us inheritable configuration

[3891bc2 | Wed Jan 21 18:51:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better fulfill_wish

[3552421 | Wed Jan 21 18:50:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * remove Action::CONTENT_TYPE, we can add '.sass' in ramaze

[5dbfec2 | Wed Jan 21 18:49:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Nicer output of specs

[c6666eb | Wed Jan 21 18:49:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Specs for Traited

[934ba5f | Wed Jan 21 18:49:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Traited, like Ramaze traits, but limited in scope

[9b57ea4 | Wed Jan 21 12:17:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor some Node code, faster arity check and warning on ambiguity for layouts

[4853060 | Wed Jan 21 12:12:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Squeeze slack from Node::automap and Node::setup

[4038a4d | Wed Jan 21 12:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Assign layout on include... gotta improve that for inherit

[5b8c69b | Wed Jan 21 12:10:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't use RouteExceptions by default, but use CommonLogger

[18ab6cb | Wed Jan 21 12:10:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove test code from hello example

[c6e0016 | Wed Jan 21 12:10:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simpler Innate::View::None

[576fc84 | Wed Jan 21 12:09:53 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * ERB now initialized with '<%>' and sensible filename

[42ced1f | Wed Jan 21 12:08:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add docs to Innate::DynaMap and accept block on Innate::map

[782b029 | Wed Jan 21 12:07:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up setup of caches, won't register on initialize anymore

[cabc6b2 | Wed Jan 21 12:07:24 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::Cache::DRb

[82e0dae | Mon Jan 19 18:53:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Improve Helper::Redirect and port specs

[255643c | Sun Jan 18 19:31:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Explain how layouts respect provides

[87c30c9 | Sun Jan 18 19:20:38 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * A bit more compact code

[27d7f2e | Sun Jan 18 19:18:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Unify layout/view file lookup so layout respects wish

[ba91e65 | Sun Jan 18 19:02:46 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reduce code needed to setup specs

[f9d9ef1 | Sun Jan 18 19:02:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fixes and improvments for Helper

[722336e | Sun Jan 18 19:02:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make Innate::middleware less boring

[c8ca27e | Sun Jan 18 19:01:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Pass block to Innate::start to build your middleware

[2124ae4 | Sun Jan 18 19:00:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Route and Innate::Rewrite behave correct now

[96a3674 | Sun Jan 18 18:09:02 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simplify Helper API and add some docs

[64420a2 | Sun Jan 18 10:26:47 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't assign :caller

[12f7119 | Sat Jan 17 16:20:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add example for error handling

[e38b669 | Sat Jan 17 16:20:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix error handling

[3bfe38c | Sat Jan 17 15:56:08 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Current isn't needed for static files

[e9a9a03 | Sat Jan 17 15:55:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Heed shadow warnings

[eec3639 | Sat Jan 17 15:54:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * More timeout on trap

[7a8c8f2 | Sat Jan 17 15:54:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add merging for options

[9ff7e94 | Sat Jan 17 15:34:58 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Exception handling by recall, can you feel the power?

[c8e4bec | Sat Jan 17 13:12:16 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Check log.color option

[97957b9 | Sat Jan 17 13:03:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove Rack::Profile, there's one in rack-contrib

[91aab79 | Sat Jan 17 13:00:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Response#reset

[2aa69fc | Sat Jan 17 13:00:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port Helper::SendFile and spec

[8dfca77 | Sat Jan 17 12:51:25 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require rubygems twice on specs

[db69ee3 | Sat Jan 17 12:50:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Simple logging options

[1c81540 | Sat Jan 17 12:49:30 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Minor mod

[fba8f58 | Sat Jan 17 12:49:01 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Automatic mapping for Node, '/' if only one Node exists

[044b979 | Sat Jan 17 12:47:23 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Cache::add method like Ramaze::Cache::add

[cda601a | Tue Jan 13 18:35:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up Node spec

[88866be | Tue Jan 13 18:32:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Session spec

[5974e23 | Tue Jan 13 18:32:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Node spec

[675e3bc | Tue Jan 13 18:32:05 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix aspect spec

[1b9a1c8 | Tue Jan 13 18:31:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec Request

[0932816 | Tue Jan 13 16:35:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port specs for Node parameters

[37b1392 | Tue Jan 13 16:35:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Port specs for Route

[972e2de | Tue Jan 13 16:35:21 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reset Response when action is found

[58a9143 | Tue Jan 13 16:35:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Further fixes of provides, only modify the path if a provide is found

[b87493f | Tue Jan 13 16:32:56 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Innate::Route and add Innate::Rewrite

[33be02f | Tue Jan 13 16:32:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::Response

[7cedab1 | Sat Jan 10 15:59:55 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add routing middleware

[9459903 | Fri Jan 09 16:34:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Adding aspect helper as default and squeeze out some bugs

[170f032 | Wed Jan 07 22:01:57 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some additions and improvments to Request

[79979ce | Wed Jan 07 21:12:10 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't rescue in Node::call so we don't get double backtraces

[48f92c1 | Wed Jan 07 21:11:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * render is no helper

[13584b8 | Wed Jan 07 21:11:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * LogHub can now be toggled on and off, so you don't have to modify the loggers

[88d1c7f | Wed Jan 07 21:10:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up logging a bit

[6036864 | Wed Jan 07 20:55:41 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * flash is default helper as well

[740015b | Wed Jan 07 20:52:34 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Helper::Flash

[753ba5a | Wed Jan 07 20:52:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::Session::Flash

[e74d7ac | Wed Jan 07 19:09:54 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Spec for Helper::Aspect

[f0ba7e7 | Wed Jan 07 19:09:40 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Activate default helpers on inclusion of Innate::Node

[f1ff921 | Wed Jan 07 19:08:39 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Execute Helper::Aspect hooks in Action

[6687cd6 | Wed Jan 07 19:03:51 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Helper::Partial from Ramaze

[470bee9 | Tue Jan 06 20:28:18 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * fixed requires and Wiki#provide to refer to erb instead of haml

[015034d | Tue Jan 06 20:26:53 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>

  * converted haml templated to erb

[a6fa567 | Mon Jan 05 22:15:42 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't be so noisy about state

[44a11ec | Mon Jan 05 22:15:28 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Reduce view glob

[2b5dad5 | Mon Jan 05 22:15:12 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action#sync_variables

[155d9ad | Mon Jan 05 22:14:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't define ROOT twice

[bcce1e2 | Mon Jan 05 21:01:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * The cookie of Mock::Session may be changed

[8cb296b | Mon Jan 05 20:10:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better lookup so Ramaze can integrate

[b4f556d | Mon Jan 05 19:06:45 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action#binding as shortcut

[5f5602a | Mon Jan 05 18:15:03 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Move all templating engines that have dependencies to Ramaze

[91da40d | Mon Jan 05 17:58:59 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove done todos

[4e5f3f2 | Mon Jan 05 17:57:48 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Update specs for new options

[24ef9cf | Mon Jan 05 17:57:31 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Fix options usage in node spec

[2ce93fd | Mon Jan 05 17:57:14 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Only run Options#dsl instance_eval if block given

[1613987 | Mon Jan 05 17:46:07 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Expired cache values should not be returned

[9849a07 | Mon Jan 05 17:41:17 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * fix setup for cache spec

[25c5303 | Mon Jan 05 17:39:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Unify requires for specs and don't use Lint

[353ebb2 | Mon Jan 05 17:38:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow choice between Fiber and Threads via options

[a814522 | Mon Jan 05 17:38:20 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Use new options syntax

[f8982ae | Mon Jan 05 17:32:44 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor sessions, lazy, efficient, and deep

[167e44a | Mon Jan 05 17:25:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Final draft of caching implementation, should fix all problems and be ready for arbitrary backends

[8275eb8 | Mon Jan 05 17:24:00 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Action#content_type should be public

[a565059 | Mon Jan 05 15:41:43 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Don't spec spec/innate/cache/common.rb

[96caaf5 | Mon Jan 05 15:41:18 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Add Options#method_missing and #dsl reopens the previous Options instance

[1b564e7 | Mon Jan 05 15:40:27 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Require date in rakefile

[4fa57b7 | Sun Jan 04 17:58:50 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Make trap optional

[26d161c | Sun Jan 04 15:56:22 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Some more functionality for Options, use it

[3a535ea | Sat Jan 03 17:24:52 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Better namespaced configuration, not as convenient or magical but much more effective

[8522a01 | Thu Jan 01 23:00:19 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow deleting session data

[9ef3b8a | Thu Jan 01 23:00:04 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Remove useless stuff from marshal store

[75916be | Thu Jan 01 22:59:33 UTC 2009] Michael Fellinger <m.fellinger@gmail.com>

  * Allow setting port

[01fa845 | Wed Dec 31 18:51:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * the session cache defaults already, add more docs for Cache

[1d3f663 | Wed Dec 31 18:20:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Unify Cache::(Marshal|YAML) and simplify specs

[a496e6e | Wed Dec 31 18:10:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Clean up Cache::YAML

[08c9bd0 | Wed Dec 31 18:09:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Cache::Marshal

[95ec4fc | Wed Dec 31 17:32:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * HTML templates may have .htm extension

[d2470a7 | Wed Dec 31 17:32:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Maruku templating engine

[10bf350 | Wed Dec 31 17:23:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only things that include Node are comparable with it

[f41b1ea | Wed Dec 31 17:22:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Prepare Helper so Ramaze can inject its own path and namespace

[940e3f6 | Wed Dec 31 17:21:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Break up if nothing is mapped

[af1da32 | Wed Dec 31 17:21:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Layout may be a special layout file, a method or a normal template

[68cf7c1 | Wed Dec 31 17:20:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move VERSION into lib/innate/version.rb

[e963c21 | Wed Dec 31 17:16:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add erb templating

[9fe7fea | Wed Dec 31 11:00:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update gemspec

[2f70869 | Wed Dec 31 11:00:00 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove bin/innate from gespec

[10acbc0 | Wed Dec 31 10:36:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2008.12.31

[6e3a0d5 | Wed Dec 31 08:21:19 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Numerous minor English corrections and adjustments.

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

[b5ea6a4 | Tue Dec 30 21:20:10 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * A few minor English adjustments in README.

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

[b85da01 | Tue Dec 30 11:02:41 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Corrected wrong statement about Innate.

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

[464a25e | Tue Dec 30 10:58:32 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * One small change in choice of words.

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

[14e356e | Tue Dec 30 10:56:36 UTC 2008] Pistos <gitsomegrace.5.pistos@geoshell.com>

  * Some English adjustments in README.

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

[2848eb6 | Tue Dec 30 17:01:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add spec for options, not passing yet

[3c12d1c | Tue Dec 30 17:00:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Better spec setup

[4e58286 | Tue Dec 30 17:00:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor option.rb

[5f56567 | Tue Dec 30 16:59:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Make use of new caching in Session

[b4ff9c1 | Tue Dec 30 16:58:14 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Small refactor regarding Innate.options and startup

[ad3a45f | Tue Dec 30 14:52:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Execute update_method_arities only once every request, add docs

[b4d956e | Tue Dec 30 14:44:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Correct order of ancestor lookup, make spec

[9e55aa6 | Tue Dec 30 14:42:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix node subclassing, for now

[0c6526b | Tue Dec 30 10:53:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Exapnd readme even more :)

[9f6e69e | Mon Dec 29 16:14:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update readme with future plans for ramaze

[9ac04bd | Sun Dec 28 19:06:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update readme, more to come

[2e7a9d4 | Sun Dec 28 17:52:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't actually modify repo on release, just output needed steps

[c89e0ce | Sun Dec 28 17:47:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't override rubys VERSION

[c074bc1 | Sun Dec 28 17:45:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Really add robust_params now

[36157e3 | Sun Dec 28 17:42:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update Rakefile with release task

[bfc3b84 | Sun Dec 28 17:42:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Request#robust_params and remove useless spec

[fb076fa | Sun Dec 28 17:30:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Rakefile

[7eebd57 | Sun Dec 28 17:30:17 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add copyright

[770e0e7 | Sun Dec 28 16:02:22 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Rename whywiki to whywiki_haml

[26a4093 | Sun Dec 28 15:29:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Finally add a gemspec

[71f4adc | Sun Dec 28 15:29:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the favicon.svg

[e5a89c4 | Sun Dec 28 15:25:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor update to readme

[93dee0b | Sat Dec 27 12:47:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * the nagoro layout uses nagoro of course

[2633b69 | Sat Dec 27 12:45:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Nagoro templating engine

[93c347f | Sat Dec 27 12:45:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::sync as shortcut for Innate::STATE.sync

[d8299a0 | Sat Dec 27 12:45:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use __send__ to talk with Node

[aad2313 | Sat Dec 27 12:44:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * methods in Innate module are all module_function

[1abdaa0 | Sat Dec 27 12:44:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use STATE.sync to avoid nested transactions to PStore

[c00ad1d | Sat Dec 27 12:43:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add whywiki with nagoro templates

[ec64847 | Sat Dec 27 11:29:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Handle empty haml templates gracefully, allow symbols to indicate layout names

[c1f528b | Sat Dec 27 11:29:15 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Error handling explained

[a9f657c | Sat Dec 27 11:28:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't output debugging info on startup anymore

[1b6ea66 | Sat Dec 27 11:28:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add generic spec helper

[ffe012d | Sat Dec 27 11:28:01 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add example/app/whywiki, 15 lines smaller than ramaze (63 LoC)

[5d00cf3 | Fri Dec 26 22:50:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix bug in Helper::Link, make specs work

[6067687 | Fri Dec 26 22:46:55 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A bit of docs for Innate::View

[63d2bbd | Fri Dec 26 22:46:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::State::Thread and Innate::State::Fiber

[4d8fe6d | Fri Dec 26 22:46:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::StateAccessor

[122472e | Fri Dec 26 22:45:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor docs for session

[a44618a | Fri Dec 26 22:45:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::Request

[853cbb7 | Fri Dec 26 22:44:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::Node

[bf4240f | Fri Dec 26 22:44:08 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Better Node#action_not_found

[ef2d77c | Fri Dec 26 22:43:35 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Handle empty PATH_INFO reasonably, log failure

[882b793 | Fri Dec 26 22:41:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::Helper

[a7c3887 | Fri Dec 26 22:41:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::DynaMap

[816dad6 | Fri Dec 26 22:41:06 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::Current

[24bc498 | Fri Dec 26 22:40:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Document Innate::Adapter

[9493582 | Fri Dec 26 22:40:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid useless variable in the thread wrapper

[d989063 | Fri Dec 26 22:39:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some improvments to StateAccessor

[cf47b2e | Fri Dec 26 22:37:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only include Innate::Helper, that will take care of Trinity already

[76cd130 | Fri Dec 26 22:36:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * A bit of cleanup for Action

[e6b16fc | Fri Dec 26 22:36:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Action#content_type=

[f49d415 | Fri Dec 26 22:35:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::call can optionally take a parameter that indicates the cached middleware stack to use

[8b6caa1 | Fri Dec 26 22:35:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Request#local_net? and rename Request#locales to Request#accept_language

[02c4df7 | Fri Dec 26 22:32:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't mess up the  if innate is there already

[bf5c96c | Fri Dec 26 22:32:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update README with two quick samples of usage

[035b03e | Fri Dec 26 22:31:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add new example to show how to spec

[bfbcb08 | Wed Dec 24 12:27:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Give respond/respond! some default values

[d491aaa | Thu Dec 18 14:23:19 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * give middleware_compiler a handy shortcut for static directories

[5090bee | Sun Nov 16 19:42:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some basic methods for Request

[aeebe55 | Sun Nov 16 19:42:26 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor refactor after a peek via reek

[03580f4 | Sun Nov 16 19:41:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove wiki example

[ce29024 | Fri Oct 10 21:41:46 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Only load coderay stylesheet if set

[eafd404 | Fri Oct 10 21:39:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Speed up index page x3

[a543b33 | Fri Oct 10 21:07:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Avoid too much debugging output

[7e1cf38 | Fri Oct 10 21:06:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Support feeds in wiki

[78338d3 | Thu Oct 09 21:08:41 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Major updates to wiki

[547e6f9 | Thu Oct 09 14:25:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * History and localization for wiki

[866c9a9 | Thu Oct 09 12:40:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix code highlighting

[d10d3a5 | Mon Oct 06 20:49:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adapt wiki for new loadpath and swfs

[73b95f2 | Mon Oct 06 20:48:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding org

[cb4289d | Mon Oct 06 20:46:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding the screencasts

[864170c | Mon Oct 06 20:33:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor changes to smongrel and emongrel

[c96c73b | Mon Oct 06 20:33:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fixing the link helper

[16b6383 | Mon Oct 06 20:32:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding innate/request

[bc3b59d | Mon Oct 06 20:32:18 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Current::action and Current::actions

[1a302c2 | Mon Oct 06 20:30:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Major update to wiki, almost done.

[e2b07a1 | Sat Oct 04 18:56:13 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Layout shouldn't invoke node method again

[cf743d0 | Tue Sep 30 20:17:31 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix typo

[4b36ea6 | Tue Sep 30 20:15:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Wishful thinking, now real!

[0d5138e | Tue Sep 30 20:15:16 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Refactor of Redirect helper

[9a4fa66 | Tue Sep 30 20:14:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Fix Action, method value has lower priority

[a8445bb | Tue Sep 30 15:13:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Example for the new mime-type based functionality

[b8335aa | Tue Sep 30 15:13:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Intelligently handle requests to *.json or *.yaml

[f2ea5cd | Tue Sep 30 14:11:57 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove debugging output

[384306d | Tue Sep 30 14:11:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * View is a module

[b1b14df | Tue Sep 30 14:11:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Incoporate wish into view lookup and simplify

[47f4112 | Tue Sep 30 14:10:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * custom middleware setup for wiki

[eb2d73b | Tue Sep 30 14:10:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Wikis git instance should use Log

[404c879 | Tue Sep 30 00:24:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve view.rb and add tenjin

[d647e68 | Tue Sep 30 00:23:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Better logging

[6ddb623 | Tue Sep 30 00:02:43 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Update readme

[8e2eefd | Sun Sep 28 17:28:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * View is a module

[f6fa84d | Sun Sep 28 17:27:51 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't fail if no view dir is there, less barking

[97da233 | Sun Sep 28 17:27:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't overwrite response.status

[0909c3c | Sun Sep 28 17:27:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove cruft from innate.rb

[91e0c5a | Sun Sep 28 17:26:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Allow custom middleware and improve setup

[ddb4790 | Sun Sep 28 17:24:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Move DynaMap into its own file

[68be38f | Sun Sep 28 17:24:24 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add custom_middleware example

[9b36583 | Sun Sep 28 16:35:44 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add coderay css

[76fcd85 | Sun Sep 28 16:34:50 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding innate/setup.rb as stub for the ramaze one

[bbde91a | Sun Sep 28 16:34:29 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Extend Innate::View, add Builder

[7d5446b | Sun Sep 28 16:33:49 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add mutex for Thread

[0031baa | Sun Sep 28 16:33:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve action lookup for templates by ext

[b0b4558 | Sun Sep 28 16:32:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate.start :file => __FILE__ or :dir => dir

[4ed4d95 | Sun Sep 28 16:32:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * autoload for Rack::Profile

[ff8a776 | Sun Sep 28 16:31:47 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some refactoring in wiki

[9593728 | Sun Sep 28 16:31:20 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Caching for git requests, major speedup in wiki

[4a836e1 | Sun Sep 28 16:30:58 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Using coderay for wiki

[56d29c6 | Sat Sep 27 14:46:38 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * State::Thread relays errors

[248f854 | Sat Sep 27 14:46:23 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Better Helper::Link#r

[c4d3f73 | Sat Sep 27 14:45:53 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve lookup of app root

[4541d8b | Fri Sep 26 21:17:54 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Innate::Options#to_hash

[5cb29d7 | Fri Sep 26 21:17:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve DEFAULT helper lookup

[2dc09bd | Fri Sep 26 21:17:27 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Require haml on demand

[e52a14f | Fri Sep 26 21:17:12 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Revamp Adapter system

[590295e | Fri Sep 26 21:16:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add Innate::Log stub

[6bdea11 | Fri Sep 26 21:15:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add example/app/retro_games

[b846469 | Fri Sep 26 20:39:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add README.md

[5804ece | Fri Sep 26 19:49:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Minor refactor of Action

[3483e0c | Fri Sep 26 19:31:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove haml dependency

[4ac02fc | Fri Sep 26 19:28:32 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Don't require the profile middleware anymore

[2912d04 | Fri Sep 26 19:23:10 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Smarter helper system

    * Use the new helper method in your node
      Following would include Helper::Bar, extend Helper::Foo and include
      and extend Helper::Foobar
    
      class Foo
        include Innate::Node
        helper :bar, :extend => :foo, :both => :foobar
      end
    
    * shipped default helpers are found and used automatically, to specify a
      default helper you can add it to Innate::Helper::DEFAULT.
    * Helper::EXPOSE is now a reference to Helper::LOOKUP, i think the name
      makes more sense, it does the usual: exposing public helper methods to
      lookup for actions.

[f8de255 | Sun Sep 21 21:08:03 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add example for Helper::Link

[e6f86ba | Sun Sep 21 21:07:36 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Mods to spec for Helper::Link

[348f504 | Sun Sep 21 21:07:09 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Mods to Helper::Link

[014537e | Sun Sep 21 21:06:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove debugging output

[5ca101e | Sun Sep 21 21:06:11 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Default helpers

[7a06d13 | Sun Sep 21 20:24:59 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Add :secure option to Session

[1e7dabf | Sun Sep 21 19:58:45 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding helper for aspect and redirect

[8f0a947 | Sun Sep 21 19:57:30 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Catch :respond and :redirect

[067f96b | Sun Sep 21 19:54:48 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove strategy.rb

[1a0adb9 | Sun Sep 21 19:50:34 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Use Fiber on 1.9 and Thread on 1.8 with less hacks

[e4fe857 | Sat Sep 20 16:13:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding session example

[1b25235 | Sat Sep 20 16:13:25 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Simpler hello example

[5c43219 | Sat Sep 20 16:12:52 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding session and fixing bugs

[5b8ad21 | Thu Sep 18 19:57:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Adding Innate::Helper

[0a60a5b | Tue Sep 16 13:52:33 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Latest 1.9 finally gives Fiber #initialize, yay!

[446ea5a | Tue Sep 16 11:51:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Remove failed files from reloader cache

[c365a60 | Tue Sep 16 11:51:07 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Cleanup and put MiddlewareCompiler in own file

[ce3b0f6 | Tue Sep 16 11:49:37 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Some major updates to the wiki

[43fc727 | Tue Sep 16 10:22:40 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Caching middleware and improve node lookup

      * Gives us major speed boost

[ac83995 | Tue Sep 16 08:36:28 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Improve action compilation

[ed1f83a | Mon Sep 15 18:17:39 UTC 2008] Michael Fellinger <m.fellinger@gmail.com>

  * Initial commit

