<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,60 @@
+=== Hobo 0.8.8 ===
+
+Hobo 0.8.8 comes with some slight changes to the colour scheme for the
+&quot;clean&quot; theme.   To apply these enhancements, you may need to run
+`rake hobo:run_standard_generators`.
+
+Significant bug fixes:
+
+ - [Bug 422](https://hobo.lighthouseapp.com/projects/8324/tickets/422): Because of it's switch to Rack, Rails 2.3 changed the interaction
+  between checkboxes and their accompanying hidden field.  This caused
+  us to always return &quot;false&quot; for a checkbox, even if it was checked.
+
+ - [Bug 425](https://hobo.lighthouseapp.com/projects/8324/tickets/425):  Hobo 0.8.6 removed support for the non-working
+  big_decimal.  However, this shared some code with decimal, so we
+  removed a little bit too much code.   This restores the missing
+  editor and input for the decimal type.
+
+Minor bug fixes:
+
+- [Bug 413](https://hobo.lighthouseapp.com/projects/8324/tickets/413): add target attribute to `&lt;nav-item&gt;` links
+
+- [Bug 420](https://hobo.lighthouseapp.com/projects/8324/tickets/420): `acts_as_list` controls visible to Guest
+
+- [Bug 446](https://hobo.lighthouseapp.com/projects/8324/tickets/446): `&lt;transition-button&gt;` not working
+
+- Migration generator fix - would occasionally suggest a default
+  migration name that already exists
+
+Minor enhancements:
+
+- [Bug 434](https://hobo.lighthouseapp.com/projects/8324/tickets/434): allow String or Hash to be passed in a :redirect optione
+
+- `key_timeout` option added to lifecycles
+
+- [Bug 437](https://hobo.lighthouseapp.com/projects/8324/tickets/437): 'options' attribute added to `&lt;check-many&gt;`
+
+- [Bug 424](https://hobo.lighthouseapp.com/projects/8324/tickets/424): 'limit' option added to `&lt;select-one&gt;`
+
+- [Bug 440](https://hobo.lighthouseapp.com/projects/8324/tickets/440): support blank Time and DateTime inputs
+
+- [Bug 423](https://hobo.lighthouseapp.com/projects/8324/tickets/423): default content for input-many
+
+- [Bug 379](https://hobo.lighthouseapp.com/projects/8324/tickets/379): multiple warning messages on email validation
+
+- [Bug 404](https://hobo.lighthouseapp.com/projects/8324/tickets/404): Extension to Hobo::Model class to check ViewHints for error
+  validations
+
+- [Bug 415](https://hobo.lighthouseapp.com/projects/8324/tickets/415): Visiting sign-up page when logged in gives permission
+  denied 
+
+-  Rapid navigation - added name attribute to `&lt;nav-item&gt;` to make it easier to select the current nav item in some cases (e.g. dynamic nav item text) 
+
+-  Rapid forms -- added url attribute to `&lt;remote-method-button&gt;`
+
+-  HoboSupport - `Enumerable.build_hash` can now be used without a block to build a hash directly from a list of pairs 
+
+ 
 === Hobo 0.8.7 ===
 
 I forgot to refresh the Manifest, so this is a brown paper bag release.</diff>
      <filename>hobo/CHANGES.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,151 +1,155 @@
-LICENSE.txt
-README
-rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
-rails_generators/hobo_model_controller/USAGE
-rails_generators/hobo_model_controller/templates/functional_test.rb
-rails_generators/hobo_model_controller/templates/helper.rb
-rails_generators/hobo_model_controller/templates/controller.rb
-rails_generators/hobo_user_model/USAGE
-rails_generators/hobo_user_model/templates/forgot_password.erb
-rails_generators/hobo_user_model/templates/fixtures.yml
-rails_generators/hobo_user_model/templates/model.rb
-rails_generators/hobo_user_model/templates/mailer.rb
-rails_generators/hobo_user_model/templates/unit_test.rb
-rails_generators/hobo_user_model/hobo_user_model_generator.rb
-rails_generators/hobo_model/hobo_model_generator.rb
-rails_generators/hobo_model/USAGE
-rails_generators/hobo_model/templates/fixtures.yml
-rails_generators/hobo_model/templates/model.rb
-rails_generators/hobo_model/templates/hints.rb
-rails_generators/hobo_model/templates/unit_test.rb
-rails_generators/hobo_subsite/hobo_subsite_generator.rb
-rails_generators/hobo_subsite/templates/site_taglib.dryml
-rails_generators/hobo_subsite/templates/application.dryml
-rails_generators/hobo_subsite/templates/controller.rb
-rails_generators/hobo_rapid/hobo_rapid_generator.rb
-rails_generators/hobo_rapid/templates/blank.gif
-rails_generators/hobo_rapid/templates/ie7-recalc.js
-rails_generators/hobo_rapid/templates/reset.css
-rails_generators/hobo_rapid/templates/hobo-rapid.css
-rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
-rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
-rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
-rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
-rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
-rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
-rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
-rails_generators/hobo_rapid/templates/IE7.js
-rails_generators/hobo_rapid/templates/hobo-rapid.js
-rails_generators/hobo_rapid/templates/lowpro.js
-rails_generators/hobo/hobo_generator.rb
-rails_generators/hobo/templates/application.css
-rails_generators/hobo/templates/initializer.rb
-rails_generators/hobo/templates/dryml-support.js
-rails_generators/hobo/templates/application.dryml
-rails_generators/hobo/templates/guest.rb
-rails_generators/hobo_model_resource/templates/functional_test.rb
-rails_generators/hobo_model_resource/templates/helper.rb
-rails_generators/hobo_model_resource/templates/controller.rb
-rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
-rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
-rails_generators/hobo_front_controller/USAGE
-rails_generators/hobo_front_controller/templates/index.dryml
-rails_generators/hobo_front_controller/templates/functional_test.rb
-rails_generators/hobo_front_controller/templates/helper.rb
-rails_generators/hobo_front_controller/templates/controller.rb
-rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
-rails_generators/hobo_user_controller/USAGE
-rails_generators/hobo_user_controller/templates/functional_test.rb
-rails_generators/hobo_user_controller/templates/helper.rb
-rails_generators/hobo_user_controller/templates/controller.rb
-tasks/hobo_tasks.rake
-tasks/environments.rake
-Rakefile
-init.rb
-script/generate
-script/destroy
-bin/hobo
 lib/hobo.rb
-lib/hobo/lifecycles/lifecycle.rb
+lib/hobo/lifecycles/state.rb
+lib/hobo/lifecycles/transition.rb
 lib/hobo/lifecycles/actions.rb
 lib/hobo/lifecycles/creator.rb
-lib/hobo/lifecycles/transition.rb
-lib/hobo/lifecycles/state.rb
-lib/hobo/find_for.rb
-lib/hobo/lifecycles.rb
+lib/hobo/lifecycles/lifecycle.rb
+lib/hobo/dryml/tag_parameters.rb
+lib/hobo/dryml/template_environment.rb
+lib/hobo/dryml/parser.rb
+lib/hobo/dryml/template_handler.rb
+lib/hobo/dryml/parser/source.rb
+lib/hobo/dryml/parser/tree_parser.rb
+lib/hobo/dryml/parser/attribute.rb
+lib/hobo/dryml/parser/text.rb
+lib/hobo/dryml/parser/base_parser.rb
+lib/hobo/dryml/parser/document.rb
+lib/hobo/dryml/parser/elements.rb
+lib/hobo/dryml/parser/element.rb
+lib/hobo/dryml/taglib.rb
+lib/hobo/dryml/dryml_support_controller.rb
+lib/hobo/dryml/dryml_builder.rb
+lib/hobo/dryml/dryml_doc.rb
+lib/hobo/dryml/part_context.rb
+lib/hobo/dryml/template.rb
+lib/hobo/dryml/dryml_generator.rb
+lib/hobo/dryml/scoped_variables.rb
 lib/hobo/permissions.rb
+lib/hobo/guest.rb
+lib/hobo/user_controller.rb
+lib/hobo/rapid_helper.rb
+lib/hobo/tasks/rails.rb
+lib/hobo/permissions/associations.rb
 lib/hobo/include_in_save.rb
-lib/hobo/bundle.rb
-lib/hobo/generator.rb
-lib/hobo/model_controller.rb
-lib/hobo/scopes/apply_scopes.rb
+lib/hobo/hobo_helper.rb
 lib/hobo/scopes/named_scope_extensions.rb
+lib/hobo/scopes/apply_scopes.rb
 lib/hobo/scopes/automatic_scopes.rb
 lib/hobo/scopes/association_proxy_extensions.rb
-lib/hobo/permissions/associations.rb
-lib/hobo/view_hints.rb
-lib/hobo/tasks/rails.rb
-lib/hobo/hobo_helper.rb
+lib/hobo/bundle.rb
+lib/hobo/controller.rb
+lib/hobo/find_for.rb
+lib/hobo/lifecycles.rb
+lib/hobo/undefined.rb
 lib/hobo/user.rb
+lib/hobo/dryml.rb
 lib/hobo/undefined_access_error.rb
-lib/hobo/user_controller.rb
-lib/hobo/undefined.rb
-lib/hobo/model.rb
 lib/hobo/authentication_support.rb
-lib/hobo/static_tags
+lib/hobo/dev_controller.rb
+lib/hobo/accessible_associations.rb
 lib/hobo/scopes.rb
+lib/hobo/view_hints.rb
+lib/hobo/generator.rb
+lib/hobo/static_tags
 lib/hobo/model_router.rb
-lib/hobo/accessible_associations.rb
-lib/hobo/dev_controller.rb
-lib/hobo/dryml/part_context.rb
-lib/hobo/dryml/template_handler.rb
-lib/hobo/dryml/dryml_doc.rb
-lib/hobo/dryml/dryml_builder.rb
-lib/hobo/dryml/taglib.rb
-lib/hobo/dryml/parser.rb
-lib/hobo/dryml/dryml_support_controller.rb
-lib/hobo/dryml/template.rb
-lib/hobo/dryml/template_environment.rb
-lib/hobo/dryml/scoped_variables.rb
-lib/hobo/dryml/dryml_generator.rb
-lib/hobo/dryml/parser/elements.rb
-lib/hobo/dryml/parser/element.rb
-lib/hobo/dryml/parser/attribute.rb
-lib/hobo/dryml/parser/source.rb
-lib/hobo/dryml/parser/base_parser.rb
-lib/hobo/dryml/parser/document.rb
-lib/hobo/dryml/parser/tree_parser.rb
-lib/hobo/dryml/parser/text.rb
-lib/hobo/dryml/tag_parameters.rb
-lib/hobo/dryml.rb
-lib/hobo/rapid_helper.rb
-lib/hobo/guest.rb
-lib/hobo/controller.rb
+lib/hobo/model_controller.rb
+lib/hobo/model.rb
 lib/action_view_extensions/helpers/tag_helper.rb
+lib/active_record/association_proxy.rb
 lib/active_record/association_reflection.rb
 lib/active_record/association_collection.rb
-lib/active_record/association_proxy.rb
-Manifest
-dryml_generators/rapid/forms.dryml.erb
-dryml_generators/rapid/cards.dryml.erb
-dryml_generators/rapid/pages.dryml.erb
-test/generators/test_generator_helper.rb
-test/generators/test_hobo_model_controller_generator.rb
-test/generators/test_helper.rb
-test/permissions/test_permissions.rb
-test/permissions/models/schema.rb
-test/permissions/models/models.rb
-taglibs/rapid_generics.dryml
-taglibs/rapid_editing.dryml
-taglibs/rapid_pages.dryml
-taglibs/rapid.dryml
-taglibs/rapid_plus.dryml
+lib/active_record/viewhints_validations_interceptor.rb
+bin/hobo
+Rakefile
+tasks/hobo_tasks.rake
+tasks/environments.rake
+CHANGES.txt
+taglibs/rapid_document_tags.dryml
+taglibs/rapid_support.dryml
 taglibs/rapid_navigation.dryml
+taglibs/rapid_generics.dryml
+taglibs/rapid_user_pages.dryml
 taglibs/core.dryml
-taglibs/rapid_forms.dryml
 taglibs/rapid_lifecycles.dryml
-taglibs/rapid_user_pages.dryml
+taglibs/rapid.dryml
+taglibs/rapid_editing.dryml
+taglibs/rapid_pages.dryml
 taglibs/rapid_core.dryml
-taglibs/rapid_support.dryml
-taglibs/rapid_document_tags.dryml
-CHANGES.txt
+taglibs/rapid_forms.dryml
+taglibs/rapid_plus.dryml
+rails_generators/hobo_user_controller/templates/functional_test.rb
+rails_generators/hobo_user_controller/templates/helper.rb
+rails_generators/hobo_user_controller/templates/controller.rb
+rails_generators/hobo_user_controller/USAGE
+rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
+rails_generators/hobo_rapid/templates/IE7.js
+rails_generators/hobo_rapid/templates/reset.css
+rails_generators/hobo_rapid/templates/blank.gif
+rails_generators/hobo_rapid/templates/lowpro.js
+rails_generators/hobo_rapid/templates/ie7-recalc.js
+rails_generators/hobo_rapid/templates/hobo-rapid.js
+rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
+rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
+rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
+rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
+rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
+rails_generators/hobo_rapid/templates/themes/clean/public/images/50-ACD3E6-fff.png
+rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
+rails_generators/hobo_rapid/templates/themes/clean/public/images/100-3B5F87-ACD3E6.png
+rails_generators/hobo_rapid/templates/themes/clean/public/images/300-ACD3E6-fff.png
+rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
+rails_generators/hobo_rapid/templates/hobo-rapid.css
+rails_generators/hobo_rapid/hobo_rapid_generator.rb
+rails_generators/hobo/templates/dryml-support.js
+rails_generators/hobo/templates/guest.rb
+rails_generators/hobo/templates/application.dryml
+rails_generators/hobo/templates/initializer.rb
+rails_generators/hobo/templates/application.css
+rails_generators/hobo/hobo_generator.rb
+rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
+rails_generators/hobo_front_controller/templates/functional_test.rb
+rails_generators/hobo_front_controller/templates/helper.rb
+rails_generators/hobo_front_controller/templates/controller.rb
+rails_generators/hobo_front_controller/templates/index.dryml
+rails_generators/hobo_front_controller/USAGE
+rails_generators/hobo_user_model/templates/mailer.rb
+rails_generators/hobo_user_model/templates/fixtures.yml
+rails_generators/hobo_user_model/templates/unit_test.rb
+rails_generators/hobo_user_model/templates/forgot_password.erb
+rails_generators/hobo_user_model/templates/model.rb
+rails_generators/hobo_user_model/USAGE
+rails_generators/hobo_user_model/hobo_user_model_generator.rb
+rails_generators/hobo_model/templates/fixtures.yml
+rails_generators/hobo_model/templates/unit_test.rb
+rails_generators/hobo_model/templates/hints.rb
+rails_generators/hobo_model/templates/model.rb
+rails_generators/hobo_model/USAGE
+rails_generators/hobo_model/hobo_model_generator.rb
+rails_generators/hobo_model_controller/templates/functional_test.rb
+rails_generators/hobo_model_controller/templates/helper.rb
+rails_generators/hobo_model_controller/templates/controller.rb
+rails_generators/hobo_model_controller/USAGE
+rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
+rails_generators/hobo_model_resource/templates/functional_test.rb
+rails_generators/hobo_model_resource/templates/helper.rb
+rails_generators/hobo_model_resource/templates/controller.rb
+rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
+rails_generators/hobo_subsite/templates/application.dryml
+rails_generators/hobo_subsite/templates/controller.rb
+rails_generators/hobo_subsite/templates/site_taglib.dryml
+rails_generators/hobo_subsite/hobo_subsite_generator.rb
+init.rb
+LICENSE.txt
+README
+script/destroy
+script/generate
+dryml_generators/rapid/forms.dryml.erb
+dryml_generators/rapid/pages.dryml.erb
+dryml_generators/rapid/cards.dryml.erb
+Manifest
+test/permissions/models/models.rb
+test/permissions/models/schema.rb
+test/permissions/test_permissions.rb
+test/generators/test_hobo_model_controller_generator.rb
+test/generators/test_generator_helper.rb
+test/generators/test_helper.rb</diff>
      <filename>hobo/Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -47,11 +47,11 @@ Echoe.new('hobo') do |p|
   p.project = &quot;hobo&quot;
 
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.7&quot;
+  p.version   = &quot;0.8.8&quot;
 
   p.dependencies = [
-    'hobosupport =0.8.7',
-    'hobofields =0.8.7',
+    'hobosupport =0.8.8',
+    'hobofields =0.8.8',
     'rails &gt;=2.2.2',
     'mislav-will_paginate &gt;=2.2.1']
     </diff>
      <filename>hobo/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ class HoboError &lt; RuntimeError; end
 
 module Hobo
 
-  VERSION = &quot;0.8.7&quot;
+  VERSION = &quot;0.8.8&quot;
   
   class PermissionDeniedError &lt; RuntimeError; end
 </diff>
      <filename>hobo/lib/hobo.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,9 +22,9 @@ Echoe.new('hobofields') do |p|
   p.project = &quot;hobo&quot;
 
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.7&quot;
+  p.version   = &quot;0.8.8&quot;
 
-  p.dependencies = ['hobosupport =0.8.7', 'rails &gt;=2.2.2']
+  p.dependencies = ['hobosupport =0.8.8', 'rails &gt;=2.2.2']
   p.development_dependencies = []
 end
 </diff>
      <filename>hobofields/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ end
 
 module HoboFields
 
-  VERSION = &quot;0.8.7&quot;
+  VERSION = &quot;0.8.8&quot;
 
   extend self
 </diff>
      <filename>hobofields/lib/hobo_fields.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ Echoe.new('hobosupport') do |p|
   p.project = &quot;hobo&quot;
   
   p.changelog = &quot;CHANGES.txt&quot;
-  p.version   = &quot;0.8.7&quot;
+  p.version   = &quot;0.8.8&quot;
   
   p.development_dependencies = []
 end</diff>
      <filename>hobosupport/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module HoboSupport
 
-  VERSION = &quot;0.8.7&quot;
+  VERSION = &quot;0.8.8&quot;
 
   RAILS_VERSION_FLOAT = Object.const_defined?(:Rails) ? Rails::VERSION::STRING.match(/^\d+\.\d+/)[0].to_f : 0
   </diff>
      <filename>hobosupport/lib/hobo_support.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ HoboSupport is a mixed bag of core ruby extensions that have been extracted from
 {.hidden}
 
     &gt;&gt; HoboSupport::VERSION
-    =&gt; &quot;0.8.7&quot;
+    =&gt; &quot;0.8.8&quot;
 
 ## Contents
 </diff>
      <filename>hobosupport/test/hobosupport.rdoctest</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>367a18b025dc00624169e23b960d61886352f65e</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Larsen</name>
    <email>blarsen@btp.(none)</email>
  </author>
  <url>http://github.com/tablatom/hobo/commit/a346ba630a71d4946f8d2007341eb390ea4ec5d8</url>
  <id>a346ba630a71d4946f8d2007341eb390ea4ec5d8</id>
  <committed-date>2009-06-24T13:12:44-07:00</committed-date>
  <authored-date>2009-06-24T13:12:44-07:00</authored-date>
  <message>bump gem to 0.8.8</message>
  <tree>aa90e099b9a8fe435b1bb0656e8a245d661e3c3d</tree>
  <committer>
    <name>Bryan Larsen</name>
    <email>blarsen@btp.(none)</email>
  </committer>
</commit>
