<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/controllers/pages_controller.rb</filename>
    </added>
    <added>
      <filename>app/views/pages/about.html.erb</filename>
    </added>
    <added>
      <filename>features/manage_pages.feature</filename>
    </added>
    <added>
      <filename>spec/controllers/pages_controller_spec.rb</filename>
    </added>
    <added>
      <filename>spec/shared/layout_examples.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -45,6 +45,10 @@ ActionController::Routing::Routes.draw do |map|
   map.feed '/feed.:format',  :controller =&gt; 'syndication', :action =&gt; 'feed'
   map.sitemap '/sitemap.:format', :controller =&gt; 'syndication', :action =&gt; 'sitemap'
   
+  # pages
+  map.page ':page', :controller =&gt; 'pages', :action =&gt; 'show', :page =&gt; /about|contact/
+  
+  
   map.four_oh_four '/404', :controller =&gt; 'posts'
   
 end</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -29,6 +29,8 @@ module NavigationHelpers
       $1
     when /^the 404 page$/
       &quot;/404&quot;
+    when /^the about page$/
+      &quot;/about&quot;
       
     # Add more mappings here.
     # Here is a more fancy example:</diff>
      <filename>features/support/paths.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,12 +10,6 @@ describe PostsController do
     # minimal spec to check the before filter runs
     controller.should_receive(:setup_sidebar).once.and_return(true)
   end
-  
-  shared_examples_for &quot;the sidebar has been setup&quot; do
-    it &quot;should have setup the sidebar&quot; do
-      assigns[:recent_posts].should == [mock_post]
-    end
-  end
 
 
   describe &quot;GET 'index'&quot; do</diff>
      <filename>spec/controllers/posts_controller_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>67fcaa52df8925b2d05cf0754ab4efd0342182fb</id>
    </parent>
  </parents>
  <author>
    <name>Ben Aldred</name>
    <email>benaldred@gmail.com</email>
  </author>
  <url>http://github.com/benaldred/soapbox/commit/7b4ec1351aff10b5e9383aa230d13c68c7af5bc1</url>
  <id>7b4ec1351aff10b5e9383aa230d13c68c7af5bc1</id>
  <committed-date>2009-10-28T15:52:54-07:00</committed-date>
  <authored-date>2009-10-28T15:52:54-07:00</authored-date>
  <message>add simple page creation system</message>
  <tree>463928472577260d8be8451c1f3faab6f8c50675</tree>
  <committer>
    <name>Ben Aldred</name>
    <email>benaldred@gmail.com</email>
  </committer>
</commit>
