<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,7 @@ the current features includes:
 - modify the session secret
 - rake db:migrate RAILS_ENV=production
 - modify config/amazon_s3.yml with your amazon s3 credentials (covers are uploaded to s3)
+- setup the webserver to access the app
 - access '/signup' and create your admin user.
 
 You can later login into the admin area accessing '/login'. Feel free to customize the config.yml file with fancy configatron options.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -11,8 +11,8 @@ class UsersController &lt; ApplicationController
     @user = User.new(params[:user])
     @user.save!
     self.current_user = @user
-    redirect_back_or_default('/')
-    flash[:notice] = &quot;Thanks for signing up!&quot;
+    flash[:notice] = &quot;Welcome to the bookqueue!&quot;
+    redirect_back_or_default('/books/new')
   rescue ActiveRecord::RecordInvalid
     render :action =&gt; 'new'
   end</diff>
      <filename>app/controllers/users_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ config.cache_classes = true
 # Full error reports are disabled and caching is turned on
 config.action_controller.consider_all_requests_local = false
 config.action_controller.perform_caching             = true
-config.action_view.cache_template_loading            = true
+#config.action_view.cache_template_loading            = true
 
 # Use a different cache store in production
 # config.cache_store = :mem_cache_store</diff>
      <filename>config/environments/production.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39d6040e1859f9163768f58dc5e877c8806d5092</id>
    </parent>
  </parents>
  <author>
    <name>rodrigo franco (caffo)</name>
    <email>caffeine@gmail.com</email>
  </author>
  <url>http://github.com/caffo/bookqueue/commit/f49bbc8e4a1c35a0013aa0d6262eb150784cccb7</url>
  <id>f49bbc8e4a1c35a0013aa0d6262eb150784cccb7</id>
  <committed-date>2009-02-28T20:25:35-08:00</committed-date>
  <authored-date>2009-02-28T20:25:35-08:00</authored-date>
  <message>some fixes in the user signup process</message>
  <tree>b667b80fd1825d7e1ea8b1b06cb970dc48b59bb6</tree>
  <committer>
    <name>rodrigo franco (caffo)</name>
    <email>caffeine@gmail.com</email>
  </committer>
</commit>
