<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class HomeController &lt; ApplicationController
   def index
-    logged_in? ? redirect_to('/sso/login') : render
+    render
   end
 end</diff>
      <filename>app/controllers/home_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,3 @@
 # Methods added to this helper will be available to all templates in the application.
 module ApplicationHelper
-  def logged_in?
-    session[:user_id].nil?
-  end
 end</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ Rails::Initializer.run do |config|
   # config.gem &quot;sqlite3-ruby&quot;, :lib =&gt; &quot;sqlite3&quot;
   # config.gem &quot;aws-s3&quot;, :lib =&gt; &quot;aws/s3&quot;
 
-  config.gem 'hancock-client'
+  config.gem 'hancock-client', :version =&gt; '0.0.4'
   # Only load the plugins named here, in the order given (default is alphabetical).
   # :all can be used as a placeholder for all plugins not explicitly named
   # config.plugins = [ :exception_notification, :ssl_requirement, :all ]</diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c9eb6d6cb4ab5cd73c86965c3d7c78cd0846a1ac</id>
    </parent>
  </parents>
  <author>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </author>
  <url>http://github.com/atmos/hancock-client-rails/commit/fe09c83b97a426573efb978b31bbc0b27e825157</url>
  <id>fe09c83b97a426573efb978b31bbc0b27e825157</id>
  <committed-date>2009-03-23T20:17:56-07:00</committed-date>
  <authored-date>2009-03-23T20:17:56-07:00</authored-date>
  <message>no longer use framework level before filters since they're covered in hancock-client 0.0.4</message>
  <tree>70e3f3de71d380917f77e71f226c195853911564</tree>
  <committer>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </committer>
</commit>
