<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b26df5a35bbd373cefabf9313b8f5ec3f3fc2464</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/aa09e3a2cc6d7b64441ec49b6a64a701478b39c2</url>
    <id>aa09e3a2cc6d7b64441ec49b6a64a701478b39c2</id>
    <committed-date>2009-10-30T15:54:32-07:00</committed-date>
    <authored-date>2009-10-01T15:05:19-07:00</authored-date>
    <message>Updated CHANGELOG</message>
    <tree>e843e8d5fcf8730f6d8eb21f37df503d7072b76a</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db4357f597bc903b5e2bdb5b5b9640ce31c3d5d6</id>
      </parent>
    </parents>
    <author>
      <name>Tymon Tobolski</name>
      <email>i@teamon.eu</email>
    </author>
    <url>http://github.com/wycats/merb/commit/b26df5a35bbd373cefabf9313b8f5ec3f3fc2464</url>
    <id>b26df5a35bbd373cefabf9313b8f5ec3f3fc2464</id>
    <committed-date>2009-10-26T16:31:40-07:00</committed-date>
    <authored-date>2009-10-26T14:37:22-07:00</authored-date>
    <message>[merb-helpers] Select the correct field in select tags</message>
    <tree>605423c9ff0bb9a1b33852561fd8cfa8a41825b2</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d9a669471493cbd09b06025ec2a19742a84c514</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/db4357f597bc903b5e2bdb5b5b9640ce31c3d5d6</url>
    <id>db4357f597bc903b5e2bdb5b5b9640ce31c3d5d6</id>
    <committed-date>2009-10-25T17:23:25-07:00</committed-date>
    <authored-date>2009-10-25T17:20:10-07:00</authored-date>
    <message>[merb-gen] Add default rspec options to spec.opts file

This also works around an issue where rspec-1.2.9
seems to write all spec files to the spec/spec.opts
file in case the spec.opts file is empty.</message>
    <tree>e5e5012ea28ddf0dd845f7c1af01a80e7663f910</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d84d2a0608071c1fdc4d09c30cf3188fdceb540</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/7d9a669471493cbd09b06025ec2a19742a84c514</url>
    <id>7d9a669471493cbd09b06025ec2a19742a84c514</id>
    <committed-date>2009-10-25T17:22:09-07:00</committed-date>
    <authored-date>2009-10-25T17:18:20-07:00</authored-date>
    <message>[merb-core] Fixed link to extlib in error message</message>
    <tree>9da3e6d1bfa82a4d7638e748347269d2b374fca3</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29905986ffa33ad400ac376f7bc1852eddda42bd</id>
      </parent>
    </parents>
    <author>
      <name>Pavel Kunc</name>
      <email>pavel.kunc@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/8d84d2a0608071c1fdc4d09c30cf3188fdceb540</url>
    <id>8d84d2a0608071c1fdc4d09c30cf3188fdceb540</id>
    <committed-date>2009-10-24T12:18:30-07:00</committed-date>
    <authored-date>2009-10-23T15:39:33-07:00</authored-date>
    <message>[merb-core] -i and --irb-console take precedence over config in init.rb.

This change allows you to have default adapter set
in the init.rb and still if you want to run Merb in
IRB you can do it. Currently you can't because setting
adapter in init.rb override the config value from ARGV
parsing.

[#1262 state:resolved]</message>
    <tree>2608c08fdbddfac995bf741675cd0b9a9b23116d</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df8ebd4b7a19862619ac7819563262f18a4b6ace</id>
      </parent>
    </parents>
    <author>
      <name>Pavel Kunc</name>
      <email>pavel.kunc@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/29905986ffa33ad400ac376f7bc1852eddda42bd</url>
    <id>29905986ffa33ad400ac376f7bc1852eddda42bd</id>
    <committed-date>2009-10-23T10:50:39-07:00</committed-date>
    <authored-date>2009-10-23T10:39:33-07:00</authored-date>
    <message>[merb-gen] Explain how to load dependencies in (very) flat apps

Because of how BootLoader loads dependencies one
can't use dependency in the init.rb unless
dependency &quot;xy&quot;, :immediate =&gt; true is used.
That's because Kernel.dependency() postpone loading
of the gems to the later bootloader and loads the
init.rb first to find out what dependencies to load.

[#1289 state:resolved]</message>
    <tree>781f97e2c4add03ae35bf9f4522502251643d1d4</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e30838da56984d22bc829f25cc3ff3e6dac53a2</id>
      </parent>
    </parents>
    <author>
      <name>Jacques Crocker</name>
      <email>merbjedi@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/df8ebd4b7a19862619ac7819563262f18a4b6ace</url>
    <id>df8ebd4b7a19862619ac7819563262f18a4b6ace</id>
    <committed-date>2009-10-22T21:50:09-07:00</committed-date>
    <authored-date>2009-10-22T21:19:32-07:00</authored-date>
    <message>[merb-gen] Fixing generated thor task to work with RubyGems 1.3.5.

Setting thor dependency to use 0.9.x branch, as newer versions will break the default merb-gen app bundling tasks

[#1306 state:resolved]</message>
    <tree>d20c9c7e2829fc8c1575fa308b4cdb56eeb40d53</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb5c783c7da0262b1b2853fabc38f2edea90790b</id>
      </parent>
    </parents>
    <author>
      <name>Jonathan Stott</name>
      <email>jonathan.stott@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/7e30838da56984d22bc829f25cc3ff3e6dac53a2</url>
    <id>7e30838da56984d22bc829f25cc3ff3e6dac53a2</id>
    <committed-date>2009-10-22T11:48:03-07:00</committed-date>
    <authored-date>2009-10-22T11:06:15-07:00</authored-date>
    <message>Fix potential timing attack on cookie sessions

[#1298 state: resolved ]

This patch fixes a potential timing attack on the HMAC authentication
used to verify cookie session contents by ensuring a constant time
algorithm is used to compare the hashes.  For more information see:

http://codahale.com/a-lesson-in-timing-attacks/</message>
    <tree>352f78d1d08633193b211d4e8fcd4b9d2ff3833f</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d730e7765c2122d1391f56b70033de81a81fb1a</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/cb5c783c7da0262b1b2853fabc38f2edea90790b</url>
    <id>cb5c783c7da0262b1b2853fabc38f2edea90790b</id>
    <committed-date>2009-10-21T18:59:07-07:00</committed-date>
    <authored-date>2009-10-21T18:59:07-07:00</authored-date>
    <message>[merb-haml] Fixed compilation of sass files

Require sass instead of sass/plugin (via Tony Mann)</message>
    <tree>71044a9f6de5d27ab753534f033b7052383d8def</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c44e16f550b00d8bb451d0532a2d0897d4e9103</id>
      </parent>
    </parents>
    <author>
      <name>Jacques Crocker</name>
      <email>merbjedi@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/7d730e7765c2122d1391f56b70033de81a81fb1a</url>
    <id>7d730e7765c2122d1391f56b70033de81a81fb1a</id>
    <committed-date>2009-10-21T18:55:53-07:00</committed-date>
    <authored-date>2009-10-01T02:06:10-07:00</authored-date>
    <message>[merb_datamapper] Print merb-gen message only for dm models

[#895 state:resolved]</message>
    <tree>07a375d6950072ca33fad2c2f830a1740a60c4e6</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>260c696796d408a7e15aacdb1b0181a1b9b86246</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/9c44e16f550b00d8bb451d0532a2d0897d4e9103</url>
    <id>9c44e16f550b00d8bb451d0532a2d0897d4e9103</id>
    <committed-date>2009-10-21T18:55:06-07:00</committed-date>
    <authored-date>2009-10-20T17:58:50-07:00</authored-date>
    <message>[merb-auth-slice-password] Use proper config value

Without this change, the default password strategy
is always activated because the wrong config key is
used.

[#1179 state:resolved]</message>
    <tree>fabffd7f89d45c6b556e9ecd89b16452f358e12a</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dd17dd8785b3187a3db038f9f1d53a65c4ddb38</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/260c696796d408a7e15aacdb1b0181a1b9b86246</url>
    <id>260c696796d408a7e15aacdb1b0181a1b9b86246</id>
    <committed-date>2009-10-21T18:53:01-07:00</committed-date>
    <authored-date>2009-10-21T10:49:29-07:00</authored-date>
    <message>[merb-core] Fixed focs for Merb::Router::Behavior#to

[#1282 state:resolved]</message>
    <tree>0a60c9de66cdb8ee92254a4297fcde1cf81b72cf</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6642b7204461694c605410b1219e8f907e912a7</id>
      </parent>
    </parents>
    <author>
      <name>Jacques Crocker</name>
      <email>merbjedi@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/8dd17dd8785b3187a3db038f9f1d53a65c4ddb38</url>
    <id>8dd17dd8785b3187a3db038f9f1d53a65c4ddb38</id>
    <committed-date>2009-10-21T18:51:30-07:00</committed-date>
    <authored-date>2009-10-17T12:17:07-07:00</authored-date>
    <message>[merb-core] Allow testing without webrat

Allow generated apps to still function even when
Webrat isn't installed. Otherwise it will show an
undefined Constant Merb::Test::ViewHelper, and you
have to track it down to the source to see that
this is because Webrat isn't available.</message>
    <tree>ce75e5d8de315e186857f6cf79eaccf0495e7cf8</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35404ab41f66a21fa6d63dbbb72c85e244046f23</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/c6642b7204461694c605410b1219e8f907e912a7</url>
    <id>c6642b7204461694c605410b1219e8f907e912a7</id>
    <committed-date>2009-10-20T15:22:09-07:00</committed-date>
    <authored-date>2009-10-20T15:22:09-07:00</authored-date>
    <message>[merb-core] Fixed docs for replacing an existing logger</message>
    <tree>a239725bee06c31fbb716a54642c111ed8ff1895</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>161a6261089aa1a2eeaf36a5fa69bd95dac90072</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/35404ab41f66a21fa6d63dbbb72c85e244046f23</url>
    <id>35404ab41f66a21fa6d63dbbb72c85e244046f23</id>
    <committed-date>2009-10-02T08:08:02-07:00</committed-date>
    <authored-date>2009-10-02T08:08:02-07:00</authored-date>
    <message>[merb-helpers] Avoid dm-0.10 deprecation warnings

This is a temporary fix for 1.0.x. In merb-1.1 this
will be handled by active_model compliance, thus
only #new_record? will be used from 1.1 onwards.</message>
    <tree>afa1e61de70f215338f49e0d5961715e7865f064</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f9b723cf68e69cc6647eac0fdf52d6ad14cbd950</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/161a6261089aa1a2eeaf36a5fa69bd95dac90072</url>
    <id>161a6261089aa1a2eeaf36a5fa69bd95dac90072</id>
    <committed-date>2009-10-02T05:57:38-07:00</committed-date>
    <authored-date>2009-10-02T05:57:38-07:00</authored-date>
    <message>Bumped version in preparation for release</message>
    <tree>c24c7127bbc1943d4db1427b96e045ea000792f5</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d41ee6a91f8d9d385158112f7b9d114ed1c24829</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/f9b723cf68e69cc6647eac0fdf52d6ad14cbd950</url>
    <id>f9b723cf68e69cc6647eac0fdf52d6ad14cbd950</id>
    <committed-date>2009-10-01T20:16:15-07:00</committed-date>
    <authored-date>2009-10-01T20:14:37-07:00</authored-date>
    <message>[merb-cache] Not using Time.today in specs makes them more robust</message>
    <tree>486389733a3920887944fed3ed879255cb205c93</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>960192b529f89f165a6ec249a3138cb7a3b08e04</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/d41ee6a91f8d9d385158112f7b9d114ed1c24829</url>
    <id>d41ee6a91f8d9d385158112f7b9d114ed1c24829</id>
    <committed-date>2009-10-01T20:16:15-07:00</committed-date>
    <authored-date>2009-10-01T19:34:14-07:00</authored-date>
    <message>Fixed rake uninstall to uninstall everything that got rake install'ed</message>
    <tree>733f426f7dcdef6c0041849455259105eb03201e</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>633e8591c9ee76267d8297c97a8eb4419a441cf0</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/960192b529f89f165a6ec249a3138cb7a3b08e04</url>
    <id>960192b529f89f165a6ec249a3138cb7a3b08e04</id>
    <committed-date>2009-10-01T20:16:15-07:00</committed-date>
    <authored-date>2009-10-01T19:33:08-07:00</authored-date>
    <message>Install the merb meta-package as the last one</message>
    <tree>a9719f31fabb42761da4aa267ec56af1815ebc65</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8eb93668feb5d84df9c8d8bee551e23f1e4a0c4</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/633e8591c9ee76267d8297c97a8eb4419a441cf0</url>
    <id>633e8591c9ee76267d8297c97a8eb4419a441cf0</id>
    <committed-date>2009-10-01T20:16:14-07:00</committed-date>
    <authored-date>2009-10-01T19:06:52-07:00</authored-date>
    <message>Changed plugin dependencies to &quot;~&gt; #{Merb::VERSION}&quot;</message>
    <tree>9f1aebce7d6405b70c14f123de0df9e803184a66</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6eefe62740cdcfe6ca49e8a22e8b3a58fde5f256</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/b8eb93668feb5d84df9c8d8bee551e23f1e4a0c4</url>
    <id>b8eb93668feb5d84df9c8d8bee551e23f1e4a0c4</id>
    <committed-date>2009-10-01T20:16:14-07:00</committed-date>
    <authored-date>2009-10-01T18:53:21-07:00</authored-date>
    <message>[merb-gen] config/dependencies.rb requires &quot;~&gt; #{DM_VERSION}&quot; in stack apps</message>
    <tree>ac45e802f0ee5bf5f7571c1fb7dd41f986e466f8</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5759980b0100485d7fc057ab078ac43a8052190</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/6eefe62740cdcfe6ca49e8a22e8b3a58fde5f256</url>
    <id>6eefe62740cdcfe6ca49e8a22e8b3a58fde5f256</id>
    <committed-date>2009-10-01T15:04:46-07:00</committed-date>
    <authored-date>2009-10-01T15:04:46-07:00</authored-date>
    <message>[merb_datamapper] Don't use gem method if not necessary</message>
    <tree>3b82a6aaf3cbed7c7b3abfbf4806738d2213055d</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a45c4a875994208d79fc4571659a1a49a2e54706</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/b5759980b0100485d7fc057ab078ac43a8052190</url>
    <id>b5759980b0100485d7fc057ab078ac43a8052190</id>
    <committed-date>2009-10-01T15:00:26-07:00</committed-date>
    <authored-date>2009-10-01T15:00:26-07:00</authored-date>
    <message>[merb_datamapper] Depend on Merb::DM_VERSION</message>
    <tree>6ba088dbfea77bc463bbaeacdcb82465e2601d8b</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75eb0fc734394f4c9cbe29d78717dc31c23b1a66</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/a45c4a875994208d79fc4571659a1a49a2e54706</url>
    <id>a45c4a875994208d79fc4571659a1a49a2e54706</id>
    <committed-date>2009-10-01T09:01:29-07:00</committed-date>
    <authored-date>2009-10-01T09:00:30-07:00</authored-date>
    <message>[merb-assets] Don't rely on hash ordering in specs

rake spec in the toplevel merb directory now passes
all specs. Also, merb-core/rake specs:oneoh passes</message>
    <tree>737be2fe7766f387643d31588979e02225bbb22e</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>214543f55eb28a421611b41955ebfe946a33415b</id>
      </parent>
    </parents>
    <author>
      <name>Jacques Crocker</name>
      <email>merbjedi@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/75eb0fc734394f4c9cbe29d78717dc31c23b1a66</url>
    <id>75eb0fc734394f4c9cbe29d78717dc31c23b1a66</id>
    <committed-date>2009-10-01T08:24:49-07:00</committed-date>
    <authored-date>2009-09-30T22:04:37-07:00</authored-date>
    <message>[merb-core] Fixed multipart specs (including spec10)

All merb-core specs pass again.

params[:tempfile] is of kind Tempfile and not File
(as was specced previously).

The only reason this broken spec passed earlier,
was due to a bug in rspec &lt;= 1.2.3 that allowed
Tempfile.new('random').should be_a_kind_of(File)
In rspec &gt; 1.2.4 running the same will throw an error.</message>
    <tree>5aa57f3afa49c615fc75404e5f2121e2d60e298e</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d42a3691d9490cefcce41279233fefaaaa2fd5b5</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/214543f55eb28a421611b41955ebfe946a33415b</url>
    <id>214543f55eb28a421611b41955ebfe946a33415b</id>
    <committed-date>2009-09-30T18:49:00-07:00</committed-date>
    <authored-date>2009-09-30T18:49:00-07:00</authored-date>
    <message>[merb_datamapper] Depend on the '~&gt; 0.10' series</message>
    <tree>d4ad01ae15411258ab7a4e7b3f831680315b8938</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45116f1081081db980ce66b02412c68e24d13f97</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/d42a3691d9490cefcce41279233fefaaaa2fd5b5</url>
    <id>d42a3691d9490cefcce41279233fefaaaa2fd5b5</id>
    <committed-date>2009-09-28T18:32:33-07:00</committed-date>
    <authored-date>2009-09-28T18:32:33-07:00</authored-date>
    <message>[merb-gen] Don't add resource route when using -p or -d

The generator in merb_datamapper respects this too.</message>
    <tree>9800914a56ad5cc15e762cbb2f39141fd678fa70</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>26835c81c4afaff4998f66aa09fecca3e47000fd</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/45116f1081081db980ce66b02412c68e24d13f97</url>
    <id>45116f1081081db980ce66b02412c68e24d13f97</id>
    <committed-date>2009-09-27T12:27:19-07:00</committed-date>
    <authored-date>2009-09-27T12:24:01-07:00</authored-date>
    <message>[merb-auth-more] Original :length constraints for dm_salted_user

Previously :crypted_password was set with :length =&gt; 60
This commit reestablishes this setting which was previously
deleted in a first attempt to be compliant with dm-0.10.0</message>
    <tree>3eac230aeb2b4143ef21bf2fe811ed0c61241c06</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64783360cd95c5a2574794c081a64f8bf50e098c</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/wycats/merb/commit/26835c81c4afaff4998f66aa09fecca3e47000fd</url>
    <id>26835c81c4afaff4998f66aa09fecca3e47000fd</id>
    <committed-date>2009-09-27T07:53:25-07:00</committed-date>
    <authored-date>2009-02-16T01:47:03-08:00</authored-date>
    <message>[merb-core] Fix run_later to work on servers other than just 'merb'

Thin and Phusion Passenger for example.

[#1255 state:resolved]</message>
    <tree>7238b02c0bc24ec79098f5513e88518ee5862cea</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa6b2fcb65c955f92810d517e2750530ee2603cd</id>
      </parent>
    </parents>
    <author>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </author>
    <url>http://github.com/wycats/merb/commit/64783360cd95c5a2574794c081a64f8bf50e098c</url>
    <id>64783360cd95c5a2574794c081a64f8bf50e098c</id>
    <committed-date>2009-09-24T21:06:29-07:00</committed-date>
    <authored-date>2009-09-24T21:02:16-07:00</authored-date>
    <message>[merb-helpers] Generate valid html id attributes

Also fixed a previously failing spec for select
helpers</message>
    <tree>a6002413ce06f238ba3467543b01f4034acad78a</tree>
    <committer>
      <name>snusnu</name>
      <email>gamsnjaga@gmail.com</email>
    </committer>
  </commit>
</commits>
