commit 51f8022d8940e7a641e06080b6009794f21dbb34
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 13:22:37 2009 -0700

    Removed the custom handler for when the cookie store is tampered with.
    Rails 2.3 removed the TamperedWithCookie exception and instead will just not
    load the data from it (e.g. no user login).

commit 08c2b5af89005abb6cebf26bd7a8653e580d9525
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 13:20:15 2009 -0700

    Changed the order of check_box_tags and hidden_field_tags.  The hidden tag
    need to appear first in Rails 2.3, otherwise it will override any value in
    the check_box_tag.

commit dd1f586055f3ae52ee09422f7de3c41885181fad
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 12:59:07 2009 -0700

    Fixed some DEPRECATION warnings in the tests

commit 7ca23d2b167ead293546dedfe9345b3c717cd2a2
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 02:10:40 2009 -0700

    Added some default initializers from a fresh rails app

commit 3a878ffc07f15e6169a2a36e418863467d51cfa3
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 02:04:01 2009 -0700

    Added a plugin to let Engines override application views.

commit 1d05f29635e9efc2a0eaddc4063e607dcb0148ac
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 00:59:28 2009 -0700

    Upgraded to Rails Engines 2.3.2

commit f6eac5f020e7937e61e44113bab99538f7956930
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sun Sep 6 00:45:07 2009 -0700

    Updated the I18n storage_units format.

commit 8ac83623d3fb063d41b814c3a86d98272f8f1ff7
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 23:43:39 2009 -0700

    Load the queries fixtures

commit 04093545e698d0810d508077a82099db97e516de
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 23:26:48 2009 -0700

    Fixed a bug that occurred in tests where the "required" span tag would be
    added to the :field_status translation.  This resulted in an email string of:
    
        <li>Status<span class="required"> *</span><span class="required"> *</span>
    
    Instead of:
    
        <li>Status: New</li>

commit 9ff91016e64517d2ffb0b7ffac6bb38d328f3fd2
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 22:28:47 2009 -0700

    ActiveRecord grouping returns an ordered hash now

commit f2f51bdb0d1f0a6fc213e22e4b296c88911ff99a
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 22:23:52 2009 -0700

    Convert ActiveRecord::Error message to a string.

commit 320d2db34362aec3f7e9b50e13f1a1dd1520f702
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 22:12:18 2009 -0700

    Converted tests to use the new classes:
    
    * ActionController::TestCase for functional
    * ActiveSupport::TestCase for units

commit 43de122ab4f293b6f27f9ccdeb6591146ae49251
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 22:06:24 2009 -0700

    Removed the custom TamperedWithCookie handler, will need to replace

commit 69418a097e6b376f153337f3bda1a0ab71ddfdde
Author: Eric Davis <edavis@littlestreamsoftware.com>
Date:   Sat Sep 5 21:33:57 2009 -0700

    Ran the Rails upgrade
