<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>NEWFILE</filename>
    </added>
    <added>
      <filename>vendor/plugins/acts_as_snook</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,7 @@ class Forum &lt; ActiveRecord::Base
   #we do this because we want to order the topics by the last posts created_at date.
   #There's no easy way to do it
   alias_method :old_topics, :topics
+  
   def topics
     old_topics.sort_by { |t| t.posts.last.created_at }.reverse
   end</diff>
      <filename>app/models/forum.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 # ENV['RAILS_ENV'] ||= 'production'
 
 # Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
 TIME_DISPLAY = &quot;%d %B %Y %I:%M:%S%p&quot;
 DATE_DISPLAY = &quot;%d %B %Y&quot;
 # Bootstrap the Rails environment, frameworks, and default configuration
@@ -19,7 +19,7 @@ Rails::Initializer.run do |config|
   
   # Skip frameworks you're not going to use (only works if using vendor/rails)
   # config.frameworks -= [ :action_web_service, :action_mailer ]
-config.action_controller.session = { :session_key =&gt; &quot;railsforum_secret&quot;, :secret =&gt; &quot;this is a super secret passphrase that protects railsforum&quot; }
+config.action_controller.session = { :session_key =&gt; &quot;rboard_secret&quot;, :secret =&gt; &quot;this is a super secret passphrase that protects rboard&quot; }
   # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
   # config.plugins = %W( exception_notification ssl_requirement )
 </diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8fb0883c8503553614511dd3abf7ae965d84b5d8</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bigg</name>
    <email>radarlistener@gmail.com</email>
  </author>
  <url>http://github.com/radar/rboard/commit/ec60538008d7d2f4ce18e067662e567507c7a961</url>
  <id>ec60538008d7d2f4ce18e067662e567507c7a961</id>
  <committed-date>2008-07-07T21:41:00-07:00</committed-date>
  <authored-date>2008-07-07T21:41:00-07:00</authored-date>
  <message>Wop</message>
  <tree>7c49ea2a648240bf11ee265719cde9651b9124d2</tree>
  <committer>
    <name>Ryan Bigg</name>
    <email>radarlistener@gmail.com</email>
  </committer>
</commit>
