Explorar o código

Demo app ready

Paul Klumpp %!s(int64=12) %!d(string=hai) anos
pai
achega
27f106453c
Modificáronse 58 ficheiros con 1511 adicións e 0 borrados
  1. 3 0
      app/assets/javascripts/microposts.js.coffee
  2. 3 0
      app/assets/javascripts/users.js.coffee
  3. 3 0
      app/assets/stylesheets/microposts.css.scss
  4. 56 0
      app/assets/stylesheets/scaffolds.css.scss
  5. 3 0
      app/assets/stylesheets/users.css.scss
  6. 83 0
      app/controllers/microposts_controller.rb
  7. 83 0
      app/controllers/users_controller.rb
  8. 2 0
      app/helpers/microposts_helper.rb
  9. 2 0
      app/helpers/users_helper.rb
  10. 4 0
      app/models/micropost.rb
  11. 3 0
      app/models/user.rb
  12. 25 0
      app/views/microposts/_form.html.erb
  13. 6 0
      app/views/microposts/edit.html.erb
  14. 25 0
      app/views/microposts/index.html.erb
  15. 5 0
      app/views/microposts/new.html.erb
  16. 15 0
      app/views/microposts/show.html.erb
  17. 25 0
      app/views/users/_form.html.erb
  18. 6 0
      app/views/users/edit.html.erb
  19. 25 0
      app/views/users/index.html.erb
  20. 5 0
      app/views/users/new.html.erb
  21. 15 0
      app/views/users/show.html.erb
  22. 4 0
      config/routes.rb
  23. BIN=BIN
      db/development.sqlite3
  24. 10 0
      db/migrate/20111002172757_create_users.rb
  25. 10 0
      db/migrate/20111002180610_create_microposts.rb
  26. 30 0
      db/schema.rb
  27. 921 0
      log/development.log
  28. 9 0
      test/fixtures/microposts.yml
  29. 9 0
      test/fixtures/users.yml
  30. 49 0
      test/functional/microposts_controller_test.rb
  31. 49 0
      test/functional/users_controller_test.rb
  32. 4 0
      test/unit/helpers/microposts_helper_test.rb
  33. 4 0
      test/unit/helpers/users_helper_test.rb
  34. 7 0
      test/unit/micropost_test.rb
  35. 7 0
      test/unit/user_test.rb
  36. BIN=BIN
      tmp/cache/assets/C53/BA0/sprockets%2F41ed3019857f96f723c1f7232229b235
  37. BIN=BIN
      tmp/cache/assets/C93/080/sprockets%2F6b07f399df672d85606326940db584c5
  38. BIN=BIN
      tmp/cache/assets/CD7/6F0/sprockets%2Fbd3936370d0f952ada5774e2230046ed
  39. BIN=BIN
      tmp/cache/assets/CD9/8A0/sprockets%2Fc484d074777e11cd0e6eb124b0977c12
  40. BIN=BIN
      tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
  41. BIN=BIN
      tmp/cache/assets/CFB/FD0/sprockets%2F7b21ea16b846bb10d1407e4e29d23f05
  42. BIN=BIN
      tmp/cache/assets/D02/0A0/sprockets%2F4ad413f3e3326481d2f5f9327bbd0e12
  43. BIN=BIN
      tmp/cache/assets/D12/EA0/sprockets%2F9af8f5bc76a8803176d317205d76a2cb
  44. BIN=BIN
      tmp/cache/assets/D1C/C10/sprockets%2Fe3fc8379da53240cd33f6626b984d77a
  45. BIN=BIN
      tmp/cache/assets/D28/9D0/sprockets%2F901aa1f2dd066ee05000d301ff8c24f9
  46. BIN=BIN
      tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
  47. BIN=BIN
      tmp/cache/assets/D41/B50/sprockets%2F03d9d80008b2a1ee6684f85a67e3ccc7
  48. BIN=BIN
      tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
  49. BIN=BIN
      tmp/cache/assets/D5C/030/sprockets%2Fbd2005a3a9ed27eb79400cc5715a5f0d
  50. BIN=BIN
      tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384
  51. BIN=BIN
      tmp/cache/assets/DA4/460/sprockets%2F977ead1d20bc9f7e1c191bd4348f9e3a
  52. BIN=BIN
      tmp/cache/assets/DB1/DE0/sprockets%2Fcb74fd68c7dbaeaf585449559d2fb561
  53. BIN=BIN
      tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
  54. BIN=BIN
      tmp/cache/assets/E06/610/sprockets%2Fc1c0812ce0f9ed6de5bce9518e80eee7
  55. BIN=BIN
      tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/microposts.css.scssc
  56. BIN=BIN
      tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/scaffolds.css.scssc
  57. BIN=BIN
      tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/users.css.scssc
  58. 1 0
      tmp/pids/server.pid

+ 3 - 0
app/assets/javascripts/microposts.js.coffee

@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

+ 3 - 0
app/assets/javascripts/users.js.coffee

@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/

+ 3 - 0
app/assets/stylesheets/microposts.css.scss

@@ -0,0 +1,3 @@
+// Place all the styles related to the Microposts controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/

+ 56 - 0
app/assets/stylesheets/scaffolds.css.scss

@@ -0,0 +1,56 @@
+body {
+  background-color: #fff;
+  color: #333;
+  font-family: verdana, arial, helvetica, sans-serif;
+  font-size: 13px;
+  line-height: 18px; }
+
+p, ol, ul, td {
+  font-family: verdana, arial, helvetica, sans-serif;
+  font-size: 13px;
+  line-height: 18px; }
+
+pre {
+  background-color: #eee;
+  padding: 10px;
+  font-size: 11px; }
+
+a {
+  color: #000;
+  &:visited {
+    color: #666; }
+  &:hover {
+    color: #fff;
+    background-color: #000; } }
+
+div {
+  &.field, &.actions {
+    margin-bottom: 10px; } }
+
+#notice {
+  color: green; }
+
+.field_with_errors {
+  padding: 2px;
+  background-color: red;
+  display: table; }
+
+#error_explanation {
+  width: 450px;
+  border: 2px solid red;
+  padding: 7px;
+  padding-bottom: 0;
+  margin-bottom: 20px;
+  background-color: #f0f0f0;
+  h2 {
+    text-align: left;
+    font-weight: bold;
+    padding: 5px 5px 5px 15px;
+    font-size: 12px;
+    margin: -7px;
+    margin-bottom: 0px;
+    background-color: #c00;
+    color: #fff; }
+  ul li {
+    font-size: 12px;
+    list-style: square; } }

+ 3 - 0
app/assets/stylesheets/users.css.scss

@@ -0,0 +1,3 @@
+// Place all the styles related to the Users controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/

+ 83 - 0
app/controllers/microposts_controller.rb

@@ -0,0 +1,83 @@
+class MicropostsController < ApplicationController
+  # GET /microposts
+  # GET /microposts.json
+  def index
+    @microposts = Micropost.all
+
+    respond_to do |format|
+      format.html # index.html.erb
+      format.json { render json: @microposts }
+    end
+  end
+
+  # GET /microposts/1
+  # GET /microposts/1.json
+  def show
+    @micropost = Micropost.find(params[:id])
+
+    respond_to do |format|
+      format.html # show.html.erb
+      format.json { render json: @micropost }
+    end
+  end
+
+  # GET /microposts/new
+  # GET /microposts/new.json
+  def new
+    @micropost = Micropost.new
+
+    respond_to do |format|
+      format.html # new.html.erb
+      format.json { render json: @micropost }
+    end
+  end
+
+  # GET /microposts/1/edit
+  def edit
+    @micropost = Micropost.find(params[:id])
+  end
+
+  # POST /microposts
+  # POST /microposts.json
+  def create
+    @micropost = Micropost.new(params[:micropost])
+
+    respond_to do |format|
+      if @micropost.save
+        format.html { redirect_to @micropost, notice: 'Micropost was successfully created.' }
+        format.json { render json: @micropost, status: :created, location: @micropost }
+      else
+        format.html { render action: "new" }
+        format.json { render json: @micropost.errors, status: :unprocessable_entity }
+      end
+    end
+  end
+
+  # PUT /microposts/1
+  # PUT /microposts/1.json
+  def update
+    @micropost = Micropost.find(params[:id])
+
+    respond_to do |format|
+      if @micropost.update_attributes(params[:micropost])
+        format.html { redirect_to @micropost, notice: 'Micropost was successfully updated.' }
+        format.json { head :ok }
+      else
+        format.html { render action: "edit" }
+        format.json { render json: @micropost.errors, status: :unprocessable_entity }
+      end
+    end
+  end
+
+  # DELETE /microposts/1
+  # DELETE /microposts/1.json
+  def destroy
+    @micropost = Micropost.find(params[:id])
+    @micropost.destroy
+
+    respond_to do |format|
+      format.html { redirect_to microposts_url }
+      format.json { head :ok }
+    end
+  end
+end

+ 83 - 0
app/controllers/users_controller.rb

@@ -0,0 +1,83 @@
+class UsersController < ApplicationController
+  # GET /users
+  # GET /users.json
+  def index
+    @users = User.all
+
+    respond_to do |format|
+      format.html # index.html.erb
+      format.json { render json: @users }
+    end
+  end
+
+  # GET /users/1
+  # GET /users/1.json
+  def show
+    @user = User.find(params[:id])
+
+    respond_to do |format|
+      format.html # show.html.erb
+      format.json { render json: @user }
+    end
+  end
+
+  # GET /users/new
+  # GET /users/new.json
+  def new
+    @user = User.new
+
+    respond_to do |format|
+      format.html # new.html.erb
+      format.json { render json: @user }
+    end
+  end
+
+  # GET /users/1/edit
+  def edit
+    @user = User.find(params[:id])
+  end
+
+  # POST /users
+  # POST /users.json
+  def create
+    @user = User.new(params[:user])
+
+    respond_to do |format|
+      if @user.save
+        format.html { redirect_to @user, notice: 'User was successfully created.' }
+        format.json { render json: @user, status: :created, location: @user }
+      else
+        format.html { render action: "new" }
+        format.json { render json: @user.errors, status: :unprocessable_entity }
+      end
+    end
+  end
+
+  # PUT /users/1
+  # PUT /users/1.json
+  def update
+    @user = User.find(params[:id])
+
+    respond_to do |format|
+      if @user.update_attributes(params[:user])
+        format.html { redirect_to @user, notice: 'User was successfully updated.' }
+        format.json { head :ok }
+      else
+        format.html { render action: "edit" }
+        format.json { render json: @user.errors, status: :unprocessable_entity }
+      end
+    end
+  end
+
+  # DELETE /users/1
+  # DELETE /users/1.json
+  def destroy
+    @user = User.find(params[:id])
+    @user.destroy
+
+    respond_to do |format|
+      format.html { redirect_to users_url }
+      format.json { head :ok }
+    end
+  end
+end

+ 2 - 0
app/helpers/microposts_helper.rb

@@ -0,0 +1,2 @@
+module MicropostsHelper
+end

+ 2 - 0
app/helpers/users_helper.rb

@@ -0,0 +1,2 @@
+module UsersHelper
+end

+ 4 - 0
app/models/micropost.rb

@@ -0,0 +1,4 @@
+class Micropost < ActiveRecord::Base
+	belongs_to :user
+	validates :content, :length => { :maximum => 140 }
+end

+ 3 - 0
app/models/user.rb

@@ -0,0 +1,3 @@
+class User < ActiveRecord::Base
+	has_many :microposts
+end

+ 25 - 0
app/views/microposts/_form.html.erb

@@ -0,0 +1,25 @@
+<%= form_for(@micropost) do |f| %>
+  <% if @micropost.errors.any? %>
+    <div id="error_explanation">
+      <h2><%= pluralize(@micropost.errors.count, "error") %> prohibited this micropost from being saved:</h2>
+
+      <ul>
+      <% @micropost.errors.full_messages.each do |msg| %>
+        <li><%= msg %></li>
+      <% end %>
+      </ul>
+    </div>
+  <% end %>
+
+  <div class="field">
+    <%= f.label :content %><br />
+    <%= f.text_field :content %>
+  </div>
+  <div class="field">
+    <%= f.label :user_id %><br />
+    <%= f.number_field :user_id %>
+  </div>
+  <div class="actions">
+    <%= f.submit %>
+  </div>
+<% end %>

+ 6 - 0
app/views/microposts/edit.html.erb

@@ -0,0 +1,6 @@
+<h1>Editing micropost</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @micropost %> |
+<%= link_to 'Back', microposts_path %>

+ 25 - 0
app/views/microposts/index.html.erb

@@ -0,0 +1,25 @@
+<h1>Listing microposts</h1>
+
+<table>
+  <tr>
+    <th>Content</th>
+    <th>User</th>
+    <th></th>
+    <th></th>
+    <th></th>
+  </tr>
+
+<% @microposts.each do |micropost| %>
+  <tr>
+    <td><%= micropost.content %></td>
+    <td><%= micropost.user_id %></td>
+    <td><%= link_to 'Show', micropost %></td>
+    <td><%= link_to 'Edit', edit_micropost_path(micropost) %></td>
+    <td><%= link_to 'Destroy', micropost, confirm: 'Are you sure?', method: :delete %></td>
+  </tr>
+<% end %>
+</table>
+
+<br />
+
+<%= link_to 'New Micropost', new_micropost_path %>

+ 5 - 0
app/views/microposts/new.html.erb

@@ -0,0 +1,5 @@
+<h1>New micropost</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Back', microposts_path %>

+ 15 - 0
app/views/microposts/show.html.erb

@@ -0,0 +1,15 @@
+<p id="notice"><%= notice %></p>
+
+<p>
+  <b>Content:</b>
+  <%= @micropost.content %>
+</p>
+
+<p>
+  <b>User:</b>
+  <%= @micropost.user_id %>
+</p>
+
+
+<%= link_to 'Edit', edit_micropost_path(@micropost) %> |
+<%= link_to 'Back', microposts_path %>

+ 25 - 0
app/views/users/_form.html.erb

@@ -0,0 +1,25 @@
+<%= form_for(@user) do |f| %>
+  <% if @user.errors.any? %>
+    <div id="error_explanation">
+      <h2><%= pluralize(@user.errors.count, "error") %> prohibited this user from being saved:</h2>
+
+      <ul>
+      <% @user.errors.full_messages.each do |msg| %>
+        <li><%= msg %></li>
+      <% end %>
+      </ul>
+    </div>
+  <% end %>
+
+  <div class="field">
+    <%= f.label :name %><br />
+    <%= f.text_field :name %>
+  </div>
+  <div class="field">
+    <%= f.label :email %><br />
+    <%= f.text_field :email %>
+  </div>
+  <div class="actions">
+    <%= f.submit %>
+  </div>
+<% end %>

+ 6 - 0
app/views/users/edit.html.erb

@@ -0,0 +1,6 @@
+<h1>Editing user</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Show', @user %> |
+<%= link_to 'Back', users_path %>

+ 25 - 0
app/views/users/index.html.erb

@@ -0,0 +1,25 @@
+<h1>Listing users</h1>
+
+<table>
+  <tr>
+    <th>Name</th>
+    <th>Email</th>
+    <th></th>
+    <th></th>
+    <th></th>
+  </tr>
+
+<% @users.each do |user| %>
+  <tr>
+    <td><%= user.name %></td>
+    <td><%= user.email %></td>
+    <td><%= link_to 'Show', user %></td>
+    <td><%= link_to 'Edit', edit_user_path(user) %></td>
+    <td><%= link_to 'Destroy', user, confirm: 'Are you sure?', method: :delete %></td>
+  </tr>
+<% end %>
+</table>
+
+<br />
+
+<%= link_to 'New User', new_user_path %>

+ 5 - 0
app/views/users/new.html.erb

@@ -0,0 +1,5 @@
+<h1>New user</h1>
+
+<%= render 'form' %>
+
+<%= link_to 'Back', users_path %>

+ 15 - 0
app/views/users/show.html.erb

@@ -0,0 +1,15 @@
+<p id="notice"><%= notice %></p>
+
+<p>
+  <b>Name:</b>
+  <%= @user.name %>
+</p>
+
+<p>
+  <b>Email:</b>
+  <%= @user.email %>
+</p>
+
+
+<%= link_to 'Edit', edit_user_path(@user) %> |
+<%= link_to 'Back', users_path %>

+ 4 - 0
config/routes.rb

@@ -1,4 +1,8 @@
 Nooo::Application.routes.draw do
+  resources :microposts
+
+  resources :users
+
   # The priority is based upon order of creation:
   # first created -> highest priority.
 

BIN=BIN
db/development.sqlite3


+ 10 - 0
db/migrate/20111002172757_create_users.rb

@@ -0,0 +1,10 @@
+class CreateUsers < ActiveRecord::Migration
+  def change
+    create_table :users do |t|
+      t.string :name
+      t.string :email
+
+      t.timestamps
+    end
+  end
+end

+ 10 - 0
db/migrate/20111002180610_create_microposts.rb

@@ -0,0 +1,10 @@
+class CreateMicroposts < ActiveRecord::Migration
+  def change
+    create_table :microposts do |t|
+      t.string :content
+      t.integer :user_id
+
+      t.timestamps
+    end
+  end
+end

+ 30 - 0
db/schema.rb

@@ -0,0 +1,30 @@
+# encoding: UTF-8
+# This file is auto-generated from the current state of the database. Instead
+# of editing this file, please use the migrations feature of Active Record to
+# incrementally modify your database, and then regenerate this schema definition.
+#
+# Note that this schema.rb definition is the authoritative source for your
+# database schema. If you need to create the application database on another
+# system, you should be using db:schema:load, not running all the migrations
+# from scratch. The latter is a flawed and unsustainable approach (the more migrations
+# you'll amass, the slower it'll run and the greater likelihood for issues).
+#
+# It's strongly recommended to check this file into your version control system.
+
+ActiveRecord::Schema.define(:version => 20111002180610) do
+
+  create_table "microposts", :force => true do |t|
+    t.string   "content"
+    t.integer  "user_id"
+    t.datetime "created_at"
+    t.datetime "updated_at"
+  end
+
+  create_table "users", :force => true do |t|
+    t.string   "name"
+    t.string   "email"
+    t.datetime "created_at"
+    t.datetime "updated_at"
+  end
+
+end

+ 921 - 0
log/development.log

@@ -8,3 +8,924 @@ Started GET "/rails/info/properties" for 127.0.0.1 at 2011-10-02 18:02:16 +0200
   Processing by Rails::InfoController#properties as */*
 Rendered inline template (33.9ms)
 Completed 200 OK in 179ms (Views: 178.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/rails.png" for 127.0.0.1 at 2011-10-02 19:14:22 +0200
+Served asset /rails.png - 304 Not Modified (48ms)
+
+
+Started GET "/rails/info/properties" for 127.0.0.1 at 2011-10-02 19:14:26 +0200
+  Processing by Rails::InfoController#properties as */*
+Rendered inline template (33.9ms)
+Completed 200 OK in 166ms (Views: 165.0ms | ActiveRecord: 0.0ms)
+   (0.1ms)  select sqlite_version(*)
+   (17.4ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
+   (0.1ms)  PRAGMA index_list("schema_migrations")
+   (2.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
+Migrating to CreateUsers (20111002172757)
+   (0.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
+   (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20111002172757')
+   (0.3ms)  select sqlite_version(*)
+   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
+   (0.1ms)  PRAGMA index_list("users")
+
+
+Started GET "/assets/rails.png" for 127.0.0.1 at 2011-10-02 19:29:40 +0200
+Served asset /rails.png - 304 Not Modified (3ms)
+
+
+Started GET "/u" for 127.0.0.1 at 2011-10-02 19:30:12 +0200
+
+ActionController::RoutingError (No route matches [GET] "/u"):
+  
+
+Rendered /usr/local/rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.0ms)
+
+
+Started GET "/users" for 127.0.0.1 at 2011-10-02 19:30:12 +0200
+  Processing by UsersController#index as HTML
+  User Load (0.2ms)  SELECT "users".* FROM "users" 
+Rendered users/index.html.erb within layouts/application (1.3ms)
+Compiled application.css  (1ms)  (pid 4473)
+Compiled scaffolds.css  (47ms)  (pid 4473)
+Compiled users.css  (1ms)  (pid 4473)
+Compiled application.js  (3ms)  (pid 4473)
+Compiled jquery.js  (33ms)  (pid 4473)
+Compiled jquery_ujs.js  (0ms)  (pid 4473)
+Compiled users.js  (107ms)  (pid 4473)
+Completed 200 OK in 241ms (Views: 238.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:30:13 +0200
+Served asset /application.css - 200 OK (2ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:30:13 +0200
+Served asset /scaffolds.css - 200 OK (4ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:30:14 +0200
+Served asset /users.css - 200 OK (4ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 19:30:14 +0200
+Served asset /jquery.js - 200 OK (7ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:30:14 +0200
+Served asset /application.js - 200 OK (10ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 19:30:14 +0200
+Served asset /jquery_ujs.js - 200 OK (4ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:30:14 +0200
+Served asset /users.js - 200 OK (3ms)
+
+
+Started GET "/users/new" for 127.0.0.1 at 2011-10-02 19:31:01 +0200
+  Processing by UsersController#new as HTML
+Rendered users/_form.html.erb (9.9ms)
+Rendered users/new.html.erb within layouts/application (38.8ms)
+Completed 200 OK in 78ms (Views: 77.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:02 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:03 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:03 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:03 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:03 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started POST "/users" for 127.0.0.1 at 2011-10-02 19:31:20 +0200
+  Processing by UsersController#create as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "user"=>{"name"=>"Testname", "email"=>"Mail@mail0r.com"}, "commit"=>"Create User"}
+  SQL (94.2ms)  INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Sun, 02 Oct 2011 17:31:21 UTC +00:00], ["email", "Mail@mail0r.com"], ["name", "Testname"], ["updated_at", Sun, 02 Oct 2011 17:31:21 UTC +00:00]]
+Redirected to http://localhost:3000/users/1
+Completed 302 Found in 126ms
+
+
+Started GET "/users/1" for 127.0.0.1 at 2011-10-02 19:31:21 +0200
+  Processing by UsersController#show as HTML
+  Parameters: {"id"=>"1"}
+  User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "1"]]
+Rendered users/show.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 18ms (Views: 14.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:22 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:22 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:22 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:22 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:22 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users" for 127.0.0.1 at 2011-10-02 19:31:43 +0200
+  Processing by UsersController#index as HTML
+  User Load (0.1ms)  SELECT "users".* FROM "users" 
+Rendered users/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:44 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:44 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:44 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:44 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:44 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users/new" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+  Processing by UsersController#new as HTML
+Rendered users/_form.html.erb (9.6ms)
+Rendered users/new.html.erb within layouts/application (10.7ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:31:55 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started POST "/users" for 127.0.0.1 at 2011-10-02 19:32:13 +0200
+  Processing by UsersController#create as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "user"=>{"name"=>"Heinz", "email"=>"riecher@kurz.de"}, "commit"=>"Create User"}
+  SQL (0.5ms)  INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Sun, 02 Oct 2011 17:32:13 UTC +00:00], ["email", "riecher@kurz.de"], ["name", "Heinz"], ["updated_at", Sun, 02 Oct 2011 17:32:13 UTC +00:00]]
+Redirected to http://localhost:3000/users/2
+Completed 302 Found in 11ms
+
+
+Started GET "/users/2" for 127.0.0.1 at 2011-10-02 19:32:13 +0200
+  Processing by UsersController#show as HTML
+  Parameters: {"id"=>"2"}
+  User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "2"]]
+Rendered users/show.html.erb within layouts/application (5.5ms)
+Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:14 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:14 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:14 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:14 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:14 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users/2/edit" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+  Processing by UsersController#edit as HTML
+  Parameters: {"id"=>"2"}
+  User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "2"]]
+Rendered users/_form.html.erb (7.5ms)
+Rendered users/edit.html.erb within layouts/application (9.9ms)
+Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:28 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started PUT "/users/2" for 127.0.0.1 at 2011-10-02 19:32:30 +0200
+  Processing by UsersController#update as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "user"=>{"name"=>"Heinz", "email"=>"riecher@kurz.de"}, "commit"=>"Update User", "id"=>"2"}
+  User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "2"]]
+Redirected to http://localhost:3000/users/2
+Completed 302 Found in 23ms
+
+
+Started GET "/users/2" for 127.0.0.1 at 2011-10-02 19:32:30 +0200
+  Processing by UsersController#show as HTML
+  Parameters: {"id"=>"2"}
+  User Load (0.1ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "2"]]
+Rendered users/show.html.erb within layouts/application (5.5ms)
+Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:31 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:31 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:31 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:31 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:31 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users" for 127.0.0.1 at 2011-10-02 19:32:33 +0200
+  Processing by UsersController#index as HTML
+  User Load (0.1ms)  SELECT "users".* FROM "users" 
+Rendered users/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:33 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:33 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:32:33 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:33 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:32:34 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users" for 127.0.0.1 at 2011-10-02 19:57:06 +0200
+  Processing by UsersController#index as HTML
+  User Load (0.2ms)  SELECT "users".* FROM "users" 
+Rendered users/index.html.erb within layouts/application (34.2ms)
+Completed 200 OK in 143ms (Views: 140.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 19:57:08 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /scaffolds.css - 304 Not Modified (1ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /users.css - 304 Not Modified (1ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /jquery.js - 304 Not Modified (2ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (2ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /users.js - 304 Not Modified (1ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 19:57:09 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/users" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+  Processing by UsersController#index as HTML
+  User Load (0.1ms)  SELECT "users".* FROM "users" 
+Rendered users/index.html.erb within layouts/application (9.1ms)
+Compiled application.css  (2ms)  (pid 4848)
+Compiled microposts.css  (7ms)  (pid 4848)
+Compiled application.js  (4ms)  (pid 4848)
+Compiled microposts.js  (70ms)  (pid 4848)
+Completed 200 OK in 160ms (Views: 157.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+Served asset /application.css - 304 Not Modified (1ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+Served asset /microposts.css - 200 OK (4ms)
+   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
+Migrating to CreateUsers (20111002172757)
+Migrating to CreateMicroposts (20111002180610)
+   (0.1ms)  select sqlite_version(*)
+   (0.6ms)  CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime) 
+   (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20111002180610')
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+   (0.3ms)  select sqlite_version(*)
+   (10.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
+   (0.0ms)  PRAGMA index_list("microposts")
+   (0.0ms)  PRAGMA index_list("users")
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:06:28 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:06:29 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:06:29 +0200
+Served asset /microposts.js - 200 OK (3ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:06:29 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:06:29 +0200
+Served asset /application.js - 200 OK (3ms)
+
+
+Started GET "/m" for 127.0.0.1 at 2011-10-02 20:07:15 +0200
+
+ActionController::RoutingError (No route matches [GET] "/m"):
+  
+
+Rendered /usr/local/rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
+
+
+Started GET "/micro" for 127.0.0.1 at 2011-10-02 20:07:16 +0200
+
+ActionController::RoutingError (No route matches [GET] "/micro"):
+  
+
+Rendered /usr/local/rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
+
+
+Started GET "/microposts" for 127.0.0.1 at 2011-10-02 20:07:16 +0200
+  Processing by MicropostsController#index as HTML
+  Micropost Load (0.2ms)  SELECT "microposts".* FROM "microposts" 
+Rendered microposts/index.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:17 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:18 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:18 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts/new" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+  Processing by MicropostsController#new as HTML
+Rendered microposts/_form.html.erb (9.1ms)
+Rendered microposts/new.html.erb within layouts/application (24.3ms)
+Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:20 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:21 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:07:21 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started POST "/microposts" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+  Processing by MicropostsController#create as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "micropost"=>{"content"=>"Test und Test lalala so ist es", "user_id"=>"1"}, "commit"=>"Create Micropost"}
+  SQL (25.0ms)  INSERT INTO "microposts" ("content", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?)  [["content", "Test und Test lalala so ist es"], ["created_at", Sun, 02 Oct 2011 18:08:29 UTC +00:00], ["updated_at", Sun, 02 Oct 2011 18:08:29 UTC +00:00], ["user_id", 1]]
+Redirected to http://localhost:3000/microposts/1
+Completed 302 Found in 89ms
+
+
+Started GET "/microposts/1" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+  Processing by MicropostsController#show as HTML
+  Parameters: {"id"=>"1"}
+  Micropost Load (0.2ms)  SELECT "microposts".* FROM "microposts" WHERE "microposts"."id" = ? LIMIT 1  [["id", "1"]]
+Rendered microposts/show.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 17ms (Views: 13.6ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:29 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:30 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:30 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:30 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:30 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:30 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts" for 127.0.0.1 at 2011-10-02 20:08:33 +0200
+  Processing by MicropostsController#index as HTML
+  Micropost Load (0.1ms)  SELECT "microposts".* FROM "microposts" 
+Rendered microposts/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:34 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts/new" for 127.0.0.1 at 2011-10-02 20:08:37 +0200
+  Processing by MicropostsController#new as HTML
+Rendered microposts/_form.html.erb (8.0ms)
+Rendered microposts/new.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:37 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:37 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:38 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started POST "/microposts" for 127.0.0.1 at 2011-10-02 20:08:48 +0200
+  Processing by MicropostsController#create as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "micropost"=>{"content"=>"Und noch ein Testpost .. lala hier steht nix", "user_id"=>"2"}, "commit"=>"Create Micropost"}
+  SQL (0.5ms)  INSERT INTO "microposts" ("content", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?)  [["content", "Und noch ein Testpost .. lala hier steht nix"], ["created_at", Sun, 02 Oct 2011 18:08:48 UTC +00:00], ["updated_at", Sun, 02 Oct 2011 18:08:48 UTC +00:00], ["user_id", 2]]
+Redirected to http://localhost:3000/microposts/2
+Completed 302 Found in 33ms
+
+
+Started GET "/microposts/2" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+  Processing by MicropostsController#show as HTML
+  Parameters: {"id"=>"2"}
+  Micropost Load (0.1ms)  SELECT "microposts".* FROM "microposts" WHERE "microposts"."id" = ? LIMIT 1  [["id", "2"]]
+Rendered microposts/show.html.erb within layouts/application (7.0ms)
+Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:49 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts" for 127.0.0.1 at 2011-10-02 20:08:51 +0200
+  Processing by MicropostsController#index as HTML
+  Micropost Load (0.1ms)  SELECT "microposts".* FROM "microposts" 
+Rendered microposts/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:51 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:51 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:51 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:08:51 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:52 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:52 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:52 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:52 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:08:52 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts/1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+  Processing by MicropostsController#show as HTML
+  Parameters: {"id"=>"1"}
+  Micropost Load (0.1ms)  SELECT "microposts".* FROM "microposts" WHERE "microposts"."id" = ? LIMIT 1  [["id", "1"]]
+Rendered microposts/show.html.erb within layouts/application (5.5ms)
+Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:33 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:34 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts" for 127.0.0.1 at 2011-10-02 20:17:35 +0200
+  Processing by MicropostsController#index as HTML
+  Micropost Load (0.1ms)  SELECT "microposts".* FROM "microposts" 
+Rendered microposts/index.html.erb within layouts/application (50.1ms)
+Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:36 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/microposts/new" for 127.0.0.1 at 2011-10-02 20:17:37 +0200
+  Processing by MicropostsController#new as HTML
+Rendered microposts/_form.html.erb (7.9ms)
+Rendered microposts/new.html.erb within layouts/application (9.0ms)
+Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:38 +0200
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started POST "/microposts" for 127.0.0.1 at 2011-10-02 20:17:52 +0200
+  Processing by MicropostsController#create as HTML
+  Parameters: {"utf8"=>"✓", "authenticity_token"=>"WdPUdBUvLNnMR5XI87w7yJ0/vAFlRpIVL0f5cug0ARk=", "micropost"=>{"content"=>"ddddddddddddddddddddddddddddddddddddddddddddd ddddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb ddddddddddddddddddddddddd eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee f fffffffffffffffffffffffffffff", "user_id"=>""}, "commit"=>"Create Micropost"}
+Rendered microposts/_form.html.erb (3.4ms)
+Rendered microposts/new.html.erb within layouts/application (4.6ms)
+Completed 200 OK in 20ms (Views: 12.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /microposts.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /scaffolds.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /users.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/microposts.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /microposts.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /users.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-02 20:17:53 +0200
+Served asset /application.js - 304 Not Modified (0ms)

+ 9 - 0
test/fixtures/microposts.yml

@@ -0,0 +1,9 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
+
+one:
+  content: MyString
+  user_id: 1
+
+two:
+  content: MyString
+  user_id: 1

+ 9 - 0
test/fixtures/users.yml

@@ -0,0 +1,9 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
+
+one:
+  name: MyString
+  email: MyString
+
+two:
+  name: MyString
+  email: MyString

+ 49 - 0
test/functional/microposts_controller_test.rb

@@ -0,0 +1,49 @@
+require 'test_helper'
+
+class MicropostsControllerTest < ActionController::TestCase
+  setup do
+    @micropost = microposts(:one)
+  end
+
+  test "should get index" do
+    get :index
+    assert_response :success
+    assert_not_nil assigns(:microposts)
+  end
+
+  test "should get new" do
+    get :new
+    assert_response :success
+  end
+
+  test "should create micropost" do
+    assert_difference('Micropost.count') do
+      post :create, micropost: @micropost.attributes
+    end
+
+    assert_redirected_to micropost_path(assigns(:micropost))
+  end
+
+  test "should show micropost" do
+    get :show, id: @micropost.to_param
+    assert_response :success
+  end
+
+  test "should get edit" do
+    get :edit, id: @micropost.to_param
+    assert_response :success
+  end
+
+  test "should update micropost" do
+    put :update, id: @micropost.to_param, micropost: @micropost.attributes
+    assert_redirected_to micropost_path(assigns(:micropost))
+  end
+
+  test "should destroy micropost" do
+    assert_difference('Micropost.count', -1) do
+      delete :destroy, id: @micropost.to_param
+    end
+
+    assert_redirected_to microposts_path
+  end
+end

+ 49 - 0
test/functional/users_controller_test.rb

@@ -0,0 +1,49 @@
+require 'test_helper'
+
+class UsersControllerTest < ActionController::TestCase
+  setup do
+    @user = users(:one)
+  end
+
+  test "should get index" do
+    get :index
+    assert_response :success
+    assert_not_nil assigns(:users)
+  end
+
+  test "should get new" do
+    get :new
+    assert_response :success
+  end
+
+  test "should create user" do
+    assert_difference('User.count') do
+      post :create, user: @user.attributes
+    end
+
+    assert_redirected_to user_path(assigns(:user))
+  end
+
+  test "should show user" do
+    get :show, id: @user.to_param
+    assert_response :success
+  end
+
+  test "should get edit" do
+    get :edit, id: @user.to_param
+    assert_response :success
+  end
+
+  test "should update user" do
+    put :update, id: @user.to_param, user: @user.attributes
+    assert_redirected_to user_path(assigns(:user))
+  end
+
+  test "should destroy user" do
+    assert_difference('User.count', -1) do
+      delete :destroy, id: @user.to_param
+    end
+
+    assert_redirected_to users_path
+  end
+end

+ 4 - 0
test/unit/helpers/microposts_helper_test.rb

@@ -0,0 +1,4 @@
+require 'test_helper'
+
+class MicropostsHelperTest < ActionView::TestCase
+end

+ 4 - 0
test/unit/helpers/users_helper_test.rb

@@ -0,0 +1,4 @@
+require 'test_helper'
+
+class UsersHelperTest < ActionView::TestCase
+end

+ 7 - 0
test/unit/micropost_test.rb

@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class MicropostTest < ActiveSupport::TestCase
+  # test "the truth" do
+  #   assert true
+  # end
+end

+ 7 - 0
test/unit/user_test.rb

@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class UserTest < ActiveSupport::TestCase
+  # test "the truth" do
+  #   assert true
+  # end
+end

BIN=BIN
tmp/cache/assets/C53/BA0/sprockets%2F41ed3019857f96f723c1f7232229b235


BIN=BIN
tmp/cache/assets/C93/080/sprockets%2F6b07f399df672d85606326940db584c5


BIN=BIN
tmp/cache/assets/CD7/6F0/sprockets%2Fbd3936370d0f952ada5774e2230046ed


BIN=BIN
tmp/cache/assets/CD9/8A0/sprockets%2Fc484d074777e11cd0e6eb124b0977c12


BIN=BIN
tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016


BIN=BIN
tmp/cache/assets/CFB/FD0/sprockets%2F7b21ea16b846bb10d1407e4e29d23f05


BIN=BIN
tmp/cache/assets/D02/0A0/sprockets%2F4ad413f3e3326481d2f5f9327bbd0e12


BIN=BIN
tmp/cache/assets/D12/EA0/sprockets%2F9af8f5bc76a8803176d317205d76a2cb


BIN=BIN
tmp/cache/assets/D1C/C10/sprockets%2Fe3fc8379da53240cd33f6626b984d77a


BIN=BIN
tmp/cache/assets/D28/9D0/sprockets%2F901aa1f2dd066ee05000d301ff8c24f9


BIN=BIN
tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705


BIN=BIN
tmp/cache/assets/D41/B50/sprockets%2F03d9d80008b2a1ee6684f85a67e3ccc7


BIN=BIN
tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4


BIN=BIN
tmp/cache/assets/D5C/030/sprockets%2Fbd2005a3a9ed27eb79400cc5715a5f0d


BIN=BIN
tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384


BIN=BIN
tmp/cache/assets/DA4/460/sprockets%2F977ead1d20bc9f7e1c191bd4348f9e3a


BIN=BIN
tmp/cache/assets/DB1/DE0/sprockets%2Fcb74fd68c7dbaeaf585449559d2fb561


BIN=BIN
tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af


BIN=BIN
tmp/cache/assets/E06/610/sprockets%2Fc1c0812ce0f9ed6de5bce9518e80eee7


BIN=BIN
tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/microposts.css.scssc


BIN=BIN
tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/scaffolds.css.scssc


BIN=BIN
tmp/cache/sass/9c3ab0585bce934bd4e7d06126891cc16ae98bd7/users.css.scssc


+ 1 - 0
tmp/pids/server.pid

@@ -0,0 +1 @@
+4848