<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d63a93cc9f1893c3248242ab1ebda43b74980d39</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/4b6172c1ef2cc46b675fde3f21753e05efd0f06f</url>
    <id>4b6172c1ef2cc46b675fde3f21753e05efd0f06f</id>
    <committed-date>2009-10-29T10:47:40-07:00</committed-date>
    <authored-date>2009-10-29T10:47:40-07:00</authored-date>
    <message>Fix setting of blank foreign key fields, bump version to 1.3.11

This appears to have been broken since June.  Foreign key setting
worked fine as long as something was selected.  If the empty option
was chosen, it would transform it to 0 instead of NULL.</message>
    <tree>7c35049f1ece490b85ae615050ae12824906d2d4</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3558b64895ee31b84edd0ef94c7cdeaee271cac</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/d63a93cc9f1893c3248242ab1ebda43b74980d39</url>
    <id>d63a93cc9f1893c3248242ab1ebda43b74980d39</id>
    <committed-date>2009-10-29T08:56:15-07:00</committed-date>
    <authored-date>2009-10-29T08:56:15-07:00</authored-date>
    <message>Fix pagination of search results page when searching by field, bump version to 1.3.10

This has probably been broken for a long time (my guess is since
February 2008), but was only reported to me today.  The problem is
the hidden form fields on the search resutls page use the old
instance variables instead of the new scaffold_options hash.  Fix
that and add tests for it.

While here, correctly close tags for next and previous page buttons.</message>
    <tree>77d574d18069e868c85b0ac8138c84570b402e45</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0156ed2f43a9fd4836c70737705dd9ccf181eba0</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/c3558b64895ee31b84edd0ef94c7cdeaee271cac</url>
    <id>c3558b64895ee31b84edd0ef94c7cdeaee271cac</id>
    <committed-date>2009-07-26T21:52:16-07:00</committed-date>
    <authored-date>2009-07-26T21:52:16-07:00</authored-date>
    <message>Add support for an :enum column type, which takes a :select_options option to specify the option text and values to use</message>
    <tree>20d8b2c1937a7231c41d1a62f341d51317774a23</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16bf607001f6e542ae055ed2154681a68dca660e</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/0156ed2f43a9fd4836c70737705dd9ccf181eba0</url>
    <id>0156ed2f43a9fd4836c70737705dd9ccf181eba0</id>
    <committed-date>2009-06-26T21:36:52-07:00</committed-date>
    <authored-date>2009-06-26T21:31:38-07:00</authored-date>
    <message>Bump version to 1.3.9

This also updates the test suite to use xhr for autocomplete requests
so the test suite no longer fails on ramaze.

Also, this updates the Rakefile to use rsync instead of scp for
updating the website, since rsync is so much faster.</message>
    <tree>6b52dbb14bdad6cff879acf922db8b5e7b48cd5e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>09adeb306d4d7aa9071ba21eda5e99292412dc97</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/16bf607001f6e542ae055ed2154681a68dca660e</url>
    <id>16bf607001f6e542ae055ed2154681a68dca660e</id>
    <committed-date>2009-06-16T14:16:57-07:00</committed-date>
    <authored-date>2009-06-16T10:26:09-07:00</authored-date>
    <message>Use instance_variable_defined? in Overridable so SE works on 1.8 and 1.9

I was on the fence about using instance_variable_defined?, since it
was added in 1.8.6, and there are a lot of systems still using 1.8.5
(CentOS/RHEL 5).  However, I bumped the required ruby version of the
gem to 1.8.6, so people using 1.8.5 shouldn't be able to install it.
If there is anyone using 1.8.5 that wants to use future SE versions, I
don't have a problem modifying things.</message>
    <tree>f9cfebd850ad4e2e124ff25fd721349346763b1e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02a31b4ca4eaee514dcd6d2bf17482f1283d317b</id>
      </parent>
      <parent>
        <id>2a527476bc026f477fd8a33296e87da54bd7ee94</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/09adeb306d4d7aa9071ba21eda5e99292412dc97</url>
    <id>09adeb306d4d7aa9071ba21eda5e99292412dc97</id>
    <committed-date>2009-06-16T10:21:00-07:00</committed-date>
    <authored-date>2009-06-16T10:21:00-07:00</authored-date>
    <message>Merge commit 'manveru/dev'</message>
    <tree>0c8f42264ec49135721c4243e541d58f2de9c2ca</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d779dbf5e8f27b710d2e9219f0eef40d1ae3d52</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/2a527476bc026f477fd8a33296e87da54bd7ee94</url>
    <id>2a527476bc026f477fd8a33296e87da54bd7ee94</id>
    <committed-date>2009-06-15T19:40:49-07:00</committed-date>
    <authored-date>2009-06-15T19:40:49-07:00</authored-date>
    <message>Fix the default ramaze layout</message>
    <tree>4447de72ef99db1368331ada977c80b03e793ba9</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cba3cdc80a7acd8d414cd381bf7a8b19d3097f0f</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/5d779dbf5e8f27b710d2e9219f0eef40d1ae3d52</url>
    <id>5d779dbf5e8f27b710d2e9219f0eef40d1ae3d52</id>
    <committed-date>2009-06-15T19:33:10-07:00</committed-date>
    <authored-date>2009-06-14T04:37:05-07:00</authored-date>
    <message>Use instace_variable_defined? so MetaModel works on 1.8 and 1.9</message>
    <tree>9f2badfd7ad8f5fa89eb16813ce992a408621550</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cba3cdc80a7acd8d414cd381bf7a8b19d3097f0f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/02a31b4ca4eaee514dcd6d2bf17482f1283d317b</url>
    <id>02a31b4ca4eaee514dcd6d2bf17482f1283d317b</id>
    <committed-date>2009-06-15T14:03:28-07:00</committed-date>
    <authored-date>2009-06-15T13:48:11-07:00</authored-date>
    <message>Make autocompleting many_to_one associations work correctly on Sequel

Sequel uses the more string Kernel#Integer method to convert fields
to integers, while ActiveRecord uses the less strict #to_i method.
Because of that, ActiveRecord worked fine when autocompleting
belongs_to associations but Sequel did not work correctly when
autocompleting many_to_one associations.

These problems only occured when submitting the new/edit forms.
Forms to pick an object to modify worked fine with autocompleting
because scaffolding extensions code uses to_i.  However, the new and
edit form submittal did not treat using the association differently
than any other field.

This commit changes an internal method to check which fields are
association fields and changing them to use to_i.</message>
    <tree>0e7a6173c6b60be30fac7e130bcae7af844d3e67</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5baf82f97e452339adc9abda9a3de75e512a2617</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/cba3cdc80a7acd8d414cd381bf7a8b19d3097f0f</url>
    <id>cba3cdc80a7acd8d414cd381bf7a8b19d3097f0f</id>
    <committed-date>2009-06-12T14:11:38-07:00</committed-date>
    <authored-date>2009-06-12T14:11:38-07:00</authored-date>
    <message>Bump supported Ramaze version to 2009.06.12 and gem version to 1.3.8</message>
    <tree>9df6f773d291718ec822e2a3ece5d40c7ac2053e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79f9f63794ba0977fb6ea5df1aee07ee31bc1295</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/5baf82f97e452339adc9abda9a3de75e512a2617</url>
    <id>5baf82f97e452339adc9abda9a3de75e512a2617</id>
    <committed-date>2009-06-12T14:08:38-07:00</committed-date>
    <authored-date>2009-06-12T14:08:38-07:00</authored-date>
    <message>Change default scaffold_name for models inside modules so it works by default</message>
    <tree>8a96c9751cdf706fa6c9cd6a8b09894e12bcad2a</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>924e389b22106677ac04c0958e46a5754a991def</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/79f9f63794ba0977fb6ea5df1aee07ee31bc1295</url>
    <id>79f9f63794ba0977fb6ea5df1aee07ee31bc1295</id>
    <committed-date>2009-06-11T11:00:55-07:00</committed-date>
    <authored-date>2009-06-11T11:00:55-07:00</authored-date>
    <message>Support Ramaze 2009.06.04

Make scaffolding_extensions fully support the Innate-based versions
of Ramaze.  Unfortunately, full support requires a change just
made to the git version of Innate, but it should be mostly working
even on the gem version.

Change the code so that all frameworks use [] as a suffix for
parameters that should be a list.  This apparently is backwards
compatible, and is required when using rack 1.0.0 (which ramaze
indirectly depends on).

Refactor scaffold_add_associated_objects and makes sure that
associated objects don't get added multiple times when using
Sequel.

Remove scaffold_force_array, since it just duplicates the
Kernel#Array method poorly.

Move the CleanUpARGarbage middleware into a separate file that
can be used by both Ramaze and Sinatra, since Ramaze's after_all
block doesn't seem to work as before.

While here, bump supported Sequel version to 3.1.0.

The gem version isn't getting bumped yet, it will after a gem
version of Innate with the fix is released.</message>
    <tree>593960d67a1bdd388c5ab85b9d8ea153e6782584</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>314939e4ccbca9147fd1f167c476cd6dcce518eb</id>
      </parent>
      <parent>
        <id>c4c6048a2dcf6abd7a6aeef601c46ba2f3826106</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/924e389b22106677ac04c0958e46a5754a991def</url>
    <id>924e389b22106677ac04c0958e46a5754a991def</id>
    <committed-date>2009-06-11T09:30:45-07:00</committed-date>
    <authored-date>2009-06-11T09:30:45-07:00</authored-date>
    <message>Merge commit 'manveru/dev' into mv</message>
    <tree>285a37c4efbd390dbb306d87efe851dbaeee679e</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a393af288b589c5e9381e7a49205bd46ee339392</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/c4c6048a2dcf6abd7a6aeef601c46ba2f3826106</url>
    <id>c4c6048a2dcf6abd7a6aeef601c46ba2f3826106</id>
    <committed-date>2009-06-11T09:25:00-07:00</committed-date>
    <authored-date>2009-06-11T09:25:00-07:00</authored-date>
    <message>Make Ramaze run on SE, hopefully</message>
    <tree>b198a9e2c74f9b3eab39936efc8ef77e6f9cde80</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ce13a149f859f8970f3a289fd8de45b577600df</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/a393af288b589c5e9381e7a49205bd46ee339392</url>
    <id>a393af288b589c5e9381e7a49205bd46ee339392</id>
    <committed-date>2009-06-11T08:52:46-07:00</committed-date>
    <authored-date>2009-06-11T08:46:55-07:00</authored-date>
    <message>Fix Syntax issues with Ruby 1.9</message>
    <tree>dab2b9f6671cbeef782faa67c51dce4c4d17f489</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de51ef63b0d333aa23392c87faaa22c0a8a46ae2</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/1ce13a149f859f8970f3a289fd8de45b577600df</url>
    <id>1ce13a149f859f8970f3a289fd8de45b577600df</id>
    <committed-date>2009-06-11T08:52:42-07:00</committed-date>
    <authored-date>2009-06-11T08:53:15-07:00</authored-date>
    <message>Require migration extension</message>
    <tree>817c07ae3fc0bb00f5334ca57c0771dddb246fa8</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>692fc9f96fca7026aea19c9826e329b8c832b968</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/314939e4ccbca9147fd1f167c476cd6dcce518eb</url>
    <id>314939e4ccbca9147fd1f167c476cd6dcce518eb</id>
    <committed-date>2009-05-27T16:42:54-07:00</committed-date>
    <authored-date>2009-05-27T16:42:54-07:00</authored-date>
    <message>In list scaffold, assume only show and edit actions are idempotent

Previously, it assumed that all actions but destroy were idempotent.
Now, scaffolding extensions only supports show, edit, and destroy by
default, but it's fairly easy to extend to support other actions,
and it's safer to assume that those methods won't be idempotent.

This adds the scaffold_idempotent_method? helper method which can
be overridden if you want to add custom idempotent methods that
use get instead of post.</message>
    <tree>894615097700db4b284dab8bbed312f7774ec245</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6255127397ca1cf99901af873c3bbda2a2abb2cb</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/692fc9f96fca7026aea19c9826e329b8c832b968</url>
    <id>692fc9f96fca7026aea19c9826e329b8c832b968</id>
    <committed-date>2009-05-27T15:33:51-07:00</committed-date>
    <authored-date>2009-05-27T15:33:51-07:00</authored-date>
    <message>Fix scaffold_get_flash overriding example in demo site</message>
    <tree>0b936cb1cd5e6897142cffe7407b4d5f54755ea7</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>819324b5cb23168c9e25d5e8543d8563136236ea</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/6255127397ca1cf99901af873c3bbda2a2abb2cb</url>
    <id>6255127397ca1cf99901af873c3bbda2a2abb2cb</id>
    <committed-date>2009-05-27T15:27:52-07:00</committed-date>
    <authored-date>2009-05-27T15:27:52-07:00</authored-date>
    <message>Add scaffold_[gs]et_flash methods, for easier overriding of flash behavior

Before, scaffold_redirect_to depended on scaffold_flash returning a
hash-like object.  Now, it just calls scaffold_set_flash.  This means
you can override scaffold_set_flash to use a non-hash-like object
for the flash.

The only time that scaffolding extensions uses the flash is in the
layout, and instead of accessing the flash hash directly, it now
calls scaffold_get_flash.

The se_demo site now has an example of overriding these methods.</message>
    <tree>8f32cf3731489bec7d4e8490b53f9bbed3480ae0</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de51ef63b0d333aa23392c87faaa22c0a8a46ae2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/819324b5cb23168c9e25d5e8543d8563136236ea</url>
    <id>819324b5cb23168c9e25d5e8543d8563136236ea</id>
    <committed-date>2009-05-27T14:42:28-07:00</committed-date>
    <authored-date>2009-05-27T14:42:28-07:00</authored-date>
    <message>Small bug fixes and improvements on sinatra

The main fix is having the scaffolding extensions route match &quot;/&quot;.
Before it would match &quot;&quot;, but not &quot;/&quot;.

The second fix is that scaffolding extensions will now pass
instead of raising Sinatra::NotFound if the route matches but
there isn't a method defined.  I still encourage making your
scaffold calls the last method calls if you are using Sinatra.

The third fix is that scaffolding extensions will now raise an
error if a HEAD request is issued for a nonidempotent method.

This also uses REQUEST_METHOD from the env instead of using a
fairly roundabout way to determine it.

Thie also only defines the route block once to save on memory.
It adds a separate get route for &quot;&quot; and &quot;/&quot;.</message>
    <tree>419402b653817a049bffefe3188da2959c3aa7dd</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f131bcc2971a3820e12238acb7d34912117c9fb1</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/de51ef63b0d333aa23392c87faaa22c0a8a46ae2</url>
    <id>de51ef63b0d333aa23392c87faaa22c0a8a46ae2</id>
    <committed-date>2009-05-26T15:16:56-07:00</committed-date>
    <authored-date>2009-05-26T15:16:56-07:00</authored-date>
    <message>Bump version to 1.3.7</message>
    <tree>37ec856562c29f845d0fba5b4b63aaef72150f12</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>930b900b9edecdd0fcdf2bf95ca3dd6660de0a8d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/f131bcc2971a3820e12238acb7d34912117c9fb1</url>
    <id>f131bcc2971a3820e12238acb7d34912117c9fb1</id>
    <committed-date>2009-05-26T08:09:12-07:00</committed-date>
    <authored-date>2009-05-26T08:09:12-07:00</authored-date>
    <message>Fix sinatra test site so it doesn't use the views from the demo site</message>
    <tree>410f56153882fbf8074e35e010ad5dc0dc327ccc</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a46467262c5f560662db18e6c650492de506a5c4</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/930b900b9edecdd0fcdf2bf95ca3dd6660de0a8d</url>
    <id>930b900b9edecdd0fcdf2bf95ca3dd6660de0a8d</id>
    <committed-date>2009-05-25T20:56:33-07:00</committed-date>
    <authored-date>2009-05-25T20:56:33-07:00</authored-date>
    <message>Add :run=&gt;true option so sinatra works with ruby-style on test site</message>
    <tree>fad93bcd93a127cb4f40075b3454295b302ed626</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e803de6f00e54f16028bb5fad0014b6d4ae1687d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/a46467262c5f560662db18e6c650492de506a5c4</url>
    <id>a46467262c5f560662db18e6c650492de506a5c4</id>
    <committed-date>2009-05-25T20:48:05-07:00</committed-date>
    <authored-date>2009-05-25T20:48:05-07:00</authored-date>
    <message>Port the demo site to Sinatra</message>
    <tree>d24db4adaea112f6c4b464a688bec7610b0e7095</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f80019498a7768dd8be7ca65ee456e29e4fde39</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/e803de6f00e54f16028bb5fad0014b6d4ae1687d</url>
    <id>e803de6f00e54f16028bb5fad0014b6d4ae1687d</id>
    <committed-date>2009-05-25T20:47:38-07:00</committed-date>
    <authored-date>2009-05-25T20:47:38-07:00</authored-date>
    <message>Add note to ramaze doc file with link to patch for 2009.04+ support</message>
    <tree>3fad14818670939dad51738a84e3808c21f781cd</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>107d61f6a22f79ff9b3a393bdeddee165d2f4060</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/6f80019498a7768dd8be7ca65ee456e29e4fde39</url>
    <id>6f80019498a7768dd8be7ca65ee456e29e4fde39</id>
    <committed-date>2009-05-18T08:45:42-07:00</committed-date>
    <authored-date>2009-05-18T08:45:42-07:00</authored-date>
    <message>Support Sinatra 0.9.2</message>
    <tree>0176dd03ed4248efa784eb6151b8cad22d7e2a36</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e7c7687d44b3000c2ff4aea5187802f4c8af9cd</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/107d61f6a22f79ff9b3a393bdeddee165d2f4060</url>
    <id>107d61f6a22f79ff9b3a393bdeddee165d2f4060</id>
    <committed-date>2009-04-09T12:21:17-07:00</committed-date>
    <authored-date>2009-04-09T12:21:17-07:00</authored-date>
    <message>Support Sequel 2.12

Require Sequel inflector is Sequel is used and the inflection methods
aren't available.

Don't use Sequel::Model.str_columns.</message>
    <tree>32b339447cff00b4a722229133bbb6562e3aab07</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2e0861aca631f4f80efe0feb9f3c586fb1bb4d6</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/0e7c7687d44b3000c2ff4aea5187802f4c8af9cd</url>
    <id>0e7c7687d44b3000c2ff4aea5187802f4c8af9cd</id>
    <committed-date>2009-03-16T15:57:02-07:00</committed-date>
    <authored-date>2009-03-16T15:57:02-07:00</authored-date>
    <message>Support Rails 2.3.2, bump version to 1.3.6

This commit also updates the README to show it has been tested with
Ramaze 2009.02, Sinatra 0.9.1, and Sequel 2.11, though those didn't
require changes.

Template rendering changed a bit in Rails 2.3.2, so use an approach
similar to the merb adapter by attempting a regular render and
rescuing.</message>
    <tree>13a68d0e86d53be5d3b3b9451951134a62a673a3</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>540f08f99d01bda3b7e25b0066c6c418bc5068ef</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/d2e0861aca631f4f80efe0feb9f3c586fb1bb4d6</url>
    <id>d2e0861aca631f4f80efe0feb9f3c586fb1bb4d6</id>
    <committed-date>2009-02-19T11:05:45-08:00</committed-date>
    <authored-date>2009-02-19T11:05:28-08:00</authored-date>
    <message>Allow :only and :except options for scaffold_all_models to be underscored strings, bump version to 1.3.5

This changes ScaffoldingExtensions.all_models to take options.  The
main usage will be the ability to add underscored model name strings
to :except, to avoid referencing a constant that doesn't exist. For
example, if you have a file named init.rb in your models directory,
all_models will try to reference a constant named Init, which will
give an error if it doesn't exist.  The only workaround for this
previously was to specify all models to use via :only, which was
tedious.

This also removes scaffold_normalize_options, which basically
duplicated Kernel#Array.</message>
    <tree>5deefa9c442cbf11ecf556e9240e698578aaeef0</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73ec9dbd580cb800aa02c8e6f6588efd8168a5d9</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </author>
    <url>http://github.com/jeremyevans/scaffolding_extensions/commit/540f08f99d01bda3b7e25b0066c6c418bc5068ef</url>
    <id>540f08f99d01bda3b7e25b0066c6c418bc5068ef</id>
    <committed-date>2009-02-11T11:13:09-08:00</committed-date>
    <authored-date>2009-02-11T11:13:09-08:00</authored-date>
    <message>Set raise_on_save_failure and raise_on_typecast_failure whenever updating a sequel model, bump version to 1.3.4

This also has a minor fix in the test suite for the change made for 1.3.3.</message>
    <tree>ac8a178623ea8f959af3358630c8dbb61fc8d26f</tree>
    <committer>
      <name>Jeremy Evans</name>
      <email>code@jeremyevans.net</email>
    </committer>
  </commit>
</commits>
