<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
       %p= link_to 'New event', new_event_path
       - unless @events.empty?
         - @events.each do |event|
-          .quarter
+          .quarter&gt;
             %h3= link_to event.title, event
             %p= event.description
       - else</diff>
      <filename>app/views/events/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,7 @@ h2. Structure
 
 h2. Presentation
 
+* add user avatars (gravatar cascade to paperclip)
 * add a .quarter section for images in projects, jobs, presentations sections
 * put company logo next to job title, no company name
 
@@ -16,7 +17,6 @@ h2. Behavior
 
 h2. Refactoring
 
-* move partials in layouts to shared
 * link_to_each helper
 * refactor Presentation#populate_embed to Youtube class
 </diff>
      <filename>doc/TODO.textile</filename>
    </modified>
    <modified>
      <diff>@@ -38,20 +38,8 @@ class EventsControllerTest &lt; ActionController::TestCase
     should_assign_to :events
   end
 
-  context 'on GET to :index rss' do
-    setup do
-      @next = Factory(:event)
-      get :index, :format =&gt; 'rss'
-    end
-
-    should_assign_to :events
-    should_have_media_type 'application/rss+xml'
-  end
-
   context 'on GET to :new' do
-    setup do
-      get :new
-    end
+    setup { get :new }
 
     should_assign_to :event
     should_respond_with :success</diff>
      <filename>test/functional/events_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app/views/events/index.rss.builder</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b123e30d5c543a03858b2988d45c3459859cf042</id>
    </parent>
  </parents>
  <author>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </author>
  <url>http://github.com/bostonrb/bostonrb/commit/5843af3af10a6772bfc46149eb6f38cf9ac555ba</url>
  <id>5843af3af10a6772bfc46149eb6f38cf9ac555ba</id>
  <committed-date>2009-05-16T13:57:35-07:00</committed-date>
  <authored-date>2009-05-04T05:43:03-07:00</authored-date>
  <message>fixed styling on events/index. removed events RSS feed.</message>
  <tree>17fb18620e93184b28d50408dbc7d2050d22ed03</tree>
  <committer>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </committer>
</commit>
