<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,16 +19,11 @@ the current features includes:
 - mkdir log
 - create a config/database.yml (rename and edit config/database.yml.example)
 - modify the session secret
-- rake db:migrate
-- rake
-- rake db:fixtures:load
+- rake db:migrate RAILS_ENV=production
 - modify config/amazon_s3.yml with your amazon s3 credentials (covers are uploaded to s3)
+- access '/signup' and create your admin user.
 
-
-that will get the database created, the tests done and some sample data - including an 
-admin user, quentin. You can authenticate as an administrator accessing /login (quentin's 
-password is test).  you should create new admin users using the console. feel free to 
-customize your environment file with fancy configatron options.
+You can later login into the admin area accessing '/login'. Feel free to customize the config.yml file with fancy configatron options.
 
 
 == LICENSE:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,7 @@ class UsersController &lt; ApplicationController
 
   # render new.rhtml
   def new
+    login_required if User.all.size &gt; 0      
   end
 
   def create</diff>
      <filename>app/controllers/users_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ActionController::Routing::Routes.draw do |map|
-  map.login '/login',  :controller =&gt; 'sessions', :action =&gt; 'new'
-
+  map.login '/login',   :controller =&gt; 'sessions', :action =&gt; 'new'
+  map.signup '/signup', :controller =&gt; 'users', :action =&gt; 'new'
   map.resource :session, :controller =&gt; 'sessions'
   
   map.home '',         :controller =&gt; 'books'</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -30,17 +30,6 @@ ActiveRecord::Schema.define(:version =&gt; 20090228182910) do
     t.integer  &quot;cover_file_size&quot;
   end
 
-  create_table &quot;covers&quot;, :force =&gt; true do |t|
-    t.string   &quot;content_type&quot;
-    t.integer  &quot;size&quot;
-    t.string   &quot;filename&quot;
-    t.datetime &quot;created_at&quot;
-    t.datetime &quot;updated_at&quot;
-    t.integer  &quot;book_id&quot;
-    t.string   &quot;thumbnail&quot;
-    t.integer  &quot;parent_id&quot;
-  end
-
   create_table &quot;feed_items&quot;, :force =&gt; true do |t|
     t.string   &quot;title&quot;
     t.text     &quot;body&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b51031b02c65bbcad907e494c2746fd64d6508a2</id>
    </parent>
  </parents>
  <author>
    <name>rodrigo franco (caffo)</name>
    <email>caffeine@gmail.com</email>
  </author>
  <url>http://github.com/caffo/bookqueue/commit/39d6040e1859f9163768f58dc5e877c8806d5092</url>
  <id>39d6040e1859f9163768f58dc5e877c8806d5092</id>
  <committed-date>2009-02-28T20:20:23-08:00</committed-date>
  <authored-date>2009-02-28T20:20:23-08:00</authored-date>
  <message>Signup page added</message>
  <tree>82967e2dd7bf1eb769c92e1b8a5a1c8b81ad4293</tree>
  <committer>
    <name>rodrigo franco (caffo)</name>
    <email>caffeine@gmail.com</email>
  </committer>
</commit>
