simple_dragonfly_preview 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +32 -0
  4. data/app/assets/images/simple_dragonfly_preview/default.png +0 -0
  5. data/app/assets/images/simple_dragonfly_preview/spinner.png +0 -0
  6. data/app/controllers/simple_dragonfly_preview/image_controller.rb +16 -0
  7. data/app/inputs/image_preview_input.rb +17 -0
  8. data/app/views/simple_dragonfly_preview/image/_form.html.erb +19 -0
  9. data/app/views/simple_dragonfly_preview/image/iframe.html.erb +26 -0
  10. data/config/routes.rb +6 -0
  11. data/lib/simple_dragonfly_preview/engine.rb +6 -0
  12. data/lib/simple_dragonfly_preview/version.rb +3 -0
  13. data/lib/simple_dragonfly_preview.rb +4 -0
  14. data/lib/tasks/simple_dragonfly_preview_tasks.rake +4 -0
  15. data/test/controllers/image_preview_controller_test.rb +7 -0
  16. data/test/dummy/README.rdoc +28 -0
  17. data/test/dummy/Rakefile +6 -0
  18. data/test/dummy/app/assets/javascripts/application.js +13 -0
  19. data/test/dummy/app/assets/javascripts/users.js +2 -0
  20. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  21. data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
  22. data/test/dummy/app/assets/stylesheets/users.css +4 -0
  23. data/test/dummy/app/controllers/application_controller.rb +5 -0
  24. data/test/dummy/app/controllers/users_controller.rb +58 -0
  25. data/test/dummy/app/helpers/application_helper.rb +2 -0
  26. data/test/dummy/app/helpers/users_helper.rb +2 -0
  27. data/test/dummy/app/models/user.rb +5 -0
  28. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  29. data/test/dummy/app/views/users/_form.html.erb +22 -0
  30. data/test/dummy/app/views/users/edit.html.erb +6 -0
  31. data/test/dummy/app/views/users/index.html.erb +31 -0
  32. data/test/dummy/app/views/users/new.html.erb +5 -0
  33. data/test/dummy/app/views/users/show.html.erb +19 -0
  34. data/test/dummy/bin/bundle +3 -0
  35. data/test/dummy/bin/rails +4 -0
  36. data/test/dummy/bin/rake +4 -0
  37. data/test/dummy/config/application.rb +24 -0
  38. data/test/dummy/config/boot.rb +5 -0
  39. data/test/dummy/config/database.yml +25 -0
  40. data/test/dummy/config/environment.rb +5 -0
  41. data/test/dummy/config/environments/development.rb +29 -0
  42. data/test/dummy/config/environments/production.rb +80 -0
  43. data/test/dummy/config/environments/test.rb +36 -0
  44. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  45. data/test/dummy/config/initializers/dragonfly.rb +1 -0
  46. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  47. data/test/dummy/config/initializers/inflections.rb +16 -0
  48. data/test/dummy/config/initializers/mime_types.rb +5 -0
  49. data/test/dummy/config/initializers/secret_token.rb +12 -0
  50. data/test/dummy/config/initializers/session_store.rb +3 -0
  51. data/test/dummy/config/initializers/simple_form.rb +145 -0
  52. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  53. data/test/dummy/config/locales/en.yml +23 -0
  54. data/test/dummy/config/locales/simple_form.en.yml +26 -0
  55. data/test/dummy/config/routes.rb +58 -0
  56. data/test/dummy/config.ru +4 -0
  57. data/test/dummy/db/development.sqlite3 +0 -0
  58. data/test/dummy/db/migrate/20131106190012_create_users.rb +11 -0
  59. data/test/dummy/db/schema.rb +24 -0
  60. data/test/dummy/lib/templates/erb/scaffold/_form.html.erb +13 -0
  61. data/test/dummy/log/development.log +4065 -0
  62. data/test/dummy/public/404.html +58 -0
  63. data/test/dummy/public/422.html +58 -0
  64. data/test/dummy/public/500.html +57 -0
  65. data/test/dummy/public/favicon.ico +0 -0
  66. data/test/dummy/public/system/dragonfly/development/2013/11/06/17_17_07_379_file +0 -0
  67. data/test/dummy/public/system/dragonfly/development/2013/11/06/17_17_07_379_file.meta +0 -0
  68. data/test/dummy/public/system/dragonfly/development/2013/11/06/19_47_44_909_file +0 -0
  69. data/test/dummy/public/system/dragonfly/development/2013/11/06/19_47_44_909_file.meta +0 -0
  70. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_02_19_732_file +0 -0
  71. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_02_19_732_file.meta +0 -0
  72. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_05_04_413_file +0 -0
  73. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_05_04_413_file.meta +0 -0
  74. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_11_27_417_file +0 -0
  75. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_11_27_417_file.meta +0 -0
  76. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_12_04_402_file +0 -0
  77. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_12_04_402_file.meta +0 -0
  78. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_13_31_438_file +0 -0
  79. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_13_31_438_file.meta +0 -0
  80. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_14_00_53_file +0 -0
  81. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_14_00_53_file.meta +0 -0
  82. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_14_53_100_file +0 -0
  83. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_14_53_100_file.meta +0 -0
  84. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_20_26_483_file +0 -0
  85. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_20_26_483_file.meta +0 -0
  86. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_23_29_213_file +0 -0
  87. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_23_29_213_file.meta +0 -0
  88. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_24_09_631_file +0 -0
  89. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_24_09_631_file.meta +0 -0
  90. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_30_19_219_file +0 -0
  91. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_30_19_219_file.meta +0 -0
  92. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_30_36_584_file +0 -0
  93. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_30_36_584_file.meta +0 -0
  94. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_48_08_938_file +0 -0
  95. data/test/dummy/public/system/dragonfly/development/2013/11/06/20_48_08_938_file.meta +0 -0
  96. data/test/dummy/public/system/dragonfly/development/2013/11/06/21_31_39_624_file +0 -0
  97. data/test/dummy/public/system/dragonfly/development/2013/11/06/21_31_39_624_file.meta +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sprockets/0800f54ee19cf3cee10b956fa9786799 +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  102. data/test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sprockets/4050a4e5062ab95c9f32e9b6940821ea +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
  105. data/test/dummy/tmp/cache/assets/development/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174 +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
  107. data/test/dummy/tmp/cache/assets/development/sprockets/87b209c0c9da28094a8d5581a21262c6 +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sprockets/8cecc47a3ddd0a9848bf1d1cbe60383d +0 -0
  109. data/test/dummy/tmp/cache/assets/development/sprockets/bbcddcc7335ba72d83d17571509087ca +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sprockets/cebc6db0bbb8120f430da3970b173d2f +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  113. data/test/dummy/tmp/cache/assets/development/sprockets/f56253b5f374fff1a33fbbc9881c9124 +0 -0
  114. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  115. data/test/dummy/tmp/dragonfly/cache/body/58/b6fa2d2a74a3ef1fea5845ac9573e2d25f5286 +0 -0
  116. data/test/dummy/tmp/dragonfly/cache/body/7b/32780ab9b84841f36f1576b37a0cd5476252d4 +0 -0
  117. data/test/dummy/tmp/dragonfly/cache/body/83/304fe1783b6b597cee1dd99a53c9184cb96e5d +0 -0
  118. data/test/dummy/tmp/dragonfly/cache/body/cc/a80f62f140fe784594a1ce19e96084f6e4770c +0 -0
  119. data/test/dummy/tmp/dragonfly/cache/body/f6/4b1a2917301497c041917973f735ed587195b9 +0 -0
  120. data/test/dummy/tmp/dragonfly/cache/body/f6/f56b06a206c11d9093474da07df840bf5ea613 +0 -0
  121. data/test/dummy/tmp/dragonfly/cache/body/f7/9d14e20c87fa050f16093012c5ea8d815626f9 +0 -0
  122. data/test/dummy/tmp/dragonfly/cache/meta/01/e17596e376d0db6d720322f860991275563642 +0 -0
  123. data/test/dummy/tmp/dragonfly/cache/meta/03/7a3dcab9043427874569c1f414ba35600d2c36 +0 -0
  124. data/test/dummy/tmp/dragonfly/cache/meta/0c/8799b7bd12cf2b3645e38245ced7829d14f106 +0 -0
  125. data/test/dummy/tmp/dragonfly/cache/meta/12/65e1ff41d2014dea8a39a8de17a99be8d2f581 +0 -0
  126. data/test/dummy/tmp/dragonfly/cache/meta/14/757d5b9e46a9079107921e45ffe2bc96720eb5 +0 -0
  127. data/test/dummy/tmp/dragonfly/cache/meta/2a/9077525d0d3b2430a7792085fd18cb329deda0 +0 -0
  128. data/test/dummy/tmp/dragonfly/cache/meta/2d/1b0e400901a88a4bb203208c4b8d55a28312ee +0 -0
  129. data/test/dummy/tmp/dragonfly/cache/meta/33/c4106eaf95f852b802f2f16b293db599b59f0e +0 -0
  130. data/test/dummy/tmp/dragonfly/cache/meta/62/9a4d46f66e07fcaa95abfa10ba28e620453c27 +0 -0
  131. data/test/dummy/tmp/dragonfly/cache/meta/6f/9a6334a80e6d672ea03cf3021dc2240ca41f74 +0 -0
  132. data/test/dummy/tmp/dragonfly/cache/meta/73/e422186fab924ced8a5191a5c61e9d0a9e6cf6 +0 -0
  133. data/test/dummy/tmp/dragonfly/cache/meta/95/dce4906519fc41c551c82122a43a4e7c6471a7 +0 -0
  134. data/test/dummy/tmp/dragonfly/cache/meta/a6/3d35e5d8ca31cdd7f4d357f0094e1e3e07bc23 +0 -0
  135. data/test/dummy/tmp/dragonfly/cache/meta/a7/c81c66c7e20b6cf2dff682a7f8191d233983d9 +0 -0
  136. data/test/dummy/tmp/dragonfly/cache/meta/ab/f78311e13b624fbd7162145233dafe5669e05e +0 -0
  137. data/test/dummy/tmp/dragonfly/cache/meta/af/2eda96ffffa526ea422e0aa89603ada5311939 +0 -0
  138. data/test/dummy/tmp/dragonfly/cache/meta/d4/9b42d53788ac422a69911bde13971ffa91ce66 +0 -0
  139. data/test/dummy/tmp/dragonfly/cache/meta/e5/b9dbb1462a34c756f8a2e6a0ead7fd2d35ba2f +0 -0
  140. data/test/dummy/tmp/dragonfly/cache/meta/ef/62aeb6dfe3d09905fb65647fba51728b0cdfb8 +0 -0
  141. data/test/dummy/tmp/dragonfly/cache/meta/f6/254e02b41e832883906facda80b957356c48bf +0 -0
  142. data/test/helpers/image_preview_helper_test.rb +4 -0
  143. data/test/integration/navigation_test.rb +10 -0
  144. data/test/simple_dragonfly_preview_test.rb +7 -0
  145. data/test/test_helper.rb +15 -0
  146. metadata +360 -0
@@ -0,0 +1,4065 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2013-11-06 14:47:49 -0500
4
+
5
+ ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
6
+ activerecord (4.0.1) lib/active_record/migration.rb:379:in `check_pending!'
7
+ activerecord (4.0.1) lib/active_record/migration.rb:366:in `call'
8
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__3222192052034474399__call__callbacks'
10
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
11
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
12
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
13
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
14
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
17
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
18
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
19
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
20
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
21
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
22
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
24
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
25
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
26
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
27
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
28
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
29
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
30
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
31
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
32
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
33
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
34
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
35
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
36
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
37
+
38
+
39
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
40
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
41
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
42
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms)
43
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
44
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
45
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
46
+ Migrating to CreateUsers (20131106190012)
47
+  (0.1ms) begin transaction
48
+  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "avatar_uid" varchar(255), "created_at" datetime, "updated_at" datetime) 
49
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131106190012"]]
50
+  (2.0ms) commit transaction
51
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
52
+
53
+
54
+ Started GET "/" for 127.0.0.1 at 2013-11-06 14:48:19 -0500
55
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
56
+ Processing by Rails::WelcomeController#index as HTML
57
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (1.3ms)
58
+ Completed 200 OK in 49ms (Views: 49.0ms | ActiveRecord: 0.0ms)
59
+
60
+
61
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 14:48:24 -0500
62
+ Processing by UsersController#index as HTML
63
+ User Load (0.2ms) SELECT "users".* FROM "users"
64
+ Rendered users/index.html.erb within layouts/application (2.6ms)
65
+ Completed 200 OK in 235ms (Views: 233.3ms | ActiveRecord: 0.2ms)
66
+
67
+
68
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 14:48:25 -0500
69
+
70
+
71
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 14:48:25 -0500
72
+
73
+
74
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 14:48:25 -0500
75
+
76
+
77
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 14:48:25 -0500
78
+
79
+
80
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 14:48:25 -0500
81
+
82
+
83
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 14:48:27 -0500
84
+ Processing by UsersController#new as HTML
85
+ Rendered users/_form.html.erb (296.6ms)
86
+ Rendered users/new.html.erb within layouts/application (344.5ms)
87
+ Completed 500 Internal Server Error in 367ms
88
+
89
+ ActionView::Template::Error (NotImplementedError):
90
+ 14:
91
+ 15: <%= f.input :name %>
92
+ 16: <%= f.input :email %>
93
+ 17: <%= f.input :avatar, as: :image_preview %>
94
+ 18: <div class="actions">
95
+ 19: <%= f.submit %>
96
+ 20: </div>
97
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb___2092503095522795548_70136515859780'
98
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb___2092503095522795548_70136515859780'
99
+ app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb__4440746153020911386_70136515746740'
100
+
101
+
102
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
103
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
104
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)
105
+
106
+
107
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 14:50:20 -0500
108
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
109
+ Processing by UsersController#new as HTML
110
+ Rendered users/_form.html.erb (846264.5ms)
111
+ Rendered users/new.html.erb within layouts/application (846267.6ms)
112
+ Completed 200 OK in 846292ms (Views: 846290.1ms | ActiveRecord: 0.2ms)
113
+
114
+
115
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:27 -0500
116
+
117
+
118
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:27 -0500
119
+
120
+
121
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:27 -0500
122
+
123
+
124
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:27 -0500
125
+
126
+
127
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:27 -0500
128
+
129
+
130
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:04:32 -0500
131
+ Processing by UsersController#new as HTML
132
+ Rendered users/_form.html.erb (5769.0ms)
133
+ Rendered users/new.html.erb within layouts/application (5769.7ms)
134
+ Completed 200 OK in 5773ms (Views: 5772.4ms | ActiveRecord: 0.0ms)
135
+
136
+
137
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:38 -0500
138
+
139
+
140
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:38 -0500
141
+
142
+
143
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:38 -0500
144
+
145
+
146
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:38 -0500
147
+
148
+
149
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:38 -0500
150
+
151
+
152
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:04:44 -0500
153
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
154
+ Processing by UsersController#new as HTML
155
+ Rendered users/_form.html.erb (83.6ms)
156
+ Rendered users/new.html.erb within layouts/application (87.4ms)
157
+ Completed 200 OK in 108ms (Views: 105.2ms | ActiveRecord: 0.3ms)
158
+
159
+
160
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:45 -0500
161
+
162
+
163
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:45 -0500
164
+
165
+
166
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:04:45 -0500
167
+
168
+
169
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:45 -0500
170
+
171
+
172
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:04:45 -0500
173
+
174
+
175
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:08:30 -0500
176
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
177
+ Processing by UsersController#new as HTML
178
+ Rendered users/_form.html.erb (48.3ms)
179
+ Rendered users/new.html.erb within layouts/application (51.2ms)
180
+ Completed 500 Internal Server Error in 83ms
181
+
182
+ ActionView::Template::Error (undefined local variable or method `image_preview_path' for #<SimpleForm::Inputs::ImagePreviewInput:0x007fee0ca88bd8>):
183
+ 14:
184
+ 15: <%= f.input :name %>
185
+ 16: <%= f.input :email %>
186
+ 17: <%= f.input :avatar, as: :image_preview %>
187
+ 18: <div class="actions">
188
+ 19: <%= f.submit %>
189
+ 20: </div>
190
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb___228300986384979752_70330176417260'
191
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb___228300986384979752_70330176417260'
192
+ app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb___4194100436746732137_70330175484840'
193
+
194
+
195
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
196
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.7ms)
197
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.0ms)
198
+
199
+
200
+ Started GET "/user/new" for 127.0.0.1 at 2013-11-06 15:56:18 -0500
201
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
202
+
203
+ ActionController::RoutingError (No route matches [GET] "/user/new"):
204
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
205
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
206
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
207
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
208
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
209
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
210
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
211
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
212
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
213
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
214
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
215
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
216
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
217
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
218
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
219
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
220
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
221
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
222
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
223
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
224
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
225
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
226
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
227
+
228
+
229
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
230
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
231
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms)
232
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.5ms)
233
+
234
+
235
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:56:22 -0500
236
+ Processing by UsersController#new as HTML
237
+ Rendered users/_form.html.erb (117.5ms)
238
+ Rendered users/new.html.erb within layouts/application (118.6ms)
239
+ Completed 500 Internal Server Error in 122ms
240
+
241
+ ActionView::Template::Error (undefined local variable or method `simple_dragonfly_preview_path' for #<ImagePreviewInput:0x007fda3dcc0ed8>):
242
+ 14:
243
+ 15: <%= f.input :name %>
244
+ 16: <%= f.input :email %>
245
+ 17: <%= f.input :avatar, as: :image_preview %>
246
+ 18: <div class="actions">
247
+ 19: <%= f.submit %>
248
+ 20: </div>
249
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb__3356973669491209311_70287659420260'
250
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb__3356973669491209311_70287659420260'
251
+ app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb__1362666188629662660_70287659388540'
252
+
253
+
254
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
255
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.0ms)
256
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.7ms)
257
+
258
+
259
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
260
+ Processing by UsersController#new as HTML
261
+ Rendered users/_form.html.erb (37.6ms)
262
+ Rendered users/new.html.erb within layouts/application (38.2ms)
263
+ Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.5ms)
264
+
265
+
266
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
267
+
268
+
269
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
270
+
271
+
272
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
273
+
274
+
275
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
276
+
277
+
278
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:56:40 -0500
279
+
280
+
281
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
282
+ Processing by UsersController#new as HTML
283
+ Rendered users/_form.html.erb (15.9ms)
284
+ Rendered users/new.html.erb within layouts/application (17.0ms)
285
+ Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.4ms)
286
+
287
+
288
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
289
+
290
+
291
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
292
+
293
+
294
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
295
+
296
+
297
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
298
+
299
+
300
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
301
+
302
+
303
+ Started GET "/image_preview_109" for 127.0.0.1 at 2013-11-06 15:58:13 -0500
304
+
305
+ LoadError (Unable to autoload constant SimpleDragonflyPreview::ImageController, expected /Users/michaelelfassy/Development/simple_dragonfly_preview/app/controllers/simple_dragonfly_preview/image_controller.rb to define it):
306
+ activesupport (4.0.1) lib/active_support/dependencies.rb:464:in `load_missing_constant'
307
+ activesupport (4.0.1) lib/active_support/dependencies.rb:184:in `const_missing'
308
+ activesupport (4.0.1) lib/active_support/inflector/methods.rb:228:in `const_get'
309
+ activesupport (4.0.1) lib/active_support/inflector/methods.rb:228:in `block in constantize'
310
+ activesupport (4.0.1) lib/active_support/inflector/methods.rb:224:in `each'
311
+ activesupport (4.0.1) lib/active_support/inflector/methods.rb:224:in `inject'
312
+ activesupport (4.0.1) lib/active_support/inflector/methods.rb:224:in `constantize'
313
+ activesupport (4.0.1) lib/active_support/dependencies.rb:535:in `get'
314
+ activesupport (4.0.1) lib/active_support/dependencies.rb:566:in `constantize'
315
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
316
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
317
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
318
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
319
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each'
320
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
321
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
322
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
323
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
324
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
325
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
326
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
327
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
328
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
329
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
330
+ dragonfly (0.9.15) lib/dragonfly/cookie_monster.rb:9:in `call'
331
+ activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call'
332
+ activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
333
+ activerecord (4.0.1) lib/active_record/migration.rb:369:in `call'
334
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
335
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__2454287637724196615__call__callbacks'
336
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
337
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
338
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
339
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
340
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
341
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
342
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
343
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
344
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
345
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
346
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
347
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
348
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
349
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
350
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
351
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
352
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
353
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
354
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
355
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
356
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
357
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
358
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
359
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
360
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
361
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
362
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
363
+
364
+
365
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
366
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
367
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
368
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.7ms)
369
+
370
+
371
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
372
+ Processing by UsersController#new as HTML
373
+ Rendered users/_form.html.erb (17.2ms)
374
+ Rendered users/new.html.erb within layouts/application (18.1ms)
375
+ Completed 200 OK in 26ms (Views: 22.5ms | ActiveRecord: 0.5ms)
376
+
377
+
378
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
379
+
380
+
381
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
382
+
383
+
384
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
385
+
386
+
387
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
388
+
389
+
390
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
391
+
392
+
393
+ Started GET "/image_preview_625" for 127.0.0.1 at 2013-11-06 15:58:57 -0500
394
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
395
+ Completed 500 Internal Server Error in 3ms
396
+
397
+ ActionView::MissingTemplate (Missing template simple_dragonfly_preview/image/iframe, application/iframe with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
398
+ * "/Users/michaelelfassy/Development/simple_dragonfly_preview/test/dummy/app/views"
399
+ * "/Users/michaelelfassy/Development/simple_dragonfly_preview/app/views"
400
+ ):
401
+ actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find'
402
+ actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find'
403
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
404
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
405
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
406
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
407
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
408
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
409
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
410
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
411
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
412
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
413
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
414
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
415
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
416
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
417
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
418
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
419
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
420
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
421
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
422
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
423
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
424
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
425
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
426
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
427
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
428
+ activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__1542116895895117199__process_action__callbacks'
429
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
430
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
431
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
432
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
433
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
434
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
435
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
436
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
437
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
438
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
439
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
440
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
441
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
442
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
443
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
444
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
445
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
446
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
447
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
448
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each'
449
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
450
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
451
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
452
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
453
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
454
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
455
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
456
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
457
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
458
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
459
+ dragonfly (0.9.15) lib/dragonfly/cookie_monster.rb:9:in `call'
460
+ activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call'
461
+ activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
462
+ activerecord (4.0.1) lib/active_record/migration.rb:369:in `call'
463
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
464
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__2454287637724196615__call__callbacks'
465
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
466
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
467
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
468
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
469
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
470
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
471
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
472
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
473
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
474
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
475
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
476
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
477
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
478
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
479
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
480
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
481
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
482
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
483
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
484
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
485
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
486
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
487
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
488
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
489
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
490
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
491
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
492
+
493
+
494
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
495
+
496
+
497
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
498
+ Processing by UsersController#new as HTML
499
+ Rendered users/_form.html.erb (5.4ms)
500
+ Rendered users/new.html.erb within layouts/application (6.1ms)
501
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
502
+
503
+
504
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
505
+
506
+
507
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
508
+
509
+
510
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
511
+
512
+
513
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
514
+
515
+
516
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
517
+
518
+
519
+ Started GET "/image_preview_625" for 127.0.0.1 at 2013-11-06 16:00:37 -0500
520
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
521
+ Completed 500 Internal Server Error in 1ms
522
+
523
+ ActionView::MissingTemplate (Missing template simple_dragonfly_preview/image/iframe, application/iframe with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
524
+ * "/Users/michaelelfassy/Development/simple_dragonfly_preview/test/dummy/app/views"
525
+ * "/Users/michaelelfassy/Development/simple_dragonfly_preview/app/views"
526
+ ):
527
+ actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find'
528
+ actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find'
529
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
530
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
531
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
532
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
533
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
534
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
535
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
536
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
537
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
538
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
539
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
540
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
541
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
542
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
543
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
544
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
545
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
546
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
547
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
548
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
549
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
550
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
551
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
552
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
553
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
554
+ activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__1542116895895117199__process_action__callbacks'
555
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
556
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
557
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
558
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
559
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
560
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
561
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
562
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
563
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
564
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
565
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
566
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
567
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
568
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
569
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
570
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
571
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
572
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
573
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
574
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each'
575
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
576
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
577
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
578
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
579
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
580
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
581
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
582
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
583
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
584
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
585
+ dragonfly (0.9.15) lib/dragonfly/cookie_monster.rb:9:in `call'
586
+ activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call'
587
+ activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
588
+ activerecord (4.0.1) lib/active_record/migration.rb:369:in `call'
589
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
590
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__2454287637724196615__call__callbacks'
591
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
592
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
593
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
594
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
595
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
596
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
597
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
598
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
599
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
600
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
601
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
602
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
603
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
604
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
605
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
606
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
607
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
608
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
609
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
610
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
611
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
612
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
613
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
614
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
615
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
616
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
617
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
618
+
619
+
620
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (35.0ms)
621
+
622
+
623
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
624
+ Processing by UsersController#new as HTML
625
+ Rendered users/_form.html.erb (6.9ms)
626
+ Rendered users/new.html.erb within layouts/application (7.6ms)
627
+ Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
628
+
629
+
630
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
631
+
632
+
633
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
634
+
635
+
636
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
637
+
638
+
639
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
640
+
641
+
642
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
643
+
644
+
645
+ Started GET "/image_preview_625" for 127.0.0.1 at 2013-11-06 16:01:05 -0500
646
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
647
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (8.7ms)
648
+ Completed 500 Internal Server Error in 10ms
649
+
650
+ ActionView::Template::Error (undefined local variable or method `image_preview_path' for #<#<Class:0x007fda3f022d50>:0x007fda3deaac58>):
651
+ 1: <%= form_tag image_preview_path, multipart: true, id: "image_preview_form" do %>
652
+ 2: <%= file_field_tag :image %>
653
+ 3: <% end %>
654
+ 4:
655
+ /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb:1:in `___sers_michaelelfassy__evelopment_simple_dragonfly_preview_app_views_simple_dragonfly_preview_image_iframe_html_erb___4506039052073692825_70287659189940'
656
+ actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
657
+ activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
658
+ actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
659
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
660
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
661
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
662
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
663
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
664
+ actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
665
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
666
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
667
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
668
+ actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
669
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
670
+ actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
671
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
672
+ actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
673
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
674
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
675
+ actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
676
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
677
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
678
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
679
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
680
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
681
+ activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
682
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
683
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
684
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
685
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
686
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
687
+ actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
688
+ actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
689
+ actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
690
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
691
+ activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__1542116895895117199__process_action__callbacks'
692
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
693
+ actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
694
+ actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
695
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
696
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
697
+ activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
698
+ activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
699
+ actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
700
+ actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
701
+ activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
702
+ actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
703
+ actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
704
+ actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
705
+ actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
706
+ actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
707
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
708
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
709
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
710
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
711
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each'
712
+ actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
713
+ actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
714
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
715
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
716
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
717
+ actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
718
+ actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
719
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
720
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
721
+ actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
722
+ dragonfly (0.9.15) lib/dragonfly/cookie_monster.rb:9:in `call'
723
+ activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call'
724
+ activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
725
+ activerecord (4.0.1) lib/active_record/migration.rb:369:in `call'
726
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
727
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__2454287637724196615__call__callbacks'
728
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
729
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
730
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
731
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
732
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
733
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
734
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
735
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
736
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
737
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
738
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
739
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
740
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
741
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
742
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
743
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
744
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
745
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
746
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
747
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
748
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
749
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
750
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
751
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
752
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
753
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
754
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
755
+
756
+
757
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
758
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
759
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms)
760
+
761
+
762
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
763
+ Processing by UsersController#new as HTML
764
+ Rendered users/_form.html.erb (7.2ms)
765
+ Rendered users/new.html.erb within layouts/application (8.2ms)
766
+ Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
767
+
768
+
769
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
770
+
771
+
772
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
773
+
774
+
775
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
776
+
777
+
778
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
779
+
780
+
781
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
782
+
783
+
784
+ Started GET "/image_preview_625" for 127.0.0.1 at 2013-11-06 16:01:35 -0500
785
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
786
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.0ms)
787
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
788
+
789
+
790
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
791
+ Processing by UsersController#new as HTML
792
+ Rendered users/_form.html.erb (16.4ms)
793
+ Rendered users/new.html.erb within layouts/application (17.3ms)
794
+ Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.5ms)
795
+
796
+
797
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
798
+
799
+
800
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
801
+
802
+
803
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
804
+
805
+
806
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
807
+
808
+
809
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:02:28 -0500
810
+
811
+
812
+ Started GET "/image_preview_679" for 127.0.0.1 at 2013-11-06 16:02:29 -0500
813
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
814
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.2ms)
815
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
816
+
817
+
818
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
819
+ Processing by UsersController#new as HTML
820
+ Rendered users/_form.html.erb (6.5ms)
821
+ Rendered users/new.html.erb within layouts/application (7.3ms)
822
+ Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
823
+
824
+
825
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
826
+
827
+
828
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
829
+
830
+
831
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
832
+
833
+
834
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
835
+
836
+
837
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
838
+
839
+
840
+ Started GET "/image_preview_679" for 127.0.0.1 at 2013-11-06 16:04:15 -0500
841
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
842
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.0ms)
843
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
844
+
845
+
846
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:04:50 -0500
847
+ Processing by UsersController#new as HTML
848
+ Rendered users/_form.html.erb (7.6ms)
849
+ Rendered users/new.html.erb within layouts/application (8.6ms)
850
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
851
+
852
+
853
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
854
+
855
+
856
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
857
+
858
+
859
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
860
+
861
+
862
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
863
+
864
+
865
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
866
+
867
+
868
+ Started GET "/image_preview_679" for 127.0.0.1 at 2013-11-06 16:04:51 -0500
869
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
870
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.1ms)
871
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
872
+
873
+
874
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
875
+ Processing by UsersController#new as HTML
876
+ Rendered users/_form.html.erb (6.6ms)
877
+ Rendered users/new.html.erb within layouts/application (7.3ms)
878
+ Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
879
+
880
+
881
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
882
+
883
+
884
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
885
+
886
+
887
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
888
+
889
+
890
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
891
+
892
+
893
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
894
+
895
+
896
+ Started GET "/image_preview_679" for 127.0.0.1 at 2013-11-06 16:38:00 -0500
897
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
898
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.8ms)
899
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
900
+
901
+
902
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
903
+ Processing by UsersController#new as HTML
904
+ Rendered users/_form.html.erb (5.9ms)
905
+ Rendered users/new.html.erb within layouts/application (7.0ms)
906
+ Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
907
+
908
+
909
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
910
+
911
+
912
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
913
+
914
+
915
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
916
+
917
+
918
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
919
+
920
+
921
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
922
+
923
+
924
+ Started GET "/image_preview_679" for 127.0.0.1 at 2013-11-06 16:38:04 -0500
925
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
926
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.7ms)
927
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
928
+
929
+
930
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:38:18 -0500
931
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
932
+ Processing by UsersController#new as HTML
933
+ Rendered users/_form.html.erb (96.9ms)
934
+ Rendered users/new.html.erb within layouts/application (109.0ms)
935
+ Completed 200 OK in 172ms (Views: 168.8ms | ActiveRecord: 0.4ms)
936
+
937
+
938
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
939
+
940
+
941
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
942
+
943
+
944
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
945
+
946
+
947
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
948
+
949
+
950
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
951
+
952
+
953
+ Started GET "/image_preview_664" for 127.0.0.1 at 2013-11-06 16:38:19 -0500
954
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
955
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.7ms)
956
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
957
+
958
+
959
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:38:29 -0500
960
+ Processing by UsersController#new as HTML
961
+ Rendered users/_form.html.erb (24.5ms)
962
+ Rendered users/new.html.erb within layouts/application (25.3ms)
963
+ Completed 500 Internal Server Error in 31ms
964
+
965
+ ActionView::Template::Error (/Users/michaelelfassy/Development/simple_dragonfly_preview/app/inputs/image_preview_input.rb:5: syntax error, unexpected ')'):
966
+ 14:
967
+ 15: <%= f.input :name %>
968
+ 16: <%= f.input :email %>
969
+ 17: <%= f.input :avatar, as: :image_preview %>
970
+ 18: <div class="actions">
971
+ 19: <%= f.submit %>
972
+ 20: </div>
973
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb___2863372043916509593_70360785963400'
974
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb___2863372043916509593_70360785963400'
975
+ app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb__2263313050828428294_70360785788120'
976
+
977
+
978
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
979
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
980
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)
981
+
982
+
983
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:38:54 -0500
984
+ Processing by UsersController#new as HTML
985
+ Rendered users/_form.html.erb (404301.0ms)
986
+ Rendered users/new.html.erb within layouts/application (404301.8ms)
987
+ Completed 200 OK in 404309ms (Views: 404305.7ms | ActiveRecord: 0.5ms)
988
+
989
+
990
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
991
+
992
+
993
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
994
+
995
+
996
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
997
+
998
+
999
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
1000
+
1001
+
1002
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
1003
+
1004
+
1005
+ Started GET "/image_preview_690" for 127.0.0.1 at 2013-11-06 16:45:39 -0500
1006
+
1007
+ ActionController::RoutingError (No route matches [GET] "/image_preview_690"):
1008
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1009
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1010
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1011
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1012
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1013
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1014
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1015
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1016
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1017
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1018
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1019
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1020
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1021
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1022
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1023
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1024
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1025
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1026
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1027
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1028
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1029
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1030
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1031
+
1032
+
1033
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
1034
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
1035
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms)
1036
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.0ms)
1037
+
1038
+
1039
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:46:58 -0500
1040
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1041
+ Processing by UsersController#new as HTML
1042
+ Completed 500 Internal Server Error in 4ms
1043
+
1044
+ NoMethodError (undefined method `image_accessor' for #<Class:0x007f9590f9b820>):
1045
+ app/models/user.rb:2:in `<class:User>'
1046
+ app/models/user.rb:1:in `<top (required)>'
1047
+ app/controllers/users_controller.rb:15:in `new'
1048
+
1049
+
1050
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
1051
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1052
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.1ms)
1053
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.8ms)
1054
+
1055
+
1056
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:48:18 -0500
1057
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1058
+ Processing by UsersController#new as HTML
1059
+ Completed 500 Internal Server Error in 2ms
1060
+
1061
+ NoMethodError (undefined method `image_accessor' for #<Class:0x007f8f2e1634f0>):
1062
+ app/models/user.rb:2:in `<class:User>'
1063
+ app/models/user.rb:1:in `<top (required)>'
1064
+ app/controllers/users_controller.rb:15:in `new'
1065
+
1066
+
1067
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
1068
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
1069
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (42.8ms)
1070
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (57.8ms)
1071
+
1072
+
1073
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:49:09 -0500
1074
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1075
+ Processing by UsersController#new as HTML
1076
+ Rendered users/_form.html.erb (183158.2ms)
1077
+ Rendered users/new.html.erb within layouts/application (183163.1ms)
1078
+ Completed 200 OK in 183195ms (Views: 183185.8ms | ActiveRecord: 0.3ms)
1079
+
1080
+
1081
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1082
+
1083
+
1084
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1085
+
1086
+
1087
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1088
+
1089
+
1090
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1091
+
1092
+
1093
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1094
+
1095
+
1096
+ Started GET "/image_preview_528" for 127.0.0.1 at 2013-11-06 16:52:12 -0500
1097
+
1098
+ ActionController::RoutingError (No route matches [GET] "/image_preview_528"):
1099
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1100
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1101
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1102
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1103
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1104
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1105
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1106
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1107
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1108
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1109
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1110
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1111
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1112
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1113
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1114
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
1115
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
1116
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
1117
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
1118
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
1119
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
1120
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1121
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1122
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1123
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1124
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1125
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1126
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1127
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1128
+
1129
+
1130
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1131
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
1132
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (41.4ms)
1133
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (56.8ms)
1134
+
1135
+
1136
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1137
+ Processing by UsersController#new as HTML
1138
+ Rendered users/_form.html.erb (16.0ms)
1139
+ Rendered users/new.html.erb within layouts/application (16.9ms)
1140
+ Completed 200 OK in 25ms (Views: 20.8ms | ActiveRecord: 0.6ms)
1141
+
1142
+
1143
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1144
+
1145
+
1146
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1147
+
1148
+
1149
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1150
+
1151
+
1152
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1153
+
1154
+
1155
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1156
+
1157
+
1158
+ Started GET "/image_preview_203" for 127.0.0.1 at 2013-11-06 16:52:15 -0500
1159
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1160
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.8ms)
1161
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1162
+
1163
+
1164
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1165
+ Processing by UsersController#new as HTML
1166
+ Rendered users/_form.html.erb (18.3ms)
1167
+ Rendered users/new.html.erb within layouts/application (19.1ms)
1168
+ Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.5ms)
1169
+
1170
+
1171
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1172
+
1173
+
1174
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1175
+
1176
+
1177
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1178
+
1179
+
1180
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1181
+
1182
+
1183
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1184
+
1185
+
1186
+ Started GET "/image_preview_928?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 17:11:57 -0500
1187
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1188
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1189
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.4ms)
1190
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1191
+
1192
+
1193
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1194
+ Processing by UsersController#new as HTML
1195
+ Rendered users/_form.html.erb (46.4ms)
1196
+ Rendered users/new.html.erb within layouts/application (47.4ms)
1197
+ Completed 200 OK in 56ms (Views: 52.0ms | ActiveRecord: 0.5ms)
1198
+
1199
+
1200
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1201
+
1202
+
1203
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1204
+
1205
+
1206
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1207
+
1208
+
1209
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1210
+
1211
+
1212
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 17:15:52 -0500
1213
+
1214
+
1215
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1216
+ Processing by UsersController#new as HTML
1217
+ Rendered users/_form.html.erb (54.4ms)
1218
+ Rendered users/new.html.erb within layouts/application (55.2ms)
1219
+ Completed 200 OK in 62ms (Views: 59.3ms | ActiveRecord: 0.4ms)
1220
+
1221
+
1222
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1223
+
1224
+
1225
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1226
+
1227
+
1228
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1229
+
1230
+
1231
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1232
+
1233
+
1234
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1235
+
1236
+
1237
+ Started GET "/image_preview_404?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 17:16:14 -0500
1238
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1239
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1240
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.2ms)
1241
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
1242
+
1243
+
1244
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1245
+ Processing by UsersController#new as HTML
1246
+ Rendered users/_form.html.erb (16.0ms)
1247
+ Rendered users/new.html.erb within layouts/application (16.8ms)
1248
+ Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.4ms)
1249
+
1250
+
1251
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1252
+
1253
+
1254
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1255
+
1256
+
1257
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1258
+
1259
+
1260
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1261
+
1262
+
1263
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 17:16:56 -0500
1264
+
1265
+
1266
+ Started GET "/image_preview_440?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 17:16:57 -0500
1267
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1268
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1269
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.4ms)
1270
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
1271
+
1272
+
1273
+ Started POST "/image_preview38/upload" for 127.0.0.1 at 2013-11-06 17:17:07 -0500
1274
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
1275
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5821ccd30 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-40957-7qvmd2>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
1276
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (34.5ms)
1277
+ Completed 200 OK in 203ms (Views: 35.9ms | ActiveRecord: 0.0ms)
1278
+
1279
+
1280
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:25:16 -0500
1281
+ Processing by UsersController#new as HTML
1282
+ Rendered users/_form.html.erb (29.3ms)
1283
+ Rendered users/new.html.erb within layouts/application (30.0ms)
1284
+ Completed 500 Internal Server Error in 34ms
1285
+
1286
+ ActionView::Template::Error (undefined method `+' for :avatar:Symbol):
1287
+ 14:
1288
+ 15: <%= f.input :name %>
1289
+ 16: <%= f.input :email %>
1290
+ 17: <%= f.input :avatar, as: :image_preview %>
1291
+ 18: <div class="actions">
1292
+ 19: <%= f.submit %>
1293
+ 20: </div>
1294
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb___1039426509758747942_70243139595820'
1295
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb___1039426509758747942_70243139595820'
1296
+ app/views/users/new.html.erb:3:in `_app_views_users_new_html_erb___89378771854295741_70243142635840'
1297
+
1298
+
1299
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1300
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
1301
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms)
1302
+
1303
+
1304
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1305
+ Processing by UsersController#new as HTML
1306
+ Rendered users/_form.html.erb (42.3ms)
1307
+ Rendered users/new.html.erb within layouts/application (43.0ms)
1308
+ Completed 200 OK in 49ms (Views: 46.2ms | ActiveRecord: 0.4ms)
1309
+
1310
+
1311
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1312
+
1313
+
1314
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1315
+
1316
+
1317
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1318
+
1319
+
1320
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1321
+
1322
+
1323
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1324
+
1325
+
1326
+ Started GET "/users/default.png" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1327
+ Processing by UsersController#show as PNG
1328
+ Parameters: {"id"=>"default"}
1329
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "default"]]
1330
+ Completed 404 Not Found in 2ms
1331
+
1332
+ ActiveRecord::RecordNotFound (Couldn't find User with id=default):
1333
+ app/controllers/users_controller.rb:51:in `set_user'
1334
+
1335
+
1336
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
1337
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1338
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
1339
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms)
1340
+
1341
+
1342
+ Started GET "/image_preview_969?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:25:46 -0500
1343
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1344
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1345
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.0ms)
1346
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
1347
+
1348
+
1349
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1350
+ Processing by UsersController#new as HTML
1351
+ Rendered users/_form.html.erb (9.7ms)
1352
+ Rendered users/new.html.erb within layouts/application (10.4ms)
1353
+ Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.5ms)
1354
+
1355
+
1356
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1357
+
1358
+
1359
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1360
+
1361
+
1362
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1363
+
1364
+
1365
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1366
+
1367
+
1368
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1369
+
1370
+
1371
+ Started GET "/users/default.png" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1372
+ Processing by UsersController#show as PNG
1373
+ Parameters: {"id"=>"default"}
1374
+ User Load (40.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "default"]]
1375
+ Completed 404 Not Found in 44ms
1376
+
1377
+ ActiveRecord::RecordNotFound (Couldn't find User with id=default):
1378
+ app/controllers/users_controller.rb:51:in `set_user'
1379
+
1380
+
1381
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
1382
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1383
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms)
1384
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms)
1385
+
1386
+
1387
+ Started GET "/image_preview_899?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:26:36 -0500
1388
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1389
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1390
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.4ms)
1391
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
1392
+
1393
+
1394
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1395
+ Processing by UsersController#new as HTML
1396
+ Rendered users/_form.html.erb (10.7ms)
1397
+ Rendered users/new.html.erb within layouts/application (11.3ms)
1398
+ Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.4ms)
1399
+
1400
+
1401
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1402
+
1403
+
1404
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1405
+
1406
+
1407
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1408
+
1409
+
1410
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1411
+
1412
+
1413
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1414
+
1415
+
1416
+ Started GET "/users/default.png" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1417
+ Processing by UsersController#show as PNG
1418
+ Parameters: {"id"=>"default"}
1419
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "default"]]
1420
+ Completed 404 Not Found in 1ms
1421
+
1422
+ ActiveRecord::RecordNotFound (Couldn't find User with id=default):
1423
+ app/controllers/users_controller.rb:51:in `set_user'
1424
+
1425
+
1426
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
1427
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
1428
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
1429
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms)
1430
+
1431
+
1432
+ Started GET "/image_preview_597?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:29:10 -0500
1433
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1434
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1435
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.5ms)
1436
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1437
+
1438
+
1439
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1440
+ Processing by UsersController#new as HTML
1441
+ Rendered users/_form.html.erb (12.7ms)
1442
+ Rendered users/new.html.erb within layouts/application (13.4ms)
1443
+ Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.3ms)
1444
+
1445
+
1446
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1447
+
1448
+
1449
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1450
+
1451
+
1452
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1453
+
1454
+
1455
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1456
+
1457
+
1458
+ Started GET "/images/default.png" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1459
+
1460
+ ActionController::RoutingError (No route matches [GET] "/images/default.png"):
1461
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1462
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1463
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1464
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1465
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1466
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1467
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1468
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1469
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1470
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1471
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1472
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1473
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1474
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1475
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1476
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
1477
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
1478
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
1479
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
1480
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
1481
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
1482
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1483
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1484
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1485
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1486
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1487
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1488
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1489
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1490
+
1491
+
1492
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
1493
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
1494
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
1495
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.1ms)
1496
+
1497
+
1498
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1499
+
1500
+
1501
+ Started GET "/images/default.png" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1502
+
1503
+ ActionController::RoutingError (No route matches [GET] "/images/default.png"):
1504
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1505
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1506
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1507
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1508
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1509
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1510
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1511
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1512
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1513
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1514
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1515
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1516
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1517
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1518
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1519
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
1520
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
1521
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
1522
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
1523
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
1524
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
1525
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1526
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1527
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1528
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1529
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1530
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1531
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1532
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1533
+
1534
+
1535
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
1536
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
1537
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
1538
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.9ms)
1539
+
1540
+
1541
+ Started GET "/image_preview_576?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:30:13 -0500
1542
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1543
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1544
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.2ms)
1545
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
1546
+
1547
+
1548
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1549
+ Processing by UsersController#new as HTML
1550
+ Rendered users/_form.html.erb (41.5ms)
1551
+ Rendered users/new.html.erb within layouts/application (42.1ms)
1552
+ Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.4ms)
1553
+
1554
+
1555
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1556
+
1557
+
1558
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1559
+
1560
+
1561
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1562
+
1563
+
1564
+ Started GET "/images/default.png" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1565
+
1566
+ ActionController::RoutingError (No route matches [GET] "/images/default.png"):
1567
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1568
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1569
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1570
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1571
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1572
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1573
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1574
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1575
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1576
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1577
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1578
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1579
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1580
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1581
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1582
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
1583
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
1584
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
1585
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
1586
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
1587
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
1588
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1589
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1590
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1591
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1592
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1593
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1594
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1595
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1596
+
1597
+
1598
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1599
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
1600
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms)
1601
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.2ms)
1602
+
1603
+
1604
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1605
+
1606
+
1607
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1608
+
1609
+
1610
+ Started GET "/images/default.png" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1611
+
1612
+ ActionController::RoutingError (No route matches [GET] "/images/default.png"):
1613
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1614
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1615
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
1616
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
1617
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1618
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
1619
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
1620
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
1621
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1622
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1623
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1624
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1625
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1626
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1627
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1628
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
1629
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
1630
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
1631
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
1632
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
1633
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
1634
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
1635
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
1636
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1637
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1638
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1639
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1640
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1641
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1642
+
1643
+
1644
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1645
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
1646
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms)
1647
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.0ms)
1648
+
1649
+
1650
+ Started GET "/image_preview_52?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:32:34 -0500
1651
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1652
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1653
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.7ms)
1654
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1655
+
1656
+
1657
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:39:16 -0500
1658
+ Processing by UsersController#new as HTML
1659
+ Rendered users/_form.html.erb (15.9ms)
1660
+ Rendered users/new.html.erb within layouts/application (38.3ms)
1661
+ Completed 200 OK in 131ms (Views: 111.5ms | ActiveRecord: 0.5ms)
1662
+
1663
+
1664
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1665
+
1666
+
1667
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1668
+
1669
+
1670
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1671
+
1672
+
1673
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1674
+
1675
+
1676
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1677
+
1678
+
1679
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1680
+
1681
+
1682
+ Started GET "/image_preview_95?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:39:17 -0500
1683
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1684
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1685
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.3ms)
1686
+ Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
1687
+
1688
+
1689
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1690
+ Processing by UsersController#new as HTML
1691
+ Rendered users/_form.html.erb (11.9ms)
1692
+ Rendered users/new.html.erb within layouts/application (12.8ms)
1693
+ Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.4ms)
1694
+
1695
+
1696
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1697
+
1698
+
1699
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1700
+
1701
+
1702
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1703
+
1704
+
1705
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1706
+
1707
+
1708
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1709
+
1710
+
1711
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1712
+
1713
+
1714
+ Started GET "/image_preview_547?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:40:09 -0500
1715
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1716
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1717
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.3ms)
1718
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
1719
+
1720
+
1721
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1722
+ Processing by UsersController#new as HTML
1723
+ Rendered users/_form.html.erb (39.8ms)
1724
+ Rendered users/new.html.erb within layouts/application (40.5ms)
1725
+ Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.0ms)
1726
+
1727
+
1728
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1729
+
1730
+
1731
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1732
+
1733
+
1734
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1735
+
1736
+
1737
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1738
+
1739
+
1740
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1741
+
1742
+
1743
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1744
+
1745
+
1746
+ Started GET "/image_preview_547?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:43:16 -0500
1747
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1748
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1749
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.1ms)
1750
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1751
+
1752
+
1753
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:46:30 -0500
1754
+ Processing by UsersController#new as HTML
1755
+ Rendered users/_form.html.erb (18.9ms)
1756
+ Rendered users/new.html.erb within layouts/application (30.1ms)
1757
+ Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.0ms)
1758
+
1759
+
1760
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1761
+
1762
+
1763
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1764
+
1765
+
1766
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1767
+
1768
+
1769
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1770
+
1771
+
1772
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1773
+
1774
+
1775
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1776
+
1777
+
1778
+ Started GET "/image_preview_547?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:46:31 -0500
1779
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1780
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1781
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.3ms)
1782
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1783
+
1784
+
1785
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:47:01 -0500
1786
+ Processing by UsersController#new as HTML
1787
+ Rendered users/_form.html.erb (47.8ms)
1788
+ Rendered users/new.html.erb within layouts/application (59.1ms)
1789
+ Completed 200 OK in 89ms (Views: 71.5ms | ActiveRecord: 0.5ms)
1790
+
1791
+
1792
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1793
+
1794
+
1795
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1796
+
1797
+
1798
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1799
+
1800
+
1801
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1802
+
1803
+
1804
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1805
+
1806
+
1807
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1808
+
1809
+
1810
+ Started GET "/image_preview_560?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:47:02 -0500
1811
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1812
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1813
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.4ms)
1814
+ Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
1815
+
1816
+
1817
+ Started POST "/image_preview91/upload" for 127.0.0.1 at 2013-11-06 19:47:44 -0500
1818
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
1819
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc582c7f408 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-40957-1kdjpb2>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
1820
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.0ms)
1821
+ Completed 200 OK in 59ms (Views: 32.0ms | ActiveRecord: 0.0ms)
1822
+
1823
+
1824
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 19:59:57 -0500
1825
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1826
+ Processing by UsersController#new as HTML
1827
+ Rendered users/_form.html.erb (649.1ms)
1828
+ Rendered users/new.html.erb within layouts/application (671.8ms)
1829
+ Completed 200 OK in 1088ms (Views: 931.6ms | ActiveRecord: 0.4ms)
1830
+
1831
+
1832
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1833
+
1834
+
1835
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1836
+
1837
+
1838
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1839
+
1840
+
1841
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1842
+
1843
+
1844
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1845
+
1846
+
1847
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1848
+
1849
+
1850
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 19:59:59 -0500
1851
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1852
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1853
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.0ms)
1854
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
1855
+
1856
+
1857
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:02:14 -0500
1858
+ Processing by UsersController#new as HTML
1859
+ Rendered users/_form.html.erb (5.4ms)
1860
+ Rendered users/new.html.erb within layouts/application (16.6ms)
1861
+ Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
1862
+
1863
+
1864
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1865
+
1866
+
1867
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1868
+
1869
+
1870
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1871
+
1872
+
1873
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1874
+
1875
+
1876
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1877
+
1878
+
1879
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1880
+
1881
+
1882
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:02:15 -0500
1883
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1884
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1885
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.3ms)
1886
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
1887
+
1888
+
1889
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:02:19 -0500
1890
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
1891
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ab8be520 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-16xntjk>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
1892
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.7ms)
1893
+ Completed 200 OK in 97ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1894
+
1895
+
1896
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:05:04 -0500
1897
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
1898
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abe37a88 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-lfew3s>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
1899
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (1.6ms)
1900
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1901
+
1902
+
1903
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1904
+ Processing by UsersController#new as HTML
1905
+ Rendered users/_form.html.erb (6.1ms)
1906
+ Rendered users/new.html.erb within layouts/application (6.7ms)
1907
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
1908
+
1909
+
1910
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1911
+
1912
+
1913
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1914
+
1915
+
1916
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1917
+
1918
+
1919
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1920
+
1921
+
1922
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1923
+
1924
+
1925
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1926
+
1927
+
1928
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:07:51 -0500
1929
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1930
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1931
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (6.3ms)
1932
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
1933
+
1934
+
1935
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1936
+ Processing by UsersController#new as HTML
1937
+ Rendered users/_form.html.erb (32.1ms)
1938
+ Rendered users/new.html.erb within layouts/application (32.8ms)
1939
+ Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms)
1940
+
1941
+
1942
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1943
+
1944
+
1945
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1946
+
1947
+
1948
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1949
+
1950
+
1951
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1952
+
1953
+
1954
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1955
+
1956
+
1957
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1958
+
1959
+
1960
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:08:29 -0500
1961
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1962
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1963
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.9ms)
1964
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1965
+
1966
+
1967
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1968
+ Processing by UsersController#new as HTML
1969
+ Rendered users/_form.html.erb (6.6ms)
1970
+ Rendered users/new.html.erb within layouts/application (7.2ms)
1971
+ Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
1972
+
1973
+
1974
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1975
+
1976
+
1977
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1978
+
1979
+
1980
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1981
+
1982
+
1983
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1984
+
1985
+
1986
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1987
+
1988
+
1989
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1990
+
1991
+
1992
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:09:04 -0500
1993
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
1994
+ Parameters: {"image_id"=>"user_avatar", "retained_id"=>"user_retained_avatar"}
1995
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.3ms)
1996
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1997
+
1998
+
1999
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2000
+ Processing by UsersController#new as HTML
2001
+ Rendered users/_form.html.erb (10.7ms)
2002
+ Rendered users/new.html.erb within layouts/application (11.3ms)
2003
+ Completed 200 OK in 55ms (Views: 42.2ms | ActiveRecord: 0.4ms)
2004
+
2005
+
2006
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2007
+
2008
+
2009
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2010
+
2011
+
2012
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2013
+
2014
+
2015
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2016
+
2017
+
2018
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2019
+
2020
+
2021
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2022
+
2023
+
2024
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:11:15 -0500
2025
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2026
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2027
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.2ms)
2028
+ Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
2029
+
2030
+
2031
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:11:27 -0500
2032
+
2033
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2034
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2035
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2036
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2037
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2038
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2039
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2040
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2041
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2042
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2043
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2044
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2045
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2046
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2047
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2048
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2049
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2050
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2051
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2052
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2053
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2054
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2055
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2056
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2057
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2058
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2059
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2060
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2061
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2062
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2063
+
2064
+
2065
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
2066
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
2067
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms)
2068
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.3ms)
2069
+
2070
+
2071
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:11:27 -0500
2072
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2073
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ab154370 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-5gbxsw>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2074
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.5ms)
2075
+ Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.0ms)
2076
+
2077
+
2078
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2079
+ Processing by UsersController#new as HTML
2080
+ Rendered users/_form.html.erb (45.1ms)
2081
+ Rendered users/new.html.erb within layouts/application (45.8ms)
2082
+ Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.6ms)
2083
+
2084
+
2085
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2086
+
2087
+
2088
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2089
+
2090
+
2091
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2092
+
2093
+
2094
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2095
+
2096
+
2097
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2098
+
2099
+
2100
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2101
+
2102
+
2103
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:11:43 -0500
2104
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2105
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2106
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.4ms)
2107
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
2108
+
2109
+
2110
+ Started GET "/users/new" for 127.0.0.1 at 2013-11-06 20:11:58 -0500
2111
+ Processing by UsersController#new as HTML
2112
+ Rendered users/_form.html.erb (11.4ms)
2113
+ Rendered users/new.html.erb within layouts/application (12.1ms)
2114
+ Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)
2115
+
2116
+
2117
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2118
+
2119
+
2120
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2121
+
2122
+
2123
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2124
+
2125
+
2126
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2127
+
2128
+
2129
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2130
+
2131
+
2132
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2133
+
2134
+
2135
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:11:59 -0500
2136
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2137
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2138
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (6.4ms)
2139
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
2140
+
2141
+
2142
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:12:04 -0500
2143
+
2144
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2145
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2146
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2147
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2148
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2149
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2150
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2151
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2152
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2153
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2154
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2155
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2156
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2157
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2158
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2159
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2160
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2161
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2162
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2163
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2164
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2165
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2166
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2167
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2168
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2169
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2170
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2171
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2172
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2173
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2174
+
2175
+
2176
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
2177
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
2178
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
2179
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.2ms)
2180
+
2181
+
2182
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:12:04 -0500
2183
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2184
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abe2f4c8 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-p2ww5u>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2185
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.1ms)
2186
+ Completed 200 OK in 8ms (Views: 4.3ms | ActiveRecord: 0.0ms)
2187
+
2188
+
2189
+ Started POST "/users" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2190
+ Processing by UsersController#create as HTML
2191
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"", "email"=>"", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIwXzEyXzA0XzQwMl9maWxlIn0"}, "commit"=>"Create User"}
2192
+ Unpermitted parameters: retained_avatar
2193
+  (0.1ms) begin transaction
2194
+ SQL (32.2ms) INSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 07 Nov 2013 01:13:16 UTC +00:00], ["email", ""], ["name", ""], ["updated_at", Thu, 07 Nov 2013 01:13:16 UTC +00:00]]
2195
+  (2.3ms) commit transaction
2196
+ Redirected to http://localhost:3000/users/1
2197
+ Completed 302 Found in 48ms (ActiveRecord: 35.0ms)
2198
+
2199
+
2200
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2201
+ Processing by UsersController#show as HTML
2202
+ Parameters: {"id"=>"1"}
2203
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2204
+ Rendered users/show.html.erb within layouts/application (1.8ms)
2205
+ Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.2ms)
2206
+
2207
+
2208
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2209
+
2210
+
2211
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2212
+
2213
+
2214
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2215
+
2216
+
2217
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2218
+
2219
+
2220
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:16 -0500
2221
+
2222
+
2223
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2224
+ Processing by UsersController#index as HTML
2225
+ User Load (0.2ms) SELECT "users".* FROM "users"
2226
+ Rendered users/index.html.erb within layouts/application (2.2ms)
2227
+ Completed 200 OK in 45ms (Views: 44.9ms | ActiveRecord: 0.2ms)
2228
+
2229
+
2230
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2231
+
2232
+
2233
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2234
+
2235
+
2236
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2237
+
2238
+
2239
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2240
+
2241
+
2242
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:18 -0500
2243
+
2244
+
2245
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2246
+ Processing by UsersController#edit as HTML
2247
+ Parameters: {"id"=>"1"}
2248
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2249
+ Rendered users/_form.html.erb (6.6ms)
2250
+ Rendered users/edit.html.erb within layouts/application (7.9ms)
2251
+ Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.1ms)
2252
+
2253
+
2254
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2255
+
2256
+
2257
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2258
+
2259
+
2260
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2261
+
2262
+
2263
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2264
+
2265
+
2266
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2267
+
2268
+
2269
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2270
+
2271
+
2272
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:13:20 -0500
2273
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2274
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2275
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.1ms)
2276
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
2277
+
2278
+
2279
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:13:31 -0500
2280
+
2281
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2282
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2283
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2284
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2285
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2286
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2287
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2288
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2289
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2290
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2291
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2292
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2293
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2294
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2295
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2296
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2297
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2298
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2299
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2300
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2301
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2302
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2303
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2304
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2305
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2306
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2307
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2308
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2309
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2310
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2311
+
2312
+
2313
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
2314
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
2315
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
2316
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.2ms)
2317
+
2318
+
2319
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:13:31 -0500
2320
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2321
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5aa12e5b8 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-1ni9hpa>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2322
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.4ms)
2323
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.0ms)
2324
+
2325
+
2326
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2327
+ Processing by UsersController#edit as HTML
2328
+ Parameters: {"id"=>"1"}
2329
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2330
+ Rendered users/_form.html.erb (8.7ms)
2331
+ Rendered users/edit.html.erb within layouts/application (9.8ms)
2332
+ Completed 200 OK in 55ms (Views: 13.6ms | ActiveRecord: 0.5ms)
2333
+
2334
+
2335
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2336
+
2337
+
2338
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2339
+
2340
+
2341
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2342
+
2343
+
2344
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2345
+
2346
+
2347
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2348
+
2349
+
2350
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2351
+
2352
+
2353
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:13:55 -0500
2354
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2355
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2356
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.0ms)
2357
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
2358
+
2359
+
2360
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:14:00 -0500
2361
+
2362
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2363
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2364
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2365
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2366
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2367
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2368
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2369
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2370
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2371
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2372
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2373
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2374
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2375
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2376
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2377
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2378
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2379
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2380
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2381
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2382
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2383
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2384
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2385
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2386
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2387
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2388
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2389
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2390
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2391
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2392
+
2393
+
2394
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
2395
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
2396
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
2397
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.9ms)
2398
+
2399
+
2400
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:14:00 -0500
2401
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2402
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5aa11dda8 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-8033y0>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2403
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.5ms)
2404
+ Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.0ms)
2405
+
2406
+
2407
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2408
+ Processing by UsersController#edit as HTML
2409
+ Parameters: {"id"=>"1"}
2410
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2411
+ Rendered users/_form.html.erb (11.0ms)
2412
+ Rendered users/edit.html.erb within layouts/application (12.0ms)
2413
+ Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.2ms)
2414
+
2415
+
2416
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2417
+
2418
+
2419
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2420
+
2421
+
2422
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2423
+
2424
+
2425
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2426
+
2427
+
2428
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2429
+
2430
+
2431
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2432
+
2433
+
2434
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:14:48 -0500
2435
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2436
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2437
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.5ms)
2438
+ Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
2439
+
2440
+
2441
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:14:53 -0500
2442
+
2443
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2444
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2445
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2446
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2447
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2448
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2449
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2450
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2451
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2452
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2453
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2454
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2455
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2456
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2457
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2458
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2459
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2460
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2461
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2462
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2463
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2464
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2465
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2466
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2467
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2468
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2469
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2470
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2471
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2472
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2473
+
2474
+
2475
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2476
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
2477
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
2478
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.4ms)
2479
+
2480
+
2481
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:14:53 -0500
2482
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2483
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ad3194b0 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-12iqosf>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2484
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.4ms)
2485
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.0ms)
2486
+
2487
+
2488
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2489
+ Processing by UsersController#edit as HTML
2490
+ Parameters: {"id"=>"1"}
2491
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2492
+ Rendered users/_form.html.erb (53.1ms)
2493
+ Rendered users/edit.html.erb within layouts/application (54.1ms)
2494
+ Completed 200 OK in 66ms (Views: 57.5ms | ActiveRecord: 0.5ms)
2495
+
2496
+
2497
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2498
+
2499
+
2500
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2501
+
2502
+
2503
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2504
+
2505
+
2506
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2507
+
2508
+
2509
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2510
+
2511
+
2512
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2513
+
2514
+
2515
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:17:52 -0500
2516
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2517
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2518
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.0ms)
2519
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
2520
+
2521
+
2522
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2523
+ Processing by UsersController#edit as HTML
2524
+ Parameters: {"id"=>"1"}
2525
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2526
+ Rendered users/_form.html.erb (11.0ms)
2527
+ Rendered users/edit.html.erb within layouts/application (12.0ms)
2528
+ Completed 200 OK in 25ms (Views: 15.9ms | ActiveRecord: 0.6ms)
2529
+
2530
+
2531
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2532
+
2533
+
2534
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2535
+
2536
+
2537
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2538
+
2539
+
2540
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2541
+
2542
+
2543
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2544
+
2545
+
2546
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2547
+
2548
+
2549
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:20:22 -0500
2550
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2551
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2552
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.3ms)
2553
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
2554
+
2555
+
2556
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:20:26 -0500
2557
+
2558
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2559
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2560
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2561
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2562
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2563
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2564
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2565
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2566
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2567
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2568
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2569
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2570
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2571
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2572
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2573
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2574
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2575
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2576
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2577
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2578
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2579
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2580
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2581
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2582
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2583
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2584
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2585
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2586
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2587
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2588
+
2589
+
2590
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
2591
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
2592
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
2593
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.9ms)
2594
+
2595
+
2596
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:20:26 -0500
2597
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2598
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abd9d780 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-51cfc3>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2599
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.8ms)
2600
+ Completed 200 OK in 74ms (Views: 4.2ms | ActiveRecord: 0.0ms)
2601
+
2602
+
2603
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:23:24 -0500
2604
+ Processing by UsersController#edit as HTML
2605
+ Parameters: {"id"=>"1"}
2606
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2607
+ Rendered users/_form.html.erb (9.8ms)
2608
+ Rendered users/edit.html.erb within layouts/application (10.7ms)
2609
+ Completed 200 OK in 21ms (Views: 13.7ms | ActiveRecord: 0.5ms)
2610
+
2611
+
2612
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2613
+
2614
+
2615
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2616
+
2617
+
2618
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2619
+
2620
+
2621
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2622
+
2623
+
2624
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2625
+
2626
+
2627
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2628
+
2629
+
2630
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:23:25 -0500
2631
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2632
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2633
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.1ms)
2634
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
2635
+
2636
+
2637
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:23:29 -0500
2638
+
2639
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2640
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2641
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2642
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2643
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2644
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2645
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2646
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2647
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2648
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2649
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2650
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2651
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2652
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2653
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2654
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2655
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2656
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2657
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2658
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2659
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2660
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2661
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2662
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2663
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2664
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2665
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2666
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2667
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2668
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2669
+
2670
+
2671
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
2672
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
2673
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
2674
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.9ms)
2675
+
2676
+
2677
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:23:29 -0500
2678
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2679
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abe36d90 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-1kzke6l>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2680
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.5ms)
2681
+ Completed 200 OK in 10ms (Views: 3.6ms | ActiveRecord: 0.0ms)
2682
+
2683
+
2684
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2685
+ Processing by UsersController#edit as HTML
2686
+ Parameters: {"id"=>"1"}
2687
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2688
+ Rendered users/_form.html.erb (10.4ms)
2689
+ Rendered users/edit.html.erb within layouts/application (12.1ms)
2690
+ Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.2ms)
2691
+
2692
+
2693
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2694
+
2695
+
2696
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2697
+
2698
+
2699
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2700
+
2701
+
2702
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2703
+
2704
+
2705
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2706
+
2707
+
2708
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2709
+
2710
+
2711
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:24:05 -0500
2712
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2713
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2714
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.4ms)
2715
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
2716
+
2717
+
2718
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:24:09 -0500
2719
+
2720
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2721
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2722
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2723
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2724
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2725
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2726
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2727
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2728
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2729
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2730
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2731
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2732
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2733
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2734
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2735
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2736
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2737
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2738
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2739
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2740
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2741
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2742
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2743
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2744
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2745
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2746
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2747
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2748
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2749
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2750
+
2751
+
2752
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
2753
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
2754
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
2755
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.1ms)
2756
+
2757
+
2758
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:24:09 -0500
2759
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2760
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5a9a74678 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-1aaadxh>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2761
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.6ms)
2762
+ Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.0ms)
2763
+
2764
+
2765
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2766
+ Processing by UsersController#edit as HTML
2767
+ Parameters: {"id"=>"1"}
2768
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2769
+ Rendered users/_form.html.erb (8.7ms)
2770
+ Rendered users/edit.html.erb within layouts/application (9.6ms)
2771
+ Completed 200 OK in 20ms (Views: 12.5ms | ActiveRecord: 0.5ms)
2772
+
2773
+
2774
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2775
+
2776
+
2777
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2778
+
2779
+
2780
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2781
+
2782
+
2783
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2784
+
2785
+
2786
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2787
+
2788
+
2789
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2790
+
2791
+
2792
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:30:13 -0500
2793
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2794
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2795
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.7ms)
2796
+ Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
2797
+
2798
+
2799
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:30:19 -0500
2800
+
2801
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2802
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2803
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2804
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2805
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2806
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2807
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2808
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2809
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2810
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2811
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2812
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2813
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2814
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2815
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2816
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2817
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2818
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2819
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2820
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2821
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2822
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2823
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2824
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2825
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2826
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2827
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2828
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2829
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2830
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2831
+
2832
+
2833
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2834
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
2835
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
2836
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.4ms)
2837
+
2838
+
2839
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:30:19 -0500
2840
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2841
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5a9bdf170 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-19u3v3y>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2842
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.1ms)
2843
+ Completed 200 OK in 11ms (Views: 5.0ms | ActiveRecord: 0.0ms)
2844
+
2845
+
2846
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2847
+ Processing by UsersController#edit as HTML
2848
+ Parameters: {"id"=>"1"}
2849
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2850
+ Rendered users/_form.html.erb (9.5ms)
2851
+ Rendered users/edit.html.erb within layouts/application (10.7ms)
2852
+ Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.2ms)
2853
+
2854
+
2855
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2856
+
2857
+
2858
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2859
+
2860
+
2861
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2862
+
2863
+
2864
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2865
+
2866
+
2867
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2868
+
2869
+
2870
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2871
+
2872
+
2873
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:30:32 -0500
2874
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2875
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2876
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.7ms)
2877
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
2878
+
2879
+
2880
+ Started GET "/images/loader.png" for 127.0.0.1 at 2013-11-06 20:30:36 -0500
2881
+
2882
+ ActionController::RoutingError (No route matches [GET] "/images/loader.png"):
2883
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2884
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2885
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
2886
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
2887
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2888
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
2889
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
2890
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
2891
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2892
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2893
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2894
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2895
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2896
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2897
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2898
+ dragonfly (0.9.15) lib/dragonfly/middleware.rb:13:in `call'
2899
+ rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
2900
+ rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
2901
+ rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
2902
+ rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
2903
+ rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
2904
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
2905
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
2906
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2907
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2908
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2909
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2910
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2911
+ /Users/michaelelfassy/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2912
+
2913
+
2914
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
2915
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
2916
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
2917
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.0ms)
2918
+
2919
+
2920
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:30:36 -0500
2921
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
2922
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abfc9d88 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-v3lctn>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
2923
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.0ms)
2924
+ Completed 200 OK in 12ms (Views: 4.4ms | ActiveRecord: 0.0ms)
2925
+
2926
+
2927
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:43:15 -0500
2928
+ Processing by UsersController#edit as HTML
2929
+ Parameters: {"id"=>"1"}
2930
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2931
+ Rendered users/_form.html.erb (8.6ms)
2932
+ Rendered users/edit.html.erb within layouts/application (26.9ms)
2933
+ Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.1ms)
2934
+
2935
+
2936
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2937
+
2938
+
2939
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2940
+
2941
+
2942
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2943
+
2944
+
2945
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2946
+
2947
+
2948
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2949
+
2950
+
2951
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2952
+
2953
+
2954
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:43:16 -0500
2955
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2956
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2957
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (6.7ms)
2958
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
2959
+
2960
+
2961
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2962
+ Processing by UsersController#edit as HTML
2963
+ Parameters: {"id"=>"1"}
2964
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2965
+ Rendered users/_form.html.erb (6.9ms)
2966
+ Rendered users/edit.html.erb within layouts/application (14.3ms)
2967
+ Completed 200 OK in 49ms (Views: 47.1ms | ActiveRecord: 0.2ms)
2968
+
2969
+
2970
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2971
+
2972
+
2973
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2974
+
2975
+
2976
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2977
+
2978
+
2979
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2980
+
2981
+
2982
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2983
+
2984
+
2985
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2986
+
2987
+
2988
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:45:24 -0500
2989
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
2990
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
2991
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.4ms)
2992
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
2993
+
2994
+
2995
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
2996
+ Processing by UsersController#edit as HTML
2997
+ Parameters: {"id"=>"1"}
2998
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
2999
+ Rendered users/_form.html.erb (8.5ms)
3000
+ Rendered users/edit.html.erb within layouts/application (9.5ms)
3001
+ Completed 200 OK in 68ms (Views: 12.4ms | ActiveRecord: 0.5ms)
3002
+
3003
+
3004
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3005
+
3006
+
3007
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3008
+
3009
+
3010
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3011
+
3012
+
3013
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3014
+
3015
+
3016
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3017
+
3018
+
3019
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3020
+
3021
+
3022
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:47:46 -0500
3023
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3024
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3025
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.3ms)
3026
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
3027
+
3028
+
3029
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3030
+ Processing by UsersController#edit as HTML
3031
+ Parameters: {"id"=>"1"}
3032
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3033
+ Rendered users/_form.html.erb (6.6ms)
3034
+ Rendered users/edit.html.erb within layouts/application (7.8ms)
3035
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
3036
+
3037
+
3038
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3039
+
3040
+
3041
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3042
+
3043
+
3044
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3045
+
3046
+
3047
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3048
+
3049
+
3050
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3051
+
3052
+
3053
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3054
+
3055
+
3056
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:48:04 -0500
3057
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3058
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3059
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (6.0ms)
3060
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
3061
+
3062
+
3063
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:48:08 -0500
3064
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
3065
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ae87dce8 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-1ifr2k2>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
3066
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (32.5ms)
3067
+ Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.0ms)
3068
+
3069
+
3070
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 20:48:14 -0500
3071
+ Processing by UsersController#update as HTML
3072
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIwXzQ4XzA4XzkzOF9maWxlIn0"}, "commit"=>"Update User", "id"=>"1"}
3073
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3074
+ Unpermitted parameters: retained_avatar
3075
+  (0.1ms) begin transaction
3076
+ SQL (0.4ms) UPDATE "users" SET "name" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["name", "Michael"], ["updated_at", Thu, 07 Nov 2013 01:48:14 UTC +00:00]]
3077
+  (52.8ms) commit transaction
3078
+ Redirected to http://localhost:3000/users/1
3079
+ Completed 302 Found in 81ms (ActiveRecord: 53.4ms)
3080
+
3081
+
3082
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3083
+ Processing by UsersController#show as HTML
3084
+ Parameters: {"id"=>"1"}
3085
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3086
+ Rendered users/show.html.erb within layouts/application (1.2ms)
3087
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)
3088
+
3089
+
3090
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3091
+
3092
+
3093
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3094
+
3095
+
3096
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3097
+
3098
+
3099
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3100
+
3101
+
3102
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:15 -0500
3103
+
3104
+
3105
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3106
+ Processing by UsersController#index as HTML
3107
+ User Load (0.2ms) SELECT "users".* FROM "users"
3108
+ Rendered users/index.html.erb within layouts/application (1.5ms)
3109
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms)
3110
+
3111
+
3112
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3113
+
3114
+
3115
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3116
+
3117
+
3118
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3119
+
3120
+
3121
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3122
+
3123
+
3124
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:17 -0500
3125
+
3126
+
3127
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3128
+ Processing by UsersController#edit as HTML
3129
+ Parameters: {"id"=>"1"}
3130
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3131
+ Rendered users/_form.html.erb (6.5ms)
3132
+ Rendered users/edit.html.erb within layouts/application (7.4ms)
3133
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms)
3134
+
3135
+
3136
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3137
+
3138
+
3139
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3140
+
3141
+
3142
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3143
+
3144
+
3145
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3146
+
3147
+
3148
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3149
+
3150
+
3151
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3152
+
3153
+
3154
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:48:19 -0500
3155
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3156
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3157
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.5ms)
3158
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
3159
+
3160
+
3161
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:49:15 -0500
3162
+ Processing by UsersController#edit as HTML
3163
+ Parameters: {"id"=>"1"}
3164
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3165
+ Rendered users/_form.html.erb (8.0ms)
3166
+ Rendered users/edit.html.erb within layouts/application (8.8ms)
3167
+ Completed 200 OK in 53ms (Views: 11.9ms | ActiveRecord: 0.4ms)
3168
+
3169
+
3170
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:15 -0500
3171
+
3172
+
3173
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3174
+
3175
+
3176
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3177
+
3178
+
3179
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3180
+
3181
+
3182
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3183
+
3184
+
3185
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3186
+
3187
+
3188
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:49:16 -0500
3189
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3190
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3191
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.3ms)
3192
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
3193
+
3194
+
3195
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:49:20 -0500
3196
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
3197
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ab11c628 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-tfba62>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
3198
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.5ms)
3199
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.0ms)
3200
+
3201
+
3202
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3203
+ Processing by UsersController#update as HTML
3204
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIwXzQ5XzIwXzI0X2ZpbGUifQ"}, "commit"=>"Update User", "id"=>"1"}
3205
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3206
+  (0.1ms) begin transaction
3207
+ SQL (0.5ms) UPDATE "users" SET "avatar_uid" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["avatar_uid", "2013/11/06/20_49_20_24_file"], ["updated_at", Thu, 07 Nov 2013 01:49:23 UTC +00:00]]
3208
+  (19.8ms) commit transaction
3209
+ Redirected to http://localhost:3000/users/1
3210
+ Completed 302 Found in 27ms (ActiveRecord: 20.5ms)
3211
+
3212
+
3213
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3214
+ Processing by UsersController#show as HTML
3215
+ Parameters: {"id"=>"1"}
3216
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3217
+ Rendered users/show.html.erb within layouts/application (1.7ms)
3218
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
3219
+
3220
+
3221
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3222
+
3223
+
3224
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3225
+
3226
+
3227
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3228
+
3229
+
3230
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3231
+
3232
+
3233
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:23 -0500
3234
+
3235
+
3236
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3237
+ Processing by UsersController#index as HTML
3238
+ User Load (0.2ms) SELECT "users".* FROM "users"
3239
+ Rendered users/index.html.erb within layouts/application (1.6ms)
3240
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.2ms)
3241
+
3242
+
3243
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3244
+
3245
+
3246
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3247
+
3248
+
3249
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3250
+
3251
+
3252
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3253
+
3254
+
3255
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:25 -0500
3256
+
3257
+
3258
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3259
+ Processing by UsersController#show as HTML
3260
+ Parameters: {"id"=>"1"}
3261
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3262
+ Rendered users/show.html.erb within layouts/application (1.2ms)
3263
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
3264
+
3265
+
3266
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3267
+
3268
+
3269
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3270
+
3271
+
3272
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3273
+
3274
+
3275
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3276
+
3277
+
3278
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:27 -0500
3279
+
3280
+
3281
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3282
+ Processing by UsersController#index as HTML
3283
+ User Load (0.1ms) SELECT "users".* FROM "users"
3284
+ Rendered users/index.html.erb within layouts/application (1.1ms)
3285
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms)
3286
+
3287
+
3288
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3289
+
3290
+
3291
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3292
+
3293
+
3294
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3295
+
3296
+
3297
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3298
+
3299
+
3300
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:29 -0500
3301
+
3302
+
3303
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3304
+ Processing by UsersController#edit as HTML
3305
+ Parameters: {"id"=>"1"}
3306
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3307
+ Rendered users/_form.html.erb (6.9ms)
3308
+ Rendered users/edit.html.erb within layouts/application (7.8ms)
3309
+ Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.1ms)
3310
+
3311
+
3312
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3313
+
3314
+
3315
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3316
+
3317
+
3318
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3319
+
3320
+
3321
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3322
+
3323
+
3324
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3325
+
3326
+
3327
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:49:30 -0500
3328
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3329
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3330
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.8ms)
3331
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
3332
+
3333
+
3334
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3335
+ Processing by UsersController#edit as HTML
3336
+ Parameters: {"id"=>"1"}
3337
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3338
+ Rendered users/_form.html.erb (11.3ms)
3339
+ Rendered users/edit.html.erb within layouts/application (12.4ms)
3340
+ Completed 200 OK in 75ms (Views: 16.9ms | ActiveRecord: 0.8ms)
3341
+
3342
+
3343
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3344
+
3345
+
3346
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3347
+
3348
+
3349
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3350
+
3351
+
3352
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3353
+
3354
+
3355
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3356
+
3357
+
3358
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:51:00 -0500
3359
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3360
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3361
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.7ms)
3362
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
3363
+
3364
+
3365
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3366
+ Processing by UsersController#edit as HTML
3367
+ Parameters: {"id"=>"1"}
3368
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3369
+ Rendered users/_form.html.erb (10.6ms)
3370
+ Rendered users/edit.html.erb within layouts/application (12.0ms)
3371
+ Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 0.4ms)
3372
+
3373
+
3374
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3375
+
3376
+
3377
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3378
+
3379
+
3380
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3381
+
3382
+
3383
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3384
+
3385
+
3386
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3387
+
3388
+
3389
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:52:54 -0500
3390
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3391
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3392
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.2ms)
3393
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
3394
+
3395
+
3396
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3397
+ Processing by UsersController#edit as HTML
3398
+ Parameters: {"id"=>"1"}
3399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3400
+ Rendered users/_form.html.erb (8.4ms)
3401
+ Rendered users/edit.html.erb within layouts/application (9.1ms)
3402
+ Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 0.4ms)
3403
+
3404
+
3405
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3406
+
3407
+
3408
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3409
+
3410
+
3411
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3412
+
3413
+
3414
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3415
+
3416
+
3417
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3418
+
3419
+
3420
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:53:04 -0500
3421
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3422
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3423
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.3ms)
3424
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
3425
+
3426
+
3427
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3428
+ Processing by UsersController#update as HTML
3429
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "remove_avatar"=>"1", "retained_avatar"=>""}, "commit"=>"Update User", "id"=>"1"}
3430
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3431
+  (0.1ms) begin transaction
3432
+ SQL (0.5ms) UPDATE "users" SET "avatar_uid" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["avatar_uid", nil], ["updated_at", Thu, 07 Nov 2013 01:53:10 UTC +00:00]]
3433
+  (11.2ms) commit transaction
3434
+ Redirected to http://localhost:3000/users/1
3435
+ Completed 302 Found in 19ms (ActiveRecord: 11.8ms)
3436
+
3437
+
3438
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3439
+ Processing by UsersController#show as HTML
3440
+ Parameters: {"id"=>"1"}
3441
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3442
+ Rendered users/show.html.erb within layouts/application (1.0ms)
3443
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
3444
+
3445
+
3446
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3447
+
3448
+
3449
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3450
+
3451
+
3452
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3453
+
3454
+
3455
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3456
+
3457
+
3458
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:10 -0500
3459
+
3460
+
3461
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3462
+ Processing by UsersController#index as HTML
3463
+ User Load (0.2ms) SELECT "users".* FROM "users"
3464
+ Rendered users/index.html.erb within layouts/application (1.5ms)
3465
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms)
3466
+
3467
+
3468
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3469
+
3470
+
3471
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3472
+
3473
+
3474
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3475
+
3476
+
3477
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3478
+
3479
+
3480
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:11 -0500
3481
+
3482
+
3483
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3484
+ Processing by UsersController#edit as HTML
3485
+ Parameters: {"id"=>"1"}
3486
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3487
+ Rendered users/_form.html.erb (36.5ms)
3488
+ Rendered users/edit.html.erb within layouts/application (37.4ms)
3489
+ Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.1ms)
3490
+
3491
+
3492
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3493
+
3494
+
3495
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3496
+
3497
+
3498
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3499
+
3500
+
3501
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3502
+
3503
+
3504
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3505
+
3506
+
3507
+ Started GET "/assets/simple_dragonfly_preview/default.png" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3508
+
3509
+
3510
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:53:13 -0500
3511
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3512
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3513
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.1ms)
3514
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
3515
+
3516
+
3517
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 20:53:18 -0500
3518
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
3519
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5abf2c358 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-ms05uf>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
3520
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.1ms)
3521
+ Completed 200 OK in 20ms (Views: 4.3ms | ActiveRecord: 0.0ms)
3522
+
3523
+
3524
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3525
+ Processing by UsersController#update as HTML
3526
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIwXzUzXzE4XzEyNl9maWxlIn0"}, "commit"=>"Update User", "id"=>"1"}
3527
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3528
+  (0.1ms) begin transaction
3529
+ SQL (0.4ms) UPDATE "users" SET "avatar_uid" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["avatar_uid", "2013/11/06/20_53_18_126_file"], ["updated_at", Thu, 07 Nov 2013 01:53:20 UTC +00:00]]
3530
+  (47.8ms) commit transaction
3531
+ Redirected to http://localhost:3000/users/1
3532
+ Completed 302 Found in 53ms (ActiveRecord: 48.4ms)
3533
+
3534
+
3535
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3536
+ Processing by UsersController#show as HTML
3537
+ Parameters: {"id"=>"1"}
3538
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3539
+ Rendered users/show.html.erb within layouts/application (1.1ms)
3540
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
3541
+
3542
+
3543
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3544
+
3545
+
3546
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3547
+
3548
+
3549
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3550
+
3551
+
3552
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3553
+
3554
+
3555
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:20 -0500
3556
+
3557
+
3558
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3559
+ Processing by UsersController#index as HTML
3560
+ User Load (0.2ms) SELECT "users".* FROM "users"
3561
+ Rendered users/index.html.erb within layouts/application (1.3ms)
3562
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms)
3563
+
3564
+
3565
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3566
+
3567
+
3568
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3569
+
3570
+
3571
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3572
+
3573
+
3574
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3575
+
3576
+
3577
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:22 -0500
3578
+
3579
+
3580
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3581
+ Processing by UsersController#edit as HTML
3582
+ Parameters: {"id"=>"1"}
3583
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3584
+ Rendered users/_form.html.erb (42.5ms)
3585
+ Rendered users/edit.html.erb within layouts/application (43.3ms)
3586
+ Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.1ms)
3587
+
3588
+
3589
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3590
+
3591
+
3592
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3593
+
3594
+
3595
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3596
+
3597
+
3598
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3599
+
3600
+
3601
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3602
+
3603
+
3604
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:53:24 -0500
3605
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3606
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3607
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.5ms)
3608
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
3609
+
3610
+
3611
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 20:54:38 -0500
3612
+ Processing by UsersController#edit as HTML
3613
+ Parameters: {"id"=>"1"}
3614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3615
+ Rendered users/_form.html.erb (9.7ms)
3616
+ Rendered users/edit.html.erb within layouts/application (10.8ms)
3617
+ Completed 200 OK in 55ms (Views: 14.6ms | ActiveRecord: 0.6ms)
3618
+
3619
+
3620
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3621
+
3622
+
3623
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3624
+
3625
+
3626
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3627
+
3628
+
3629
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3630
+
3631
+
3632
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3633
+
3634
+
3635
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 20:54:39 -0500
3636
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3637
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3638
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.2ms)
3639
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
3640
+
3641
+
3642
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:11:51 -0500
3643
+ Processing by UsersController#edit as HTML
3644
+ Parameters: {"id"=>"1"}
3645
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3646
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (52.1ms)
3647
+ Rendered users/_form.html.erb (67.4ms)
3648
+ Rendered users/edit.html.erb within layouts/application (67.9ms)
3649
+ Completed 500 Internal Server Error in 87ms
3650
+
3651
+ ActionView::Template::Error (undefined local variable or method `image_src' for #<#<Class:0x007fc5ad1901e8>:0x007fc5ad19b6b0>):
3652
+ 1: <table>
3653
+ 2: <tr>
3654
+ 3: <td>
3655
+ 4: <%= image_tag image_src, size: size, id: image_id %>
3656
+ 5: <div>
3657
+ 6: <% if f.object.send("#{attribute_name}_uid") %>
3658
+ 7: <%= f.label("remove_#{attribute_name}", "Remove?") %>
3659
+ app/views/users/_form.html.erb:17:in `block in _app_views_users__form_html_erb__2107369553277446869_70243467964960'
3660
+ app/views/users/_form.html.erb:1:in `_app_views_users__form_html_erb__2107369553277446869_70243467964960'
3661
+ app/views/users/edit.html.erb:3:in `_app_views_users_edit_html_erb___8313729210821932_70243481641500'
3662
+
3663
+
3664
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
3665
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
3666
+ Rendered /Users/michaelelfassy/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms)
3667
+
3668
+
3669
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3670
+ Processing by UsersController#edit as HTML
3671
+ Parameters: {"id"=>"1"}
3672
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3673
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (2.5ms)
3674
+ Rendered users/_form.html.erb (24.9ms)
3675
+ Rendered users/edit.html.erb within layouts/application (25.6ms)
3676
+ Completed 200 OK in 124ms (Views: 67.5ms | ActiveRecord: 0.5ms)
3677
+
3678
+
3679
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3680
+
3681
+
3682
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3683
+
3684
+
3685
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3686
+
3687
+
3688
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3689
+
3690
+
3691
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3692
+
3693
+
3694
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:21:57 -0500
3695
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3696
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3697
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (5.4ms)
3698
+ Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms)
3699
+
3700
+
3701
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 21:22:03 -0500
3702
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
3703
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fc5ab13d670 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-41922-18ybtz2>, @original_filename="Screen Shot 2013-06-21 at 9.52.51 AM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Screen Shot 2013-06-21 at 9.52.51 AM.png\"\r\nContent-Type: image/png\r\n">}
3704
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (2.2ms)
3705
+ Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms)
3706
+
3707
+
3708
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3709
+ Processing by UsersController#update as HTML
3710
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "remove_avatar"=>"0", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIxXzIyXzA0XzJfZmlsZSJ9"}, "commit"=>"Update User", "id"=>"1"}
3711
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3712
+  (0.1ms) begin transaction
3713
+ SQL (14.4ms) UPDATE "users" SET "avatar_uid" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["avatar_uid", "2013/11/06/21_22_04_2_file"], ["updated_at", Thu, 07 Nov 2013 02:22:06 UTC +00:00]]
3714
+  (16.5ms) commit transaction
3715
+ Redirected to http://localhost:3000/users/1
3716
+ Completed 302 Found in 39ms (ActiveRecord: 31.2ms)
3717
+
3718
+
3719
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3720
+ Processing by UsersController#show as HTML
3721
+ Parameters: {"id"=>"1"}
3722
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3723
+ Rendered users/show.html.erb within layouts/application (1.2ms)
3724
+ Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.1ms)
3725
+
3726
+
3727
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3728
+
3729
+
3730
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3731
+
3732
+
3733
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3734
+
3735
+
3736
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3737
+
3738
+
3739
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:06 -0500
3740
+
3741
+
3742
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3743
+ Processing by UsersController#index as HTML
3744
+ User Load (0.2ms) SELECT "users".* FROM "users"
3745
+ Rendered users/index.html.erb within layouts/application (1.4ms)
3746
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms)
3747
+
3748
+
3749
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3750
+
3751
+
3752
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3753
+
3754
+
3755
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3756
+
3757
+
3758
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3759
+
3760
+
3761
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:08 -0500
3762
+
3763
+
3764
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3765
+ Processing by UsersController#show as HTML
3766
+ Parameters: {"id"=>"1"}
3767
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3768
+ Rendered users/show.html.erb within layouts/application (1.3ms)
3769
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
3770
+
3771
+
3772
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3773
+
3774
+
3775
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3776
+
3777
+
3778
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3779
+
3780
+
3781
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3782
+
3783
+
3784
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:10 -0500
3785
+
3786
+
3787
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3788
+ Processing by UsersController#index as HTML
3789
+ User Load (0.2ms) SELECT "users".* FROM "users"
3790
+ Rendered users/index.html.erb within layouts/application (1.5ms)
3791
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms)
3792
+
3793
+
3794
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3795
+
3796
+
3797
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3798
+
3799
+
3800
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3801
+
3802
+
3803
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3804
+
3805
+
3806
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:11 -0500
3807
+
3808
+
3809
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:22:12 -0500
3810
+ Processing by UsersController#edit as HTML
3811
+ Parameters: {"id"=>"1"}
3812
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3813
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (1.2ms)
3814
+ Rendered users/_form.html.erb (33.6ms)
3815
+ Rendered users/edit.html.erb within layouts/application (34.6ms)
3816
+ Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.1ms)
3817
+
3818
+
3819
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3820
+
3821
+
3822
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3823
+
3824
+
3825
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3826
+
3827
+
3828
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3829
+
3830
+
3831
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3832
+
3833
+
3834
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:22:13 -0500
3835
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3836
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3837
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (6.1ms)
3838
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
3839
+
3840
+
3841
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3842
+ Processing by UsersController#edit as HTML
3843
+ Parameters: {"id"=>"1"}
3844
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3845
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (37.0ms)
3846
+ Rendered users/_form.html.erb (46.1ms)
3847
+ Rendered users/edit.html.erb within layouts/application (47.1ms)
3848
+ Completed 200 OK in 59ms (Views: 50.6ms | ActiveRecord: 0.5ms)
3849
+
3850
+
3851
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3852
+
3853
+
3854
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3855
+
3856
+
3857
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3858
+
3859
+
3860
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3861
+
3862
+
3863
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:28:46 -0500
3864
+
3865
+
3866
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:28:47 -0500
3867
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3868
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3869
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.0ms)
3870
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
3871
+
3872
+
3873
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3874
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
3875
+ Processing by UsersController#edit as HTML
3876
+ Parameters: {"id"=>"1"}
3877
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3878
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (44.7ms)
3879
+ Rendered users/_form.html.erb (268.7ms)
3880
+ Rendered users/edit.html.erb within layouts/application (294.3ms)
3881
+ Completed 200 OK in 478ms (Views: 419.5ms | ActiveRecord: 0.5ms)
3882
+
3883
+
3884
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3885
+
3886
+
3887
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3888
+
3889
+
3890
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3891
+
3892
+
3893
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3894
+
3895
+
3896
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3897
+
3898
+
3899
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:31:33 -0500
3900
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3901
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3902
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.7ms)
3903
+ Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
3904
+
3905
+
3906
+ Started POST "/simple_dragonfly_preview/upload" for 127.0.0.1 at 2013-11-06 21:31:39 -0500
3907
+ Processing by SimpleDragonflyPreview::ImageController#upload as HTML
3908
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "retained_id"=>"user_retained_avatar", "image_id"=>"user_avatar_preview", "image"=>#<ActionDispatch::Http::UploadedFile:0x007fe7578426f0 @tempfile=#<Tempfile:/var/folders/kg/30psptqs7n35n9s5pv38xkjc0000gn/T/RackMultipart20131106-43149-qbz9sb>, @original_filename="Photo on 10-18-13 at 12.51 PM.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"Photo on 10-18-13 at 12.51 PM.jpg\"\r\nContent-Type: image/jpeg\r\n">}
3909
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.0ms)
3910
+ Completed 200 OK in 19ms (Views: 4.2ms | ActiveRecord: 0.0ms)
3911
+
3912
+
3913
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3914
+ Processing by UsersController#update as HTML
3915
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"", "remove_avatar"=>"0", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIxXzMxXzM5XzYyNF9maWxlIn0"}, "commit"=>"Update User", "id"=>"1"}
3916
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3917
+  (0.1ms) begin transaction
3918
+  (0.1ms) rollback transaction
3919
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (1.2ms)
3920
+ Rendered users/_form.html.erb (8.5ms)
3921
+ Rendered users/edit.html.erb within layouts/application (9.3ms)
3922
+ Completed 200 OK in 19ms (Views: 13.3ms | ActiveRecord: 0.3ms)
3923
+
3924
+
3925
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3926
+
3927
+
3928
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3929
+
3930
+
3931
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3932
+
3933
+
3934
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3935
+
3936
+
3937
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3938
+
3939
+
3940
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:31:42 -0500
3941
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
3942
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
3943
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.4ms)
3944
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
3945
+
3946
+
3947
+ Started PATCH "/users/1" for 127.0.0.1 at 2013-11-06 21:31:52 -0500
3948
+ Processing by UsersController#update as HTML
3949
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAonFy2KejcrZE2vA1wAggRxz2bgKNoQFOLRjhSp3Q=", "user"=>{"name"=>"Michael", "email"=>"a@b.com", "remove_avatar"=>"0", "retained_avatar"=>"eyJ1aWQiOiIyMDEzLzExLzA2LzIxXzMxXzM5XzYyNF9maWxlIn0"}, "commit"=>"Update User", "id"=>"1"}
3950
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3951
+  (0.1ms) begin transaction
3952
+ SQL (64.3ms) UPDATE "users" SET "email" = ?, "avatar_uid" = ?, "updated_at" = ? WHERE "users"."id" = 1 [["email", "a@b.com"], ["avatar_uid", "2013/11/06/21_31_39_624_file"], ["updated_at", Thu, 07 Nov 2013 02:31:52 UTC +00:00]]
3953
+  (1.7ms) commit transaction
3954
+ Redirected to http://localhost:3000/users/1
3955
+ Completed 302 Found in 75ms (ActiveRecord: 66.3ms)
3956
+
3957
+
3958
+ Started GET "/users/1" for 127.0.0.1 at 2013-11-06 21:31:52 -0500
3959
+ Processing by UsersController#show as HTML
3960
+ Parameters: {"id"=>"1"}
3961
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
3962
+ Rendered users/show.html.erb within layouts/application (3.4ms)
3963
+ Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.2ms)
3964
+
3965
+
3966
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:53 -0500
3967
+
3968
+
3969
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:53 -0500
3970
+
3971
+
3972
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:53 -0500
3973
+
3974
+
3975
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:53 -0500
3976
+
3977
+
3978
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:53 -0500
3979
+
3980
+
3981
+ Started GET "/users" for 127.0.0.1 at 2013-11-06 21:31:54 -0500
3982
+ Processing by UsersController#index as HTML
3983
+ User Load (0.1ms) SELECT "users".* FROM "users"
3984
+ Rendered users/index.html.erb within layouts/application (2.0ms)
3985
+ Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.1ms)
3986
+
3987
+
3988
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:55 -0500
3989
+
3990
+
3991
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:55 -0500
3992
+
3993
+
3994
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:55 -0500
3995
+
3996
+
3997
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:55 -0500
3998
+
3999
+
4000
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:55 -0500
4001
+
4002
+
4003
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4004
+ Processing by UsersController#edit as HTML
4005
+ Parameters: {"id"=>"1"}
4006
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
4007
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (1.0ms)
4008
+ Rendered users/_form.html.erb (7.2ms)
4009
+ Rendered users/edit.html.erb within layouts/application (8.1ms)
4010
+ Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.1ms)
4011
+
4012
+
4013
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4014
+
4015
+
4016
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4017
+
4018
+
4019
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4020
+
4021
+
4022
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4023
+
4024
+
4025
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:31:56 -0500
4026
+
4027
+
4028
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:31:57 -0500
4029
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
4030
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
4031
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (4.8ms)
4032
+ Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
4033
+
4034
+
4035
+ Started GET "/users/1/edit" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4036
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4037
+ Processing by UsersController#edit as HTML
4038
+ Parameters: {"id"=>"1"}
4039
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
4040
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/_form.html.erb (6.2ms)
4041
+ Rendered users/_form.html.erb (80.0ms)
4042
+ Rendered users/edit.html.erb within layouts/application (83.1ms)
4043
+ Completed 200 OK in 138ms (Views: 101.4ms | ActiveRecord: 0.4ms)
4044
+
4045
+
4046
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4047
+
4048
+
4049
+ Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4050
+
4051
+
4052
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4053
+
4054
+
4055
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4056
+
4057
+
4058
+ Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4059
+
4060
+
4061
+ Started GET "/simple_dragonfly_preview/iframe?image_id=user_avatar_preview&retained_id=user_retained_avatar" for 127.0.0.1 at 2013-11-06 21:33:21 -0500
4062
+ Processing by SimpleDragonflyPreview::ImageController#iframe as HTML
4063
+ Parameters: {"image_id"=>"user_avatar_preview", "retained_id"=>"user_retained_avatar"}
4064
+ Rendered /Users/michaelelfassy/Development/simple_dragonfly_preview/app/views/simple_dragonfly_preview/image/iframe.html.erb (3.8ms)
4065
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)