<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>219b283ea647c4524e5d909ebe36050735447be7</id>
      </parent>
    </parents>
    <author>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/c99fae98e8b238e3288f41566458a27378c94ff5</url>
    <id>c99fae98e8b238e3288f41566458a27378c94ff5</id>
    <committed-date>2008-03-24T20:47:34-07:00</committed-date>
    <authored-date>2008-03-24T20:47:34-07:00</authored-date>
    <message>bump versions on all sub Rakefiles</message>
    <tree>6e314171afe89f2372673d1362c4acc2ec07931a</tree>
    <committer>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc141af9085b5c28c42c7e746f1241c22892b9de</id>
      </parent>
    </parents>
    <author>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/219b283ea647c4524e5d909ebe36050735447be7</url>
    <id>219b283ea647c4524e5d909ebe36050735447be7</id>
    <committed-date>2008-03-24T20:45:32-07:00</committed-date>
    <authored-date>2008-03-24T20:45:32-07:00</authored-date>
    <message>rakefile for 0.9.2</message>
    <tree>1741ac8579dbd4e02dff708ce0605f408cd6f304</tree>
    <committer>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30569d2d2708d6d8d21522fb2b220e87e8b4e663</id>
      </parent>
    </parents>
    <author>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/fc141af9085b5c28c42c7e746f1241c22892b9de</url>
    <id>fc141af9085b5c28c42c7e746f1241c22892b9de</id>
    <committed-date>2008-03-24T20:44:23-07:00</committed-date>
    <authored-date>2008-03-24T20:44:23-07:00</authored-date>
    <message>Prep v0.9.2</message>
    <tree>7be2cba9110c706d9a61d6005993a8b1d8092fc8</tree>
    <committer>
      <name>Michael D. Ivey</name>
      <email>ivey@gweezlebur.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7692d2d255e5136019354cdf4253f471ba54c53b</id>
      </parent>
    </parents>
    <author>
      <name>Jonathan Younger</name>
      <email>jonathan@daikini.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/30569d2d2708d6d8d21522fb2b220e87e8b4e663</url>
    <id>30569d2d2708d6d8d21522fb2b220e87e8b4e663</id>
    <committed-date>2008-03-24T20:10:21-07:00</committed-date>
    <authored-date>2008-03-24T20:07:03-07:00</authored-date>
    <message>Fix merb-flat and merb-very-flat generators

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>7794f77e17e3c3b76a2b9c61efb7fbbedefd6739</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>499843be741063a92e84240ed38b446f220b3725</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/7692d2d255e5136019354cdf4253f471ba54c53b</url>
    <id>7692d2d255e5136019354cdf4253f471ba54c53b</id>
    <committed-date>2008-03-24T19:55:45-07:00</committed-date>
    <authored-date>2008-03-24T19:55:45-07:00</authored-date>
    <message>use %&gt; not %%&gt;</message>
    <tree>15e2b9231f72472463dccbaf8dbc9a1b90a7c3e2</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3ff63235e3866a6d37122816b237885e18a2e19</id>
      </parent>
    </parents>
    <author>
      <name>Jonathan Younger</name>
      <email>jonathan@daikini.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/499843be741063a92e84240ed38b446f220b3725</url>
    <id>499843be741063a92e84240ed38b446f220b3725</id>
    <committed-date>2008-03-24T19:31:21-07:00</committed-date>
    <authored-date>2008-03-24T19:09:43-07:00</authored-date>
    <message>merb-gen no longer generates apps by default

Refactored merb-gen to require the app option to
generate an application. ie.
  merb-gen app myapp

Added help option to merb-gen so that help is
displayed for the given generator. ie.
  merb-gen help model
  merb-gen model -h # Still works too

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>be95eea445ca830a9308e6987fc5b424acf557d0</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f0633790c6e31f1364b8bfa24cb30aa8d887eb9</id>
      </parent>
      <parent>
        <id>3d78a8987b2588ee1cb7018d257233e958efd74b</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/d3ff63235e3866a6d37122816b237885e18a2e19</url>
    <id>d3ff63235e3866a6d37122816b237885e18a2e19</id>
    <committed-date>2008-03-24T19:28:34-07:00</committed-date>
    <authored-date>2008-03-24T19:28:34-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-more</message>
    <tree>5b9e73e545497af9acefdb14640044698f712269</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bd6c7c6fe5ac4d5e14f740cdece35b0ad288ce58</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/9f0633790c6e31f1364b8bfa24cb30aa8d887eb9</url>
    <id>9f0633790c6e31f1364b8bfa24cb30aa8d887eb9</id>
    <committed-date>2008-03-24T19:27:54-07:00</committed-date>
    <authored-date>2008-03-24T19:27:54-07:00</authored-date>
    <message>fix templates so merb-gen will work.</message>
    <tree>f2f8adbdca9ae392122333378ba5d7699c35c7cd</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>555600f7767a81310b589132fc4eccd2b582cc93</id>
      </parent>
      <parent>
        <id>bd6c7c6fe5ac4d5e14f740cdece35b0ad288ce58</id>
      </parent>
    </parents>
    <author>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/3d78a8987b2588ee1cb7018d257233e958efd74b</url>
    <id>3d78a8987b2588ee1cb7018d257233e958efd74b</id>
    <committed-date>2008-03-24T18:51:45-07:00</committed-date>
    <authored-date>2008-03-24T18:51:45-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-more</message>
    <tree>1dc27b7645f3f1aede76d95a7c37536012a174ee</tree>
    <committer>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa31d730ea0e2d3736288c9e324ad43ee638899b</id>
      </parent>
    </parents>
    <author>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/555600f7767a81310b589132fc4eccd2b582cc93</url>
    <id>555600f7767a81310b589132fc4eccd2b582cc93</id>
    <committed-date>2008-03-24T18:50:45-07:00</committed-date>
    <authored-date>2008-03-24T18:50:45-07:00</authored-date>
    <message>cache_action and cache_page should only set cache for 200 responses (closing #207)

added abort_cache_action to prevent caching the action after it has been rendered.
added abort_cache_page to prevent caching the page after it has been rendered.</message>
    <tree>2f33621b3ae70839368bcd8a0ef0a0824c98dbe2</tree>
    <committer>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e24d6c788eda0706ba572bdaeccc59b44cc20fd7</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/bd6c7c6fe5ac4d5e14f740cdece35b0ad288ce58</url>
    <id>bd6c7c6fe5ac4d5e14f740cdece35b0ad288ce58</id>
    <committed-date>2008-03-24T17:21:58-07:00</committed-date>
    <authored-date>2008-03-24T17:21:58-07:00</authored-date>
    <message>use Dir.chdir(dir){ sh &quot;#{SUDO} rake install&quot; } for windows compat in rakefile</message>
    <tree>4443c8392541731addb2428e3adf7f9a0289d7f9</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2b7df19f01e73eab6c3acfadd7bc6a70ff7c78c</id>
      </parent>
      <parent>
        <id>c5ffaee9beb6a1cd53fd65741f682c5f40d13e64</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/e24d6c788eda0706ba572bdaeccc59b44cc20fd7</url>
    <id>e24d6c788eda0706ba572bdaeccc59b44cc20fd7</id>
    <committed-date>2008-03-24T17:19:18-07:00</committed-date>
    <authored-date>2008-03-24T17:19:18-07:00</authored-date>
    <message>merge drnics MERB_ROM stuff for merb-gen</message>
    <tree>8e24810ef5feb06caa9191fe91bad5dbe8bd688c</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec222f4e0b13b20fbe88e1304ac59732bd0b3800</id>
      </parent>
      <parent>
        <id>a0e3b203a6acfd2b12400f146b125473e6e7da6d</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/e2b7df19f01e73eab6c3acfadd7bc6a70ff7c78c</url>
    <id>e2b7df19f01e73eab6c3acfadd7bc6a70ff7c78c</id>
    <committed-date>2008-03-24T17:14:32-07:00</committed-date>
    <authored-date>2008-03-24T17:14:32-07:00</authored-date>
    <message>add freeze task to the app rakefiles to freeze as git submoduels.</message>
    <tree>874b0377af7d2a745e161d23b885534abaa19326</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71b86f9cf65f22ed853df5102574f60fe8c6085d</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/ec222f4e0b13b20fbe88e1304ac59732bd0b3800</url>
    <id>ec222f4e0b13b20fbe88e1304ac59732bd0b3800</id>
    <committed-date>2008-03-24T17:11:44-07:00</committed-date>
    <authored-date>2008-03-24T17:11:44-07:00</authored-date>
    <message>ok since merb-haml is in -more we will use Merb::Config not Merb::Plugin.config

sorry for the bouncing back and forth this is where it will stay.

Also updated sass to allow for Merb::Config[:sass] to work</message>
    <tree>64d4e190fc5048390c9a9f7bd10b8d65d960e17d</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa31d730ea0e2d3736288c9e324ad43ee638899b</id>
      </parent>
    </parents>
    <author>
      <name>Jonathan Younger</name>
      <email>jonathan@daikini.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/71b86f9cf65f22ed853df5102574f60fe8c6085d</url>
    <id>71b86f9cf65f22ed853df5102574f60fe8c6085d</id>
    <committed-date>2008-03-24T17:04:40-07:00</committed-date>
    <authored-date>2008-03-09T12:59:52-07:00</authored-date>
    <message>Set mongrel as default adapter unless other alternative options are specified

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>9197b367957def0b74fae520c1b7ac32822ff552</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4d8962df5756d72f2b3bcbed78ed1bd9844b0c1</id>
      </parent>
      <parent>
        <id>9f8e7ce977d2fffff92d01b58549b2556ff15e41</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/aa31d730ea0e2d3736288c9e324ad43ee638899b</url>
    <id>aa31d730ea0e2d3736288c9e324ad43ee638899b</id>
    <committed-date>2008-03-24T16:59:11-07:00</committed-date>
    <authored-date>2008-03-24T16:59:11-07:00</authored-date>
    <message>Merge branch 'freezergenfix' of git://github.com/lachie/merb-more</message>
    <tree>2fca86eb886f91efa6af81f5fe4d7e01e4abcdcf</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87c874c59b6a44ec4f5c75fd768c0f7888740ee8</id>
      </parent>
    </parents>
    <author>
      <name>James Herdman</name>
      <email>james.herdman@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/e4d8962df5756d72f2b3bcbed78ed1bd9844b0c1</url>
    <id>e4d8962df5756d72f2b3bcbed78ed1bd9844b0c1</id>
    <committed-date>2008-03-24T16:55:44-07:00</committed-date>
    <authored-date>2008-03-14T17:11:21-07:00</authored-date>
    <message>Clean up Merb-Gen

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>0d418323171e01a02fb512e88b58d17c47f1a1ae</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36a49f6aaf44ce17dd3c27935310d81fd0b9da82</id>
      </parent>
    </parents>
    <author>
      <name>James Herdman</name>
      <email>james.herdman@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/87c874c59b6a44ec4f5c75fd768c0f7888740ee8</url>
    <id>87c874c59b6a44ec4f5c75fd768c0f7888740ee8</id>
    <committed-date>2008-03-24T16:53:39-07:00</committed-date>
    <authored-date>2008-03-14T16:09:10-07:00</authored-date>
    <message>Added Autotest mappings for full Merb applications for both the RSpec and Test/Unit libraries.

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>8740c1ce100169b2266f03e2f3683cbc327fc2f0</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2574d9776dd9804f6645cd2aa83e7d09206c672</id>
      </parent>
    </parents>
    <author>
      <name>Rob Ares</name>
      <email>rob.ares@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/36a49f6aaf44ce17dd3c27935310d81fd0b9da82</url>
    <id>36a49f6aaf44ce17dd3c27935310d81fd0b9da82</id>
    <committed-date>2008-03-24T16:52:52-07:00</committed-date>
    <authored-date>2008-03-19T17:54:26-07:00</authored-date>
    <message>Removing un-needed js comment sequence from bundled asset tag.

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>d691c4de6ccc98b95bcef59cc51cd759fc22a0fc</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e55c23a1184b56b307afcd505a4e262b599283c</id>
      </parent>
    </parents>
    <author>
      <name>Debian User</name>
      <email>nicos@elysium.(none)</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/e2574d9776dd9804f6645cd2aa83e7d09206c672</url>
    <id>e2574d9776dd9804f6645cd2aa83e7d09206c672</id>
    <committed-date>2008-03-24T16:45:42-07:00</committed-date>
    <authored-date>2008-03-22T06:23:45-07:00</authored-date>
    <message>merb-more rake install task escalates user privileges too early

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>29f9ef9f0242772134fec45e0fb08ef630cd850a</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5467e5138b8c18c0c521a5fce5ea529f1a090d6</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/1e55c23a1184b56b307afcd505a4e262b599283c</url>
    <id>1e55c23a1184b56b307afcd505a4e262b599283c</id>
    <committed-date>2008-03-24T16:27:49-07:00</committed-date>
    <authored-date>2008-03-24T16:27:49-07:00</authored-date>
    <message>don't reload classes in test mode</message>
    <tree>02e99daeb1c41f5beeb0ae21b94a08f758b47f4d</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a13dac3bfdb4e37d20095e254f36437fcf0cc84</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/b5467e5138b8c18c0c521a5fce5ea529f1a090d6</url>
    <id>b5467e5138b8c18c0c521a5fce5ea529f1a090d6</id>
    <committed-date>2008-03-24T16:17:33-07:00</committed-date>
    <authored-date>2008-03-24T16:17:33-07:00</authored-date>
    <message>fix up merb-fcgi binary to work out of the box</message>
    <tree>b201cfab820b88a522c79ded9239eba53625ee28</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df04185c17e981aa4c7f86b5a7e21e74aafc3ce9</id>
      </parent>
    </parents>
    <author>
      <name>Martin Grund</name>
      <email>grund@MacGrund.local</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/3a13dac3bfdb4e37d20095e254f36437fcf0cc84</url>
    <id>3a13dac3bfdb4e37d20095e254f36437fcf0cc84</id>
    <committed-date>2008-03-24T16:15:03-07:00</committed-date>
    <authored-date>2008-03-24T10:44:22-07:00</authored-date>
    <message>* adds implementation for #220 * modifies merb.fcgi to enable really working with fcgi setups * adds default .htaccess that manages the redirection to the CGI script

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>08a3e1101c6437f8d5bb6bc774b0c0caf8cf1f2c</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df2123a1fad10bceb52404b9a26da9045c76d980</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/df04185c17e981aa4c7f86b5a7e21e74aafc3ce9</url>
    <id>df04185c17e981aa4c7f86b5a7e21e74aafc3ce9</id>
    <committed-date>2008-03-24T16:13:28-07:00</committed-date>
    <authored-date>2008-03-24T16:13:28-07:00</authored-date>
    <message>use __send__ not send, use require in merb-haml</message>
    <tree>0dd290a45c889b6e66ff8304564e9d41d48fad95</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00ed43b22cb22fc48bb28399e8e057bfc5970e87</id>
      </parent>
    </parents>
    <author>
      <name>Jonathan Younger</name>
      <email>jonathan@daikini.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/df2123a1fad10bceb52404b9a26da9045c76d980</url>
    <id>df2123a1fad10bceb52404b9a26da9045c76d980</id>
    <committed-date>2008-03-24T16:08:47-07:00</committed-date>
    <authored-date>2008-03-24T15:03:00-07:00</authored-date>
    <message>Fix merb-haml spec to pull proper config

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>58e7cef5095d250d60942d5d8037cfc5beb1d64e</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8cc233cb459054ea4368f71d9485c20c041c2b3</id>
      </parent>
    </parents>
    <author>
      <name>Seth Thomas Rasmussen</name>
      <email>sethrasmussen@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/00ed43b22cb22fc48bb28399e8e057bfc5970e87</url>
    <id>00ed43b22cb22fc48bb28399e8e057bfc5970e87</id>
    <committed-date>2008-03-24T16:07:15-07:00</committed-date>
    <authored-date>2008-03-24T09:08:00-07:00</authored-date>
    <message>Fix action-args to honor controller actions defined using :define_method

A host of other cleanups including fixes to allow the action-args spec to run at all as well as in isolation. Part of the changes to accomodate that included fixing some templates for merb-gen for some reason.

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>6300173b5a151b2b27275043341629f6977740f2</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e4a25f9a0bc859a6b8feb5e77d5368dd032966b</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/b8cc233cb459054ea4368f71d9485c20c041c2b3</url>
    <id>b8cc233cb459054ea4368f71d9485c20c041c2b3</id>
    <committed-date>2008-03-22T15:45:05-07:00</committed-date>
    <authored-date>2008-03-22T15:45:05-07:00</authored-date>
    <message>fix merb-more rakefiles, fix haml config options</message>
    <tree>713f78558947af4636a6aa405b9197b5b97cf38b</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a54e81a254c6525e3c925e050d4756e498788ad</id>
      </parent>
    </parents>
    <author>
      <name>Ho-Sheng Hsiao</name>
      <email>hosh@isshen.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/8e4a25f9a0bc859a6b8feb5e77d5368dd032966b</url>
    <id>8e4a25f9a0bc859a6b8feb5e77d5368dd032966b</id>
    <committed-date>2008-03-21T15:38:07-07:00</committed-date>
    <authored-date>2008-03-20T22:30:27-07:00</authored-date>
    <message>Added support for charset in css_include_tag

Added support for the charset attribute in the css_include_tag helper of merb-assets. It will
Now default to utf-8. To change the charset, pass :charset to the helper.

Examples:

css_include_tag 'style'
=&gt; &lt;link href=&quot;/stylesheets/style.css&quot; media=&quot;all&quot; rel=&quot;Stylesheet&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;

css_include_tag 'style', :charset =&gt; 'iso-8895-1'
=&gt; &lt;link href=&quot;/stylesheets/style.css&quot; media=&quot;all&quot; rel=&quot;Stylesheet&quot; type=&quot;text/css&quot; charset=&quot;iso-8895-1&quot; /&gt;

Signed-off-by: Ezra Zygmuntowicz &lt;ez@engineyard.com&gt;</message>
    <tree>24298ff72c267b73604306c9b21b4524c3618a49</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>450d0cfe957357ca0e2bc8d7c0b47c1c4569008e</id>
      </parent>
    </parents>
    <author>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/9a54e81a254c6525e3c925e050d4756e498788ad</url>
    <id>9a54e81a254c6525e3c925e050d4756e498788ad</id>
    <committed-date>2008-03-16T00:16:37-07:00</committed-date>
    <authored-date>2008-03-16T00:16:37-07:00</authored-date>
    <message>added merb-cache to the array of gems in Rakefile. closing #79</message>
    <tree>d9f7e99ac956908bfb061d41dff762debdbe6ea0</tree>
    <committer>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bb6eb59fa4b037b0e88ae4e1976de518fd717d55</id>
      </parent>
      <parent>
        <id>209c802d76df965349d6867c3fb184baa83c2ddb</id>
      </parent>
    </parents>
    <author>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb-more/commit/450d0cfe957357ca0e2bc8d7c0b47c1c4569008e</url>
    <id>450d0cfe957357ca0e2bc8d7c0b47c1c4569008e</id>
    <committed-date>2008-03-15T23:50:52-07:00</committed-date>
    <authored-date>2008-03-15T23:50:52-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-more</message>
    <tree>f53628a2bc6cbf95268e515dc5618495aa9129f3</tree>
    <committer>
      <name>booss</name>
      <email>alex.boussinet@gmail.com</email>
    </committer>
  </commit>
</commits>
