Started GET "/" for 127.0.0.1 at 2013-06-24 09:57:33 -0300
Processing by Rails::WelcomeController#index as HTML
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0.rc1/lib/rails/templates/rails/welcome/index.html.erb (32.9ms)
Completed 200 OK in 43ms (Views: 42.9ms | ActiveRecord: 0.0ms)


Started GET "/" for 127.0.0.1 at 2013-06-24 09:59:26 -0300

ArgumentError (missing :action):
  config/routes.rb:2:in `block in <top (required)>'
  config/routes.rb:1:in `<top (required)>'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.5ms)


Started GET "/" for 127.0.0.1 at 2013-06-24 09:59:44 -0300
Processing by HomeController#index as HTML
  Rendered home/index.html.erb within layouts/application (0.6ms)
Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 09:59:44 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 09:59:44 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 09:59:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 09:59:44 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-24 10:03:07 -0300

ActiveRecord::PendingMigrationError (Migrations are pending; run 'rake db:migrate RAILS_ENV=development' to resolve this issue.):
  activerecord (4.0.0.rc1) lib/active_record/migration.rb:376:in `check_pending!'
  activerecord (4.0.0.rc1) lib/active_record/migration.rb:364:in `block in call'
  activesupport (4.0.0.rc1) lib/active_support/logger_silence.rb:16:in `silence'
  activerecord (4.0.0.rc1) lib/active_record/migration.rb:363:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:392:in `_run__3306146112105125996__call__callbacks'
  activesupport (4.0.0.rc1) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0.rc1) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0.rc1) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0.rc1) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0.rc1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0.rc1) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0.rc1) lib/rails/engine.rb:511:in `call'
  railties (4.0.0.rc1) lib/rails/application.rb:96:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms)
   (1.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (1.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePosts (20130624130249)
   (0.1ms)  begin transaction
   (0.6ms)  CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime) 
  SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20130624130249"]]
   (1.0ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.2ms)  CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime) 
   (1.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (1.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130624130249')


Started GET "/posts" for 127.0.0.1 at 2013-06-24 10:03:26 -0300
Processing by PostsController#index as HTML
  Post Load (0.1ms)  SELECT "posts".* FROM "posts"
  Rendered posts/index.html.erb within layouts/application (2.0ms)
Completed 200 OK in 42ms (Views: 38.1ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:26 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 10:03:32 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.html.erb (30.9ms)
  Rendered posts/new.html.erb within layouts/application (69.5ms)
Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.2ms)


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:32 -0300


Started POST "/posts" for 127.0.0.1 at 2013-06-24 10:03:36 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"tV1pPEwc+d+2NWvcxLhLAM0MAUoN1ZPBUU4ooZeAzuA=", "post"=>{"title"=>"Lorem", "body"=>"Ipsum"}, "commit"=>"Create Post"}
   (0.1ms)  begin transaction
  SQL (4.9ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", "Ipsum"], ["created_at", Mon, 24 Jun 2013 13:03:36 UTC +00:00], ["title", "Lorem"], ["updated_at", Mon, 24 Jun 2013 13:03:36 UTC +00:00]]
   (1.0ms)  commit transaction
Redirected to http://localhost:3000/posts/1
Completed 302 Found in 11ms (ActiveRecord: 6.1ms)


Started GET "/posts/1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"1"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered posts/show.html.erb within layouts/application (1.4ms)
Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:36 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-24 10:03:38 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Rendered posts/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 10:03:41 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.html.erb (3.3ms)
  Rendered posts/new.html.erb within layouts/application (4.2ms)
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:03:41 -0300


Started GET "/" for 127.0.0.1 at 2013-06-24 10:04:13 -0300
Processing by PostsController#index as HTML
  Post Load (0.1ms)  SELECT "posts".* FROM "posts"
  Rendered posts/index.html.erb within layouts/application (72.6ms)
Completed 200 OK in 81ms (Views: 77.1ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:04:13 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateImages (20130624130939)
   (0.1ms)  begin transaction
   (0.6ms)  CREATE TABLE "images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "imageable_id" integer, "imageable_type" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.2ms)  CREATE INDEX "index_images_on_imageable_id_and_imageable_type" ON "images" ("imageable_id", "imageable_type")
  SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20130624130939"]]
   (0.8ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.0ms)  CREATE TABLE "images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "imageable_id" integer, "imageable_type" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.9ms)  CREATE INDEX "index_images_on_imageable_id_and_imageable_type" ON "images" ("imageable_id", "imageable_type")
   (1.0ms)  CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime) 
   (1.4ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (1.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT version FROM "schema_migrations"
   (0.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130624130939')
   (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130624130249')


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 10:14:33 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.html.erb (22.7ms)
  Rendered posts/new.html.erb within layouts/application (23.6ms)
Completed 200 OK in 34ms (Views: 27.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:14:33 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 10:15:26 -0300
Processing by PostsController#new as HTML
Completed 500 Internal Server Error in 16ms

NoMethodError (undefined method `build' for nil:NilClass):
  app/models/post.rb:8:in `build_image'
  app/controllers/posts_controller.rb:15:in `new'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (37.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 10:15:46 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.html.erb (19.0ms)
  Rendered posts/new.html.erb within layouts/application (19.9ms)
Completed 200 OK in 52ms (Views: 23.6ms | ActiveRecord: 1.0ms)


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 10:15:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:06:23 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (40.3ms)
  Rendered posts/new.html.erb within layouts/application (46.1ms)
Completed 500 Internal Server Error in 94ms

ActionView::Template::Error (Unknown line indicator
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/views/posts/_form.slim, Line 7, Column 6
    @post.errors.full_messages.each do |msg|
    ^
):
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1701354296168130850_70139008648440'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:06:35 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.0ms)  commit transaction
  Rendered posts/_form.slim (12.9ms)
  Rendered posts/new.html.erb within layouts/application (14.1ms)
Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.1ms)


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 11:06:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:06:44 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.8ms)
  Rendered posts/new.html.erb within layouts/application (4.9ms)
Completed 500 Internal Server Error in 10ms

ActionView::Template::Error (Unknown line indicator
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/views/posts/_form.slim, Line 7, Column 6
    @post.errors.full_messages.each do |msg|
    ^
):
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1701354296168130850_70139008648440'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:08:35 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (2.2ms)
  Rendered posts/new.html.erb within layouts/application (2.8ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (Unknown line indicator
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/views/posts/_form.slim, Line 7, Column 6
    @post.errors.full_messages.each do |msg|
    ^
):
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1701354296168130850_70139008648440'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:08:44 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (61.4ms)
  Rendered posts/new.html.erb within layouts/application (62.3ms)
Completed 200 OK in 69ms (Views: 67.1ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-24 11:08:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-24 11:08:59 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (30.8ms)
  Rendered posts/new.html.erb within layouts/application (31.7ms)
Completed 500 Internal Server Error in 36ms

ActionView::Template::Error (undefined local variable or method `item' for #<#<Class:0x007f9505632918>:0x007f95070ae558>):
    15:       = image.text_field :id
    16:       .fileupload.fileupload-new data-provides='fileupload'
    17:         .fileupload-new.thumbnail style='width: 100%; height: 79px;'
    18:           - if item.persisted? and item.image?
    19:             = image_tag(item.image.regular)
    20:           - else
    21:             | Picture
  app/views/posts/_form.slim:18:in `block (2 levels) in _app_views_posts__form_slim__26565592740584235_70139022518440'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__26565592740584235_70139022518440'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__26565592740584235_70139022518440'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1701354296168130850_70139008648440'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.1ms)


Started GET "/" for 127.0.0.1 at 2013-06-27 05:35:45 -0300
Processing by PostsController#index as HTML
  Post Load (0.1ms)  SELECT "posts".* FROM "posts"
  Image Load (3.0ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 1], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (3.7ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 08:35:45 UTC +00:00], ["imageable_id", 1], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 08:35:45 UTC +00:00]]
   (9.0ms)  commit transaction
  Rendered posts/index.html.erb within layouts/application (74.8ms)
Completed 200 OK in 180ms (Views: 156.7ms | ActiveRecord: 16.7ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:35:45 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:35:57 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (66.0ms)
  Rendered posts/new.html.erb within layouts/application (72.9ms)
Completed 500 Internal Server Error in 81ms

ActionView::Template::Error (undefined local variable or method `item' for #<#<Class:0x007fbb442b2ff8>:0x007fbb42b64ec8>):
    15:       = image.text_field :id
    16:       .fileupload.fileupload-new data-provides='fileupload'
    17:         .fileupload-new.thumbnail style='width: 100%; height: 79px;'
    18:           - if item.persisted? and item.image?
    19:             = image_tag(item.image.regular)
    20:           - else
    21:             | Picture
  app/views/posts/_form.slim:18:in `block (2 levels) in _app_views_posts__form_slim___1687834129114256537_70221139143120'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim___1687834129114256537_70221139143120'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___1687834129114256537_70221139143120'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___2586865141951696104_70221138979560'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.7ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:38:22 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (47.8ms)
  Rendered posts/new.html.erb within layouts/application (48.7ms)
Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:38:22 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:42:37 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (12.9ms)
  Rendered posts/new.html.erb within layouts/application (14.0ms)
Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:37 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:42:38 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.8ms)
  Rendered posts/new.html.erb within layouts/application (5.0ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:42:39 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.6ms)
  Rendered posts/new.html.erb within layouts/application (4.8ms)
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:42:39 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:43:03 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (97.8ms)
  Rendered posts/new.html.erb within layouts/application (102.6ms)
Completed 200 OK in 214ms (Views: 176.4ms | ActiveRecord: 1.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-06-27 05:43:03 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:45:23 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (4.1ms)
  Rendered posts/new.html.erb within layouts/application (5.0ms)
Completed 500 Internal Server Error in 16ms

ActionView::Template::Error (cannot load such file -- sass
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass)):
    2: <html>
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1525737315989340369_70221864704640'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:51:52 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (120.7ms)
  Rendered posts/new.html.erb within layouts/application (125.3ms)
Completed 500 Internal Server Error in 186ms

ActionView::Template::Error (File to import not found or unreadable: scaffold.
Load paths:
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets
  /Users/julioprotzek/Projects/file_uploader/app/assets/images
  /Users/julioprotzek/Projects/file_uploader/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/app/assets/stylesheets
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass:1)):
    2: <html>
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
  app/assets/stylesheets/application.sass:1
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4496649683232870833_70223908195560'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.2ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:57:53 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (107.3ms)
  Rendered posts/new.html.erb within layouts/application (113.0ms)
Completed 200 OK in 212ms (Views: 178.4ms | ActiveRecord: 1.1ms)


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 05:57:53 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 05:57:53 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 05:57:53 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 05:57:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 05:59:35 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (4.0ms)
  Rendered posts/new.html.erb within layouts/application (4.9ms)
Completed 500 Internal Server Error in 88ms

ActionView::Template::Error (Undefined mixin 'box-shadow'.
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass:116)):
    2: <html>
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
  app/assets/stylesheets/_fileupload.sass:116:in `box-shadow'
  app/assets/stylesheets/_fileupload.sass:116
  app/assets/stylesheets/application.sass:2
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3451607861842736047_70360787376620'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:16:41 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (10.0ms)
  Rendered posts/new.html.erb within layouts/application (11.1ms)
Completed 500 Internal Server Error in 16ms

ActionView::Template::Error (undefined method `image?' for #<Post:0x007ffc4b7a8c18>):
    29:       = image.text_field :id
    30: 
    31:       div data-component="ImageUploader"
    32:         .fileupload data-provides="fileupload" class="fileupload-#{@post.image? ? 'exists' : 'new'}"
    33:           .fileupload-preview.thumbnail style="width: 80px; height: 75px;"
    34:             = image_tag @post.image.file.regular, width: 80, height: 75 if @post.image?
    35:           div
  app/views/posts/_form.slim:32:in `block (2 levels) in _app_views_posts__form_slim__4462305030660162268_70360799264080'
  app/views/posts/_form.slim:28:in `block in _app_views_posts__form_slim__4462305030660162268_70360799264080'
  app/views/posts/_form.slim:15:in `_app_views_posts__form_slim__4462305030660162268_70360799264080'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1998204941488058389_70360787359880'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:17:02 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (17.9ms)
  Rendered posts/new.html.erb within layouts/application (18.8ms)
Completed 200 OK in 128ms (Views: 99.6ms | ActiveRecord: 1.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 06:17:02 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 06:17:02 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 06:17:02 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 06:17:02 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:19:55 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.5ms)
  Rendered posts/new.html.erb within layouts/application (7.8ms)
Completed 200 OK in 1405ms (Views: 1403.5ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 06:19:56 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 06:19:56 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 06:19:56 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 06:19:56 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:23:21 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.6ms)
  Rendered posts/new.html.erb within layouts/application (4.4ms)
Completed 500 Internal Server Error in 18ms

ActionView::Template::Error (Inconsistent indentation: 5 spaces were used for indentation, but the rest of the document was indented using 2 spaces.
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass:28)):
    2: <html>
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
  app/assets/stylesheets/_fileupload.sass:28
  app/assets/stylesheets/application.sass:2
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3451607861842736047_70360787376620'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:24:52 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (4.8ms)
  Rendered posts/new.html.erb within layouts/application (5.8ms)
Completed 200 OK in 66ms (Views: 64.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 06:24:53 -0300


Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-06-27 06:24:53 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 06:24:53 -0300


Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-06-27 06:24:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:33:07 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.4ms)
  Rendered posts/new.html.erb within layouts/application (6.3ms)
Completed 500 Internal Server Error in 18ms

ActionView::Template::Error (couldn't find file 'image_uploader'
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/application.coffee:1)):
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
    9: <body>
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3451607861842736047_70360787376620'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:33:11 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (4.2ms)
  Rendered posts/new.html.erb within layouts/application (5.4ms)
Completed 500 Internal Server Error in 20ms

ActionView::Template::Error (cannot load such file -- coffee_script
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/application.coffee)):
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
    9: <body>
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3451607861842736047_70360787376620'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 06:34:43 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (77.8ms)
  Rendered posts/new.html.erb within layouts/application (83.4ms)
Completed 200 OK in 760ms (Views: 695.0ms | ActiveRecord: 1.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 06:34:44 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 06:34:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 06:34:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:39:12 -0300
Processing by PostsController#new as HTML
   (10.4ms)  begin transaction
   (0.2ms)  commit transaction
  Rendered posts/_form.slim (112.3ms)
  Rendered posts/new.html.erb within layouts/application (123.6ms)
Completed 200 OK in 293ms (Views: 173.3ms | ActiveRecord: 10.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 07:39:13 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 07:39:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 07:39:13 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:44:32 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.6ms)  commit transaction
  Rendered posts/_form.slim (313.3ms)
  Rendered posts/new.html.erb within layouts/application (314.3ms)
Completed 500 Internal Server Error in 320ms

ActionView::Template::Error (undefined local variable or method `images_path' for #<#<Class:0x007f9c8bf1a890>:0x007f9c8e49eda0>):
    22:             span.btn.btn-file
    23:               span.fileupload-new Escolher imagem
    24:               span.fileupload-exists Alterar
    25:               input type="file" data-url="#{images_path}" name="image[file]"
    26:             = link_to 'Excluir', '#', class: 'btn fileupload-exists', remote: true, method: :delete
    27: 
    28: 
  app/views/posts/_form.slim:25:in `block (2 levels) in _app_views_posts__form_slim__2913083894789626890_70155189431840'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__2913083894789626890_70155189431840'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2913083894789626890_70155189431840'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___4444634477130355249_70155187335840'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:48:48 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (31.9ms)
  Rendered posts/new.html.erb within layouts/application (33.5ms)
Completed 200 OK in 70ms (Views: 39.4ms | ActiveRecord: 1.4ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 07:48:48 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 07:48:48 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 07:48:48 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:49:45 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.0ms)
  Rendered posts/new.html.erb within layouts/application (6.3ms)
Completed 200 OK in 590ms (Views: 587.6ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 07:49:46 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 07:49:46 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 07:49:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:50:02 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.6ms)
  Rendered posts/new.html.erb within layouts/application (7.8ms)
Completed 500 Internal Server Error in 24ms

ActionView::Template::Error (couldn't find file 'jquery'
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/application.coffee:1)):
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
    9: <body>
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1477885166361752620_70155187419160'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 07:51:19 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.5ms)
  Rendered posts/new.html.erb within layouts/application (7.8ms)
Completed 500 Internal Server Error in 25ms

ActionView::Template::Error (couldn't find file 'jquery'
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/application.coffee:1)):
    3: <head>
    4:   <title>Dummy</title>
    5:   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
    6:   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
    7:   <%= csrf_meta_tags %>
    8: </head>
    9: <body>
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1477885166361752620_70155187419160'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.4ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:01:45 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (148.0ms)
  Rendered posts/new.html.erb within layouts/application (158.1ms)
Completed 200 OK in 559ms (Views: 464.1ms | ActiveRecord: 1.9ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:01:46 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:01:46 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:01:46 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:01:46 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:01:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:03:03 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (52.9ms)
  Rendered posts/new.html.erb within layouts/application (53.7ms)
Completed 500 Internal Server Error in 58ms

ActionView::Template::Error (undefined method `input' for #<ActionView::Helpers::FormBuilder:0x007fdc9b602320>):
    1: = form_for Image.new, format: :json do |f|
    2:   = f.input :file, label: false, wrapper: false
    3: 
    4: = form_for(@post) do |f|
    5:   - if @post.errors.any?
  app/views/posts/_form.slim:2:in `block in _app_views_posts__form_slim___100237415413071329_70292737872780'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___100237415413071329_70292737872780'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___4001442048724653971_70292749646180'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.0ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:03:16 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (14.5ms)
  Rendered posts/new.html.erb within layouts/application (15.3ms)
Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:03:16 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:16 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:16 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:16 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:16 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:03:29 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (16.5ms)
  Rendered posts/new.html.erb within layouts/application (17.6ms)
Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:30 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:03:30 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:30 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:30 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:30 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:03:37 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.5ms)
  Rendered posts/new.html.erb within layouts/application (4.2ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:03:38 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:38 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:38 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:03:43 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (18.9ms)
  Rendered posts/new.html.erb within layouts/application (20.2ms)
Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:43 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:43 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:03:43 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:43 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:03:43 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:04:05 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (67.3ms)
  Rendered posts/new.html.erb within layouts/application (68.5ms)
Completed 200 OK in 76ms (Views: 73.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:04:05 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:04:05 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:04:05 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:04:05 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:04:05 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:16:56 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (10.2ms)
  Rendered posts/new.html.erb within layouts/application (11.1ms)
Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:16:56 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:16:56 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:16:56 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:16:56 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:16:56 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:46:48 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (3.7ms)
  Rendered posts/new.html.erb within layouts/application (4.9ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:46:48 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:46:48 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:46:48 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:46:48 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:46:48 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:48:38 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (4.5ms)
  Rendered posts/new.html.erb within layouts/application (5.5ms)
Completed 200 OK in 589ms (Views: 587.6ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:48:38 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:48:38 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:48:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:48:38 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:48:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:52:38 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (8.1ms)
  Rendered posts/new.html.erb within layouts/application (9.4ms)
Completed 200 OK in 274ms (Views: 271.0ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:52:59 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (87.7ms)
  Rendered posts/new.html.erb within layouts/application (129.4ms)
Completed 200 OK in 242ms (Views: 209.1ms | ActiveRecord: 1.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:52:59 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:53:11 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.9ms)
  Rendered posts/new.html.erb within layouts/application (6.7ms)
Completed 200 OK in 258ms (Views: 256.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 08:53:12 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 08:56:00 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.3ms)
  Rendered posts/new.html.erb within layouts/application (6.8ms)
Completed 200 OK in 392ms (Views: 389.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 08:56:01 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 08:56:10 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fabb8ab1f38 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4426-xusd9a>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.1ms)  begin transaction
  SQL (4.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 11:56:10 UTC +00:00], ["file", #<ActionDispatch::Http::UploadedFile:0x007fabb8ab1f38 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4426-xusd9a>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">], ["updated_at", Thu, 27 Jun 2013 11:56:10 UTC +00:00]]
TypeError: can't cast ActionDispatch::Http::UploadedFile to string: INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)
   (0.1ms)  rollback transaction
Completed 500 Internal Server Error in 10ms

ActiveRecord::StatementInvalid (TypeError: can't cast ActionDispatch::Http::UploadedFile to string: INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)):
  app/controllers/images_controller.rb:3:in `create'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:00:53 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.2ms)  commit transaction
  Rendered posts/_form.slim (136.1ms)
  Rendered posts/new.html.erb within layouts/application (143.8ms)
Completed 200 OK in 518ms (Views: 473.9ms | ActiveRecord: 1.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:00:54 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:00:58 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa9fb4ef488 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4552-tky8y8>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.1ms)  begin transaction
  SQL (4.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:00:58 UTC +00:00], ["file", #<ActionDispatch::Http::UploadedFile:0x007fa9fb4ef488 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4552-tky8y8>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">], ["updated_at", Thu, 27 Jun 2013 12:00:58 UTC +00:00]]
TypeError: can't cast ActionDispatch::Http::UploadedFile to string: INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)
   (0.1ms)  rollback transaction
Completed 500 Internal Server Error in 12ms

TypeError - can't cast ActionDispatch::Http::UploadedFile to string:
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/quoting.rb:76:in `type_cast'
  activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:259:in `type_cast'
  activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:309:in `block (2 levels) in exec_query'
  activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:308:in `block in exec_query'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:425:in `block in log'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:420:in `log'
  activerecord (4.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:292:in `exec_query'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:69:in `exec_insert'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:96:in `insert'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert'
  activerecord (4.0.0) lib/active_record/relation.rb:76:in `insert'
  activerecord (4.0.0) lib/active_record/persistence.rb:498:in `create_record'
  activerecord (4.0.0) lib/active_record/attribute_methods/dirty.rb:78:in `create_record'
  activerecord (4.0.0) lib/active_record/callbacks.rb:303:in `block in create_record'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3700889919295510482__create__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  activerecord (4.0.0) lib/active_record/callbacks.rb:303:in `create_record'
  activerecord (4.0.0) lib/active_record/timestamp.rb:57:in `create_record'
  activerecord (4.0.0) lib/active_record/persistence.rb:466:in `create_or_update'
  activerecord (4.0.0) lib/active_record/callbacks.rb:299:in `block in create_or_update'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__3700889919295510482__save__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  activerecord (4.0.0) lib/active_record/callbacks.rb:299:in `create_or_update'
  activerecord (4.0.0) lib/active_record/persistence.rb:128:in `save!'
  activerecord (4.0.0) lib/active_record/validations.rb:57:in `save!'
  activerecord (4.0.0) lib/active_record/attribute_methods/dirty.rb:41:in `save!'
  activerecord (4.0.0) lib/active_record/transactions.rb:275:in `block in save!'
  activerecord (4.0.0) lib/active_record/transactions.rb:326:in `block in with_transaction_returning_status'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:202:in `block in transaction'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:210:in `within_new_transaction'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:202:in `transaction'
  activerecord (4.0.0) lib/active_record/transactions.rb:209:in `transaction'
  activerecord (4.0.0) lib/active_record/transactions.rb:323:in `with_transaction_returning_status'
  activerecord (4.0.0) lib/active_record/transactions.rb:275:in `save!'
  activerecord (4.0.0) lib/active_record/validations.rb:41:in `create!'
  app/controllers/images_controller.rb:3:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__3166304898300181444__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2404273049734473112__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started GET "/__better_errors" for 127.0.0.1 at 2013-06-27 09:01:14 -0300


Started POST "/__better_errors/70184032226440/variables" for 127.0.0.1 at 2013-06-27 09:01:14 -0300


Started POST "/__better_errors/70184032226440/eval" for 127.0.0.1 at 2013-06-27 09:01:18 -0300


Started POST "/__better_errors/70184032226440/eval" for 127.0.0.1 at 2013-06-27 09:01:24 -0300


Started POST "/__better_errors/70184032226440/eval" for 127.0.0.1 at 2013-06-27 09:01:53 -0300


Started POST "/__better_errors/70184032226440/eval" for 127.0.0.1 at 2013-06-27 09:02:10 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:10:22 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
Completed 500 Internal Server Error in 25ms

NameError - uninitialized constant Image::ImageUploader:
  activesupport (4.0.0) lib/active_support/dependencies.rb:500:in `load_missing_constant'
  activesupport (4.0.0) lib/active_support/dependencies.rb:183:in `const_missing'
  app/models/image.rb:3:in `<class:Image>'
  app/models/image.rb:1:in `<top (required)>'
  activesupport (4.0.0) lib/active_support/dependencies.rb:423:in `block in load_file'
  activesupport (4.0.0) lib/active_support/dependencies.rb:615:in `new_constants_in'
  activesupport (4.0.0) lib/active_support/dependencies.rb:422:in `load_file'
  activesupport (4.0.0) lib/active_support/dependencies.rb:323:in `require_or_load'
  activesupport (4.0.0) lib/active_support/dependencies.rb:462:in `load_missing_constant'
  activesupport (4.0.0) lib/active_support/dependencies.rb:183:in `const_missing'
  activesupport (4.0.0) lib/active_support/dependencies.rb:494:in `load_missing_constant'
  activesupport (4.0.0) lib/active_support/dependencies.rb:183:in `const_missing'
  app/models/post.rb:12:in `build_image'
  activesupport (4.0.0) lib/active_support/callbacks.rb:375:in `_run__515734270416794248__initialize__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  activerecord (4.0.0) lib/active_record/core.rb:195:in `initialize'
  activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new'
  app/controllers/posts_controller.rb:15:in `new'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3694221569981433487__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3538137035015454745__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70191538873480/variables" for 127.0.0.1 at 2013-06-27 09:10:22 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:10:44 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (154.0ms)
  Rendered posts/new.html.erb within layouts/application (160.1ms)
Completed 200 OK in 427ms (Views: 247.5ms | ActiveRecord: 1.1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:10:45 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:10:49 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa5889b3b58 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-1ynqiw4>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
Completed 500 Internal Server Error in 253ms

NoMethodError - undefined method `file_dimensions' for #<Image:0x007fa5889c3580>:
  activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing'
  activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing'
  app/uploaders/image_uploader.rb:31:in `resize_to'
  carrierwave (0.8.0) lib/carrierwave/uploader/processing.rb:85:in `block in process!'
  carrierwave (0.8.0) lib/carrierwave/uploader/processing.rb:81:in `process!'
  carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:18:in `block in with_callbacks'
  carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:18:in `with_callbacks'
  carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:122:in `cache!'
  carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:236:in `block in cache_versions!'
  carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:221:in `cache_versions!'
  carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:18:in `block in with_callbacks'
  carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:18:in `with_callbacks'
  carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:122:in `cache!'
  carrierwave (0.8.0) lib/carrierwave/mount.rb:327:in `cache'
  carrierwave (0.8.0) lib/carrierwave/mount.rb:179:in `file='
  carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:38:in `file='
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:42:in `_assign_attribute'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:29:in `block in assign_attributes'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:23:in `assign_attributes'
  activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize'
  activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new'
  activerecord (4.0.0) lib/active_record/validations.rb:39:in `create!'
  app/controllers/images_controller.rb:3:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__967287727526632619__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4028227962537477172__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started GET "/__better_errors" for 127.0.0.1 at 2013-06-27 09:11:04 -0300


Started POST "/__better_errors/70174469921480/variables" for 127.0.0.1 at 2013-06-27 09:11:04 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:13:07 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (99.0ms)
  Rendered posts/new.html.erb within layouts/application (100.3ms)
Completed 200 OK in 138ms (Views: 107.8ms | ActiveRecord: 1.5ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:13:07 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:13:11 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa585f8dd60 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-g1kdtr>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (2.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:13:12 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:13:12 UTC +00:00]]
   (0.8ms)  commit transaction
Completed 200 OK in 699ms (Views: 1.9ms | ActiveRecord: 3.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:23:53 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.5ms)
  Rendered posts/new.html.erb within layouts/application (7.9ms)
Completed 200 OK in 681ms (Views: 678.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:23:54 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:23:57 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa5864b06d0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-1p25r3e>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:23:58 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:23:58 UTC +00:00]]
   (0.8ms)  commit transaction
Completed 200 OK in 582ms (Views: 2.2ms | ActiveRecord: 1.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:25:44 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (7.1ms)
  Rendered posts/new.html.erb within layouts/application (8.1ms)
Completed 200 OK in 502ms (Views: 498.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:25:44 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:25:48 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa5863b90b0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-r7x7lp>, @original_filename="food1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"food1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:25:48 UTC +00:00], ["file", "food1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:25:48 UTC +00:00]]
   (0.8ms)  commit transaction
Completed 200 OK in 532ms (Views: 1.8ms | ActiveRecord: 1.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:26:52 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (22.0ms)
  Rendered posts/new.html.erb within layouts/application (23.5ms)
Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:26:52 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:27:10 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (17.6ms)
  Rendered posts/new.html.erb within layouts/application (18.8ms)
Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:10 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:27:29 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (16.5ms)
  Rendered posts/new.html.erb within layouts/application (89.1ms)
Completed 200 OK in 99ms (Views: 97.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:30 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:27:43 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (19.2ms)
  Rendered posts/new.html.erb within layouts/application (20.6ms)
Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:27:43 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:27:52 -0300
Processing by PostsController#new as HTML
   (0.4ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (12.6ms)
  Rendered posts/new.html.erb within layouts/application (13.7ms)
Completed 200 OK in 24ms (Views: 21.1ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:27:52 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:29:11 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (21.2ms)
  Rendered posts/new.html.erb within layouts/application (22.7ms)
Completed 200 OK in 569ms (Views: 566.3ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:29:12 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:29:16 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa588e893a8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-1fhc5jv>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (1.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:29:16 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:29:16 UTC +00:00]]
   (0.7ms)  commit transaction
Completed 200 OK in 607ms (Views: 3.1ms | ActiveRecord: 1.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:30:12 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (8.2ms)
  Rendered posts/new.html.erb within layouts/application (9.3ms)
Completed 200 OK in 518ms (Views: 515.3ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:30:13 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:30:17 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa588e005a8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-s2cd82>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.9ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:30:18 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:30:18 UTC +00:00]]
   (1.1ms)  commit transaction
Completed 200 OK in 520ms (Views: 1.5ms | ActiveRecord: 2.3ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:31:10 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (16.9ms)
  Rendered posts/new.html.erb within layouts/application (18.2ms)
Completed 200 OK in 556ms (Views: 553.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:31:11 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:31:16 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa586490128 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-lcfo2n>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.9ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:31:16 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Thu, 27 Jun 2013 12:31:16 UTC +00:00]]
   (1.1ms)  commit transaction
Completed 200 OK in 512ms (Views: 1.3ms | ActiveRecord: 2.2ms)


Started DELETE "/images/" for 127.0.0.1 at 2013-06-27 09:31:18 -0300

ActionController::RoutingError (No route matches [DELETE] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (23.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (56.3ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:44:00 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (9.8ms)
  Rendered posts/new.html.erb within layouts/application (11.3ms)
Completed 200 OK in 545ms (Views: 542.8ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:44:00 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:44:04 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa586389db0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-evgc09>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.9ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:44:05 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:44:05 UTC +00:00]]
   (0.9ms)  commit transaction
Completed 200 OK in 507ms (Views: 1.3ms | ActiveRecord: 2.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 09:56:05 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (81.3ms)
  Rendered posts/new.html.erb within layouts/application (82.3ms)
Completed 200 OK in 118ms (Views: 88.2ms | ActiveRecord: 1.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 09:56:06 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 09:56:09 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fa588dc2f00 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-4782-1bliy7o>, @original_filename="monument1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"monument1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 12:56:10 UTC +00:00], ["file", "monument1.jpg"], ["updated_at", Thu, 27 Jun 2013 12:56:10 UTC +00:00]]
   (1.0ms)  commit transaction
Completed 500 Internal Server Error in 523ms

ActionView::MissingTemplate - Missing template images/create, application/create with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__967287727526632619__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4028227962537477172__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:03:26 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (139.6ms)
  Rendered posts/new.html.erb within layouts/application (145.5ms)
Completed 200 OK in 377ms (Views: 182.4ms | ActiveRecord: 1.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:03:27 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:03:30 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0ab4af8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1p7689b>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (4.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:03:31 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:03:31 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (5.5ms)
Completed 200 OK in 819ms (Views: 14.4ms | ActiveRecord: 5.5ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:04:12 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (7.7ms)
  Rendered posts/new.html.erb within layouts/application (8.8ms)
Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:12 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:04:16 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90ae5750d0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-xx11yv>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:04:16 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Thu, 27 Jun 2013 13:04:16 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (2.0ms)
Completed 200 OK in 519ms (Views: 10.6ms | ActiveRecord: 1.7ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:04:40 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
  Rendered posts/_form.slim (7.0ms)
  Rendered posts/new.html.erb within layouts/application (8.5ms)
Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:04:40 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:04:44 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b1280480 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-wwxr20>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:04:45 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:04:45 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (2.4ms)
Completed 200 OK in 520ms (Views: 10.5ms | ActiveRecord: 1.8ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:05:34 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.6ms)
  Rendered posts/new.html.erb within layouts/application (7.6ms)
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:34 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:05:38 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90ae5ed260 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-bpc0vx>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:05:38 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:05:38 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.8ms)
Completed 200 OK in 604ms (Views: 8.7ms | ActiveRecord: 1.7ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:05:59 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (7.3ms)
  Rendered posts/new.html.erb within layouts/application (8.3ms)
Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:05:59 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:06:02 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0d553e8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-eihbe3>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (1.4ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:06:03 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:06:03 UTC +00:00]]
   (1.3ms)  commit transaction
  Rendered images/create.json.jbuilder (2.0ms)
Completed 200 OK in 520ms (Views: 9.9ms | ActiveRecord: 2.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:06:28 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.2ms)  commit transaction
  Rendered posts/_form.slim (7.8ms)
  Rendered posts/new.html.erb within layouts/application (8.8ms)
Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:28 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:06:32 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b12f04d8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-rpz2lk>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (1.6ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:06:32 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:06:32 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (2.1ms)
Completed 200 OK in 511ms (Views: 11.5ms | ActiveRecord: 3.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:06:54 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.6ms)
  Rendered posts/new.html.erb within layouts/application (7.6ms)
Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:06:54 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:06:57 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90ae61ee28 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1hi579p>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:06:57 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:06:57 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (2.3ms)
Completed 200 OK in 589ms (Views: 10.8ms | ActiveRecord: 2.0ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:08:42 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.9ms)
  Rendered posts/new.html.erb within layouts/application (7.0ms)
Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:08:42 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:08:45 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0ce56d8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-14aqi3z>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:08:46 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:08:46 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (2.3ms)
Completed 200 OK in 511ms (Views: 10.1ms | ActiveRecord: 2.0ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:09:26 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.7ms)
  Rendered posts/new.html.erb within layouts/application (7.7ms)
Completed 200 OK in 691ms (Views: 688.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:09:27 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:09:31 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0cb5d48 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-mjfz8a>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:09:31 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Thu, 27 Jun 2013 13:09:31 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (1.8ms)
Completed 200 OK in 515ms (Views: 9.9ms | ActiveRecord: 1.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:11:23 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (9.7ms)
  Rendered posts/new.html.erb within layouts/application (11.3ms)
Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:11:23 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:11:27 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b08e5150 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1pif1ps>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:11:27 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:11:27 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (13.8ms)
Completed 500 Internal Server Error in 542ms

NoMethodError - undefined method `map' for #<ImageUploader:0x007f90b119bc68>:
  jbuilder (1.4.2) lib/jbuilder.rb:298:in `_map_collection'
  jbuilder (1.4.2) lib/jbuilder.rb:228:in `array!'
  jbuilder (1.4.2) lib/jbuilder.rb:78:in `block in set!'
  jbuilder (1.4.2) lib/jbuilder.rb:306:in `_scope'
  jbuilder (1.4.2) lib/jbuilder.rb:78:in `set!'
  app/views/images/create.json.jbuilder:2:in `_app_views_images_create_json_jbuilder___1795812537473654588_70129712283900'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__2199313423908878257__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__868690982980943928__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:12:19 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.3ms)
  Rendered posts/new.html.erb within layouts/application (7.3ms)
Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:19 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:12:22 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b1094950 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-rllmwi>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:12:23 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:12:23 UTC +00:00]]
   (0.8ms)  commit transaction
ERROR: compiling _app_views_images_create_json_jbuilder___1795812537473654588_70129711962500 RAISED /Users/julioprotzek/Projects/file_uploader/test/dummy/app/views/images/create.json.jbuilder:9: syntax error, unexpected keyword_ensure, expecting end-of-input
Function body:           def _app_views_images_create_json_jbuilder___1795812537473654588_70129711962500(local_assigns, output_buffer)
            _old_virtual_path, @virtual_path = @virtual_path, "images/create";_old_output_buffer = @output_buffer;;__already_defined = defined?(json); json||=JbuilderTemplate.new(self); json.(@image, :id)
json.versions
  json.default @image.file.url
  json.regular @image.file.regular.url
end
json.url image_path(@image)

      json.target! unless __already_defined
          ensure
            @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
          end

Backtrace: /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:383:in `_run__2199313423908878257__process_action__callbacks'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:35:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__868690982980943928__call__callbacks'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/better_errors-0.9.0/lib/better_errors/middleware.rb:84:in `protected_app_call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/better_errors-0.9.0/lib/better_errors/middleware.rb:79:in `better_errors_call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/better_errors-0.9.0/lib/better_errors/middleware.rb:56:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
/Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
/Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
  Rendered images/create.json.jbuilder (3.1ms)
Completed 500 Internal Server Error in 604ms

SyntaxError - /Users/julioprotzek/Projects/file_uploader/test/dummy/app/views/images/create.json.jbuilder:9: syntax error, unexpected keyword_ensure, expecting end-of-input:
  app/views/images/create.json.jbuilder:9:in `'
  actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
  actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
  actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
  actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__2199313423908878257__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__868690982980943928__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:12:36 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (8.5ms)
  Rendered posts/new.html.erb within layouts/application (9.8ms)
Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:12:36 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:12:39 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90ae5c5df0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-12u5000>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:12:39 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:12:39 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.6ms)
Completed 200 OK in 515ms (Views: 9.5ms | ActiveRecord: 2.1ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:13:53 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (6.6ms)
  Rendered posts/new.html.erb within layouts/application (7.5ms)
Completed 200 OK in 565ms (Views: 563.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:13:54 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:13:57 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0d25080 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-se1q4m>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:13:57 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:13:57 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 508ms (Views: 9.1ms | ActiveRecord: 1.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:14:19 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (7.6ms)
  Rendered posts/new.html.erb within layouts/application (8.6ms)
Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:14:19 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:14:23 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b12d17e0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-hi9uxu>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:14:23 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Thu, 27 Jun 2013 13:14:23 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (2.5ms)
Completed 200 OK in 506ms (Views: 11.8ms | ActiveRecord: 1.6ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:15:05 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (10.2ms)
  Rendered posts/new.html.erb within layouts/application (11.2ms)
Completed 200 OK in 506ms (Views: 503.8ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:06 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:15:09 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b11a01c8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1h9lxfx>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:15:09 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:15:09 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 523ms (Views: 9.2ms | ActiveRecord: 1.8ms)


Started DELETE "/images/24" for 127.0.0.1 at 2013-06-27 10:15:11 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"24"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "24"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 24]]
   (0.7ms)  commit transaction
Completed 200 OK in 12ms (Views: 3.1ms | ActiveRecord: 1.4ms)


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:15:18 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>"24"}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0ca6ed8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-15iv3ny>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.9ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:15:18 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:15:18 UTC +00:00]]
   (0.7ms)  commit transaction
  Rendered images/create.json.jbuilder (1.8ms)
Completed 200 OK in 609ms (Views: 10.3ms | ActiveRecord: 2.0ms)


Started DELETE "/images/25" for 127.0.0.1 at 2013-06-27 10:15:19 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"25"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "25"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 25]]
   (0.7ms)  commit transaction
Completed 200 OK in 9ms (Views: 2.6ms | ActiveRecord: 1.3ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:15:36 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (7.1ms)
  Rendered posts/new.html.erb within layouts/application (8.7ms)
Completed 200 OK in 518ms (Views: 516.6ms | ActiveRecord: 0.1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:15:37 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:15:40 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0d4f7e0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-mplluo>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:15:40 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:15:40 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 595ms (Views: 9.5ms | ActiveRecord: 2.0ms)


Started DELETE "/images/26" for 127.0.0.1 at 2013-06-27 10:15:42 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"26"}
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "26"]]
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 26]]
   (0.8ms)  commit transaction
Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 1.3ms)


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:15:47 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90b0c3d8e8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1h87gs>, @original_filename="monument1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"monument1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:15:47 UTC +00:00], ["file", "monument1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:15:47 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.0ms)
Completed 200 OK in 517ms (Views: 8.3ms | ActiveRecord: 1.7ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:19:12 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (22.6ms)
  Rendered posts/new.html.erb within layouts/application (24.0ms)
Completed 200 OK in 120ms (Views: 118.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:12 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:19:19 -0300
Processing by PostsController#new as HTML
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (16.0ms)
  Rendered posts/new.html.erb within layouts/application (17.5ms)
Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:19 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:19:23 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f90ae62ee18 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-5819-1bdmkw4>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:19:24 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Thu, 27 Jun 2013 13:19:24 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 508ms (Views: 9.6ms | ActiveRecord: 1.9ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:19:29 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>"28"}, "title"=>"Lorem", "body"=>"Lorem"}, "commit"=>"Create Post"}
Unpermitted parameters: image_attributes
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", "Lorem"], ["created_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00], ["title", "Lorem"], ["updated_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00]]
  SQL (0.4ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00], ["imageable_id", 2], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00]]
   (2.3ms)  commit transaction
Redirected to http://localhost:3000/posts/2
Completed 302 Found in 16ms (ActiveRecord: 3.6ms)


Started GET "/posts/2" for 127.0.0.1 at 2013-06-27 10:19:29 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"2"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "2"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 29  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00]]
  SQL (0.3ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00], ["imageable_id", 2], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:19:29 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (1.9ms)
Completed 200 OK in 30ms (Views: 7.5ms | ActiveRecord: 2.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:19:30 -0300


Started GET "/posts/2" for 127.0.0.1 at 2013-06-27 10:20:12 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"2"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "2"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 30  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:20:12 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:20:12 UTC +00:00], ["imageable_id", 2], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:20:12 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (4.3ms)
Completed 500 Internal Server Error in 83ms

NoMethodError - undefined method `regular' for #<Image:0x007f90b1528188>:
  activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing'
  activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing'
  app/views/posts/show.html.erb:10:in `_app_views_posts_show_html_erb___1483046826266021825_70129711717540'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3977347245173800859__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__868690982980943928__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70129711864780/variables" for 127.0.0.1 at 2013-06-27 10:20:13 -0300


Started GET "/posts/2" for 127.0.0.1 at 2013-06-27 10:20:20 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"2"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "2"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.7ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 31  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:20:20 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:20:20 UTC +00:00], ["imageable_id", 2], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:20:20 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (3.1ms)
Completed 200 OK in 25ms (Views: 10.1ms | ActiveRecord: 2.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:20:20 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:22:30 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (76.8ms)
  Rendered posts/new.html.erb within layouts/application (81.5ms)
Completed 200 OK in 342ms (Views: 166.3ms | ActiveRecord: 1.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:22:30 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:30 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:30 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:30 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:30 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:31 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:31 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:22:31 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:22:34 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f99ffb99ab0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-soczrp>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (1.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:22:35 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:22:35 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (5.6ms)
Completed 200 OK in 771ms (Views: 16.3ms | ActiveRecord: 3.0ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:22:40 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>"33"}, "title"=>"Tree", "body"=>"Lorem"}, "commit"=>"Create Post"}
Completed 500 Internal Server Error in 2ms

ActionController::UnpermittedParameters - found unpermitted parameters: image_attributes:
  actionpack (4.0.0) lib/action_controller/metal/strong_parameters.rb:348:in `unpermitted_parameters!'
  actionpack (4.0.0) lib/action_controller/metal/strong_parameters.rb:259:in `permit'
  app/controllers/posts_controller.rb:56:in `post_params'
  app/controllers/posts_controller.rb:24:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2591913832593329377__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__516942365578553259__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70149699866060/variables" for 127.0.0.1 at 2013-06-27 10:22:41 -0300


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:23:07 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>"33"}, "title"=>"Tree", "body"=>"Lorem"}, "commit"=>"Create Post"}
Completed 404 Not Found in 29ms

ActiveRecord::RecordNotFound - Couldn't find Image with ID=33 for Post with ID=:
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:543:in `raise_nested_attributes_record_not_found!'
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:383:in `assign_nested_attributes_for_one_to_one_association'
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:339:in `image_attributes='
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:42:in `_assign_attribute'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:53:in `block in assign_nested_parameter_attributes'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:53:in `assign_nested_parameter_attributes'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:33:in `assign_attributes'
  activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize'
  activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new'
  app/controllers/posts_controller.rb:24:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2591913832593329377__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__516942365578553259__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70149707162040/variables" for 127.0.0.1 at 2013-06-27 10:23:07 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:23:24 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (20.4ms)
  Rendered posts/new.html.erb within layouts/application (21.8ms)
Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.6ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:23:24 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:23:29 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>""}, "title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f9a00a9d048 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-1hfeaw0>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:23:29 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:23:29 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.7ms)
Completed 200 OK in 547ms (Views: 13.2ms | ActiveRecord: 1.9ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:23:34 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "post"=>{"image_attributes"=>{"id"=>"34"}, "title"=>"City", "body"=>""}, "commit"=>"Create Post"}
Completed 404 Not Found in 3ms

ActiveRecord::RecordNotFound - Couldn't find Image with ID=34 for Post with ID=:
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:543:in `raise_nested_attributes_record_not_found!'
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:383:in `assign_nested_attributes_for_one_to_one_association'
  activerecord (4.0.0) lib/active_record/nested_attributes.rb:339:in `image_attributes='
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:42:in `_assign_attribute'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:53:in `block in assign_nested_parameter_attributes'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:53:in `assign_nested_parameter_attributes'
  activerecord (4.0.0) lib/active_record/attribute_assignment.rb:33:in `assign_attributes'
  activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize'
  activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new'
  app/controllers/posts_controller.rb:24:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2591913832593329377__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__516942365578553259__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70149700227580/variables" for 127.0.0.1 at 2013-06-27 10:23:34 -0300


Started POST "/__better_errors/70149700227580/eval" for 127.0.0.1 at 2013-06-27 10:24:45 -0300
  Image Load (0.2ms)  SELECT "images".* FROM "images" ORDER BY "images"."id" DESC LIMIT 1
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (4.6ms)  INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:26:39 UTC +00:00], ["title", "Lorem1"], ["updated_at", Thu, 27 Jun 2013 13:26:39 UTC +00:00]]
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:26:39 UTC +00:00], ["imageable_id", 3], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:26:39 UTC +00:00]]
   (0.8ms)  commit transaction
  Post Load (0.6ms)  SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1
  Image Load (0.4ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 35  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:27:03 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:27:03 UTC +00:00], ["imageable_id", 3], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:27:03 UTC +00:00]]
   (1.1ms)  commit transaction
   (0.3ms)  begin transaction
   (0.1ms)  commit transaction


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:39:50 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (12.9ms)
  Rendered posts/new.html.erb within layouts/application (14.1ms)
Completed 200 OK in 51ms (Views: 21.4ms | ActiveRecord: 1.1ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:39:50 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:39:53 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f99ff963d18 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-16o2pg3>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.5ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:39:54 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Thu, 27 Jun 2013 13:39:54 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 608ms (Views: 11.4ms | ActiveRecord: 1.9ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:40:04 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (20.0ms)
  Rendered posts/new.html.erb within layouts/application (21.2ms)
Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:04 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:40:07 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f9a00e34aa8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-gby04m>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:40:07 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:40:07 UTC +00:00]]
   (1.5ms)  commit transaction
  Rendered images/create.json.jbuilder (1.0ms)
Completed 200 OK in 598ms (Views: 9.5ms | ActiveRecord: 2.4ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:40:11 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"38", "post"=>{"title"=>"Lorem2", "body"=>""}, "commit"=>"Create Post"}
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "38"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.0ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00], ["title", "Lorem2"], ["updated_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 38  [["imageable_type", "Post"], ["imageable_id", 4], ["updated_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00]]
   (1.1ms)  commit transaction
Redirected to http://localhost:3000/posts/4
Completed 302 Found in 16ms (ActiveRecord: 2.6ms)


Started GET "/posts/4" for 127.0.0.1 at 2013-06-27 10:40:11 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"4"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "4"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 4], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 38  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00], ["imageable_id", 4], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:40:11 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (3.3ms)
Completed 200 OK in 28ms (Views: 9.5ms | ActiveRecord: 2.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:11 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:40:35 -0300
Processing by PostsController#new as HTML
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Rendered posts/_form.slim (5.7ms)
  Rendered posts/new.html.erb within layouts/application (6.7ms)
Completed 200 OK in 44ms (Views: 12.1ms | ActiveRecord: 1.1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:40:35 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:40:39 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f99ffce9190 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-yauwls>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:40:39 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Thu, 27 Jun 2013 13:40:39 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.4ms)
Completed 200 OK in 560ms (Views: 10.8ms | ActiveRecord: 2.1ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:40:42 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"40", "post"=>{"title"=>"asdfasdfadsf", "body"=>""}, "commit"=>"Create Post"}
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Completed 500 Internal Server Error in 4ms

RuntimeError - :
  app/controllers/posts_controller.rb:25:in `create'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2591913832593329377__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__516942365578553259__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70149672033660/variables" for 127.0.0.1 at 2013-06-27 10:40:42 -0300


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:40:52 -0300
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "40"]]


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:40:58 -0300
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "40"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:41:03 -0300
   (0.1ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Thu, 27 Jun 2013 13:41:03 UTC +00:00], ["title", "asdfasdfadsf"], ["updated_at", Thu, 27 Jun 2013 13:41:03 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 40  [["imageable_type", "Post"], ["imageable_id", 5], ["updated_at", Thu, 27 Jun 2013 13:41:03 UTC +00:00]]
   (2.3ms)  commit transaction


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:41:08 -0300


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:41:15 -0300


Started POST "/__better_errors/70149672033660/eval" for 127.0.0.1 at 2013-06-27 10:41:22 -0300


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:41:35 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"40", "post"=>{"title"=>"asdfasdfadsf", "body"=>""}, "commit"=>"Create Post"}
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "40"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00], ["title", "asdfasdfadsf"], ["updated_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 40  [["imageable_id", 6], ["updated_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00]]
   (2.4ms)  commit transaction
Redirected to http://localhost:3000/posts/6
Completed 302 Found in 113ms (ActiveRecord: 4.9ms)


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:41:35 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 40  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00]]
  SQL (0.3ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:41:35 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (1.5ms)
Completed 200 OK in 20ms (Views: 7.3ms | ActiveRecord: 2.1ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:35 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:41:50 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 41  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:41:50 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:41:50 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:41:50 UTC +00:00]]
   (2.0ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (2.2ms)
Completed 200 OK in 20ms (Views: 7.0ms | ActiveRecord: 3.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:41:51 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:42:02 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 42  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:42:02 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:42:02 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:42:02 UTC +00:00]]
   (1.9ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (2.6ms)
Completed 200 OK in 25ms (Views: 8.1ms | ActiveRecord: 3.4ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:02 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:42:08 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 43  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:42:08 UTC +00:00]]
  SQL (0.3ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:42:08 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:42:08 UTC +00:00]]
   (2.2ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (2.7ms)
Completed 200 OK in 24ms (Views: 8.3ms | ActiveRecord: 3.5ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:08 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:42:13 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.2ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 44  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:42:13 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:42:13 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:42:13 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (3.1ms)
Completed 200 OK in 27ms (Views: 8.5ms | ActiveRecord: 2.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:14 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:42:20 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 45  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:42:20 UTC +00:00]]
  SQL (0.2ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:42:20 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:42:20 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (2.2ms)
Completed 200 OK in 22ms (Views: 7.9ms | ActiveRecord: 2.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:20 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:42:26 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 46  [["imageable_id", nil], ["updated_at", Thu, 27 Jun 2013 13:42:26 UTC +00:00]]
  SQL (0.3ms)  INSERT INTO "images" ("created_at", "imageable_id", "imageable_type", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:42:26 UTC +00:00], ["imageable_id", 6], ["imageable_type", "Post"], ["updated_at", Thu, 27 Jun 2013 13:42:26 UTC +00:00]]
   (1.9ms)  commit transaction
  Rendered posts/show.html.erb within layouts/application (2.8ms)
Completed 200 OK in 23ms (Views: 8.0ms | ActiveRecord: 3.2ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:42:26 -0300


Started GET "/posts/6" for 127.0.0.1 at 2013-06-27 10:43:31 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"6"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (29.1ms)
Completed 200 OK in 51ms (Views: 33.5ms | ActiveRecord: 1.2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:31 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:43:34 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (68.4ms)
  Rendered posts/new.html.erb within layouts/application (69.3ms)
Completed 500 Internal Server Error in 73ms

NoMethodError - undefined method `file?' for nil:NilClass:
  app/models/post.rb:7:in `image?'
  app/views/posts/_form.slim:16:in `block (2 levels) in _app_views_posts__form_slim___1332935126020052446_70149700698700'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___1332935126020052446_70149700698700'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___1332935126020052446_70149700698700'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1196906504427301439_70149705790920'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2591913832593329377__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__516942365578553259__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70149706851520/variables" for 127.0.0.1 at 2013-06-27 10:43:34 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-27 10:43:49 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (15.6ms)
  Rendered posts/new.html.erb within layouts/application (16.5ms)
Completed 200 OK in 27ms (Views: 22.1ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:49 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-27 10:43:53 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f9a00fb1e30 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130627-6687-18pcew>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Thu, 27 Jun 2013 13:43:54 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Thu, 27 Jun 2013 13:43:54 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 620ms (Views: 10.6ms | ActiveRecord: 2.3ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-27 10:43:56 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"h2IExCkakAl3DOHZwRu0YuWYRSLddlVuT4nP6MLc8Gk=", "image_id"=>"48", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "48"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Thu, 27 Jun 2013 13:43:56 UTC +00:00], ["title", "adsf"], ["updated_at", Thu, 27 Jun 2013 13:43:56 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 48  [["imageable_type", "Post"], ["imageable_id", 7], ["updated_at", Thu, 27 Jun 2013 13:43:56 UTC +00:00]]
   (0.7ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 17ms (ActiveRecord: 2.2ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-27 10:43:56 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.8ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.5ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:43:56 -0300


Started GET "/posts/7" for 127.0.0.1 at 2013-06-27 10:44:13 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (5.6ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-27 10:44:13 -0300


Started GET "/" for 127.0.0.1 at 2013-06-28 11:01:36 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Rendered posts/index.html.erb within layouts/application (21.3ms)
Completed 200 OK in 164ms (Views: 157.5ms | ActiveRecord: 0.8ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:01:39 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (51.5ms)
  Rendered posts/new.html.erb within layouts/application (57.0ms)
Completed 200 OK in 63ms (Views: 63.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:39 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:01:44 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d200d9c10 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-8zl7g4>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (4.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:01:45 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:01:45 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (5.6ms)
Completed 200 OK in 955ms (Views: 15.3ms | ActiveRecord: 6.4ms)


Started DELETE "/images/49" for 127.0.0.1 at 2013-06-28 11:01:45 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"49"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "49"]]
   (0.1ms)  begin transaction
  SQL (1.0ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 49]]
   (1.0ms)  commit transaction
Completed 200 OK in 14ms (Views: 4.7ms | ActiveRecord: 2.4ms)


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:01:48 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1be88910 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-17s70eo>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:01:49 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:01:49 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 535ms (Views: 9.3ms | ActiveRecord: 1.7ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 11:01:55 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"50", "post"=>{"title"=>"City", "body"=>"Lorem"}, "commit"=>"Create Post"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "50"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", "Lorem"], ["created_at", Fri, 28 Jun 2013 14:01:55 UTC +00:00], ["title", "City"], ["updated_at", Fri, 28 Jun 2013 14:01:55 UTC +00:00]]
  SQL (0.4ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 50  [["imageable_type", "Post"], ["imageable_id", 8], ["updated_at", Fri, 28 Jun 2013 14:01:55 UTC +00:00]]
   (1.1ms)  commit transaction
Redirected to http://localhost:3000/posts/8
Completed 302 Found in 18ms (ActiveRecord: 2.4ms)


Started GET "/posts/8" for 127.0.0.1 at 2013-06-28 11:01:55 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"8"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "8"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (70.3ms)
Completed 200 OK in 78ms (Views: 76.6ms | ActiveRecord: 0.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:55 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:01:57 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Rendered posts/index.html.erb within layouts/application (4.7ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:01:57 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:02:45 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 1], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 4], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (21.7ms)
Completed 500 Internal Server Error in 25ms

NoMethodError - undefined method `regular' for #<Image:0x007f8d21080100>:
  activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing'
  activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing'
  app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb__4097099424577391842_70122060433380'
  activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each'
  app/views/posts/index.html.erb:16:in `_app_views_posts_index_html_erb__4097099424577391842_70122060433380'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4503178055961213746__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__831855442253709612__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70122053370300/variables" for 127.0.0.1 at 2013-06-28 11:02:45 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:02:53 -0300
Processing by PostsController#index as HTML
  Post Load (0.6ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 1], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 4], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (23.0ms)
Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 1.8ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:02:53 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:54 -0300


Started DELETE "/posts/4" for 127.0.0.1 at 2013-06-28 11:02:59 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"4"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "4"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 4]]
   (0.9ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 12ms (ActiveRecord: 1.6ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:02:59 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 1], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 2], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (15.8ms)
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:02:59 -0300


Started DELETE "/posts/2" for 127.0.0.1 at 2013-06-28 11:03:01 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"2"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "2"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 2]]
   (0.6ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 5ms (ActiveRecord: 1.3ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:01 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 1], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (13.4ms)
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 1.0ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:01 -0300


Started DELETE "/posts/1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"1"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "1"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 1]]
   (0.6ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 4ms (ActiveRecord: 1.1ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:03 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 3], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (11.8ms)
Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.9ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:03 -0300


Started DELETE "/posts/3" for 127.0.0.1 at 2013-06-28 11:03:04 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"3"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "3"]]
   (0.2ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 3]]
   (0.7ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 5ms (ActiveRecord: 1.4ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:04 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 5], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (10.3ms)
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.7ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:05 -0300


Started DELETE "/posts/5" for 127.0.0.1 at 2013-06-28 11:03:06 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"5"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "5"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 5]]
   (0.8ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 4ms (ActiveRecord: 1.3ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:06 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 6], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (8.6ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:06 -0300


Started DELETE "/posts/6" for 127.0.0.1 at 2013-06-28 11:03:18 -0300
Processing by PostsController#destroy as HTML
  Parameters: {"authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "id"=>"6"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "6"]]
   (0.2ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "posts" WHERE "posts"."id" = ?  [["id", 6]]
   (2.5ms)  commit transaction
Redirected to http://localhost:3000/posts
Completed 302 Found in 7ms (ActiveRecord: 3.2ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:18 -0300
Processing by PostsController#index as HTML
  Post Load (0.5ms)  SELECT "posts".* FROM "posts"
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (12.6ms)
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 1.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:18 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:03:23 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.9ms)
  Rendered posts/new.html.erb within layouts/application (4.8ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:23 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:03:26 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1bee9d28 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-v4wysz>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:03:27 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:03:27 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.2ms)
Completed 200 OK in 534ms (Views: 9.2ms | ActiveRecord: 2.0ms)


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:03:31 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"51", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1bf412f8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-103xsy7>, @original_filename="food1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"food1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:03:32 UTC +00:00], ["file", "food1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:03:32 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 510ms (Views: 10.4ms | ActiveRecord: 1.7ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 11:03:35 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"52", "post"=>{"title"=>"Food", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "52"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.4ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 14:03:35 UTC +00:00], ["title", "Food"], ["updated_at", Fri, 28 Jun 2013 14:03:35 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 52  [["imageable_type", "Post"], ["imageable_id", 9], ["updated_at", Fri, 28 Jun 2013 14:03:35 UTC +00:00]]
   (2.0ms)  commit transaction
Redirected to http://localhost:3000/posts/9
Completed 302 Found in 14ms (ActiveRecord: 3.2ms)


Started GET "/posts/9" for 127.0.0.1 at 2013-06-28 11:03:35 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.8ms)
Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:35 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:35 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:36 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:03:37 -0300
Processing by PostsController#index as HTML
  Post Load (0.3ms)  SELECT "posts".* FROM "posts"
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (12.8ms)
Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.9ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:37 -0300


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:03:39 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.6ms)
  Rendered posts/edit.html.erb within layouts/application (9.4ms)
Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:03:39 -0300


Started DELETE "/images/52" for 127.0.0.1 at 2013-06-28 11:03:40 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"52"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "52"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 52]]
   (2.0ms)  commit transaction
Completed 200 OK in 13ms (Views: 4.5ms | ActiveRecord: 2.6ms)


Started PATCH "/posts/9" for 127.0.0.1 at 2013-06-28 11:03:42 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"Food", "body"=>""}, "commit"=>"Update Post", "id"=>"9"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/9
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)


Started GET "/posts/9" for 127.0.0.1 at 2013-06-28 11:03:42 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 8ms

NoMethodError - undefined method `file' for nil:NilClass:
  app/views/posts/show.html.erb:10:in `_app_views_posts_show_html_erb___900983683917346969_70122053049640'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4503178055961213746__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__831855442253709612__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70122061102040/variables" for 127.0.0.1 at 2013-06-28 11:03:42 -0300


Started GET "/posts/9" for 127.0.0.1 at 2013-06-28 11:04:24 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.5ms)
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:24 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:04:28 -0300
Processing by PostsController#index as HTML
  Post Load (0.3ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (8.4ms)
Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.7ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:28 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:29 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:29 -0300


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:04:32 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (4.2ms)
  Rendered posts/edit.html.erb within layouts/application (5.1ms)
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:32 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:04:38 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.1ms)


Started PATCH "/posts/9" for 127.0.0.1 at 2013-06-28 11:04:39 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"Food", "body"=>""}, "commit"=>"Update Post", "id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/9
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)


Started GET "/posts/9" for 127.0.0.1 at 2013-06-28 11:04:40 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.1ms)
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:40 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:04:45 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (8.6ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:45 -0300


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:04:47 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (4.3ms)
  Rendered posts/edit.html.erb within layouts/application (5.3ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:04:47 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:04:55 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.5ms)


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:05:11 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (5.5ms)
  Rendered posts/edit.html.erb within layouts/application (6.7ms)
Completed 200 OK in 74ms (Views: 71.8ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:05:11 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:05:15 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (30.4ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:06:00 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (8.8ms)
Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:06:00 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:00 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:00 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:00 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:01 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:01 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:01 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:01 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:06:02 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.2ms)
  Rendered posts/new.html.erb within layouts/application (4.0ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:02 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:06:06 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d2119ce30 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-jyk4no>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:06:06 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 14:06:06 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 589ms (Views: 9.8ms | ActiveRecord: 2.0ms)


Started DELETE "/images/53" for 127.0.0.1 at 2013-06-28 11:06:45 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"53"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "53"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 53]]
   (2.1ms)  commit transaction
Completed 200 OK in 11ms (Views: 3.3ms | ActiveRecord: 2.6ms)


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:06:49 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (6.1ms)
  Rendered posts/edit.html.erb within layouts/application (7.1ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:06:49 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:06:53 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (31.1ms)


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:07:46 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (79.1ms)
  Rendered posts/edit.html.erb within layouts/application (81.1ms)
Completed 200 OK in 107ms (Views: 86.8ms | ActiveRecord: 1.5ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:07:46 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:07:54 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.2ms)


Started GET "/images" for 127.0.0.1 at 2013-06-28 11:10:42 -0300

ActionController::RoutingError (No route matches [GET] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (35.6ms)


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:10:54 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (36.7ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:11:37 -0300
Processing by PostsController#index as HTML
  Post Load (0.3ms)  SELECT "posts".* FROM "posts"
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (35.4ms)
Completed 200 OK in 606ms (Views: 604.4ms | ActiveRecord: 1.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:38 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:11:39 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (5.8ms)
  Rendered posts/new.html.erb within layouts/application (6.9ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:11:40 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:11:43 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1b794af0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1wkt9rk>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:11:43 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 14:11:43 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 583ms (Views: 10.5ms | ActiveRecord: 1.9ms)


Started DELETE "/images/54" for 127.0.0.1 at 2013-06-28 11:12:00 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"54"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "54"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 54]]
   (2.4ms)  commit transaction
Completed 200 OK in 11ms (Views: 2.6ms | ActiveRecord: 3.1ms)


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:12:05 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d666c08 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1rppkkk>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:12:05 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:12:05 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (2.6ms)
Completed 200 OK in 540ms (Views: 11.4ms | ActiveRecord: 1.7ms)


Started DELETE "/images/55" for 127.0.0.1 at 2013-06-28 11:12:08 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"55"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "55"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 55]]
   (2.4ms)  commit transaction
Completed 200 OK in 13ms (Views: 4.2ms | ActiveRecord: 2.9ms)


Started GET "/" for 127.0.0.1 at 2013-06-28 11:12:19 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (9.3ms)
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:20 -0300


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:12:23 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.1ms)
  Rendered posts/edit.html.erb within layouts/application (8.3ms)
Completed 200 OK in 75ms (Views: 73.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:12:23 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:13:59 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1bf623e0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-18a4ihd>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (1.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:14:00 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:14:00 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (2.4ms)
Completed 200 OK in 553ms (Views: 12.9ms | ActiveRecord: 2.2ms)


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:14:13 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (53.3ms)


Started GET "/posts" for 127.0.0.1 at 2013-06-28 11:16:43 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (10.3ms)
Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:43 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:16:45 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (8.6ms)
  Rendered posts/edit.html.erb within layouts/application (9.7ms)
Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:16:45 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:16:48 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (31.8ms)


Started GET "/__better_errors" for 127.0.0.1 at 2013-06-28 11:17:10 -0300


Started POST "/__better_errors/70122061102040/variables" for 127.0.0.1 at 2013-06-28 11:17:11 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:21:00 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.6ms)
  Rendered posts/edit.html.erb within layouts/application (8.7ms)
Completed 200 OK in 536ms (Views: 532.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:01 -0300


Started GET "/posts/9/edit" for 127.0.0.1 at 2013-06-28 11:21:02 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"9"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "9"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (5.8ms)
  Rendered posts/edit.html.erb within layouts/application (6.9ms)
Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:02 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:21:05 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.5ms)
  Rendered posts/new.html.erb within layouts/application (4.4ms)
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:21:05 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:21:09 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.2ms)


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:21:14 -0300
Processing by ImagesController#create as JSON
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"", "body"=>""}, "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d69b188 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1s5bo3c>, @original_filename="monument1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"monument1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:21:15 UTC +00:00], ["file", "monument1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:21:15 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 535ms (Views: 9.1ms | ActiveRecord: 1.9ms)


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:23:04 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (9.1ms)
  Rendered posts/edit.html.erb within layouts/application (10.3ms)
Completed 200 OK in 610ms (Views: 607.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:23:04 -0300


Started PATCH "/images" for 127.0.0.1 at 2013-06-28 11:23:08 -0300

ActionController::RoutingError (No route matches [PATCH] "/images"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.4ms)


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:26:00 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (7.6ms)
  Rendered posts/new.html.erb within layouts/application (10.1ms)
Completed 200 OK in 517ms (Views: 515.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:00 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:26:04 -0300
Processing by ImagesController#create as JSON
  Parameters: {"image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d201301a0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1p8z5zl>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:26:04 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:26:04 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.4ms)
Completed 200 OK in 534ms (Views: 9.1ms | ActiveRecord: 1.8ms)


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:26:07 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (9.5ms)
  Rendered posts/edit.html.erb within layouts/application (10.8ms)
Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:07 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:26:11 -0300
Processing by ImagesController#create as JSON
  Parameters: {"image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d21049830 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1y5ncki>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:26:11 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:26:11 UTC +00:00]]
   (1.2ms)  commit transaction
  Rendered images/create.json.jbuilder (1.2ms)
Completed 200 OK in 522ms (Views: 10.5ms | ActiveRecord: 2.0ms)


Started DELETE "/images/59" for 127.0.0.1 at 2013-06-28 11:26:19 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"59"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "59"]]
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 59]]
   (1.0ms)  commit transaction
Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 1.5ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:21 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 6ms (ActiveRecord: 0.3ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:21 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.3ms)
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:21 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:26:24 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (6.5ms)
  Rendered posts/edit.html.erb within layouts/application (7.6ms)
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:24 -0300


Started DELETE "/images/48" for 127.0.0.1 at 2013-06-28 11:26:25 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"48"}
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "48"]]
   (0.1ms)  begin transaction
  SQL (0.2ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 48]]
   (0.9ms)  commit transaction
Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 1.4ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:28 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:28 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (1.9ms)
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:28 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:26:31 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (4.4ms)
  Rendered posts/edit.html.erb within layouts/application (5.6ms)
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:31 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:26:34 -0300
Processing by ImagesController#create as JSON
  Parameters: {"image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d218d2f10 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-z1t18x>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:26:35 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:26:35 UTC +00:00]]
   (1.1ms)  commit transaction
  Rendered images/create.json.jbuilder (1.4ms)
Completed 200 OK in 527ms (Views: 11.6ms | ActiveRecord: 1.8ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:36 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"60", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 5ms (ActiveRecord: 0.4ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:36 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.5ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:36 -0300


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:39 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.0ms)
Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:39 -0300


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:40 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.7ms)
Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:40 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:26:42 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (5.7ms)
  Rendered posts/edit.html.erb within layouts/application (6.8ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:42 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:26:47 -0300
Processing by ImagesController#create as JSON
  Parameters: {"image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d7ac658 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-r6ckxy>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (1.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:26:47 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:26:47 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 533ms (Views: 10.2ms | ActiveRecord: 2.1ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:53 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"61", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.2ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 6ms (ActiveRecord: 0.5ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:26:53 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.9ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:26:53 -0300


Started POST "/posts" for 127.0.0.1 at 2013-06-28 11:28:34 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"58", "post"=>{"title"=>"", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "58"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 14:28:34 UTC +00:00], ["title", ""], ["updated_at", Fri, 28 Jun 2013 14:28:34 UTC +00:00]]
  SQL (0.4ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 58  [["imageable_type", "Post"], ["imageable_id", 10], ["updated_at", Fri, 28 Jun 2013 14:28:34 UTC +00:00]]
   (2.0ms)  commit transaction
Redirected to http://localhost:3000/posts/10
Completed 302 Found in 15ms (ActiveRecord: 3.5ms)


Started GET "/posts/10" for 127.0.0.1 at 2013-06-28 11:28:34 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"10"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "10"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.9ms)
Completed 500 Internal Server Error in 209ms

ExecJS::RuntimeError - SyntaxError: unexpected .
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/_image_uploader.coffee):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate'
  tilt (1.4.1) lib/tilt/template.rb:103:in `render'
  sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate'
  sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize'
  sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection'
  sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:44:in `block in init_with'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:141:in `lookup_asset_for_path'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:90:in `block in javascript_include_tag'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:89:in `javascript_include_tag'
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4244554242552874880_70122029513500'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4503178055961213746__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__831855442253709612__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70122052473000/variables" for 127.0.0.1 at 2013-06-28 11:28:35 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:28:42 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (6.1ms)
  Rendered posts/new.html.erb within layouts/application (7.1ms)
Completed 500 Internal Server Error in 266ms

ExecJS::RuntimeError - SyntaxError: unexpected .
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts/_image_uploader.coffee):
  execjs (1.4.0) lib/execjs/external_runtime.rb:66:in `extract_result'
  execjs (1.4.0) lib/execjs/external_runtime.rb:28:in `block in exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile'
  execjs (1.4.0) lib/execjs/external_runtime.rb:27:in `exec'
  execjs (1.4.0) lib/execjs/external_runtime.rb:19:in `eval'
  execjs (1.4.0) lib/execjs/external_runtime.rb:33:in `call'
  coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile'
  tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate'
  tilt (1.4.1) lib/tilt/template.rb:103:in `render'
  sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate'
  sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize'
  sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection'
  sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:44:in `block in init_with'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:141:in `lookup_asset_for_path'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:90:in `block in javascript_include_tag'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:89:in `javascript_include_tag'
  app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4244554242552874880_70122029513500'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4503178055961213746__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__831855442253709612__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70122013946600/variables" for 127.0.0.1 at 2013-06-28 11:28:42 -0300


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:26 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.3ms)
Completed 200 OK in 526ms (Views: 523.0ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:26 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:29:28 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (5.4ms)
  Rendered posts/new.html.erb within layouts/application (6.7ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:28 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:29:32 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1bd76ce8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1kzhmsp>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:29:32 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 14:29:32 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.3ms)
Completed 200 OK in 538ms (Views: 9.0ms | ActiveRecord: 1.8ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 11:29:34 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"62", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "62"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (1.2ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 14:29:34 UTC +00:00], ["title", "aaaa"], ["updated_at", Fri, 28 Jun 2013 14:29:34 UTC +00:00]]
  SQL (0.4ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 62  [["imageable_type", "Post"], ["imageable_id", 11], ["updated_at", Fri, 28 Jun 2013 14:29:34 UTC +00:00]]
   (1.1ms)  commit transaction
Redirected to http://localhost:3000/posts/11
Completed 302 Found in 15ms (ActiveRecord: 3.3ms)


Started GET "/posts/11" for 127.0.0.1 at 2013-06-28 11:29:34 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"11"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "11"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.0ms)
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:34 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:29:37 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (5.3ms)
  Rendered posts/edit.html.erb within layouts/application (6.5ms)
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:37 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:29:40 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d774050 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-8h142u>, @original_filename="food1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"food1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:29:41 UTC +00:00], ["file", "food1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:29:41 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 533ms (Views: 8.8ms | ActiveRecord: 1.6ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:43 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"63", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:43 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.3ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:43 -0300


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:45 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (1.9ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:45 -0300


Started GET "/posts/7/edit" for 127.0.0.1 at 2013-06-28 11:29:46 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (4.9ms)
  Rendered posts/edit.html.erb within layouts/application (5.9ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:46 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:29:50 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d202d9da8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-zrhk5d>, @original_filename="food1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"food1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:29:50 UTC +00:00], ["file", "food1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:29:50 UTC +00:00]]
   (0.7ms)  commit transaction
  Rendered images/create.json.jbuilder (1.8ms)
Completed 200 OK in 575ms (Views: 12.5ms | ActiveRecord: 1.7ms)


Started PATCH "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:53 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"64", "post"=>{"title"=>"adsf", "body"=>""}, "commit"=>"Update Post", "id"=>"7"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/7
Completed 302 Found in 5ms (ActiveRecord: 0.3ms)


Started GET "/posts/7" for 127.0.0.1 at 2013-06-28 11:29:53 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"7"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "7"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.5ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:29:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 11:30:00 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (7.5ms)
  Rendered posts/new.html.erb within layouts/application (8.7ms)
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:00 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:30:04 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d6adc48 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-qkgggp>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:30:04 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:30:04 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 529ms (Views: 9.1ms | ActiveRecord: 1.8ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 11:30:07 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"65", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "65"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.4ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 14:30:07 UTC +00:00], ["title", "asdfasdf"], ["updated_at", Fri, 28 Jun 2013 14:30:07 UTC +00:00]]
  SQL (0.5ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 65  [["imageable_type", "Post"], ["imageable_id", 12], ["updated_at", Fri, 28 Jun 2013 14:30:07 UTC +00:00]]
   (1.2ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 14ms (ActiveRecord: 2.5ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:30:07 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (7.9ms)
Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:07 -0300


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:30:08 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.9ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:08 -0300


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:30:09 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.8ms)
Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:09 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:30:11 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.8ms)
  Rendered posts/edit.html.erb within layouts/application (9.1ms)
Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:12 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:30:16 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1b7751f0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1w0fe8t>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:30:17 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Fri, 28 Jun 2013 14:30:17 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.6ms)
Completed 200 OK in 530ms (Views: 9.4ms | ActiveRecord: 1.9ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:30:20 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"66", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 5ms (ActiveRecord: 0.3ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:30:20 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (5.3ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:21 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:30:23 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.7ms)
  Rendered posts/edit.html.erb within layouts/application (8.8ms)
Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:23 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:30:35 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.9ms)
  Rendered posts/edit.html.erb within layouts/application (9.3ms)
Completed 200 OK in 550ms (Views: 548.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:30:36 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:30:42 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d21030f38 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1lwoh4w>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:30:43 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:30:43 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.2ms)
Completed 200 OK in 600ms (Views: 10.0ms | ActiveRecord: 1.8ms)


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:31:54 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (34.5ms)
  Rendered posts/edit.html.erb within layouts/application (37.9ms)
Completed 200 OK in 49ms (Views: 46.5ms | ActiveRecord: 0.5ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:31:54 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:31:58 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d20282b70 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-s4gjo1>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:31:59 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:31:59 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 517ms (Views: 9.2ms | ActiveRecord: 1.9ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:03 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"68", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 6ms (ActiveRecord: 0.5ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:03 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.7ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:03 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:32:24 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (36.5ms)
  Rendered posts/edit.html.erb within layouts/application (37.9ms)
Completed 200 OK in 62ms (Views: 42.6ms | ActiveRecord: 1.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:25 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:32:31 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d21088fd0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1yhtxg1>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:32:32 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:32:32 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered images/create.json.jbuilder (1.5ms)
Completed 200 OK in 523ms (Views: 10.5ms | ActiveRecord: 1.8ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:33 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"69", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "69"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 65  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 14:32:33 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 69  [["imageable_id", 12], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 14:32:33 UTC +00:00]]
   (0.9ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 21ms (ActiveRecord: 2.7ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:33 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.8ms)
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:33 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:32:35 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (6.5ms)
  Rendered posts/edit.html.erb within layouts/application (7.5ms)
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:35 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:32:50 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (16.7ms)
  Rendered posts/edit.html.erb within layouts/application (18.2ms)
Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:50 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:50 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:51 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:32:54 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d211cb000 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-1ld8x05>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:32:55 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Fri, 28 Jun 2013 14:32:55 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (1.1ms)
Completed 200 OK in 524ms (Views: 8.8ms | ActiveRecord: 1.5ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:56 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"70", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "70"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (1.2ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 69  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 14:32:56 UTC +00:00]]
  SQL (0.2ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 70  [["imageable_id", 12], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 14:32:56 UTC +00:00]]
   (0.9ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 18ms (ActiveRecord: 3.1ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:32:56 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (3.6ms)
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:56 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:32:57 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.3ms)
  Rendered posts/edit.html.erb within layouts/application (8.4ms)
Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:57 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:58 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:32:58 -0300


Started DELETE "/images/70" for 127.0.0.1 at 2013-06-28 11:32:58 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"70"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "70"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 70]]
   (0.8ms)  commit transaction
Completed 200 OK in 10ms (Views: 2.8ms | ActiveRecord: 1.4ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:33:00 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", ""]]
Completed 404 Not Found in 3ms

ActiveRecord::RecordNotFound - Couldn't find Image with id=:
  activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:198:in `raise_record_not_found_exception!'
  activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:284:in `find_one'
  activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:268:in `find_with_ids'
  activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find'
  activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find'
  activerecord (4.0.0) lib/active_record/querying.rb:3:in `find'
  app/controllers/posts_controller.rb:35:in `update'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4503178055961213746__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__831855442253709612__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70122013930500/variables" for 127.0.0.1 at 2013-06-28 11:33:00 -0300


Started POST "/__better_errors/70122013930500/eval" for 127.0.0.1 at 2013-06-28 11:33:15 -0300


Started POST "/__better_errors/70122013930500/eval" for 127.0.0.1 at 2013-06-28 11:33:30 -0300
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", ""]]


Started POST "/__better_errors/70122013930500/eval" for 127.0.0.1 at 2013-06-28 11:33:40 -0300
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 0


Started POST "/__better_errors/70122013930500/eval" for 127.0.0.1 at 2013-06-28 11:33:41 -0300
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 0 ORDER BY "images"."id" ASC LIMIT 1


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:34:35 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 0 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 33ms (ActiveRecord: 1.7ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:34:35 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.5ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:35 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:34:37 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (4.4ms)
  Rendered posts/edit.html.erb within layouts/application (5.4ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:38 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:34:41 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d211ebb48 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-5zx9fc>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (1.3ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:34:42 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 14:34:42 UTC +00:00]]
   (4.2ms)  commit transaction
  Rendered images/create.json.jbuilder (1.6ms)
Completed 200 OK in 624ms (Views: 11.3ms | ActiveRecord: 5.8ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:34:43 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"71", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 71 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 71  [["imageable_id", 12], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 14:34:43 UTC +00:00]]
   (1.3ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 19ms (ActiveRecord: 2.8ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:34:43 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.8ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:34:43 -0300


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:35:12 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.3ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:12 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:12 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:13 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:35:14 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (15.8ms)
  Rendered posts/edit.html.erb within layouts/application (16.8ms)
Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:14 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:35:22 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (15.5ms)
  Rendered posts/edit.html.erb within layouts/application (17.3ms)
Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:22 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:22 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:22 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:22 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:22 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:23 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 11:35:37 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8d1d6d56f8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-2179-es6rn7>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 14:35:38 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 14:35:38 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered images/create.json.jbuilder (1.7ms)
Completed 200 OK in 545ms (Views: 10.0ms | ActiveRecord: 2.1ms)


Started PATCH "/posts/12" for 127.0.0.1 at 2013-06-28 11:35:40 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"72", "post"=>{"title"=>"asdfasdf", "body"=>""}, "commit"=>"Update Post", "id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 72 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 71  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 14:35:40 UTC +00:00]]
  SQL (0.2ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 72  [["imageable_id", 12], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 14:35:40 UTC +00:00]]
   (2.2ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/12
Completed 302 Found in 22ms (ActiveRecord: 3.7ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:35:40 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:40 -0300


Started GET "/posts/12/edit" for 127.0.0.1 at 2013-06-28 11:35:42 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (7.5ms)
  Rendered posts/edit.html.erb within layouts/application (8.5ms)
Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:42 -0300


Started DELETE "/images/72" for 127.0.0.1 at 2013-06-28 11:35:43 -0300
Processing by ImagesController#destroy as JS
  Parameters: {"id"=>"72"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "72"]]
   (0.1ms)  begin transaction
  SQL (0.3ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 72]]
   (2.1ms)  commit transaction
Completed 200 OK in 11ms (Views: 2.8ms | ActiveRecord: 2.8ms)


Started GET "/posts/12" for 127.0.0.1 at 2013-06-28 11:35:44 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"12"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "12"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.3ms)
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 11:35:44 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 12:15:18 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (22.2ms)
Completed 200 OK in 1029ms (Views: 1025.1ms | ActiveRecord: 1.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:19 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 12:15:20 -0300
Processing by PostsController#index as HTML
  Post Load (0.3ms)  SELECT "posts".* FROM "posts"
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (71.4ms)
Completed 200 OK in 78ms (Views: 76.7ms | ActiveRecord: 1.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:21 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:15:33 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (137.4ms)
  Rendered posts/new.html.erb within layouts/application (144.3ms)
Completed 200 OK in 248ms (Views: 241.4ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:34 -0300


Started POST "/images" for 127.0.0.1 at 2013-06-28 12:15:38 -0300
Processing by ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fc3b5428760 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-3382-1q0h3dn>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (3.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 15:15:39 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 15:15:39 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered images/create.json.jbuilder (10.0ms)
Completed 200 OK in 918ms (Views: 19.8ms | ActiveRecord: 4.5ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 12:15:42 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"73", "post"=>{"title"=>"Lorem", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 73 LIMIT 1
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 15:15:42 UTC +00:00], ["title", "Lorem"], ["updated_at", Fri, 28 Jun 2013 15:15:42 UTC +00:00]]
  SQL (0.4ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 73  [["imageable_type", "Post"], ["imageable_id", 13], ["updated_at", Fri, 28 Jun 2013 15:15:42 UTC +00:00]]
   (1.2ms)  commit transaction
Redirected to http://localhost:3000/posts/13
Completed 302 Found in 20ms (ActiveRecord: 2.7ms)


Started GET "/posts/13" for 127.0.0.1 at 2013-06-28 12:15:42 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"13"}
  Post Load (0.5ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "13"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (13.2ms)
Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.8ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:15:42 -0300


Started GET "/posts/13" for 127.0.0.1 at 2013-06-28 12:26:40 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"13"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "13"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (59.7ms)
Completed 200 OK in 114ms (Views: 112.1ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:41 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 12:26:43 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (18.6ms)
Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 1.1ms)


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:26:43 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:27:11 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.7ms)
  Rendered posts/new.html.erb within layouts/application (4.7ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:11 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:27:46 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (77.1ms)
  Rendered posts/new.html.erb within layouts/application (82.3ms)
Completed 500 Internal Server Error in 176ms

Sass::SyntaxError - File to import not found or unreadable: fileuploader.
Load paths:
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets
  /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.1/vendor/assets/javascripts
  /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/coffee-rails-4.0.0/lib/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/app/assets/images
  /Users/julioprotzek/Projects/file_uploader/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/app/assets/stylesheets
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass:2):
  sass (3.2.9) lib/sass/tree/import_node.rb:67:in `rescue in import'
  sass (3.2.9) lib/sass/tree/import_node.rb:45:in `import'
  sass (3.2.9) lib/sass/tree/import_node.rb:28:in `imported_file'
  sass (3.2.9) lib/sass/tree/import_node.rb:37:in `css_import?'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:217:in `visit_import'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:100:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:53:in `visit_children'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:121:in `with_environment'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:108:in `visit_children'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `block in visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:128:in `visit_root'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:100:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:7:in `visit'
  sass (3.2.9) lib/sass/tree/root_node.rb:20:in `render'
  sass (3.2.9) lib/sass/engine.rb:315:in `_render'
  sass (3.2.9) lib/sass/engine.rb:262:in `render'
  sprockets (2.10.0) lib/sprockets/sass_template.rb:53:in `evaluate'
  tilt (1.4.1) lib/tilt/template.rb:103:in `render'
  sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate'
  sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize'
  sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection'
  sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:141:in `lookup_asset_for_path'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:112:in `block in stylesheet_link_tag'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:111:in `stylesheet_link_tag'
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2765595641167449225_70112633713880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112633790620/variables" for 127.0.0.1 at 2013-06-28 12:27:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:27:53 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (4.9ms)
  Rendered posts/new.html.erb within layouts/application (6.3ms)
Completed 200 OK in 172ms (Views: 171.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:27:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:28:46 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.6ms)
  Rendered posts/new.html.erb within layouts/application (5.4ms)
Completed 200 OK in 158ms (Views: 157.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:28:47 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:29:08 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (5.0ms)
  Rendered posts/new.html.erb within layouts/application (6.0ms)
Completed 500 Internal Server Error in 31ms

Sass::SyntaxError - File to import not found or unreadable: bootstrap/buttons.
Load paths:
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets
  /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.1/vendor/assets/javascripts
  /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/coffee-rails-4.0.0/lib/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/app/assets/images
  /Users/julioprotzek/Projects/file_uploader/app/assets/javascripts
  /Users/julioprotzek/Projects/file_uploader/app/assets/stylesheets
  (in /Users/julioprotzek/Projects/file_uploader/test/dummy/app/assets/stylesheets/application.sass:1):
  sass (3.2.9) lib/sass/tree/import_node.rb:67:in `rescue in import'
  sass (3.2.9) lib/sass/tree/import_node.rb:45:in `import'
  sass (3.2.9) lib/sass/tree/import_node.rb:28:in `imported_file'
  sass (3.2.9) lib/sass/tree/import_node.rb:37:in `css_import?'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:217:in `visit_import'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:100:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:227:in `block in visit_import'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:227:in `visit_import'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:100:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:53:in `visit_children'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:121:in `with_environment'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:108:in `visit_children'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `block in visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:128:in `visit_root'
  sass (3.2.9) lib/sass/tree/visitors/base.rb:37:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:100:in `visit'
  sass (3.2.9) lib/sass/tree/visitors/perform.rb:7:in `visit'
  sass (3.2.9) lib/sass/tree/root_node.rb:20:in `render'
  sass (3.2.9) lib/sass/engine.rb:315:in `_render'
  sass (3.2.9) lib/sass/engine.rb:262:in `render'
  sprockets (2.10.0) lib/sprockets/sass_template.rb:53:in `evaluate'
  tilt (1.4.1) lib/tilt/template.rb:103:in `render'
  sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate'
  sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate'
  sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize'
  sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection'
  sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset'
  sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
  sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash'
  sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset'
  sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset'
  sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset'
  sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:141:in `lookup_asset_for_path'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:112:in `block in stylesheet_link_tag'
  sprockets-rails (2.0.0) lib/sprockets/rails/helper.rb:111:in `stylesheet_link_tag'
  app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2765595641167449225_70112633713880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112620125300/variables" for 127.0.0.1 at 2013-06-28 12:29:08 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:29:49 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (5.0ms)
  Rendered posts/new.html.erb within layouts/application (6.2ms)
Completed 200 OK in 261ms (Views: 260.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 12:29:49 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 12:34:18 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (22.7ms)
  Rendered posts/new.html.erb within layouts/application (23.5ms)
Completed 500 Internal Server Error in 30ms

NameError - undefined local variable or method `images_path' for #<#<Class:0x007f88bd5fa710>:0x007f88bd5f8e10>:
  app/views/posts/_form.slim:23:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112634057180'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112634057180'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112634057180'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112606005100/variables" for 127.0.0.1 at 2013-06-28 12:34:18 -0300


Started GET "/adsfasdf" for 127.0.0.1 at 2013-06-28 12:34:25 -0300

ActionController::RoutingError (No route matches [GET] "/adsfasdf"):
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
  Rendered /Users/julioprotzek/.rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.1ms)


Started POST "/__better_errors/70112606005100/variables" for 127.0.0.1 at 2013-06-28 13:37:29 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:37:30 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (110.7ms)
  Rendered posts/new.html.erb within layouts/application (111.8ms)
Completed 500 Internal Server Error in 121ms

NoMethodError - undefined method `image_path' for #<#<Class:0x007f88bb9ba690>:0x007f88bb9b98a8>:
  app/views/posts/_form.slim:24:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112619945320'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112619945320'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112619945320'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112634167420/variables" for 127.0.0.1 at 2013-06-28 13:37:30 -0300


Started POST "/__better_errors/70112634167420/eval" for 127.0.0.1 at 2013-06-28 13:37:42 -0300


Started POST "/__better_errors/70112634167420/eval" for 127.0.0.1 at 2013-06-28 13:38:06 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:38:24 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (12.8ms)
  Rendered posts/new.html.erb within layouts/application (13.6ms)
Completed 500 Internal Server Error in 16ms

ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"file_uploader/images", :id=>nil, :format=>nil} missing required keys: [:id]:
  actionpack (4.0.0) lib/action_dispatch/journey/formatter.rb:35:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:376:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper'
  actionpack (4.0.0) lib/action_dispatch/routing/routes_proxy.rb:31:in `image_path'
  actionpack (4.0.0) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing'
  app/views/posts/_form.slim:24:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112633845200'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112633845200'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112633845200'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112608740160/variables" for 127.0.0.1 at 2013-06-28 13:38:25 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:38:49 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (16.5ms)
  Rendered posts/new.html.erb within layouts/application (17.6ms)
Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:38:49 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:38:57 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.3ms)
  Rendered posts/new.html.erb within layouts/application (12.2ms)
Completed 500 Internal Server Error in 15ms

ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"file_uploader/images", :id=>nil, :format=>nil} missing required keys: [:id]:
  actionpack (4.0.0) lib/action_dispatch/journey/formatter.rb:35:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:376:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper'
  actionpack (4.0.0) lib/action_dispatch/routing/routes_proxy.rb:31:in `image_path'
  app/views/posts/_form.slim:24:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112605363820'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112605363820'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112605363820'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112605727860/variables" for 127.0.0.1 at 2013-06-28 13:38:58 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:39:09 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (14.6ms)
  Rendered posts/new.html.erb within layouts/application (15.8ms)
Completed 500 Internal Server Error in 20ms

ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"file_uploader/images", :id=>nil, :format=>nil} missing required keys: [:id]:
  actionpack (4.0.0) lib/action_dispatch/journey/formatter.rb:35:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:376:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper'
  actionpack (4.0.0) lib/action_dispatch/routing/routes_proxy.rb:31:in `image_path'
  app/views/posts/_form.slim:24:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112605067860/variables" for 127.0.0.1 at 2013-06-28 13:39:09 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:40:29 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (17.6ms)
  Rendered posts/new.html.erb within layouts/application (19.0ms)
Completed 500 Internal Server Error in 26ms

ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"file_uploader/images", :id=>nil, :format=>nil} missing required keys: [:id]:
  actionpack (4.0.0) lib/action_dispatch/journey/formatter.rb:35:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:376:in `url_for'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper'
  actionpack (4.0.0) lib/action_dispatch/routing/routes_proxy.rb:31:in `image_path'
  app/views/posts/_form.slim:24:in `block (2 levels) in _app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112633432620'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112619890940/variables" for 127.0.0.1 at 2013-06-28 13:40:29 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:41:00 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (27.0ms)
  Rendered posts/new.html.erb within layouts/application (28.1ms)
Completed 200 OK in 39ms (Views: 34.4ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:00 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 13:41:06 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f88b9fbcae0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-3447-v1gn76>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (4.1ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 16:41:07 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Fri, 28 Jun 2013 16:41:07 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (6.0ms)
Completed 200 OK in 948ms (Views: 18.2ms | ActiveRecord: 5.6ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 13:41:12 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"74", "post"=>{"title"=>"Lorem", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 74 LIMIT 1
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 16:41:13 UTC +00:00], ["title", "Lorem"], ["updated_at", Fri, 28 Jun 2013 16:41:13 UTC +00:00]]
  SQL (0.4ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 74  [["imageable_type", "Post"], ["imageable_id", 14], ["updated_at", Fri, 28 Jun 2013 16:41:13 UTC +00:00]]
   (1.0ms)  commit transaction
Redirected to http://localhost:3000/posts/14
Completed 302 Found in 21ms (ActiveRecord: 2.4ms)


Started GET "/posts/14" for 127.0.0.1 at 2013-06-28 13:41:13 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"14"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (11.1ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.5ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:13 -0300


Started GET "/posts/14/edit" for 127.0.0.1 at 2013-06-28 13:41:15 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"14"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (9.7ms)
  Rendered posts/edit.html.erb within layouts/application (11.3ms)
Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:15 -0300


Started DELETE "/file_uploader/images/74" for 127.0.0.1 at 2013-06-28 13:41:16 -0300
Processing by FileUploader::ImagesController#destroy as JS
  Parameters: {"id"=>"74"}
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1  [["id", "74"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 74]]
   (2.4ms)  commit transaction
Completed 200 OK in 11ms (Views: 2.7ms | ActiveRecord: 3.2ms)


Started PATCH "/posts/14" for 127.0.0.1 at 2013-06-28 13:41:18 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"", "post"=>{"title"=>"Lorem", "body"=>""}, "commit"=>"Update Post", "id"=>"14"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 0 LIMIT 1
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/14
Completed 302 Found in 6ms (ActiveRecord: 0.7ms)


Started GET "/posts/14" for 127.0.0.1 at 2013-06-28 13:41:18 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"14"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (2.4ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:18 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 13:41:19 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (19.2ms)
Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 1.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:20 -0300


Started GET "/posts/14/edit" for 127.0.0.1 at 2013-06-28 13:41:23 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"14"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/_form.slim (5.1ms)
  Rendered posts/edit.html.erb within layouts/application (6.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:23 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 13:41:26 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f88ba628190 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-3447-g4ompv>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 16:41:27 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 16:41:27 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (1.8ms)
Completed 200 OK in 522ms (Views: 13.6ms | ActiveRecord: 1.9ms)


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 13:41:31 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f88c01bd320 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-3447-1se1dej>, @original_filename="city1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"city1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (0.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 16:41:31 UTC +00:00], ["file", "city1.jpg"], ["updated_at", Fri, 28 Jun 2013 16:41:31 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (1.6ms)
Completed 200 OK in 608ms (Views: 13.3ms | ActiveRecord: 1.9ms)


Started PATCH "/posts/14" for 127.0.0.1 at 2013-06-28 13:41:33 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"76", "post"=>{"title"=>"Lorem", "body"=>""}, "commit"=>"Update Post", "id"=>"14"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 76 LIMIT 1
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 76  [["imageable_id", 14], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 16:41:33 UTC +00:00]]
   (0.6ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/14
Completed 302 Found in 17ms (ActiveRecord: 1.9ms)


Started GET "/posts/14" for 127.0.0.1 at 2013-06-28 13:41:33 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"14"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "14"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.7ms)
Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:33 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 13:41:34 -0300
Processing by PostsController#index as HTML
  Post Load (0.3ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (19.8ms)
Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 1.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:41:34 -0300


Started GET "/posts" for 127.0.0.1 at 2013-06-28 13:43:07 -0300
Processing by PostsController#index as HTML
  Post Load (0.2ms)  SELECT "posts".* FROM "posts"
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 7], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 8], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 9], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 10], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 11], ["imageable_type", "Post"]]
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 12], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 13], ["imageable_type", "Post"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 14], ["imageable_type", "Post"]]
  Rendered posts/index.html.erb within layouts/application (21.9ms)
Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 1.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 13:43:07 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:43:10 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (80.4ms)
  Rendered posts/new.html.erb within layouts/application (82.4ms)
Completed 500 Internal Server Error in 87ms

NoMethodError - undefined method `form' for #<#<Class:0x007f88b9dbbf48>:0x007f88bf9e6548>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112634802080/variables" for 127.0.0.1 at 2013-06-28 13:43:10 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:45:04 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (26.3ms)
  Rendered posts/new.html.erb within layouts/application (27.6ms)
Completed 500 Internal Server Error in 38ms

NoMethodError - undefined method `form' for #<#<Class:0x007f88ba6a2080>:0x007f88ba6a10e0>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112610473760/variables" for 127.0.0.1 at 2013-06-28 13:45:05 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:47:43 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (23.8ms)
  Rendered posts/new.html.erb within layouts/application (25.5ms)
Completed 500 Internal Server Error in 33ms

NoMethodError - undefined method `form' for #<#<Class:0x007f88bf809568>:0x007f88bf808708>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112610208200/variables" for 127.0.0.1 at 2013-06-28 13:47:43 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:48:09 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (12.0ms)
  Rendered posts/new.html.erb within layouts/application (13.8ms)
Completed 500 Internal Server Error in 18ms

NoMethodError - undefined method `form' for #<#<Class:0x007f88bf809568>:0x007f88bb9da9b8>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__4148018243177664464_70112653581640'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___1423867698118616725_70112633612800'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__593250924354517127__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2255059609339679505__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70112605813420/variables" for 127.0.0.1 at 2013-06-28 13:48:09 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:48:29 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (88.3ms)
  Rendered posts/new.html.erb within layouts/application (94.7ms)
Completed 500 Internal Server Error in 113ms

NoMethodError - undefined method `form' for #<#<Class:0x007fd4c6e2c690>:0x007fd4c6e1f968>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___649560352969549896_70275910126620'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___649560352969549896_70275910126620'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___2680188080431264241_70275910005440'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__96061084290466483__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__515906037077162195__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70275921908960/variables" for 127.0.0.1 at 2013-06-28 13:48:30 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:49:48 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (42.1ms)
  Rendered posts/new.html.erb within layouts/application (48.3ms)
Completed 500 Internal Server Error in 108ms

ActionView::MissingTemplate - Missing partial file_uploades/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___3999262849439282842_70310084012700'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2301700317371627806__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__393428546386849447__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70310085487240/variables" for 127.0.0.1 at 2013-06-28 13:49:49 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:51:46 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (20.5ms)
  Rendered posts/new.html.erb within layouts/application (22.0ms)
Completed 500 Internal Server Error in 33ms

ActionView::MissingTemplate - Missing partial file_uploades/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___3999262849439282842_70310084012700'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2301700317371627806__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__393428546386849447__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70310067764260/variables" for 127.0.0.1 at 2013-06-28 13:51:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:51:54 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.0ms)
  Rendered posts/new.html.erb within layouts/application (3.9ms)
Completed 500 Internal Server Error in 8ms

ActionView::MissingTemplate - Missing partial file_uploades/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2543886282544404706_70310084610140'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___3999262849439282842_70310084012700'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__2301700317371627806__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__393428546386849447__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70310073012720/variables" for 127.0.0.1 at 2013-06-28 13:51:55 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:55:21 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (39.3ms)
  Rendered posts/new.html.erb within layouts/application (46.0ms)
Completed 500 Internal Server Error in 63ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___671925261230186880_70286799823880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__1813959747000037768__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1440136479956507127__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70286772403680/variables" for 127.0.0.1 at 2013-06-28 13:55:21 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:55:34 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (63.8ms)
  Rendered posts/new.html.erb within layouts/application (65.3ms)
Completed 500 Internal Server Error in 75ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___671925261230186880_70286799823880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__1813959747000037768__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1440136479956507127__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70286799813080/variables" for 127.0.0.1 at 2013-06-28 13:55:35 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:55:36 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (4.1ms)
  Rendered posts/new.html.erb within layouts/application (5.5ms)
Completed 500 Internal Server Error in 10ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__795046328184852572_70286784277840'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___671925261230186880_70286799823880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__1813959747000037768__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1440136479956507127__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70286797896040/variables" for 127.0.0.1 at 2013-06-28 13:55:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:56:27 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (85.0ms)
  Rendered posts/new.html.erb within layouts/application (91.0ms)
Completed 500 Internal Server Error in 107ms

ActionView::MissingTemplate - Missing partial file_uploaderasDAS/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___2696910477523279712_70225105186060'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3134018622544308523__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2290987971730194061__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70225074444380/variables" for 127.0.0.1 at 2013-06-28 13:56:27 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:56:36 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.2ms)
  Rendered posts/new.html.erb within layouts/application (4.1ms)
Completed 500 Internal Server Error in 7ms

ActionView::MissingTemplate - Missing partial file_uploaderasDAS/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___2696910477523279712_70225105186060'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3134018622544308523__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2290987971730194061__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70225104291280/variables" for 127.0.0.1 at 2013-06-28 13:56:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:56:37 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (4.2ms)
  Rendered posts/new.html.erb within layouts/application (5.0ms)
Completed 500 Internal Server Error in 8ms

ActionView::MissingTemplate - Missing partial file_uploaderasDAS/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___1832602541913137402_70225105300740'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___2696910477523279712_70225105186060'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3134018622544308523__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2290987971730194061__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70225104082260/variables" for 127.0.0.1 at 2013-06-28 13:56:37 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:57:14 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (81.7ms)
  Rendered posts/new.html.erb within layouts/application (86.0ms)
Completed 500 Internal Server Error in 99ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___3707901853755295590_70346633728020'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___3707901853755295590_70346633728020'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__953037577081016805_70346633605120'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__122940414558058774__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2654413640059704983__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70346613208680/variables" for 127.0.0.1 at 2013-06-28 13:57:14 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:57:43 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (17.3ms)
  Rendered posts/new.html.erb within layouts/application (18.2ms)
Completed 500 Internal Server Error in 25ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___3707901853755295590_70346633728020'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___3707901853755295590_70346633728020'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__953037577081016805_70346633605120'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__122940414558058774__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2654413640059704983__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70346633633220/variables" for 127.0.0.1 at 2013-06-28 13:57:43 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:59:24 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (91.7ms)
  Rendered posts/new.html.erb within layouts/application (98.3ms)
Completed 500 Internal Server Error in 117ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__1666132378512659244_70249112130340'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__1666132378512659244_70249112130340'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb___3714694981925681554_70249100768040'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3234265759668745592__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1616020509876591629__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70249136027320/variables" for 127.0.0.1 at 2013-06-28 13:59:24 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:59:35 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (85.2ms)
  Rendered posts/new.html.erb within layouts/application (91.7ms)
Completed 500 Internal Server Error in 110ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124036981620/variables" for 127.0.0.1 at 2013-06-28 13:59:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 13:59:44 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (22.1ms)
  Rendered posts/new.html.erb within layouts/application (23.2ms)
Completed 500 Internal Server Error in 31ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067145080/variables" for 127.0.0.1 at 2013-06-28 13:59:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:00:03 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (17.2ms)
  Rendered posts/new.html.erb within layouts/application (18.1ms)
Completed 500 Internal Server Error in 27ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067101880'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067394620/variables" for 127.0.0.1 at 2013-06-28 14:00:03 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:04 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.7ms)
  Rendered posts/new.html.erb within layouts/application (12.7ms)
Completed 500 Internal Server Error in 16ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124047124040'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124047124040'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124047124040'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067003340/variables" for 127.0.0.1 at 2013-06-28 14:01:04 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:09 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (8.4ms)
  Rendered posts/new.html.erb within layouts/application (9.2ms)
Completed 500 Internal Server Error in 13ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124066688820'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124066688820'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124066688820'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066914540/variables" for 127.0.0.1 at 2013-06-28 14:01:09 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:32 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.0ms)
  Rendered posts/new.html.erb within layouts/application (11.8ms)
Completed 500 Internal Server Error in 15ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124047123720'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124047123720'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124047123720'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067016260/variables" for 127.0.0.1 at 2013-06-28 14:01:32 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:47 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (12.0ms)
  Rendered posts/new.html.erb within layouts/application (14.8ms)
Completed 500 Internal Server Error in 19ms

ActionView::MissingTemplate - Missing partial posts/fields_for, application/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124066721060'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124066721060'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124066721060'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067045420/variables" for 127.0.0.1 at 2013-06-28 14:01:47 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:54 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (7.2ms)
  Rendered posts/new.html.erb within layouts/application (8.1ms)
Completed 500 Internal Server Error in 11ms

ActionView::MissingTemplate - Missing partial file_uploader/file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124037212420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124037212420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124037212420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067097860/variables" for 127.0.0.1 at 2013-06-28 14:01:55 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:01:59 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (10.0ms)
  Rendered posts/new.html.erb within layouts/application (10.8ms)
Completed 500 Internal Server Error in 14ms

ActionView::MissingTemplate - Missing partial file_uploader/file_uploader/images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124067165280'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124067165280'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067165280'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067561080/variables" for 127.0.0.1 at 2013-06-28 14:01:59 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:05 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (64.7ms)
  Rendered posts/new.html.erb within layouts/application (66.1ms)
Completed 500 Internal Server Error in 71ms

ActionView::MissingTemplate - Missing partial file_uploader/file_uploader/images/fields_for.html.slim with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124067574240'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124067574240'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067574240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124030644440/variables" for 127.0.0.1 at 2013-06-28 14:02:05 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:11 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.5ms)
  Rendered posts/new.html.erb within layouts/application (12.9ms)
Completed 500 Internal Server Error in 18ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for.html.slim with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124046083080'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124046083080'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124046083080'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066378500/variables" for 127.0.0.1 at 2013-06-28 14:02:11 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:14 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (12.4ms)
  Rendered posts/new.html.erb within layouts/application (14.1ms)
Completed 500 Internal Server Error in 19ms

ActionView::MissingTemplate - Missing partial file_uploader/images/fields_for.html.slim with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124046692860'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124046692860'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124046692860'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066571800/variables" for 127.0.0.1 at 2013-06-28 14:02:14 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:18 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.7ms)
  Rendered posts/new.html.erb within layouts/application (13.1ms)
Completed 500 Internal Server Error in 17ms

ActionView::MissingTemplate - Missing partial images/fields_for.html.slim with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124046916300'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124046916300'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124046916300'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066882040/variables" for 127.0.0.1 at 2013-06-28 14:02:18 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:24 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (11.2ms)
  Rendered posts/new.html.erb within layouts/application (12.5ms)
Completed 500 Internal Server Error in 17ms

ActionView::MissingTemplate - Missing template images/fields_for.html.slim with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy"
  * "/"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:27:in `block in determine_template'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:136:in `with_fallbacks'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `with_fallbacks'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:27:in `determine_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124030167980'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124030167980'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124030167980'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066065960/variables" for 127.0.0.1 at 2013-06-28 14:02:24 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:02:44 -0300
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim (19.2ms)
  Rendered posts/_form.slim (27.8ms)
  Rendered posts/new.html.erb within layouts/application (29.1ms)
Completed 500 Internal Server Error in 33ms

NameError - undefined local variable or method `post' for #<#<Class:0x007f8e0be47640>:0x007f8e10074360>:
  /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim:3:in `___sers_julioprotzek__rojects_file_uploader_app_views_file_uploader_images_fields_for_html_slim__3921304474304562541_70124066493460'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067017160/variables" for 127.0.0.1 at 2013-06-28 14:02:44 -0300


Started POST "/__better_errors/70124067017160/eval" for 127.0.0.1 at 2013-06-28 14:03:04 -0300


Started POST "/__better_errors/70124067017160/eval" for 127.0.0.1 at 2013-06-28 14:03:05 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:03:15 -0300
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim (3.5ms)
  Rendered posts/_form.slim (108.4ms)
  Rendered posts/new.html.erb within layouts/application (109.8ms)
Completed 200 OK in 230ms (Views: 228.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:15 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:03:22 -0300
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim (16.1ms)
  Rendered posts/_form.slim (18.4ms)
  Rendered posts/new.html.erb within layouts/application (19.3ms)
Completed 500 Internal Server Error in 23ms

NameError - undefined local variable or method `post' for #<#<Class:0x007f8e0be47640>:0x007f8e0be47960>:
  /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim:1:in `___sers_julioprotzek__rojects_file_uploader_app_views_file_uploader_images_fields_for_html_slim__3921304474304562541_70124066933820'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  app/views/posts/_form.slim:15:in `block (2 levels) in _app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:14:in `block in _app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124046634580'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067309360/variables" for 127.0.0.1 at 2013-06-28 14:03:23 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:03:27 -0300
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim (2.6ms)
  Rendered posts/_form.slim (8.9ms)
  Rendered posts/new.html.erb within layouts/application (10.0ms)
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:03:27 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:04:21 -0300
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/fields_for.html.slim (2.6ms)
  Rendered posts/_form.slim (68.8ms)
  Rendered posts/new.html.erb within layouts/application (69.8ms)
Completed 200 OK in 86ms (Views: 79.9ms | ActiveRecord: 1.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:04:22 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:04:49 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (25.5ms)
  Rendered posts/new.html.erb within layouts/application (26.8ms)
Completed 500 Internal Server Error in 34ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067981780/variables" for 127.0.0.1 at 2013-06-28 14:04:49 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:04:58 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (15.6ms)
  Rendered posts/new.html.erb within layouts/application (16.6ms)
Completed 500 Internal Server Error in 26ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067692420/variables" for 127.0.0.1 at 2013-06-28 14:04:59 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:07:23 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (18.8ms)
  Rendered posts/new.html.erb within layouts/application (20.1ms)
Completed 500 Internal Server Error in 27ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067196460/variables" for 127.0.0.1 at 2013-06-28 14:07:23 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:07:36 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (4.0ms)
  Rendered posts/new.html.erb within layouts/application (5.0ms)
Completed 500 Internal Server Error in 9ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124047111740/variables" for 127.0.0.1 at 2013-06-28 14:07:36 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:07:43 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (59.3ms)
  Rendered posts/new.html.erb within layouts/application (60.1ms)
Completed 500 Internal Server Error in 68ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124030615120/variables" for 127.0.0.1 at 2013-06-28 14:07:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:07:48 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (18.2ms)
  Rendered posts/new.html.erb within layouts/application (19.0ms)
Completed 500 Internal Server Error in 26ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067197360/variables" for 127.0.0.1 at 2013-06-28 14:07:48 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:07:53 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (15.4ms)
  Rendered posts/new.html.erb within layouts/application (16.2ms)
Completed 500 Internal Server Error in 22ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067688920/variables" for 127.0.0.1 at 2013-06-28 14:07:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:08:11 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (16.5ms)
  Rendered posts/new.html.erb within layouts/application (17.7ms)
Completed 500 Internal Server Error in 26ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067119000/variables" for 127.0.0.1 at 2013-06-28 14:08:11 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:08:14 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (18.8ms)
  Rendered posts/new.html.erb within layouts/application (20.1ms)
Completed 500 Internal Server Error in 34ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067476340/variables" for 127.0.0.1 at 2013-06-28 14:08:14 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:08:18 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (19.7ms)
  Rendered posts/new.html.erb within layouts/application (21.0ms)
Completed 500 Internal Server Error in 29ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124030729840/variables" for 127.0.0.1 at 2013-06-28 14:08:18 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:08:43 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (15.0ms)
  Rendered posts/new.html.erb within layouts/application (15.8ms)
Completed 500 Internal Server Error in 22ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067281540/variables" for 127.0.0.1 at 2013-06-28 14:08:44 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:09:06 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (2.9ms)
  Rendered posts/new.html.erb within layouts/application (3.8ms)
Completed 500 Internal Server Error in 7ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124037217520/variables" for 127.0.0.1 at 2013-06-28 14:09:06 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:09:27 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (4.5ms)
  Rendered posts/new.html.erb within layouts/application (5.8ms)
Completed 500 Internal Server Error in 10ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067144100/variables" for 127.0.0.1 at 2013-06-28 14:09:27 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:09:28 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (3.2ms)
  Rendered posts/new.html.erb within layouts/application (4.0ms)
Completed 500 Internal Server Error in 8ms

ActionView::MissingTemplate - Missing partial images/fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :slim, :jbuilder, :coffee]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  /Users/julioprotzek/Projects/file_uploader/app/helpers/file_uploader/form_helper.rb:4:in `form'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124044014740/variables" for 127.0.0.1 at 2013-06-28 14:09:28 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:09:53 -0300
Processing by PostsController#new as HTML
  Rendered images/_fields_for.slim (2.1ms)
  Rendered posts/_form.slim (5.5ms)
  Rendered posts/new.html.erb within layouts/application (6.3ms)
Completed 500 Internal Server Error in 9ms

LocalJumpError - no block given (yield):
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066265440/variables" for 127.0.0.1 at 2013-06-28 14:09:53 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:10:53 -0300
Processing by PostsController#new as HTML
  Rendered images/_fields_for.slim (2.9ms)
  Rendered posts/_form.slim (23.0ms)
  Rendered posts/new.html.erb within layouts/application (24.0ms)
Completed 500 Internal Server Error in 33ms

LocalJumpError - no block given (yield):
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:699:in `fields_for'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:1538:in `fields_for'
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067769420'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067576860/variables" for 127.0.0.1 at 2013-06-28 14:10:54 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:13:32 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (65.6ms)
  Rendered posts/new.html.erb within layouts/application (66.5ms)
Completed 500 Internal Server Error in 75ms

ArgumentError - wrong number of arguments (2 for 1):
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124067393240'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124067393240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124066161760/variables" for 127.0.0.1 at 2013-06-28 14:13:32 -0300


Started POST "/__better_errors/70124066161760/eval" for 127.0.0.1 at 2013-06-28 14:13:46 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:14:07 -0300
Processing by PostsController#new as HTML
  Rendered posts/_form.slim (35.8ms)
  Rendered posts/new.html.erb within layouts/application (37.2ms)
Completed 500 Internal Server Error in 45ms

NoMethodError - undefined method `image_form' for #<#<Class:0x007f8e103236d8>:0x007f8e103219a0>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__3909987678507600430_70124030799160'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__3909987678507600430_70124030799160'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__2151152907547992170_70124066949240'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__350841357056793285__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3297531960249632819__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70124067785900/variables" for 127.0.0.1 at 2013-06-28 14:14:08 -0300


Started GET "/posts/new" for 127.0.0.1 at 2013-06-28 14:14:56 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#new as HTML
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (16.7ms)
  Rendered posts/_form.slim (150.9ms)
  Rendered posts/new.html.erb within layouts/application (157.6ms)
Completed 200 OK in 284ms (Views: 276.5ms | ActiveRecord: 0.6ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:14:57 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 14:15:06 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fda84fdba68 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-5500-1oq5nmr>, @original_filename="sports1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (2.9ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 17:15:07 UTC +00:00], ["file", "sports1.jpg"], ["updated_at", Fri, 28 Jun 2013 17:15:07 UTC +00:00]]
   (1.0ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (6.4ms)
Completed 200 OK in 981ms (Views: 20.6ms | ActiveRecord: 4.7ms)


Started POST "/posts" for 127.0.0.1 at 2013-06-28 14:15:11 -0300
Processing by PostsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"77", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Create Post"}
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 77 LIMIT 1
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
   (0.1ms)  begin transaction
  SQL (0.5ms)  INSERT INTO "posts" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["body", ""], ["created_at", Fri, 28 Jun 2013 17:15:11 UTC +00:00], ["title", "aaaa"], ["updated_at", Fri, 28 Jun 2013 17:15:11 UTC +00:00]]
  SQL (0.5ms)  UPDATE "images" SET "imageable_type" = ?, "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 77  [["imageable_type", "Post"], ["imageable_id", 15], ["updated_at", Fri, 28 Jun 2013 17:15:11 UTC +00:00]]
   (0.8ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 23ms (ActiveRecord: 2.3ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 14:15:11 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (13.6ms)
Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.6ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:11 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:15:14 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (5.5ms)
  Rendered posts/_form.slim (12.6ms)
  Rendered posts/edit.html.erb within layouts/application (14.8ms)
Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:15:14 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:16:14 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.0ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (199.4ms)
  Rendered posts/_form.slim (254.5ms)
  Rendered posts/edit.html.erb within layouts/application (259.1ms)
Completed 200 OK in 415ms (Views: 351.9ms | ActiveRecord: 3.0ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:16:14 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:14 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:14 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:14 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:15 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:15 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:15 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:15 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:15 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:16:57 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (196.5ms)
  Rendered posts/_form.slim (255.6ms)
  Rendered posts/edit.html.erb within layouts/application (260.5ms)
Completed 200 OK in 381ms (Views: 357.3ms | ActiveRecord: 3.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:16:58 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:23:02 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (195.8ms)
  Rendered posts/_form.slim (253.0ms)
  Rendered posts/edit.html.erb within layouts/application (259.3ms)
Completed 200 OK in 425ms (Views: 357.7ms | ActiveRecord: 3.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 14:23:03 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:24:11 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Rendered posts/_form.slim (34.2ms)
  Rendered posts/edit.html.erb within layouts/application (83.4ms)
Completed 500 Internal Server Error in 116ms

NoMethodError - undefined method `render' for #<ActionView::Helpers::FormBuilder:0x007f80b45695a0>:
  /Users/julioprotzek/Projects/file_uploader/lib/file_uploader/engine.rb:15:in `lorem'
  app/views/posts/_form.slim:11:in `block in _app_views_posts__form_slim__2051618959626645849_70095361486040'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2051618959626645849_70095361486040'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb___884714737455315455_70095392849580'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3219719100622770255__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4252985414516435442__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70095392273140/variables" for 127.0.0.1 at 2013-06-28 14:24:11 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:54:10 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Rendered posts/_form.slim (26.1ms)
  Rendered posts/edit.html.erb within layouts/application (27.2ms)
Completed 500 Internal Server Error in 56ms

NoMethodError - undefined method `image_uploader' for #<ActionView::Helpers::FormBuilder:0x007f80b5eb68f0>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim__2051618959626645849_70095379058720'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim__2051618959626645849_70095379058720'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb___884714737455315455_70095392849580'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__3219719100622770255__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4252985414516435442__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70095392507220/variables" for 127.0.0.1 at 2013-06-28 14:54:12 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 14:59:36 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Rendered posts/_form.slim (40.7ms)
  Rendered posts/edit.html.erb within layouts/application (89.5ms)
Completed 500 Internal Server Error in 122ms

NoMethodError - undefined method `image_uploader' for #<ActionView::Helpers::FormBuilder:0x007f82f0c669c8>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___4360170980707786908_70100211404140'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___4360170980707786908_70100211404140'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__5992902173360530_70100181120660'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__1801523505415824431__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1158255931766424285__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70100211093980/variables" for 127.0.0.1 at 2013-06-28 14:59:37 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:00:00 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Rendered posts/_form.slim (100.9ms)
  Rendered posts/edit.html.erb within layouts/application (102.2ms)
Completed 500 Internal Server Error in 108ms

NoMethodError - undefined method `image_uploader' for #<ActionView::Helpers::FormBuilder:0x007f82f46a0170>:
  app/views/posts/_form.slim:13:in `block in _app_views_posts__form_slim___4360170980707786908_70100211404140'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
  actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for'
  app/views/posts/_form.slim:1:in `_app_views_posts__form_slim___4360170980707786908_70100211404140'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__5992902173360530_70100181120660'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__1801523505415824431__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1158255931766424285__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70100185995080/variables" for 127.0.0.1 at 2013-06-28 15:00:00 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:00:09 -0300
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (3.0ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (227.1ms)
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (1.6ms)
  Rendered posts/_form.slim (303.2ms)
  Rendered posts/edit.html.erb within layouts/application (307.8ms)
Completed 200 OK in 500ms (Views: 429.4ms | ActiveRecord: 4.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:00:10 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:01:06 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.1ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (32.5ms)
  Rendered posts/_form.slim (42.6ms)
  Rendered posts/edit.html.erb within layouts/application (43.9ms)
Completed 200 OK in 68ms (Views: 49.8ms | ActiveRecord: 1.3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:06 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:01:12 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fbf3f009618 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-6125-9l78z3>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (4.1ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:01:13 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 18:01:13 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (6.1ms)
Completed 200 OK in 820ms (Views: 18.8ms | ActiveRecord: 5.2ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:01:14 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"78", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 78 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.7ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 77  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 18:01:14 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 78  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:01:14 UTC +00:00]]
   (1.1ms)  commit transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 25ms (ActiveRecord: 3.0ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:01:14 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (5.0ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:14 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:01:16 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_fields_for.html.slim (4.2ms)
  Rendered posts/_form.slim (11.4ms)
  Rendered posts/edit.html.erb within layouts/application (12.7ms)
Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:01:16 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:03:14 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (60.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (211.6ms)
  Rendered posts/_form.slim (309.5ms)
  Rendered posts/edit.html.erb within layouts/application (314.4ms)
Completed 200 OK in 435ms (Views: 353.0ms | ActiveRecord: 61.5ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:03:15 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:04:47 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (197.0ms)
  Rendered posts/_form.slim (254.6ms)
  Rendered posts/edit.html.erb within layouts/application (260.3ms)
Completed 200 OK in 388ms (Views: 362.1ms | ActiveRecord: 3.2ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:47 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:48 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:48 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:48 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:04:52 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007feccab53290 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-6306-1pc20ho>, @original_filename="sports3.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports3.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (2.0ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:04:53 UTC +00:00], ["file", "sports3.jpg"], ["updated_at", Fri, 28 Jun 2013 18:04:53 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (4.4ms)
Completed 200 OK in 761ms (Views: 16.2ms | ActiveRecord: 3.2ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:04:54 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"79", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 79 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 78  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 18:04:54 UTC +00:00]]
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 79  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:04:54 UTC +00:00]]
   (2.5ms)  commit transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 26ms (ActiveRecord: 4.7ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:04:54 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (6.1ms)
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:04:54 -0300


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:06:31 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.5ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (237.8ms)
Completed 200 OK in 374ms (Views: 343.0ms | ActiveRecord: 3.6ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:32 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:06:34 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (12.3ms)
  Rendered posts/_form.slim (45.2ms)
  Rendered posts/edit.html.erb within layouts/application (49.0ms)
Completed 200 OK in 60ms (Views: 57.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:34 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:06:38 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fbe9bb976a0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-6353-103sv9x>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (1.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:06:39 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 18:06:39 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (5.4ms)
Completed 200 OK in 742ms (Views: 18.0ms | ActiveRecord: 2.9ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:06:40 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"80", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 80 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.7ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 79  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 18:06:40 UTC +00:00]]
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 80  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:06:40 UTC +00:00]]
   (0.9ms)  commit transaction
   (0.1ms)  begin transaction
   (0.2ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 31ms (ActiveRecord: 3.2ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:06:40 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (6.1ms)
Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:06:40 -0300


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:10:47 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (3.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (224.2ms)
Completed 200 OK in 352ms (Views: 324.0ms | ActiveRecord: 4.2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:47 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:48 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:48 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:48 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:48 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:10:49 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (13.4ms)
  Rendered posts/_form.slim (47.6ms)
  Rendered posts/edit.html.erb within layouts/application (52.2ms)
Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:49 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:10:53 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f8925e24b58 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-6570-1uy1pqq>, @original_filename="food1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"food1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (2.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:10:54 UTC +00:00], ["file", "food1.jpg"], ["updated_at", Fri, 28 Jun 2013 18:10:54 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (4.8ms)
Completed 200 OK in 713ms (Views: 17.2ms | ActiveRecord: 4.0ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:10:55 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"81", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.5ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 81 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.5ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 80  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 18:10:55 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 81  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:10:55 UTC +00:00]]
   (1.1ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 23ms (ActiveRecord: 3.0ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:10:55 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (5.7ms)
Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:10:55 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:11:56 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.8ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (251.2ms)
  Rendered posts/_form.slim (307.4ms)
  Rendered posts/edit.html.erb within layouts/application (312.9ms)
Completed 200 OK in 433ms (Views: 405.4ms | ActiveRecord: 4.1ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:11:57 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:12:01 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fe3a63fc3e8 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-6611-oou6fj>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.3ms)  begin transaction
  SQL (2.6ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:12:02 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 18:12:02 UTC +00:00]]
   (5.3ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (4.7ms)
Completed 200 OK in 830ms (Views: 22.8ms | ActiveRecord: 8.2ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:12:03 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"82", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 82 LIMIT 1
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.6ms)  UPDATE "images" SET "imageable_id" = ?, "updated_at" = ? WHERE "images"."id" = 81  [["imageable_id", nil], ["updated_at", Fri, 28 Jun 2013 18:12:03 UTC +00:00]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 82  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:12:03 UTC +00:00]]
   (0.8ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 24ms (ActiveRecord: 2.6ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:12:03 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (7.9ms)
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:12:03 -0300


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:25:29 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (2.4ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (219.7ms)
Completed 200 OK in 1311ms (Views: 1285.3ms | ActiveRecord: 3.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:31 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:25:32 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (15.7ms)
  Rendered posts/_form.slim (58.0ms)
  Rendered posts/edit.html.erb within layouts/application (63.5ms)
Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:32 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:25:38 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007f9be77399e0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-7508-10oz91q>, @original_filename="sports2.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"sports2.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.4ms)  begin transaction
  SQL (2.3ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:25:39 UTC +00:00], ["file", "sports2.jpg"], ["updated_at", Fri, 28 Jun 2013 18:25:39 UTC +00:00]]
   (0.9ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (1.9ms)
Completed 200 OK in 798ms (Views: 14.7ms | ActiveRecord: 3.6ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:25:41 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"83", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.4ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 83 LIMIT 1
  Image Load (0.3ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 82]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 83  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:25:41 UTC +00:00]]
   (1.2ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 24ms (ActiveRecord: 3.1ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:25:41 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (5.4ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:41 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:25:44 -0300
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (4.1ms)
  Rendered posts/_form.slim (9.2ms)
  Rendered posts/edit.html.erb within layouts/application (10.3ms)
Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:25:44 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:33:10 -0300

Gem::LoadError - Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.:
  activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
  activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
  activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
  activerecord (4.0.0) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
  activerecord (4.0.0) lib/active_record/connection_handling.rb:39:in `establish_connection'
  activerecord (4.0.0) lib/active_record/railtie.rb:175:in `block (2 levels) in <class:Railtie>'
  activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
  activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
  activesupport (4.0.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
  activerecord (4.0.0) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
  activerecord (4.0.0) lib/active_record/base.rb:22:in `<top (required)>'
  activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `block in require'
  activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency'
  activesupport (4.0.0) lib/active_support/dependencies.rb:228:in `require'
  activerecord (4.0.0) lib/active_record/schema_migration.rb:3:in `<top (required)>'
  activerecord (4.0.0) lib/active_record/migration.rb:783:in `schema_migrations_table_name'
  activerecord (4.0.0) lib/active_record/migration.rb:791:in `current_version'
  activerecord (4.0.0) lib/active_record/migration.rb:800:in `needs_migration?'
  activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!'
  activerecord (4.0.0) lib/active_record/migration.rb:366:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__381005808162568906__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70117461668360/variables" for 127.0.0.1 at 2013-06-28 15:33:10 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:34:36 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.3ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Rendered posts/edit.html.erb within layouts/application (7.7ms)
Completed 500 Internal Server Error in 69ms

ActionView::MissingTemplate - Missing partial posts/form, application/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
  * "/Users/julioprotzek/Projects/file_uploader/test/dummy/app/views"
  * "/Users/julioprotzek/Projects/file_uploader/app/views"
:
  actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find'
  actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
  actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
  actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
  app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb___2182825409894034332_70364161756080'
  actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__4136421444122346999__process_action__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3317259417234320217__call__callbacks'
  activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
  better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
  railties (4.0.0) lib/rails/engine.rb:511:in `call'
  railties (4.0.0) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /Users/julioprotzek/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'



Started POST "/__better_errors/70364162280580/variables" for 127.0.0.1 at 2013-06-28 15:34:37 -0300


Started GET "/posts/15/edit" for 127.0.0.1 at 2013-06-28 15:36:39 -0300
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Processing by PostsController#edit as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (57.6ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/_uploader.slim (203.2ms)
  Rendered posts/_form.slim (302.6ms)
  Rendered posts/edit.html.erb within layouts/application (307.0ms)
Completed 200 OK in 421ms (Views: 342.7ms | ActiveRecord: 58.7ms)


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:40 -0300


Started POST "/file_uploader/images" for 127.0.0.1 at 2013-06-28 15:36:45 -0300
Processing by FileUploader::ImagesController#create as JSON
  Parameters: {"name"=>"image[file]", "value"=>"", "image"=>{"file"=>#<ActionDispatch::Http::UploadedFile:0x007fb9c59269f0 @tempfile=#<Tempfile:/var/folders/bx/6s3hnnkj1lvcsc5wvdj389ym0000gn/T/RackMultipart20130628-7800-zwqlk7>, @original_filename="tree1.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[file]\"; filename=\"tree1.jpg\"\r\nContent-Type: image/jpeg\r\n">}}
   (0.2ms)  begin transaction
  SQL (1.8ms)  INSERT INTO "images" ("created_at", "file", "updated_at") VALUES (?, ?, ?)  [["created_at", Fri, 28 Jun 2013 18:36:46 UTC +00:00], ["file", "tree1.jpg"], ["updated_at", Fri, 28 Jun 2013 18:36:46 UTC +00:00]]
   (0.8ms)  commit transaction
  Rendered /Users/julioprotzek/Projects/file_uploader/app/views/file_uploader/images/create.json.jbuilder (4.5ms)
Completed 200 OK in 720ms (Views: 19.1ms | ActiveRecord: 2.8ms)


Started PATCH "/posts/15" for 127.0.0.1 at 2013-06-28 15:36:48 -0300
Processing by PostsController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"QrIZD9NTPI0q93TruKFt6uxQe/CRtKnU3+RMDOUsFco=", "image_id"=>"84", "post"=>{"title"=>"aaaa", "body"=>""}, "commit"=>"Update Post", "id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."id" = 84 LIMIT 1
  Image Load (0.1ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "images" WHERE "images"."id" = ?  [["id", 83]]
  SQL (0.3ms)  UPDATE "images" SET "imageable_id" = ?, "imageable_type" = ?, "updated_at" = ? WHERE "images"."id" = 84  [["imageable_id", 15], ["imageable_type", "Post"], ["updated_at", Fri, 28 Jun 2013 18:36:48 UTC +00:00]]
   (2.3ms)  commit transaction
   (0.1ms)  begin transaction
   (0.1ms)  commit transaction
Redirected to http://localhost:3000/posts/15
Completed 302 Found in 22ms (ActiveRecord: 3.7ms)


Started GET "/posts/15" for 127.0.0.1 at 2013-06-28 15:36:48 -0300
Processing by PostsController#show as HTML
  Parameters: {"id"=>"15"}
  Post Load (0.2ms)  SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1  [["id", "15"]]
  Image Load (0.2ms)  SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? ORDER BY "images"."id" ASC LIMIT 1  [["imageable_id", 15], ["imageable_type", "Post"]]
  Rendered posts/show.html.erb within layouts/application (4.6ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/_image_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/file_uploader.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-28 15:36:48 -0300