<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,3 +35,10 @@ rake db:create db:migrate
 
 4) Start Server
 script/server
+
+
+== Notes
+
+To add a bunch of junk data (to test paging, etc..) run 
+
+rake yubnub:junk_data
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -84,7 +84,6 @@ DESCRIPTION
   s.golden_egg_date = DateTime.now
 end
 
-
 # KERNEL - GE
 Command.seed(:name) do |s|
   s.name = &quot;ge&quot;
@@ -108,12 +107,4 @@ DESCRIPTION
 
 &quot;
   s.golden_egg_date = DateTime.now
-end
-
-500.times do |i|
-  Command.seed(:name) do |s|
-    s.name = &quot;test-#{i}&quot;
-    s.url = &quot;http://www.testing.com/?#{i}hello=%s&quot;
-    s.description = &quot;#{i} Test stuff out&quot;
-  end
 end
\ No newline at end of file</diff>
      <filename>db/fixtures/commands.rb</filename>
    </modified>
    <modified>
      <diff>@@ -21,5 +21,15 @@ namespace :yubnub do
     end
   end
   
+  desc &quot;Add Junk Data&quot;
+  task :junk_data =&gt; :environment do
+    500.times do |i|
+      Command.seed(:name) do |s|
+        s.name = &quot;test-#{i}&quot;
+        s.url = &quot;http://www.testing.com/?#{i}hello=%s&quot;
+        s.description = &quot;#{i} Test stuff out&quot;
+      end
+    end
+  end
   
 end
\ No newline at end of file</diff>
      <filename>lib/tasks/yubnub.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7484447f57ac1f131080405c901d647119a90959</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </author>
  <url>http://github.com/jcnetdev/yubnub/commit/5fbe4e22d12b991c4e78ada0d35eb3e9466b8b00</url>
  <id>5fbe4e22d12b991c4e78ada0d35eb3e9466b8b00</id>
  <committed-date>2008-07-05T18:07:36-07:00</committed-date>
  <authored-date>2008-07-05T18:07:36-07:00</authored-date>
  <message>Updating Commands and Rake Task</message>
  <tree>6bee8f0501f88319f7f1b45e69018a46e8ca7f34</tree>
  <committer>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </committer>
</commit>
