tastes_bitter 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (300) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +51 -0
  4. data/Rakefile +37 -0
  5. data/app/assets/javascripts/tastes_bitter/application.js +13 -0
  6. data/app/assets/javascripts/tastes_bitter/javascript_errors.coffee +19 -0
  7. data/app/assets/stylesheets/tastes_bitter/application.css +15 -0
  8. data/app/assets/stylesheets/tastes_bitter/javascript_errors.css +4 -0
  9. data/app/controllers/tastes_bitter/application_controller.rb +4 -0
  10. data/app/controllers/tastes_bitter/javascript_errors_controller.rb +33 -0
  11. data/app/helpers/tastes_bitter/application_helper.rb +4 -0
  12. data/app/helpers/tastes_bitter/javascript_errors_helper.rb +4 -0
  13. data/app/mailers/application_mailer.rb +5 -0
  14. data/app/mailers/tastes_bitter/javascript_errors_mailer.rb +15 -0
  15. data/app/views/layouts/mailer.html.erb +5 -0
  16. data/app/views/layouts/mailer.text.erb +1 -0
  17. data/app/views/layouts/tastes_bitter/application.html.erb +14 -0
  18. data/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb +9 -0
  19. data/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb +7 -0
  20. data/config/routes.rb +5 -0
  21. data/lib/generators/tastes_bitter/install_generator.rb +17 -0
  22. data/lib/generators/tastes_bitter/templates/tastes_bitter.rb +7 -0
  23. data/lib/tasks/tastes_bitter_tasks.rake +4 -0
  24. data/lib/tastes_bitter.rb +5 -0
  25. data/lib/tastes_bitter/configuration.rb +29 -0
  26. data/lib/tastes_bitter/engine.rb +9 -0
  27. data/lib/tastes_bitter/version.rb +5 -0
  28. data/test/controllers/tastes_bitter/javascript_errors_controller_test.rb +30 -0
  29. data/test/dummy/README.rdoc +28 -0
  30. data/test/dummy/Rakefile +6 -0
  31. data/test/dummy/app/assets/javascripts/application.js +2 -0
  32. data/test/dummy/app/assets/javascripts/dashboard.js +2 -0
  33. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  34. data/test/dummy/app/assets/stylesheets/dashboard.css +4 -0
  35. data/test/dummy/app/controllers/application_controller.rb +5 -0
  36. data/test/dummy/app/controllers/dashboard_controller.rb +7 -0
  37. data/test/dummy/app/helpers/application_helper.rb +2 -0
  38. data/test/dummy/app/helpers/dashboard_helper.rb +2 -0
  39. data/test/dummy/app/views/dashboard/home.html.erb +3 -0
  40. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  41. data/test/dummy/bin/bundle +3 -0
  42. data/test/dummy/bin/rails +4 -0
  43. data/test/dummy/bin/rake +4 -0
  44. data/test/dummy/bin/setup +29 -0
  45. data/test/dummy/config.ru +4 -0
  46. data/test/dummy/config/application.rb +34 -0
  47. data/test/dummy/config/boot.rb +5 -0
  48. data/test/dummy/config/database.yml +25 -0
  49. data/test/dummy/config/environment.rb +5 -0
  50. data/test/dummy/config/environments/development.rb +41 -0
  51. data/test/dummy/config/environments/production.rb +79 -0
  52. data/test/dummy/config/environments/test.rb +42 -0
  53. data/test/dummy/config/initializers/assets.rb +11 -0
  54. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  55. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  56. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  57. data/test/dummy/config/initializers/inflections.rb +16 -0
  58. data/test/dummy/config/initializers/mime_types.rb +4 -0
  59. data/test/dummy/config/initializers/session_store.rb +3 -0
  60. data/test/dummy/config/initializers/tastes_bitter.rb +7 -0
  61. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  62. data/test/dummy/config/locales/en.yml +23 -0
  63. data/test/dummy/config/routes.rb +7 -0
  64. data/test/dummy/config/secrets.yml +22 -0
  65. data/test/dummy/db/development.sqlite3 +0 -0
  66. data/test/dummy/db/test.sqlite3 +0 -0
  67. data/test/dummy/log/development.log +3943 -0
  68. data/test/dummy/log/test.log +908 -0
  69. data/test/dummy/public/404.html +67 -0
  70. data/test/dummy/public/422.html +67 -0
  71. data/test/dummy/public/500.html +66 -0
  72. data/test/dummy/public/favicon.ico +0 -0
  73. data/test/dummy/test/controllers/dashboard_controller_test.rb +7 -0
  74. data/test/dummy/tmp/cache/sprockets/v3.0/-OVytyrDmozyL3oTerWhfJfcAvv3ky40TJaXHSWVcpI.cache +24 -0
  75. data/test/dummy/tmp/cache/sprockets/v3.0/-dRsfn-_2xWMIaOWsE4ZgT3hVTrtn-ZS1q7k3xIrhbg.cache +0 -0
  76. data/test/dummy/tmp/cache/sprockets/v3.0/-hFnxwgnhfggs75GaU2Slk1GQamc3K33BkIjOLvy8Xo.cache +1 -0
  77. data/test/dummy/tmp/cache/sprockets/v3.0/-kTuxQ5414-QEB4ZZ3j6gj2izENY0kK0hEu5NuMv4MU.cache +0 -0
  78. data/test/dummy/tmp/cache/sprockets/v3.0/095CuxmE3Ps2PUxd5XTji338BOT8O2HV8t5Xx0z86Fs.cache +1 -0
  79. data/test/dummy/tmp/cache/sprockets/v3.0/0RTpJv7CLWxaOTqLIqah_sNqWNlpwkqnp5i7crfxKU0.cache +0 -0
  80. data/test/dummy/tmp/cache/sprockets/v3.0/0qo5_R0WI191NkqyjauBwFFnk4oRsDPG3NITAC6j51k.cache +0 -0
  81. data/test/dummy/tmp/cache/sprockets/v3.0/10Eb8vWZHHXIa9RiMvQIBcQZbrc_6U9QJt65h7TMD1g.cache +0 -0
  82. data/test/dummy/tmp/cache/sprockets/v3.0/1oVtqmDeIXI7GsCuxwyA7Zf1iFnq19mvHlnslz-3emE.cache +1 -0
  83. data/test/dummy/tmp/cache/sprockets/v3.0/2WbQC2ap5TF0_7nsQxlwOVk7rcfvG83TfyMrzW6UA0w.cache +0 -0
  84. data/test/dummy/tmp/cache/sprockets/v3.0/2aHz8u833D-Huuh4zRxfJ1SbGM29g-q8hogBVxNYQCo.cache +0 -0
  85. data/test/dummy/tmp/cache/sprockets/v3.0/2nszmH6nx9dptMHd7xcUevE-Fh5SQmiTkb7PUCi6KKs.cache +0 -0
  86. data/test/dummy/tmp/cache/sprockets/v3.0/2oE2bcONUYeo22yEdVBUlt2HiFdSMzcHEVNkNkoBS9s.cache +1 -0
  87. data/test/dummy/tmp/cache/sprockets/v3.0/2wdHqMa-A8ur9-KfrcnEqBpsUZ76qCER1npdZkzZC4w.cache +23 -0
  88. data/test/dummy/tmp/cache/sprockets/v3.0/3TNF6RbAYgzY95oGJ3Sl0vjKNMJqw-NAITEDrLo0Ijc.cache +1 -0
  89. data/test/dummy/tmp/cache/sprockets/v3.0/4-z-HnlGooXsrcQr7QGz1dLVvYkCQZ_9FaSjHKN2sjo.cache +1 -0
  90. data/test/dummy/tmp/cache/sprockets/v3.0/472zSy9bnFlM8G1JmxTLLg3L3IAAX9XqDSUez5bNrw0.cache +1 -0
  91. data/test/dummy/tmp/cache/sprockets/v3.0/4Xz6SHem6Lf9Gt78lQC3sJ-6POAAgQGdXFr3ueyXps8.cache +1 -0
  92. data/test/dummy/tmp/cache/sprockets/v3.0/4kFyVC9ZUsvY0wn0Ry5hu0S2n9MHxlUo3IizzUqMzmQ.cache +1 -0
  93. data/test/dummy/tmp/cache/sprockets/v3.0/4wcN5fMCcE-sk3S9iyZMEUDOdRoXYJzoAZScQfG48Eo.cache +1 -0
  94. data/test/dummy/tmp/cache/sprockets/v3.0/58sMmWFabjGlMO0vVTfRBo8dbJ6Jxf83AZCv-7Jyx_Q.cache +0 -0
  95. data/test/dummy/tmp/cache/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -0
  96. data/test/dummy/tmp/cache/sprockets/v3.0/5ZzJBOZj15-l66wz9pCVZyG5_lOWzWv9QFNufwH84dc.cache +0 -0
  97. data/test/dummy/tmp/cache/sprockets/v3.0/5jtYua3KlAmUouP4k9XwdnqzyBZE6ZfXH1mgFyQtiDI.cache +1 -0
  98. data/test/dummy/tmp/cache/sprockets/v3.0/60ZvgVuBBmX9VVKoi_WlUOhlzQYg4GNPiMbzkpGEdng.cache +1 -0
  99. data/test/dummy/tmp/cache/sprockets/v3.0/63iYTe3-YtvrmZb5kHn31pgMCFjPYZXdj1x0C7rAtys.cache +1 -0
  100. data/test/dummy/tmp/cache/sprockets/v3.0/66wc9l9Za1tuFRo7_JEPJQ_Lf5pMv5_GEDt1iu4mdhA.cache +1 -0
  101. data/test/dummy/tmp/cache/sprockets/v3.0/6IjCBuTHJxdshLI8SGfPaXnH4hSfi7_ResG3wktWQtE.cache +0 -0
  102. data/test/dummy/tmp/cache/sprockets/v3.0/6ew-PYl8cXaGj9qp9ObEzUkEFsM1F5tgWd1BxEQN_1g.cache +0 -0
  103. data/test/dummy/tmp/cache/sprockets/v3.0/6lqih2I4RzXhyHhQhLHID2NcQ_GQlpNEvC-b3X9URD0.cache +1 -0
  104. data/test/dummy/tmp/cache/sprockets/v3.0/6nfXtCuYTVn1n-vLZfinfdJNgqh9UyN7emDdak5dwHg.cache +1 -0
  105. data/test/dummy/tmp/cache/sprockets/v3.0/84EPw5_29fQUeCvdbdHLYwWnB7LkLjDl2XTcjD6ZQOg.cache +1 -0
  106. data/test/dummy/tmp/cache/sprockets/v3.0/8FoxNzlvjPKm4YFAma1HxF2P3PCw0dmX9LxF1uNl_14.cache +0 -0
  107. data/test/dummy/tmp/cache/sprockets/v3.0/8Pj6XvDMnqZyzH2Wk902ms87YVl7nfvcqsBsd2OLwjw.cache +0 -0
  108. data/test/dummy/tmp/cache/sprockets/v3.0/8nQg2BwURDN_dOEC5nrhPxgw3QHnKHMtDtVxZXLJxaI.cache +1 -0
  109. data/test/dummy/tmp/cache/sprockets/v3.0/9me9hYx6HkaSwUdTHC9udX2f5hg8KtS-7Ka6jk7atUA.cache +1 -0
  110. data/test/dummy/tmp/cache/sprockets/v3.0/9wwblRfwM6ZLmYioGcnOTpEPtY0XPgGi87lnbi-YZ_Y.cache +24 -0
  111. data/test/dummy/tmp/cache/sprockets/v3.0/A9oGFjSyIORT2jVsvcpZdmSNL426tuak6mP89sNrl_4.cache +2 -0
  112. data/test/dummy/tmp/cache/sprockets/v3.0/AD8GF--JFb071yJInr-KVBhAUhIzBuXBnOUPnmJXVlo.cache +1 -0
  113. data/test/dummy/tmp/cache/sprockets/v3.0/B2H5dAIikKikSsCwbMmkZ4QzHZtWNNG0wZDqXWt6IpA.cache +1 -0
  114. data/test/dummy/tmp/cache/sprockets/v3.0/BZza1-w9ktHhR8Kfh0akm8FtnQ8XLcDhUynlwRjvQtc.cache +1 -0
  115. data/test/dummy/tmp/cache/sprockets/v3.0/Bev7K33Qj71X2On7oN2yY74ZZ-yr55LlwueOIIu_Q1k.cache +0 -0
  116. data/test/dummy/tmp/cache/sprockets/v3.0/C-P3uErh4LmJJXiYdmEhnb2pUg94JKd1MrYWIRiwmqM.cache +1 -0
  117. data/test/dummy/tmp/cache/sprockets/v3.0/CTj0XHDfCLl48HiRXHa2GeuH4svzyr9LeR7wiJHIFYs.cache +0 -0
  118. data/test/dummy/tmp/cache/sprockets/v3.0/Cd8FTWU_NUgyfxkoq8bsqEwogEWtLVEN9-mywRl8LaE.cache +1 -0
  119. data/test/dummy/tmp/cache/sprockets/v3.0/DDjobqF0ogq2Ul3CraoVP4JTqC_LQiGaA6CDETgiZbI.cache +0 -0
  120. data/test/dummy/tmp/cache/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache +0 -0
  121. data/test/dummy/tmp/cache/sprockets/v3.0/DewzCOSwYJidHJFy2WTPr_nVmUhFdrLIhM7oO9w9ytg.cache +1 -0
  122. data/test/dummy/tmp/cache/sprockets/v3.0/EozbKs-0r9jETS18vC7ZMN5Km2OMppK5yU1i6XreFdA.cache +1 -0
  123. data/test/dummy/tmp/cache/sprockets/v3.0/FfFNXFVXaCJEHbIp81o9XaAZ4dH23n4sTq8usn_n57w.cache +1 -0
  124. data/test/dummy/tmp/cache/sprockets/v3.0/FrtXFWy1yzDTUEYM38EdJJLzD-eXU17ultE2eCMViSY.cache +0 -0
  125. data/test/dummy/tmp/cache/sprockets/v3.0/Fz5ueOlCWoQI1QKcfSCIDIE3Is8shaDXYyLa2vRdJUs.cache +1 -0
  126. data/test/dummy/tmp/cache/sprockets/v3.0/G-rEQ2zUJVhcM7v1Mc7BSFF53zrDQ5MhtADMSC9Ou-4.cache +1 -0
  127. data/test/dummy/tmp/cache/sprockets/v3.0/GEBXaF-gwxhfUSICTC1HuagDkbXJWUAhdZjEQyieUDc.cache +1 -0
  128. data/test/dummy/tmp/cache/sprockets/v3.0/GIFOQ5kibCWwepMXk8GD-vyi40BsthKNW5PzVrEX78E.cache +0 -0
  129. data/test/dummy/tmp/cache/sprockets/v3.0/GMCkA1Xrf7XvvYfMiGDJ3CpAdARMVcvuClyYhlHVTGo.cache +1 -0
  130. data/test/dummy/tmp/cache/sprockets/v3.0/GdwX-0VXVZs-O92LHjX3qvcJvgNF5CYv7KB-xIhXEwM.cache +0 -0
  131. data/test/dummy/tmp/cache/sprockets/v3.0/Gw2TqnZRfqhVpcyCzpcmlF8Lsl78oaT0uNHUv4hMrEc.cache +1 -0
  132. data/test/dummy/tmp/cache/sprockets/v3.0/HBUibAo9P-iLOvTmMD9rnPXRmJ90bCsIWbfYncCdFOQ.cache +0 -0
  133. data/test/dummy/tmp/cache/sprockets/v3.0/HCf044JrmF37ymz5U7y8h8HiCsEnKt_qO8z9_pOEvco.cache +2 -0
  134. data/test/dummy/tmp/cache/sprockets/v3.0/HH6-_jqlg01f9oZ7g36y7g13kOefPv6vkCfHTJHbrnY.cache +23 -0
  135. data/test/dummy/tmp/cache/sprockets/v3.0/HLH8Djbs8XeVQCWE9CqJgnxhPCyknsY2ybuHiyb60ew.cache +1 -0
  136. data/test/dummy/tmp/cache/sprockets/v3.0/HTh6YONIbsKyVFRVoV7H1FDJTHgaKSv95XR4I7axHdU.cache +1 -0
  137. data/test/dummy/tmp/cache/sprockets/v3.0/HVDZ-OwcPWTtrOdvrQDpIoz5PGJ_UwE0aS9D_IJ5h9E.cache +2 -0
  138. data/test/dummy/tmp/cache/sprockets/v3.0/HYnCvZrauo6Dvggid8jQMNxZEgK_bdhZA8YiwmOgqh0.cache +0 -0
  139. data/test/dummy/tmp/cache/sprockets/v3.0/HZoHHT6rXh6VwrwQZv7rjag36UHhqpz9rqTV-S6Z0Lk.cache +0 -0
  140. data/test/dummy/tmp/cache/sprockets/v3.0/Habyao0_0trNitJqS9MaRd8sVWVxol_VjrGygQc3Ej0.cache +0 -0
  141. data/test/dummy/tmp/cache/sprockets/v3.0/Hdan7ZmAygiYTDQiD_HS7Q1Jx6-qUKRfnWEXAGl0eV0.cache +1 -0
  142. data/test/dummy/tmp/cache/sprockets/v3.0/HxaQAdWUBbqB6GLQwUDwOWHFlJOsehPreNgrVJAybNg.cache +1 -0
  143. data/test/dummy/tmp/cache/sprockets/v3.0/I6NOtvd55zI64jpcF-jYjXPUdeEtDkJO4cbmdu7oYpY.cache +0 -0
  144. data/test/dummy/tmp/cache/sprockets/v3.0/IFSXCte0gtNK7-CHc-ry1FzBfMVDcZDdgnFYIn0y0Zs.cache +0 -0
  145. data/test/dummy/tmp/cache/sprockets/v3.0/IKNxKW7lMu5bKERVj2WcCwdSVTiJ1dxud4ug9g1CQV8.cache +2 -0
  146. data/test/dummy/tmp/cache/sprockets/v3.0/IegUZYL-JPothbo2FnliWJ4cdyPylqGwWyBwZ3Uo7VU.cache +1 -0
  147. data/test/dummy/tmp/cache/sprockets/v3.0/IxdTMIXIqlH2cooaQAn7c0Tg3PAWHjJotXxJHyu_plk.cache +0 -0
  148. data/test/dummy/tmp/cache/sprockets/v3.0/IyjeSPcZKO8YatjrSKuQqaGslh7biTNyt2m1F6v_6tY.cache +0 -0
  149. data/test/dummy/tmp/cache/sprockets/v3.0/JNFPb2Epo3prtqY2DxS8nnEEmMhnBFU95Gtb-t072tc.cache +0 -0
  150. data/test/dummy/tmp/cache/sprockets/v3.0/J_VFh_bFpBdb3q6Md4I10H5rFYgN33C2pjjFEnWNrmQ.cache +23 -0
  151. data/test/dummy/tmp/cache/sprockets/v3.0/Jzk_EEhaC3KWeQl77D9N70Z0dCu2fxp53rgE3FV0vrg.cache +0 -0
  152. data/test/dummy/tmp/cache/sprockets/v3.0/KKzmzQfuMrhKAgsXnOirjXiDq7oIkHvlssBTvsidEq4.cache +1 -0
  153. data/test/dummy/tmp/cache/sprockets/v3.0/KNsLHNR9QHyEbRTxchWfeEnc5pENcw7_80Ks99lMWjk.cache +1 -0
  154. data/test/dummy/tmp/cache/sprockets/v3.0/KVl-wlNF3LNfNbYuLgyJ15Ff3KUvjTXyocdpgHpza1A.cache +0 -0
  155. data/test/dummy/tmp/cache/sprockets/v3.0/KnC8gjaxHIT3Y1Jf1yT-_tCdwQf3teG5ckmssdMPcPE.cache +0 -0
  156. data/test/dummy/tmp/cache/sprockets/v3.0/L3jsYP6WXs7XsCBguqqstlbWbidXtnYDJMiT-Q4ze7I.cache +1 -0
  157. data/test/dummy/tmp/cache/sprockets/v3.0/LaEjomFO5yhw4mNgkOxceGJZZtUpccScniqdRGMqNUg.cache +1 -0
  158. data/test/dummy/tmp/cache/sprockets/v3.0/MD90rji908D3Zf0iUPtpxPT4LIfkT6IUggaci1XwtrE.cache +0 -0
  159. data/test/dummy/tmp/cache/sprockets/v3.0/MSURWpbnBJRhcrp5JsIfvta20vgBtgifo5OOaPRVHb8.cache +1 -0
  160. data/test/dummy/tmp/cache/sprockets/v3.0/Mkljk6y2v1orcNs15kHOSMHR1Kngu2yuskdiwo7f27Q.cache +1 -0
  161. data/test/dummy/tmp/cache/sprockets/v3.0/N8bFLQlgOP-tOXsNpARbYODSTeEQH7g2ipWIf7Qk0sw.cache +1 -0
  162. data/test/dummy/tmp/cache/sprockets/v3.0/NiaOmPjfqrQmtX6F_27Qcs0mZSf4s3tNzXFmxK6inKM.cache +1 -0
  163. data/test/dummy/tmp/cache/sprockets/v3.0/NlOGxyXTPo4uoTloT-fuLTge_93ymWBylx5ic1La8ig.cache +2 -0
  164. data/test/dummy/tmp/cache/sprockets/v3.0/NvcpIV9AFdOSyOwLdIjJqMHDoj-VSD0yCOoMmRr0Vqg.cache +24 -0
  165. data/test/dummy/tmp/cache/sprockets/v3.0/O1fmkXZda2hFtrDmssuRjM1UEFIL-Z1fLLjtYK8-ihg.cache +1 -0
  166. data/test/dummy/tmp/cache/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -0
  167. data/test/dummy/tmp/cache/sprockets/v3.0/OJa6zx2WlpxHihFwWAeq4LhWITu-ksTssrT7S3Q_s-M.cache +2 -0
  168. data/test/dummy/tmp/cache/sprockets/v3.0/OKHsgpalQztBfm-5sNNb3wMIzizaw27E63xNjwP8tBA.cache +2 -0
  169. data/test/dummy/tmp/cache/sprockets/v3.0/OKTcIFyaBAM13LIeNUzGvrXJ2W5hbGMVJRVuv0DUzyw.cache +1 -0
  170. data/test/dummy/tmp/cache/sprockets/v3.0/OV8-RnbKIVwn6pRm0N65N5xz36aE5ECM_O-1LV1gAb8.cache +1 -0
  171. data/test/dummy/tmp/cache/sprockets/v3.0/Oomxcv1v3B6A2WXktQd3hcqvtaj_FB7Y0VroqFzOIsA.cache +1 -0
  172. data/test/dummy/tmp/cache/sprockets/v3.0/Or8dnRsCADf0hV2Qs5hV9gRGoFqVjjjhM39MxOttrOo.cache +0 -0
  173. data/test/dummy/tmp/cache/sprockets/v3.0/PBRU7MIjI0noIKHHpqic_IKKm4_uJl1kaFllC5HD6-c.cache +0 -0
  174. data/test/dummy/tmp/cache/sprockets/v3.0/PcOcagETnInOC3zMzfKP2To7T7EUQuVmTS34MKIGcxQ.cache +0 -0
  175. data/test/dummy/tmp/cache/sprockets/v3.0/PnkO2yKRLFWspcpgafIzuGOnU9DOjxMNRXqB33AzO9c.cache +24 -0
  176. data/test/dummy/tmp/cache/sprockets/v3.0/Q9VSyvxl4Rhrso1y8Ctfql40PgNfX49QTAs_jT0dK4U.cache +0 -0
  177. data/test/dummy/tmp/cache/sprockets/v3.0/QOzqXt9TuyyJAMuJDV8ik4SfCiKnowpbLo-qh2GPAsg.cache +1 -0
  178. data/test/dummy/tmp/cache/sprockets/v3.0/QQlcNqIdJzMWGyFJhr-c97c5bMRNRimICl5ubhqvD2w.cache +0 -0
  179. data/test/dummy/tmp/cache/sprockets/v3.0/Q_tdW1mVdq2_Qg-cglG5V_ArU_PQRNF6C1jxQIWwbgY.cache +0 -0
  180. data/test/dummy/tmp/cache/sprockets/v3.0/RKjn9XUdW2EQoHo8ZCGF5SB1wbwAsV5bwhKqIxD-4EI.cache +0 -0
  181. data/test/dummy/tmp/cache/sprockets/v3.0/ROH6SCF03dLyHplI0OUo7XCNuEK_K2rkAyOqQUdUWqw.cache +2 -0
  182. data/test/dummy/tmp/cache/sprockets/v3.0/RlfkXet2ORy_MZFZ-kwMNUScE0ZhZauh6BAnCP4jee8.cache +1 -0
  183. data/test/dummy/tmp/cache/sprockets/v3.0/T0pnJspydECIfU6hsf8SzTTBX3F_aB3AonehHjgcH_Y.cache +1 -0
  184. data/test/dummy/tmp/cache/sprockets/v3.0/T3pecIv3tkT1i4pKdb9CSsxnoY8UfR0tT98dx_qM9Do.cache +0 -0
  185. data/test/dummy/tmp/cache/sprockets/v3.0/TTC9ofJjQCvB0YxJhR1GzVtktTdPii6ufs8z2to5nDY.cache +0 -0
  186. data/test/dummy/tmp/cache/sprockets/v3.0/U6VKyfASKCGk9VbzAvrFSWxcYG-4qHw5_OMzjE7HO7k.cache +1 -0
  187. data/test/dummy/tmp/cache/sprockets/v3.0/U9S1AEl31EqyH4gTl1CKJszl-oKaPf_xjUhivXY9iME.cache +0 -0
  188. data/test/dummy/tmp/cache/sprockets/v3.0/UQZDmqNS2ZwRjAkjZS2vNv8pYTXvh2rCiJDAt_8mx3o.cache +1 -0
  189. data/test/dummy/tmp/cache/sprockets/v3.0/UU4RyK7F8KkeI_UhHty8H8z_0PimCZ7aZWoF74_EMFE.cache +1 -0
  190. data/test/dummy/tmp/cache/sprockets/v3.0/UXzJXdwniaGAIj0MaRZhtfXE2yJSFAHjjngUM_LPVSo.cache +1 -0
  191. data/test/dummy/tmp/cache/sprockets/v3.0/U_g4bFGaeGMpxoZAvImL4w23VV45Rf_Dc_Ad2uV-KNI.cache +1 -0
  192. data/test/dummy/tmp/cache/sprockets/v3.0/Ub1QC62TauaaJ_W1XXRNC5g1l211bDpZxKBc_Rx3zyY.cache +1 -0
  193. data/test/dummy/tmp/cache/sprockets/v3.0/UeKxE-JgA3rZzQ6amdUMSIIPiipxQZwdTqENK5JuUU8.cache +1 -0
  194. data/test/dummy/tmp/cache/sprockets/v3.0/VQ72HCEQyPzrKnz_FZ40N5u4x3px9gFdYeHdwS-OK4E.cache +0 -0
  195. data/test/dummy/tmp/cache/sprockets/v3.0/Ve6hr8sBNk96gs3boX-p8NQFJnqBDiJ2qP0HF_VbYhA.cache +2 -0
  196. data/test/dummy/tmp/cache/sprockets/v3.0/W-Gkiwqi20JHJlJUsJ9k0D6cbAsQXX-OdBY76auKnO0.cache +1 -0
  197. data/test/dummy/tmp/cache/sprockets/v3.0/W-s-Ex1QcE69emEO-yJ2ixD1ZQ4SBHW4eOhuAAi5Nlc.cache +1 -0
  198. data/test/dummy/tmp/cache/sprockets/v3.0/WgaaCX_Czy5heUMod5BWRC2ngprHjyKxoaBqujFEbUA.cache +0 -0
  199. data/test/dummy/tmp/cache/sprockets/v3.0/WqIfgDBW3S-n0oGa86SWSi1J_aE4136NlRPK4n0SZgE.cache +1 -0
  200. data/test/dummy/tmp/cache/sprockets/v3.0/XG-_M2B3v4fHOsHXvNsEf7ltemLpyHzSMBbR4HQN6RA.cache +0 -0
  201. data/test/dummy/tmp/cache/sprockets/v3.0/XUDqMygszCoTvwK0isTIHw3aWq1F2zB8qvA29jRi3PY.cache +0 -0
  202. data/test/dummy/tmp/cache/sprockets/v3.0/XYbWNnDK7xttl7CAixAjgg6qQQVJ2cfl_TIgLEEhorI.cache +1 -0
  203. data/test/dummy/tmp/cache/sprockets/v3.0/XkS4drFHvTcC0Z-udJXUWI6bbaYU7hlHfTOXsN6NvkQ.cache +2 -0
  204. data/test/dummy/tmp/cache/sprockets/v3.0/Y-artK87ld7QKsNLZ1N1KOylxFFgucKxkOKUfrjvC0A.cache +0 -0
  205. data/test/dummy/tmp/cache/sprockets/v3.0/Z5p9Hi1vhef1rIlrjOOiG6c_Fc5WV5iXaksxwIC5YXQ.cache +1 -0
  206. data/test/dummy/tmp/cache/sprockets/v3.0/ZIsP2a2vwLj1HXD_F9CKExFFESARBLYlzESiUP1TfNk.cache +1 -0
  207. data/test/dummy/tmp/cache/sprockets/v3.0/ZVLbBks1Ta30df5l4iX_8eXpQ1uIrCgDBL2jexFG0kA.cache +1 -0
  208. data/test/dummy/tmp/cache/sprockets/v3.0/Z_rAavWnk0PQVD7DgmS56COp5nfmn6o1cMCwrFhY0dQ.cache +1 -0
  209. data/test/dummy/tmp/cache/sprockets/v3.0/ZxnajfQVOxlyh-2_4fWqJGUij_nmQOZSzGLx6BURpAk.cache +1 -0
  210. data/test/dummy/tmp/cache/sprockets/v3.0/_Ks9FbMmqjQg8EA2ZTghN-oh2Ed7inzUiPRVgoAxtDI.cache +0 -0
  211. data/test/dummy/tmp/cache/sprockets/v3.0/_Ky92DSui9kB5zu_RcUzFoWHHDTUaVlvaqUrAkIYFbQ.cache +0 -0
  212. data/test/dummy/tmp/cache/sprockets/v3.0/_QuBq59xT4IssClSFUF_caCuEjx1I7LIdykkDxRPHoQ.cache +0 -0
  213. data/test/dummy/tmp/cache/sprockets/v3.0/a3cDmIdTiTteeG9NTH7zsO9dIcbJMEpiUp40LZK55q8.cache +0 -0
  214. data/test/dummy/tmp/cache/sprockets/v3.0/a6DMsgDOKK7NfHBvrvq-hbBJZ42qrTk2qrm6Ox1CVqw.cache +1 -0
  215. data/test/dummy/tmp/cache/sprockets/v3.0/aD_gOYWaObqcyv3sH3WRG2-46NHKCdWwLnqP7pgxw88.cache +1 -0
  216. data/test/dummy/tmp/cache/sprockets/v3.0/aL9J5ziBNAFZSSONoIwNK7bX6qT5O07QtW_NG_gUJ1o.cache +0 -0
  217. data/test/dummy/tmp/cache/sprockets/v3.0/acK9WdyodANnCOmkXB24TUI8jrX5cw3Y9IJVo4dKxf4.cache +1 -0
  218. data/test/dummy/tmp/cache/sprockets/v3.0/axPItfEM7ouhf389oVz79tPjeKTodZJnAtZ2T_YrgP0.cache +1 -0
  219. data/test/dummy/tmp/cache/sprockets/v3.0/b42C1VvJkroT-i4nQOkWcSFA2dvqLsUN5QUXlRtIxjM.cache +2 -0
  220. data/test/dummy/tmp/cache/sprockets/v3.0/bDYiOOh7xxGPe5VS51ukKC-1AfGRQc8b94hg_YyV3Hk.cache +1 -0
  221. data/test/dummy/tmp/cache/sprockets/v3.0/bIqtjfKBVOMMP1C1sTSnyWFYbUfXGbH7uLI5IC94O3o.cache +0 -0
  222. data/test/dummy/tmp/cache/sprockets/v3.0/bPkGpjfDtWvkvhHc9TWzrO2mC2Dy1puf4T0YK0lCZhM.cache +1 -0
  223. data/test/dummy/tmp/cache/sprockets/v3.0/bZrp0fJmsrBkktNer0wrYpMPvZCub_sCQXNaayVYGzY.cache +1 -0
  224. data/test/dummy/tmp/cache/sprockets/v3.0/c85W6-dcTfVbzKMSA2rKqfOZ81lN_DA9qH1ZWpcpilg.cache +1 -0
  225. data/test/dummy/tmp/cache/sprockets/v3.0/csGCxYX-VBAmDnuHByErvX5beBJjJtpcZj24vdkwqbE.cache +1 -0
  226. data/test/dummy/tmp/cache/sprockets/v3.0/dWYR4be7dRprfapWcay8blMRkACYI1nuipQ1y1hP-ms.cache +24 -0
  227. data/test/dummy/tmp/cache/sprockets/v3.0/dhJtr3eCvqlkcJDIg2F4NwGgVkP2Yh4wTTBs1wHu65w.cache +1 -0
  228. data/test/dummy/tmp/cache/sprockets/v3.0/e0lEswPTQfRa4BxTzFERDCMaXWz8ZZT8QR6IyAjFonk.cache +0 -0
  229. data/test/dummy/tmp/cache/sprockets/v3.0/fDqANHMDV5MCCo3RUTZ4pKQm-EEESggWqG3JmV8Xqc4.cache +1 -0
  230. data/test/dummy/tmp/cache/sprockets/v3.0/fKb6vqRKfqhFph5fwquUgOsbTkD2idvITlXUDcAU4IA.cache +0 -0
  231. data/test/dummy/tmp/cache/sprockets/v3.0/fSmdCCJbqsMxBy0xlE-kCXprfy7WD010YalZclq7Au0.cache +1 -0
  232. data/test/dummy/tmp/cache/sprockets/v3.0/fc7ufh0dNx-t1t2ziNiHX0YXpWIPCez1eF8CU5O5-aI.cache +2 -0
  233. data/test/dummy/tmp/cache/sprockets/v3.0/fuptTANLBApyaG4NUUZ43U7In8SFj8H6pzWVrjWt5Zc.cache +2 -0
  234. data/test/dummy/tmp/cache/sprockets/v3.0/g4H6oBJPggsxV204LxXP4DbmdXpTMrx6wLOuki_0280.cache +23 -0
  235. data/test/dummy/tmp/cache/sprockets/v3.0/gdmzsDwhMMTrhSrKgS_7t7ubknz22PVlm9QMWD8fuKo.cache +0 -0
  236. data/test/dummy/tmp/cache/sprockets/v3.0/gxmi64PTZDta7xxrILA5MRy4Ki5X2ACPXDDHbX91878.cache +2 -0
  237. data/test/dummy/tmp/cache/sprockets/v3.0/h-0WUbmYagFGbjm_ZeYw4P4nix2dacujkpvVLWLw_NQ.cache +1 -0
  238. data/test/dummy/tmp/cache/sprockets/v3.0/h5PfbbJ8Eau45sIZStVI2f7EIYseGkNOQ1dlcFwLYjw.cache +1 -0
  239. data/test/dummy/tmp/cache/sprockets/v3.0/hAtGHdvT7fgeB3_MsPyYiUbWS8xQ5Aq8WfxmV9yo4U8.cache +0 -0
  240. data/test/dummy/tmp/cache/sprockets/v3.0/hTs7rUSrcKOgJXxa58ArdKtsciQKDRR93f7rxZar0H4.cache +0 -0
  241. data/test/dummy/tmp/cache/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +2 -0
  242. data/test/dummy/tmp/cache/sprockets/v3.0/i8QTPlWszMepRAeIdTtl8yrM9JkrrW_2IHyc0yGh-0w.cache +1 -0
  243. data/test/dummy/tmp/cache/sprockets/v3.0/iaWxZmKPkn4OK92po_JJx2zXMqm0D4BLl6d3l6attqQ.cache +0 -0
  244. data/test/dummy/tmp/cache/sprockets/v3.0/iasKLfO8BB-v_PSO0RQiNBfWZUddvU1wiiFFKK04k4s.cache +1 -0
  245. data/test/dummy/tmp/cache/sprockets/v3.0/j-q1gzI7UrqJtvlNfFW02HzLm7eCHygHK5V16L8ge10.cache +1 -0
  246. data/test/dummy/tmp/cache/sprockets/v3.0/jTElGwoTYgvJUlyFh8vXxRBC_8GlyVvixUTnakBTvHg.cache +1 -0
  247. data/test/dummy/tmp/cache/sprockets/v3.0/j__9VKL5trFiM-mNKfy2E5M7zHac9hSyEHWuFJJmYZQ.cache +2 -0
  248. data/test/dummy/tmp/cache/sprockets/v3.0/jlRGRBy_nex56bzppRQ8HCEuV5jSltCG7raOavBhP4I.cache +2 -0
  249. data/test/dummy/tmp/cache/sprockets/v3.0/jpHzipeRXyu_Fr-AXs_2mYi3sJw6FnzbEPCPLit4uXM.cache +1 -0
  250. data/test/dummy/tmp/cache/sprockets/v3.0/kUe_IjfQM60V4gAnAFPiufFLOkzLkmPZ9cH1GNpV9vs.cache +1 -0
  251. data/test/dummy/tmp/cache/sprockets/v3.0/lju14YqquqqqpH_wvJtkqC6nGnOhkX-Pz7LHUiddFSU.cache +0 -0
  252. data/test/dummy/tmp/cache/sprockets/v3.0/mBQYKcaXPmL1tY3eU_s4Wzij0g6BOqVjQBRW1Go8juo.cache +0 -0
  253. data/test/dummy/tmp/cache/sprockets/v3.0/mGw9Dxw3CAd_rlQpdf4ZJBqA8b7pRmuDlITDZJQTjIQ.cache +1 -0
  254. data/test/dummy/tmp/cache/sprockets/v3.0/mVnpCzqm-d3aPDnEPsHHb3HjmP94SkDNaCoM-WNky2Y.cache +1 -0
  255. data/test/dummy/tmp/cache/sprockets/v3.0/mqtOkubcO-NMWprBXf-w91e8xg_4_j6JdhflF2jTUdQ.cache +0 -0
  256. data/test/dummy/tmp/cache/sprockets/v3.0/n0MgcO9QV73HdqcSaXNyzHiR365dbGRXHZXnp9_n0sw.cache +0 -0
  257. data/test/dummy/tmp/cache/sprockets/v3.0/n1kN3H09OGmljL5MZlzMeiMFm4YtbjNx1hlNjCCw6YU.cache +0 -0
  258. data/test/dummy/tmp/cache/sprockets/v3.0/nCzbc0qeALuDGhvehjnYmjT0nA6iqt-Ycwjk2t3eG2w.cache +1 -0
  259. data/test/dummy/tmp/cache/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  260. data/test/dummy/tmp/cache/sprockets/v3.0/pSVfD38ZGnvzr4KkGYVKPHZN9RIjdj4YadXo3N6w8JU.cache +0 -0
  261. data/test/dummy/tmp/cache/sprockets/v3.0/pW-4ICGcis5y1JzQHBYnNUabze_janD3qKA4MpzgX6I.cache +1 -0
  262. data/test/dummy/tmp/cache/sprockets/v3.0/qkGyq_CfYZGNE6f5VeMM4dWKGH2Z1mjmRtu8ia564EI.cache +1 -0
  263. data/test/dummy/tmp/cache/sprockets/v3.0/rAlAxQ4C6Cj_z7wGpk6F4V8bQd32PTglYAda767G5Nk.cache +0 -0
  264. data/test/dummy/tmp/cache/sprockets/v3.0/rZIjLV1bqT1WlskgpUcumJFRLqxOXYZ6wXvGefwYqOY.cache +23 -0
  265. data/test/dummy/tmp/cache/sprockets/v3.0/riImxnGrRcK0iGQIbfC7SjXXZ6c91JXPH-aDqPzR7fo.cache +0 -0
  266. data/test/dummy/tmp/cache/sprockets/v3.0/rmKwNG5XLstiIQsiejmaIZY-Iscqir0UemzkkK4skcw.cache +2 -0
  267. data/test/dummy/tmp/cache/sprockets/v3.0/s51hDiSaTL0hrGO1MDoTwsIFWed2SOyGdqd_BOsiVGA.cache +0 -0
  268. data/test/dummy/tmp/cache/sprockets/v3.0/s8OC7znwUCV84NBHNbeogv9lkNoGmHymALlmZ1W2nDU.cache +0 -0
  269. data/test/dummy/tmp/cache/sprockets/v3.0/sEZV8e3abMNTYtbg74Ikt1mjp6LpjZyUvC2y1WWe7YI.cache +0 -0
  270. data/test/dummy/tmp/cache/sprockets/v3.0/sF9s2UWSK--aEOOcNUDX4yxGNoe0n1eceXAToWj0JYg.cache +23 -0
  271. data/test/dummy/tmp/cache/sprockets/v3.0/sSmDySW2ZCLZGRTFz1t7Z2mx3gAiC1yZg5zQEYybpOk.cache +0 -0
  272. data/test/dummy/tmp/cache/sprockets/v3.0/sgRwpCSZJgHw3viA9m6QPItgPbbBUfjzTr1kKnzUav0.cache +1 -0
  273. data/test/dummy/tmp/cache/sprockets/v3.0/ssKdUrkcoIhsSUGzh2rRHSPXhnsvQ76HdURR1uqDGlI.cache +0 -0
  274. data/test/dummy/tmp/cache/sprockets/v3.0/syXmEMWFldhsgnU3j7_NEx4XHiwibU6w2Kus7IkSNjk.cache +0 -0
  275. data/test/dummy/tmp/cache/sprockets/v3.0/t3MYflIbm_-FZKL5wx0WO_xuKx5wCSDweZJwTU9suRg.cache +1 -0
  276. data/test/dummy/tmp/cache/sprockets/v3.0/tOKHwqg75l73WxUOQTEP-cUTJJUHIiP9H0vu8OPzUck.cache +1 -0
  277. data/test/dummy/tmp/cache/sprockets/v3.0/tzGJ6haJDLZAO2cy2my4q99G3wIbUkZJCJuopIyZVnE.cache +1 -0
  278. data/test/dummy/tmp/cache/sprockets/v3.0/uAYaD-Tr-t5s6oojKxmEuNp4llWmVJkUQ2sdN4H8RD8.cache +0 -0
  279. data/test/dummy/tmp/cache/sprockets/v3.0/uSbA3qgvcKT9kig8VDkWiYdT9xAohE9775PR9QEkGWg.cache +0 -0
  280. data/test/dummy/tmp/cache/sprockets/v3.0/uYdQY75XQvq5OUwR5zQ3QwMDQIxxDRZEFLIJCJOVlPY.cache +2 -0
  281. data/test/dummy/tmp/cache/sprockets/v3.0/uf34K67Bs3qOwP5gt06fqa0ghm4j4kh0DcswDznvle8.cache +0 -0
  282. data/test/dummy/tmp/cache/sprockets/v3.0/vh-YTCEdieD4eRf83Ni0RDw1Z_cmgXgX3an8tx1U9b4.cache +0 -0
  283. data/test/dummy/tmp/cache/sprockets/v3.0/vjYzGQ1VlO-Cnw-e-g0yqrXvHjWQKSekRLJ0Unzw1zw.cache +2 -0
  284. data/test/dummy/tmp/cache/sprockets/v3.0/wDYuDnSvt4rXSkGOk5E5v8PJgnDaxGlBPXKBioIrGc0.cache +0 -0
  285. data/test/dummy/tmp/cache/sprockets/v3.0/wJp5dYAnZfPdkSwyP80GZvZe6FCkobZPltfuZg41PIU.cache +1 -0
  286. data/test/dummy/tmp/cache/sprockets/v3.0/wTJuUfoGH0EdFG-bsoGq7o5pzz9Yv-47OECqk6eHmpg.cache +0 -0
  287. data/test/dummy/tmp/cache/sprockets/v3.0/wUhwCXkwCsVlQF9zJhkPe0VDUEDFrArwynWG9yBPhd0.cache +0 -0
  288. data/test/dummy/tmp/cache/sprockets/v3.0/wzPlaIrgei6szonLYpRGGDv-gstqlm1CIUYXoMQb3VQ.cache +0 -0
  289. data/test/dummy/tmp/cache/sprockets/v3.0/xX3zpsi8cVCipc9vUN60WwQOpoXF0KMLVXWa6tQxJtQ.cache +2 -0
  290. data/test/dummy/tmp/cache/sprockets/v3.0/xZ2Hb2i3x2jeih1uEP5_g_fxqa-7I6OfWs8ofJ4Bo8Y.cache +1 -0
  291. data/test/dummy/tmp/cache/sprockets/v3.0/yc-qgWb3JcMF9GCZz0FzvjwrPhfBttXVLn6q-OIxcHo.cache +1 -0
  292. data/test/dummy/tmp/cache/sprockets/v3.0/zE9oc6WZXis4d9q6Clj1kY5ug7R-vkHq269AP2yiVHQ.cache +1 -0
  293. data/test/dummy/tmp/cache/sprockets/v3.0/zlw5EiHbrXDgPpFbd8ap7Co7QmOixliIDXqLJxiqSN4.cache +0 -0
  294. data/test/dummy/tmp/cache/sprockets/v3.0/zyxQkQh6p7UM5XJYxrkumTsMNiwznyuI0WcppmuGO8c.cache +0 -0
  295. data/test/integration/navigation_test.rb +8 -0
  296. data/test/mailers/previews/tastes_bitter/tastes_bitter_mailer_preview.rb +23 -0
  297. data/test/mailers/tastes_bitter/javascript_errors_mailer_test.rb +9 -0
  298. data/test/tastes_bitter_test.rb +7 -0
  299. data/test/test_helper.rb +21 -0
  300. metadata +655 -0
@@ -0,0 +1,7 @@
1
+ TastesBitter.configure do |config|
2
+
3
+ config.mailer_receiver = "notificationscustom1@example.com"
4
+ config.mailer_sender = "notificationscustom2@example.com"
5
+ config.mailer_subject_prefix = "[JavaScript custom Error] "
6
+
7
+ end
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,7 @@
1
+ Rails.application.routes.draw do
2
+
3
+ # mount TastesBitter::Engine => "/tastes_bitter"
4
+
5
+ root to: 'dashboard#home'
6
+
7
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 424026d849c3364f8f8dc043903fa17e8a2bcf2cd5ddefb2da99d5010fc5c62fc8c11f84039e823feda4573cf0cfa3d90a15928cf05d20d61fa52412fc23ded2
15
+
16
+ test:
17
+ secret_key_base: a71657ad3ff054695324df89748ea9732fb69a11b3fba32b76eac492fc267c9ea95369021557cef0a67175a2e1580ba5276ad7df25871c2bec0cd56b452fa7d9
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
File without changes
File without changes
@@ -0,0 +1,3943 @@
1
+
2
+
3
+ Started GET "/" for ::1 at 2015-12-21 18:27:35 -0800
4
+
5
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).):
6
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:177:in `rescue in spec'
7
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:174:in `spec'
8
+ activerecord (4.2.5) lib/active_record/connection_handling.rb:50:in `establish_connection'
9
+ activerecord (4.2.5) lib/active_record/railtie.rb:120:in `block (2 levels) in <class:Railtie>'
10
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
11
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
12
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
13
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `each'
14
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
15
+ activerecord (4.2.5) lib/active_record/base.rb:315:in `<module:ActiveRecord>'
16
+ activerecord (4.2.5) lib/active_record/base.rb:26:in `<top (required)>'
17
+ activerecord (4.2.5) lib/active_record/migration.rb:383:in `connection'
18
+ activerecord (4.2.5) lib/active_record/migration.rb:370:in `call'
19
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
20
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
21
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
22
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
23
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
24
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
25
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
26
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
27
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
28
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
29
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
30
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
31
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
32
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
33
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
34
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
35
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
36
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
37
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
38
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
39
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
40
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
41
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
42
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
43
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
44
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
45
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
46
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
47
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
48
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
49
+
50
+
51
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms)
52
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
53
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
54
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.9ms)
55
+
56
+
57
+ Started GET "/" for ::1 at 2015-12-21 18:27:58 -0800
58
+
59
+ ActiveRecord::AdapterNotSpecified ('development' database is not configured. Available: []):
60
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:248:in `resolve_symbol_connection'
61
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:211:in `resolve_connection'
62
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:139:in `resolve'
63
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:169:in `spec'
64
+ activerecord (4.2.5) lib/active_record/connection_handling.rb:50:in `establish_connection'
65
+ activerecord (4.2.5) lib/active_record/railtie.rb:120:in `block (2 levels) in <class:Railtie>'
66
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
67
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
68
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
69
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `each'
70
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
71
+ activerecord (4.2.5) lib/active_record/base.rb:315:in `<module:ActiveRecord>'
72
+ activerecord (4.2.5) lib/active_record/base.rb:26:in `<top (required)>'
73
+ activerecord (4.2.5) lib/active_record/migration.rb:383:in `connection'
74
+ activerecord (4.2.5) lib/active_record/migration.rb:370:in `call'
75
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
76
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
77
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
78
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
79
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
80
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
81
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
82
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
83
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
84
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
85
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
86
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
87
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
88
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
89
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
90
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
91
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
92
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
93
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
94
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
95
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
96
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
97
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
98
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
99
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
100
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
101
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
102
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
103
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
104
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
105
+
106
+
107
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
108
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
109
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
110
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.5ms)
111
+
112
+
113
+ Started GET "/" for ::1 at 2015-12-21 18:30:46 -0800
114
+
115
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).):
116
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:177:in `rescue in spec'
117
+ activerecord (4.2.5) lib/active_record/connection_adapters/connection_specification.rb:174:in `spec'
118
+ activerecord (4.2.5) lib/active_record/connection_handling.rb:50:in `establish_connection'
119
+ activerecord (4.2.5) lib/active_record/railtie.rb:120:in `block (2 levels) in <class:Railtie>'
120
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
121
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
122
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
123
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `each'
124
+ activesupport (4.2.5) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
125
+ activerecord (4.2.5) lib/active_record/base.rb:315:in `<module:ActiveRecord>'
126
+ activerecord (4.2.5) lib/active_record/base.rb:26:in `<top (required)>'
127
+ activerecord (4.2.5) lib/active_record/migration.rb:383:in `connection'
128
+ activerecord (4.2.5) lib/active_record/migration.rb:370:in `call'
129
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
130
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
131
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
132
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
133
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
134
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
135
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
136
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
137
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
138
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
139
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
140
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
141
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
142
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
143
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
144
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
145
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
146
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
147
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
148
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
149
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
150
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
151
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
152
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
153
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
154
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
155
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
156
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
157
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
158
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
159
+
160
+
161
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
162
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
163
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
164
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.8ms)
165
+
166
+
167
+ Started GET "/" for ::1 at 2015-12-21 18:30:59 -0800
168
+ Processing by DashboardController#home as HTML
169
+ Rendered dashboard/home.html.erb within layouts/application (1.3ms)
170
+ Completed 500 Internal Server Error in 261ms (ActiveRecord: 0.0ms)
171
+
172
+ LoadError (cannot load such file -- coffee_script):
173
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
174
+
175
+
176
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms)
177
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
178
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (35.1ms)
179
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (97.3ms)
180
+
181
+
182
+ Started GET "/" for ::1 at 2015-12-21 18:31:39 -0800
183
+ Processing by DashboardController#home as HTML
184
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
185
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
186
+
187
+ ActionView::Template::Error (couldn't find file 'tastes_bitter' with type 'application/javascript'):
188
+ 2: <html>
189
+ 3: <head>
190
+ 4: <title>Dummy</title>
191
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
192
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
193
+ 7: <%= csrf_meta_tags %>
194
+ 8: </head>
195
+ app/assets/javascripts/application.js:13
196
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
197
+
198
+
199
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
200
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
201
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
202
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (68.5ms)
203
+
204
+
205
+ Started GET "/" for ::1 at 2015-12-21 18:31:58 -0800
206
+ Processing by DashboardController#home as HTML
207
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
208
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
209
+
210
+ ActionView::Template::Error (couldn't find file 'tastes_bitter' with type 'application/javascript'):
211
+ 2: <html>
212
+ 3: <head>
213
+ 4: <title>Dummy</title>
214
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
215
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
216
+ 7: <%= csrf_meta_tags %>
217
+ 8: </head>
218
+ app/assets/javascripts/application.js:1
219
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
220
+
221
+
222
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
223
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
224
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
225
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.8ms)
226
+
227
+
228
+ Started GET "/" for ::1 at 2015-12-21 18:39:11 -0800
229
+ Processing by DashboardController#home as HTML
230
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
231
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
232
+
233
+ ActionView::Template::Error (couldn't find file 'tastes_bitter' with type 'application/javascript'):
234
+ 2: <html>
235
+ 3: <head>
236
+ 4: <title>Dummy</title>
237
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
238
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
239
+ 7: <%= csrf_meta_tags %>
240
+ 8: </head>
241
+ app/assets/javascripts/application.js:1
242
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
243
+
244
+
245
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms)
246
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
247
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
248
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (66.3ms)
249
+
250
+
251
+ Started GET "/" for ::1 at 2015-12-21 18:40:10 -0800
252
+ Processing by DashboardController#home as HTML
253
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
254
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
255
+
256
+ ActionView::Template::Error (couldn't find file 'tastes_bitter/tastes_bitter' with type 'application/javascript'):
257
+ 2: <html>
258
+ 3: <head>
259
+ 4: <title>Dummy</title>
260
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
261
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
262
+ 7: <%= csrf_meta_tags %>
263
+ 8: </head>
264
+ app/assets/javascripts/application.js:1
265
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
266
+
267
+
268
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.8ms)
269
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
270
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
271
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.7ms)
272
+
273
+
274
+ Started GET "/" for ::1 at 2015-12-21 18:40:19 -0800
275
+ Processing by DashboardController#home as HTML
276
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
277
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
278
+
279
+ LoadError (cannot load such file -- coffee_script):
280
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
281
+
282
+
283
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms)
284
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms)
285
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
286
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms)
287
+
288
+
289
+ Started GET "/" for ::1 at 2015-12-21 18:41:26 -0800
290
+ Processing by DashboardController#home as HTML
291
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
292
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
293
+
294
+ LoadError (cannot load such file -- coffee_script):
295
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1831203665728014993_70329171745740'
296
+
297
+
298
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.4ms)
299
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
300
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
301
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.4ms)
302
+
303
+
304
+ Started GET "/" for ::1 at 2015-12-21 18:41:50 -0800
305
+ Processing by DashboardController#home as HTML
306
+ Rendered dashboard/home.html.erb within layouts/application (1.2ms)
307
+ Completed 200 OK in 2012ms (Views: 2011.2ms | ActiveRecord: 0.0ms)
308
+
309
+
310
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:41:53 -0800
311
+
312
+
313
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:41:53 -0800
314
+
315
+
316
+ Started GET "/assets/tastes_bitter/javascript_errors.self-2bb7c927174f1de7e450ce76435a47b4c98a257f9fd3cf099884872c4d30f966.js?body=1" for ::1 at 2015-12-21 18:41:53 -0800
317
+
318
+
319
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:41:53 -0800
320
+
321
+
322
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:41:53 -0800
323
+
324
+
325
+ Started POST "/url" for ::1 at 2015-12-21 18:41:53 -0800
326
+
327
+ ActionController::RoutingError (No route matches [POST] "/url"):
328
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
329
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
330
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
331
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
332
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
333
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
334
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
335
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
336
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
337
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
338
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
339
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
340
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
341
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
342
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
343
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
344
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
345
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
346
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
347
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
348
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
349
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
350
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
351
+
352
+
353
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
354
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
355
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
356
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (23.0ms)
357
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
358
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (114.5ms)
359
+
360
+
361
+ Started GET "/" for ::1 at 2015-12-21 18:42:45 -0800
362
+ Processing by DashboardController#home as HTML
363
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
364
+ Completed 200 OK in 198ms (Views: 197.5ms | ActiveRecord: 0.0ms)
365
+
366
+
367
+ Started GET "/assets/tastes_bitter/javascript_errors.self-8c64f2f35e675b1fcffacbdb60b325fc48f50315c10450c8e95ea06c104630fa.js?body=1" for ::1 at 2015-12-21 18:42:45 -0800
368
+
369
+
370
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:42:45 -0800
371
+
372
+
373
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:42:45 -0800
374
+
375
+
376
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:42:45 -0800
377
+
378
+
379
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:42:45 -0800
380
+
381
+
382
+ Started GET "/assets/tastes_bitter/javascript_errors.self-8c64f2f35e675b1fcffacbdb60b325fc48f50315c10450c8e95ea06c104630fa.js?body=1" for ::1 at 2015-12-21 18:43:47 -0800
383
+
384
+
385
+ Started GET "/" for ::1 at 2015-12-21 18:44:21 -0800
386
+ Processing by DashboardController#home as HTML
387
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
388
+ Completed 200 OK in 189ms (Views: 188.5ms | ActiveRecord: 0.0ms)
389
+
390
+
391
+ Started GET "/assets/tastes_bitter/javascript_errors.self-817b04e0299997bd294718ee1474ce56ab934f4bb3c04569ad4c8363372a98d4.js?body=1" for ::1 at 2015-12-21 18:44:21 -0800
392
+
393
+
394
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:44:21 -0800
395
+
396
+
397
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:44:21 -0800
398
+
399
+
400
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:44:21 -0800
401
+
402
+
403
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:44:21 -0800
404
+
405
+
406
+ Started POST "/javascript_errors" for ::1 at 2015-12-21 18:44:22 -0800
407
+
408
+ ActionController::RoutingError (No route matches [POST] "/javascript_errors"):
409
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
410
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
411
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
412
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
413
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
414
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
415
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
416
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
417
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
418
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
419
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
420
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
421
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
422
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
423
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
424
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
425
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
426
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
427
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
428
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
429
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
430
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
431
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
432
+
433
+
434
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
435
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
436
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
437
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms)
438
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
439
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (86.9ms)
440
+
441
+
442
+ Started GET "/" for ::1 at 2015-12-21 18:44:51 -0800
443
+ Processing by DashboardController#home as HTML
444
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
445
+ Completed 200 OK in 240ms (Views: 239.7ms | ActiveRecord: 0.0ms)
446
+
447
+
448
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:44:51 -0800
449
+
450
+
451
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:44:51 -0800
452
+
453
+
454
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:44:51 -0800
455
+
456
+
457
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:44:51 -0800
458
+
459
+
460
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:44:51 -0800
461
+
462
+
463
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:44:51 -0800
464
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
465
+ Parameters: {"object Object"=>nil}
466
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
467
+
468
+ NameError (uninitialized constant TastesBitter::JavascriptErrorsController::Browser):
469
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:7:in `create'
470
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
471
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
472
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
473
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
474
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
475
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
476
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
477
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
478
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
479
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
480
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
481
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
482
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
483
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
484
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
485
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
486
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
487
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
488
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
489
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
490
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
491
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
492
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
493
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
494
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
495
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
496
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
497
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
498
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
499
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
500
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
501
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
502
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
503
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
504
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
505
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
506
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
507
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
508
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
509
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
510
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
511
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
512
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
513
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
514
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
515
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
516
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
517
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
518
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
519
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
520
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
521
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
522
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
523
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
524
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
525
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
526
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
527
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
528
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
529
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
530
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
531
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
532
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
533
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
534
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
535
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
536
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
537
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
538
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
539
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
540
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
541
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
542
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
543
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
544
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
545
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
546
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
547
+
548
+
549
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
550
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
551
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
552
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (57.3ms)
553
+
554
+
555
+ Started GET "/" for ::1 at 2015-12-21 18:45:32 -0800
556
+ Processing by DashboardController#home as HTML
557
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
558
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
559
+
560
+
561
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:45:32 -0800
562
+
563
+
564
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:45:32 -0800
565
+
566
+
567
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:45:32 -0800
568
+
569
+
570
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:45:32 -0800
571
+
572
+
573
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:45:32 -0800
574
+
575
+
576
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:45:32 -0800
577
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
578
+ Parameters: {"object Object"=>nil}
579
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
580
+
581
+ NameError (undefined local variable or method `message' for #<TastesBitter::JavascriptErrorsController:0x007f9243f98b20>):
582
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:11:in `create'
583
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
584
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
585
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
586
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
587
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
588
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
589
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
590
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
591
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
592
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
593
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
594
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
595
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
596
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
597
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
598
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
599
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
600
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
601
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
602
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
603
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
604
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
605
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
606
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
607
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
608
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
609
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
610
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
611
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
612
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
613
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
614
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
615
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
616
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
617
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
618
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
619
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
620
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
621
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
622
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
623
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
624
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
625
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
626
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
627
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
628
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
629
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
630
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
631
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
632
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
633
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
634
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
635
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
636
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
637
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
638
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
639
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
640
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
641
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
642
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
643
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
644
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
645
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
646
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
647
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
648
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
649
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
650
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
651
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
652
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
653
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
654
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
655
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
656
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
657
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
658
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
659
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
660
+
661
+
662
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
663
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
664
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
665
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.3ms)
666
+
667
+
668
+ Started GET "/" for ::1 at 2015-12-21 18:46:20 -0800
669
+ Processing by DashboardController#home as HTML
670
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
671
+ Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
672
+
673
+
674
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:46:20 -0800
675
+
676
+
677
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:46:20 -0800
678
+
679
+
680
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:46:20 -0800
681
+
682
+
683
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:46:20 -0800
684
+
685
+
686
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:46:20 -0800
687
+
688
+
689
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:46:20 -0800
690
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
691
+ Parameters: {"object Object"=>nil}
692
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
693
+
694
+ NameError (undefined local variable or method `navigator' for #<TastesBitter::JavascriptErrorsController:0x007f924aa29700>):
695
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:14:in `create'
696
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
697
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
698
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
699
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
700
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
701
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
702
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
703
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
704
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
705
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
706
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
707
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
708
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
709
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
710
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
711
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
712
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
713
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
714
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
715
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
716
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
717
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
718
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
719
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
720
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
721
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
722
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
723
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
724
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
725
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
726
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
727
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
728
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
729
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
730
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
731
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
732
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
733
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
734
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
735
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
736
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
737
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
738
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
739
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
740
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
741
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
742
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
743
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
744
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
745
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
746
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
747
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
748
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
749
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
750
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
751
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
752
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
753
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
754
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
755
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
756
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
757
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
758
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
759
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
760
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
761
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
762
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
763
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
764
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
765
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
766
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
767
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
768
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
769
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
770
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
771
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
772
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
773
+
774
+
775
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
776
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
777
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
778
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (72.7ms)
779
+
780
+
781
+ Started GET "/" for ::1 at 2015-12-21 18:47:11 -0800
782
+ Processing by DashboardController#home as HTML
783
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
784
+ Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
785
+
786
+
787
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:47:11 -0800
788
+
789
+
790
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:47:11 -0800
791
+
792
+
793
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:47:11 -0800
794
+
795
+
796
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:47:11 -0800
797
+
798
+
799
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:47:11 -0800
800
+
801
+
802
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:47:11 -0800
803
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
804
+ Parameters: {"object Object"=>nil}
805
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
806
+
807
+ NameError (uninitialized constant TastesBitterMailer):
808
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:21:in `create'
809
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
810
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
811
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
812
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
813
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
814
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
815
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
816
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
817
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
818
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
819
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
820
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
821
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
822
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
823
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
824
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
825
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
826
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
827
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
828
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
829
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
830
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
831
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
832
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
833
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
834
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
835
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
836
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
837
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
838
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
839
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
840
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
841
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
842
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
843
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
844
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
845
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
846
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
847
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
848
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
849
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
850
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
851
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
852
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
853
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
854
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
855
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
856
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
857
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
858
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
859
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
860
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
861
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
862
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
863
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
864
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
865
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
866
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
867
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
868
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
869
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
870
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
871
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
872
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
873
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
874
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
875
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
876
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
877
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
878
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
879
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
880
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
881
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
882
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
883
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
884
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
885
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
886
+
887
+
888
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
889
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
890
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
891
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.7ms)
892
+
893
+
894
+ Started GET "/" for ::1 at 2015-12-21 18:55:54 -0800
895
+ Processing by DashboardController#home as HTML
896
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
897
+ Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
898
+
899
+
900
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:55:54 -0800
901
+
902
+
903
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:55:54 -0800
904
+
905
+
906
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:55:54 -0800
907
+
908
+
909
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:55:54 -0800
910
+
911
+
912
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:55:54 -0800
913
+
914
+
915
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:55:55 -0800
916
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
917
+ Parameters: {"object Object"=>nil}
918
+ [ActiveJob] [ActionMailer::DeliveryJob] [92f4e69a-4aee-47aa-884e-30aed35cc532] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::TastesBitterMailer", "javascript_error", "deliver_now", {:message=>nil, :file_or_page=>nil, :line_number=>nil, :user_agent=>nil, :current_page=>nil, :platform=>"Other", :browser_name=>"Other", :browser_version=>"0.0"}
919
+ [ActiveJob] [ActionMailer::DeliveryJob] [92f4e69a-4aee-47aa-884e-30aed35cc532]
920
+ TastesBitter::TastesBitterMailer#javascript_error: processed outbound mail in 0.9ms
921
+ [ActiveJob] [ActionMailer::DeliveryJob] [92f4e69a-4aee-47aa-884e-30aed35cc532] Performed ActionMailer::DeliveryJob from Inline(mailers) in 59.47ms
922
+ Completed 500 Internal Server Error in 150ms (ActiveRecord: 0.0ms)
923
+
924
+ ArgumentError (wrong number of arguments (1 for 0)):
925
+ /Users/mat/Desktop/tastes_bitter/app/mailers/tastes_bitter/tastes_bitter_mailer.rb:4:in `javascript_error'
926
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
927
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
928
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
929
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
930
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
931
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
932
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
933
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
934
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
935
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
936
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
937
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
938
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
939
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
940
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
941
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
942
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
943
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
944
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
945
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
946
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
947
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
948
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
949
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
950
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
951
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
952
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
953
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
954
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
955
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
956
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
957
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
958
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
959
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
960
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
961
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
962
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
963
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
964
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
965
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
966
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
967
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
968
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
969
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
970
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
971
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
972
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
973
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
974
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
975
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
976
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
977
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
978
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
979
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
980
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
981
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
982
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
983
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
984
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
985
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
986
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
987
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
988
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
989
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
990
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
991
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
992
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
993
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
994
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
995
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
996
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
997
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
998
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
999
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1000
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1001
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1002
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
1003
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
1004
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1005
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1006
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1007
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1008
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1009
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
1010
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1011
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1012
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1013
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1014
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1015
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1016
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1017
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1018
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1019
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
1020
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1021
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
1022
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
1023
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
1024
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
1025
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:21:in `create'
1026
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1027
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1028
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1029
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1030
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1031
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1032
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1033
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1034
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1035
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1036
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1037
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1038
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1039
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1040
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1041
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1042
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1043
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1044
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
1045
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1046
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
1047
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
1048
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
1049
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
1050
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1051
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1052
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1053
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1054
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1055
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
1056
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
1057
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1058
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1059
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1060
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1061
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1062
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
1063
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
1064
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
1065
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1066
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1067
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1068
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1069
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1070
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1071
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1072
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1073
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1074
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1075
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1076
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1077
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1078
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1079
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1080
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1081
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1082
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1083
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1084
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1085
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1086
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1087
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1088
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1089
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1090
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1091
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1092
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1093
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1094
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1095
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1096
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1097
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1098
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1099
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1100
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1101
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1102
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1103
+
1104
+
1105
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms)
1106
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
1107
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
1108
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.8ms)
1109
+
1110
+
1111
+ Started GET "/" for ::1 at 2015-12-21 18:56:26 -0800
1112
+ Processing by DashboardController#home as HTML
1113
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
1114
+ Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
1115
+
1116
+
1117
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:56:26 -0800
1118
+
1119
+
1120
+ Started GET "/assets/tastes_bitter/javascript_errors.self-6dd34be9a74d9406157715d351314a07fd386d065295a3bbe20a43915df99c34.js?body=1" for ::1 at 2015-12-21 18:56:26 -0800
1121
+
1122
+
1123
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:56:26 -0800
1124
+
1125
+
1126
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:56:26 -0800
1127
+
1128
+
1129
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:56:26 -0800
1130
+
1131
+
1132
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:56:26 -0800
1133
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
1134
+ Parameters: {"object Object"=>nil}
1135
+ [ActiveJob] [ActionMailer::DeliveryJob] [a69980ad-22dd-4b16-a54f-e7c18059b402] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::TastesBitterMailer", "javascript_error", "deliver_now", {:message=>nil, :file_or_page=>nil, :line_number=>nil, :user_agent=>nil, :current_page=>nil, :platform=>"Other", :browser_name=>"Other", :browser_version=>"0.0"}
1136
+ [ActiveJob] [ActionMailer::DeliveryJob] [a69980ad-22dd-4b16-a54f-e7c18059b402] {:message=>nil, :file_or_page=>nil, :line_number=>nil, :user_agent=>nil, :current_page=>nil, :platform=>"Other", :browser_name=>"Other", :browser_version=>"0.0"}
1137
+ [ActiveJob] [ActionMailer::DeliveryJob] [a69980ad-22dd-4b16-a54f-e7c18059b402]
1138
+ TastesBitter::TastesBitterMailer#javascript_error: processed outbound mail in 0.6ms
1139
+ [ActiveJob] [ActionMailer::DeliveryJob] [a69980ad-22dd-4b16-a54f-e7c18059b402] Performed ActionMailer::DeliveryJob from Inline(mailers) in 1.0ms
1140
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a69980ad-22dd-4b16-a54f-e7c18059b402) to Inline(mailers) with arguments: "TastesBitter::TastesBitterMailer", "javascript_error", "deliver_now", {:message=>nil, :file_or_page=>nil, :line_number=>nil, :user_agent=>nil, :current_page=>nil, :platform=>"Other", :browser_name=>"Other", :browser_version=>"0.0"}
1141
+ Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms)
1142
+
1143
+ ActionView::MissingTemplate (Missing template tastes_bitter/javascript_errors/create, tastes_bitter/application/create with {:locale=>[:en], :formats=>[:js, :html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
1144
+ * "/Users/mat/Desktop/tastes_bitter/test/dummy/app/views"
1145
+ * "/Users/mat/Desktop/tastes_bitter/app/views"
1146
+ ):
1147
+ actionview (4.2.5) lib/action_view/path_set.rb:46:in `find'
1148
+ actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find'
1149
+ actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
1150
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
1151
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render'
1152
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
1153
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
1154
+ actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
1155
+ actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1156
+ actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
1157
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1158
+ actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1159
+ actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
1160
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
1161
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1162
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1163
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
1164
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1165
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1166
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1167
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1168
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
1169
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:24:in `block (2 levels) in create'
1170
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call'
1171
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to'
1172
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:23:in `create'
1173
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1174
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1175
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1176
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1177
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1178
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1179
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1180
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1181
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1182
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1183
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1184
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1185
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1186
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1187
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1188
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1189
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1190
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1191
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
1192
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1193
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
1194
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
1195
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
1196
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
1197
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1198
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1199
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1200
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1201
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1202
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
1203
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
1204
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1205
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1206
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1207
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1208
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1209
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
1210
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
1211
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
1212
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1213
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1214
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1215
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1216
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1217
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1218
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1219
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1220
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1221
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1222
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1223
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1224
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1225
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1226
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1227
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1228
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1229
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1230
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1231
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1232
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1233
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1234
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1235
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1236
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1237
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1238
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1239
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1240
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1241
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1242
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1243
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1244
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1245
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1246
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1247
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1248
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1249
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1250
+
1251
+
1252
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
1253
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
1254
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
1255
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (56.5ms)
1256
+
1257
+
1258
+ Started GET "/" for ::1 at 2015-12-21 18:57:29 -0800
1259
+ Processing by DashboardController#home as HTML
1260
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
1261
+ Completed 200 OK in 190ms (Views: 189.4ms | ActiveRecord: 0.0ms)
1262
+
1263
+
1264
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 18:57:29 -0800
1265
+
1266
+
1267
+ Started GET "/assets/tastes_bitter/javascript_errors.self-8f90b8ab11b9cb50c87a94b3eb29ed20b6efa965de46a209d6a2a80cbc969f21.js?body=1" for ::1 at 2015-12-21 18:57:29 -0800
1268
+
1269
+
1270
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 18:57:29 -0800
1271
+
1272
+
1273
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 18:57:29 -0800
1274
+
1275
+
1276
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 18:57:29 -0800
1277
+
1278
+
1279
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 18:57:29 -0800
1280
+ Error occurred while parsing request parameters.
1281
+ Contents:
1282
+
1283
+ [object Object]
1284
+
1285
+ ActionDispatch::ParamsParser::ParseError (399: unexpected token at 'object Object]'):
1286
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:53:in `rescue in parse_formatted_parameters'
1287
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:32:in `parse_formatted_parameters'
1288
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:23:in `call'
1289
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1290
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1291
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1292
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1293
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1294
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1295
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1296
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1297
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1298
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1299
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1300
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1301
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1302
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1303
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1304
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1305
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1306
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1307
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1308
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1309
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1310
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1311
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1312
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1313
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1314
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1315
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1316
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1317
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1318
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1319
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1320
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1321
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1322
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1323
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1324
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1325
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1326
+
1327
+
1328
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
1329
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
1330
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
1331
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.0ms)
1332
+
1333
+
1334
+ Started GET "/" for ::1 at 2015-12-21 19:00:58 -0800
1335
+ Processing by DashboardController#home as HTML
1336
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
1337
+ Completed 200 OK in 192ms (Views: 191.4ms | ActiveRecord: 0.0ms)
1338
+
1339
+
1340
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-21 19:00:58 -0800
1341
+
1342
+
1343
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-21 19:00:58 -0800
1344
+
1345
+
1346
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-21 19:00:58 -0800
1347
+
1348
+
1349
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-21 19:00:58 -0800
1350
+
1351
+
1352
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-21 19:00:58 -0800
1353
+
1354
+
1355
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-21 19:00:58 -0800
1356
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
1357
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
1358
+ [ActiveJob] [ActionMailer::DeliveryJob] [60e3e12d-7414-439a-9f79-4ccc740f5aa2] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::TastesBitterMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1359
+ [ActiveJob] [ActionMailer::DeliveryJob] [60e3e12d-7414-439a-9f79-4ccc740f5aa2] {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1360
+ [ActiveJob] [ActionMailer::DeliveryJob] [60e3e12d-7414-439a-9f79-4ccc740f5aa2]
1361
+ TastesBitter::TastesBitterMailer#javascript_error: processed outbound mail in 0.2ms
1362
+ [ActiveJob] [ActionMailer::DeliveryJob] [60e3e12d-7414-439a-9f79-4ccc740f5aa2] Performed ActionMailer::DeliveryJob from Inline(mailers) in 0.71ms
1363
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 60e3e12d-7414-439a-9f79-4ccc740f5aa2) to Inline(mailers) with arguments: "TastesBitter::TastesBitterMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1364
+ Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)
1365
+
1366
+ ActionView::MissingTemplate (Missing template tastes_bitter/javascript_errors/create, tastes_bitter/application/create with {:locale=>[:en], :formats=>[:js, :html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
1367
+ * "/Users/mat/Desktop/tastes_bitter/test/dummy/app/views"
1368
+ * "/Users/mat/Desktop/tastes_bitter/app/views"
1369
+ ):
1370
+ actionview (4.2.5) lib/action_view/path_set.rb:46:in `find'
1371
+ actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find'
1372
+ actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
1373
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
1374
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render'
1375
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
1376
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
1377
+ actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
1378
+ actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
1379
+ actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
1380
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
1381
+ actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
1382
+ actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
1383
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
1384
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
1385
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1386
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
1387
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1388
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
1389
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
1390
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1391
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
1392
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:24:in `block (2 levels) in create'
1393
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call'
1394
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to'
1395
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:23:in `create'
1396
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1397
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1398
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1399
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1400
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1401
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1402
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1403
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1404
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1405
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1406
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1407
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1408
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1409
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1410
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1411
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1412
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1413
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1414
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
1415
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1416
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
1417
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
1418
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
1419
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
1420
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1421
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1422
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1423
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1424
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1425
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
1426
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
1427
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1428
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1429
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1430
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1431
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1432
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
1433
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
1434
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
1435
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1436
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1437
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1438
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1439
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1440
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1441
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1442
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1443
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1444
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1445
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1446
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1447
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1448
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1449
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1450
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1451
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1452
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1453
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1454
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1455
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1456
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1457
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1458
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1459
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1460
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1461
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1462
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1463
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1464
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1465
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1466
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1467
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1468
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1469
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1470
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1471
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1472
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1473
+
1474
+
1475
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
1476
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
1477
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
1478
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (57.2ms)
1479
+
1480
+
1481
+ Started GET "/" for ::1 at 2015-12-22 00:20:35 -0800
1482
+ Processing by DashboardController#home as HTML
1483
+ Rendered dashboard/home.html.erb within layouts/application (1.3ms)
1484
+ Completed 200 OK in 511ms (Views: 511.1ms | ActiveRecord: 0.0ms)
1485
+
1486
+
1487
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:20:36 -0800
1488
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
1489
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
1490
+ [ActiveJob] [ActionMailer::DeliveryJob] [57cadf46-847b-4fbe-8623-1f01f39b4ae4] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1491
+ [ActiveJob] [ActionMailer::DeliveryJob] [57cadf46-847b-4fbe-8623-1f01f39b4ae4]
1492
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 0.8ms
1493
+ [ActiveJob] [ActionMailer::DeliveryJob] [57cadf46-847b-4fbe-8623-1f01f39b4ae4] Performed ActionMailer::DeliveryJob from Inline(mailers) in 58.98ms
1494
+ Completed 500 Internal Server Error in 108ms (ActiveRecord: 0.0ms)
1495
+
1496
+ NoMethodError (undefined method `configuration' for TastesBitter:Module):
1497
+ /Users/mat/Desktop/tastes_bitter/app/mailers/tastes_bitter/javascript_errors_mailer.rb:6:in `javascript_error'
1498
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1499
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1500
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1501
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1502
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1503
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1504
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1505
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1506
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
1507
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1508
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1509
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1510
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
1511
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
1512
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
1513
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
1514
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
1515
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
1516
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
1517
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
1518
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1519
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1520
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1521
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1522
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1523
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1524
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1525
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1526
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
1527
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
1528
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1529
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1530
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1531
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1532
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1533
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1534
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1535
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1536
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1537
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1538
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1539
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
1540
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
1541
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1542
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1543
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1544
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
1545
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1546
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1547
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1548
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1549
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1550
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
1551
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1552
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1553
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1554
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1555
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1556
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1557
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1558
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1559
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1560
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
1561
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1562
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
1563
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
1564
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
1565
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
1566
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1567
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1568
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1569
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1570
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1571
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1572
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1573
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1574
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
1575
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
1576
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1577
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1578
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1579
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1580
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1581
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
1582
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1583
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1584
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1585
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1586
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1587
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1588
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1589
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1590
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1591
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
1592
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1593
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
1594
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
1595
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
1596
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
1597
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:22:in `create'
1598
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1599
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1600
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1601
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1602
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1603
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1604
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1605
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1606
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1607
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1608
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1609
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1610
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1611
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1612
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1613
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1614
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1615
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1616
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
1617
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1618
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
1619
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
1620
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
1621
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
1622
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1623
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1624
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1625
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1626
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1627
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
1628
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
1629
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1630
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1631
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1632
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1633
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1634
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
1635
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
1636
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
1637
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1638
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1639
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1640
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1641
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1642
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1643
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1644
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1645
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1646
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1647
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1648
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1649
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1650
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1651
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1652
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1653
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1654
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1655
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1656
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1657
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1658
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1659
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1660
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1661
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1662
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1663
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1664
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1665
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1666
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1667
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1668
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1669
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1670
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1671
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1672
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1673
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1674
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1675
+
1676
+
1677
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (21.2ms)
1678
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
1679
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
1680
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (73.8ms)
1681
+
1682
+
1683
+ Started GET "/" for ::1 at 2015-12-22 00:21:11 -0800
1684
+ Processing by DashboardController#home as HTML
1685
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
1686
+ Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
1687
+
1688
+
1689
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:21:11 -0800
1690
+
1691
+
1692
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-22 00:21:11 -0800
1693
+
1694
+
1695
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-22 00:21:11 -0800
1696
+
1697
+
1698
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-22 00:21:11 -0800
1699
+
1700
+
1701
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-22 00:21:11 -0800
1702
+
1703
+
1704
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:21:11 -0800
1705
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
1706
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
1707
+ [ActiveJob] [ActionMailer::DeliveryJob] [af6eeb03-7654-454c-bd2e-789c08bc267c] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1708
+ [ActiveJob] [ActionMailer::DeliveryJob] [af6eeb03-7654-454c-bd2e-789c08bc267c]
1709
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 0.7ms
1710
+ [ActiveJob] [ActionMailer::DeliveryJob] [af6eeb03-7654-454c-bd2e-789c08bc267c] Performed ActionMailer::DeliveryJob from Inline(mailers) in 1.29ms
1711
+ Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
1712
+
1713
+ NoMethodError (undefined method `configuration' for TastesBitter:Module):
1714
+ /Users/mat/Desktop/tastes_bitter/app/mailers/tastes_bitter/javascript_errors_mailer.rb:6:in `javascript_error'
1715
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1716
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1717
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1718
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1719
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1720
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1721
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1722
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1723
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
1724
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1725
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1726
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1727
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
1728
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
1729
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
1730
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
1731
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
1732
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
1733
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
1734
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
1735
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1736
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1737
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1738
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1739
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1740
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1741
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1742
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1743
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
1744
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
1745
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1746
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1747
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1748
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1749
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1750
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1751
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1752
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1753
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1754
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1755
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1756
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
1757
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
1758
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1759
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1760
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1761
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
1762
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1763
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1764
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1765
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1766
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1767
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
1768
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1769
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1770
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1771
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1772
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1773
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1774
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1775
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1776
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1777
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
1778
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1779
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
1780
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
1781
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
1782
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
1783
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1784
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1785
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1786
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1787
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1788
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1789
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1790
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1791
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
1792
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
1793
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1794
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1795
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1796
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1797
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1798
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
1799
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1800
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1801
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1802
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1803
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1804
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1805
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1806
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1807
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1808
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
1809
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1810
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
1811
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
1812
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
1813
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
1814
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:22:in `create'
1815
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1816
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1817
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1818
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1819
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1820
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1821
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1822
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1823
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1824
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
1825
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1826
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1827
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1828
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1829
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1830
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1831
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1832
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1833
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
1834
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1835
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
1836
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
1837
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
1838
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
1839
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1840
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1841
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1842
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1843
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1844
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
1845
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
1846
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
1847
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
1848
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
1849
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
1850
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
1851
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
1852
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
1853
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
1854
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1855
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
1856
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
1857
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
1858
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
1859
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
1860
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
1861
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
1862
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1863
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1864
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
1865
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1866
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1867
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
1868
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
1869
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1870
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1871
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
1872
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
1873
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1874
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1875
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1876
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
1877
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1878
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
1879
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
1880
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1881
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1882
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
1883
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
1884
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
1885
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
1886
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
1887
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
1888
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
1889
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
1890
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
1891
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
1892
+
1893
+
1894
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms)
1895
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
1896
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
1897
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.5ms)
1898
+
1899
+
1900
+ Started GET "/" for ::1 at 2015-12-22 00:24:41 -0800
1901
+ Processing by DashboardController#home as HTML
1902
+ Rendered dashboard/home.html.erb within layouts/application (0.2ms)
1903
+ Completed 200 OK in 11ms (Views: 11.4ms | ActiveRecord: 0.0ms)
1904
+
1905
+
1906
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-22 00:24:41 -0800
1907
+
1908
+
1909
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:24:41 -0800
1910
+
1911
+
1912
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-22 00:24:41 -0800
1913
+
1914
+
1915
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-22 00:24:41 -0800
1916
+
1917
+
1918
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-22 00:24:41 -0800
1919
+
1920
+
1921
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:24:41 -0800
1922
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
1923
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
1924
+ [ActiveJob] [ActionMailer::DeliveryJob] [54572605-c1f4-466a-9fd0-0c3144d6ca60] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
1925
+ [ActiveJob] [ActionMailer::DeliveryJob] [54572605-c1f4-466a-9fd0-0c3144d6ca60]
1926
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 0.3ms
1927
+ [ActiveJob] [ActionMailer::DeliveryJob] [54572605-c1f4-466a-9fd0-0c3144d6ca60] Performed ActionMailer::DeliveryJob from Inline(mailers) in 0.69ms
1928
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
1929
+
1930
+ NoMethodError (undefined method `configuration' for TastesBitter:Module):
1931
+ /Users/mat/Desktop/tastes_bitter/app/mailers/tastes_bitter/javascript_errors_mailer.rb:6:in `javascript_error'
1932
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
1933
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
1934
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
1935
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
1936
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1937
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
1938
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
1939
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
1940
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
1941
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1942
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1943
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1944
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
1945
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
1946
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
1947
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
1948
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
1949
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
1950
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
1951
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
1952
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1953
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
1954
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
1955
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1956
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1957
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1958
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1959
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1960
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
1961
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
1962
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1963
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1964
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1965
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1966
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1967
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1968
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1969
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1970
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
1971
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
1972
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
1973
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
1974
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
1975
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
1976
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1977
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
1978
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
1979
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
1980
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1981
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1982
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1983
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
1984
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
1985
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
1986
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
1987
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
1988
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
1989
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
1990
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
1991
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1992
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
1993
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
1994
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
1995
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
1996
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
1997
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
1998
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
1999
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
2000
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2001
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2002
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2003
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2004
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2005
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2006
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2007
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2008
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
2009
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
2010
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
2011
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2012
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2013
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2014
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
2015
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
2016
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2017
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2018
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2019
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2020
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2021
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2022
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2023
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2024
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
2025
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
2026
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2027
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
2028
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
2029
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
2030
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
2031
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:22:in `create'
2032
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2033
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2034
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2035
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2036
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2037
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2038
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2039
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2040
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2041
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2042
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2043
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2044
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2045
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2046
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2047
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2048
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2049
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2050
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
2051
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2052
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
2053
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
2054
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
2055
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
2056
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2057
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2058
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2059
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2060
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2061
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
2062
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
2063
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
2064
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2065
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2066
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2067
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2068
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
2069
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
2070
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
2071
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2072
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
2073
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
2074
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
2075
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2076
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
2077
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
2078
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
2079
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2080
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2081
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
2082
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2083
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2084
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2085
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2086
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2087
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2088
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
2089
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
2090
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2091
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2092
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2093
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
2094
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2095
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
2096
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
2097
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
2098
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2099
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
2100
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
2101
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2102
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
2103
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2104
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
2105
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
2106
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
2107
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
2108
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
2109
+
2110
+
2111
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (20.0ms)
2112
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
2113
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
2114
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (90.0ms)
2115
+
2116
+
2117
+ Started GET "/" for ::1 at 2015-12-22 00:25:20 -0800
2118
+ Processing by DashboardController#home as HTML
2119
+ Rendered dashboard/home.html.erb within layouts/application (1.8ms)
2120
+ Completed 200 OK in 247ms (Views: 246.9ms | ActiveRecord: 0.0ms)
2121
+
2122
+
2123
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-22 00:25:20 -0800
2124
+
2125
+
2126
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-22 00:25:20 -0800
2127
+
2128
+
2129
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:25:20 -0800
2130
+
2131
+
2132
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-22 00:25:20 -0800
2133
+
2134
+
2135
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-22 00:25:20 -0800
2136
+
2137
+
2138
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:25:20 -0800
2139
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2140
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2141
+ [ActiveJob] [ActionMailer::DeliveryJob] [78c7f2f0-bae7-476f-ba26-cfa50ebfbab8] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2142
+ [ActiveJob] [ActionMailer::DeliveryJob] [78c7f2f0-bae7-476f-ba26-cfa50ebfbab8]
2143
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 21.4ms
2144
+ [ActiveJob] [ActionMailer::DeliveryJob] [78c7f2f0-bae7-476f-ba26-cfa50ebfbab8] Performed ActionMailer::DeliveryJob from Inline(mailers) in 25.79ms
2145
+ Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.0ms)
2146
+
2147
+ ActionView::MissingTemplate (Missing template tastes_bitter/javascript_errors_mailer/javascript_error with "mailer". Searched in:
2148
+ * "tastes_bitter/javascript_errors_mailer"
2149
+ ):
2150
+ actionmailer (4.2.5) lib/action_mailer/base.rb:916:in `each_template'
2151
+ actionmailer (4.2.5) lib/action_mailer/base.rb:900:in `collect_responses'
2152
+ actionmailer (4.2.5) lib/action_mailer/base.rb:829:in `mail'
2153
+ /Users/mat/Desktop/tastes_bitter/app/mailers/tastes_bitter/javascript_errors_mailer.rb:5:in `javascript_error'
2154
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2155
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2156
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2157
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2158
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2159
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2160
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2161
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2162
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
2163
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2164
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2165
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2166
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
2167
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
2168
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
2169
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
2170
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
2171
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
2172
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
2173
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
2174
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2175
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2176
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2177
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2178
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2179
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2180
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2181
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2182
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
2183
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
2184
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2185
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2186
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2187
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2188
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2189
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2190
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2191
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2192
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2193
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2194
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2195
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
2196
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
2197
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2198
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2199
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2200
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
2201
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
2202
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2203
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2204
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2205
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
2206
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
2207
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2208
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2209
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2210
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2211
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2212
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2213
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2214
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2215
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
2216
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
2217
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2218
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
2219
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
2220
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
2221
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
2222
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2223
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2224
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2225
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2226
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2227
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2228
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2229
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2230
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
2231
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
2232
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
2233
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2234
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2235
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2236
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
2237
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
2238
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2239
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2240
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2241
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2242
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2243
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2244
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2245
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2246
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
2247
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
2248
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2249
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
2250
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
2251
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
2252
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
2253
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:22:in `create'
2254
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2255
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2256
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2257
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2258
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2259
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2260
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2261
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2262
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2263
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2264
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2265
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2266
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2267
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2268
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2269
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2270
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2271
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2272
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
2273
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2274
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
2275
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
2276
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
2277
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
2278
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2279
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2280
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2281
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2282
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2283
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
2284
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
2285
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
2286
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2287
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2288
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2289
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2290
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
2291
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
2292
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
2293
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2294
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
2295
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
2296
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
2297
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2298
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
2299
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
2300
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
2301
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2302
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2303
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
2304
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2305
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2306
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2307
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2308
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2309
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2310
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
2311
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
2312
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2313
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2314
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2315
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
2316
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2317
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
2318
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
2319
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
2320
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2321
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
2322
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
2323
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2324
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
2325
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2326
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
2327
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
2328
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
2329
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
2330
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
2331
+
2332
+
2333
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms)
2334
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
2335
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
2336
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (64.5ms)
2337
+
2338
+
2339
+ Started GET "/" for ::1 at 2015-12-22 00:26:12 -0800
2340
+ Processing by DashboardController#home as HTML
2341
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
2342
+ Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
2343
+
2344
+
2345
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:26:12 -0800
2346
+
2347
+
2348
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-22 00:26:12 -0800
2349
+
2350
+
2351
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-22 00:26:12 -0800
2352
+
2353
+
2354
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-22 00:26:12 -0800
2355
+
2356
+
2357
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-22 00:26:12 -0800
2358
+
2359
+
2360
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:26:12 -0800
2361
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2362
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2363
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2364
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f] Rendered /Users/mat/Desktop/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.4ms)
2365
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f] Rendered /Users/mat/Desktop/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.2ms)
2366
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f]
2367
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 246.7ms
2368
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f]
2369
+ Sent mail to notifications@example.com (57.8ms)
2370
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f] Date: Tue, 22 Dec 2015 00:26:12 -0800
2371
+ From: notifications@example.com
2372
+ To: notifications@example.com
2373
+ Message-ID: <567909246a3ab_67e53ffcb9ff5e1097981@Large-Megallanic-Cloud.local.mail>
2374
+ Subject: JavaScript Error
2375
+ Mime-Version: 1.0
2376
+ Content-Type: multipart/alternative;
2377
+ boundary="--==_mimepart_567909246788b_67e53ffcb9ff5e109781a";
2378
+ charset=UTF-8
2379
+ Content-Transfer-Encoding: 7bit
2380
+
2381
+
2382
+ ----==_mimepart_567909246788b_67e53ffcb9ff5e109781a
2383
+ Content-Type: text/plain;
2384
+ charset=UTF-8
2385
+ Content-Transfer-Encoding: 7bit
2386
+
2387
+
2388
+ ----==_mimepart_567909246788b_67e53ffcb9ff5e109781a
2389
+ Content-Type: text/html;
2390
+ charset=UTF-8
2391
+ Content-Transfer-Encoding: 7bit
2392
+
2393
+ <html>
2394
+ <body>
2395
+
2396
+ </body>
2397
+ </html>
2398
+
2399
+ ----==_mimepart_567909246788b_67e53ffcb9ff5e109781a--
2400
+
2401
+ [ActiveJob] [ActionMailer::DeliveryJob] [2528e432-fa7c-43aa-8abf-67b0beea8c6f] Performed ActionMailer::DeliveryJob from Inline(mailers) in 305.26ms
2402
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2528e432-fa7c-43aa-8abf-67b0beea8c6f) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2403
+ Completed 500 Internal Server Error in 317ms (ActiveRecord: 0.0ms)
2404
+
2405
+ ActionView::MissingTemplate (Missing template tastes_bitter/javascript_errors/create, tastes_bitter/application/create with {:locale=>[:en], :formats=>[:js, :html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
2406
+ * "/Users/mat/Desktop/tastes_bitter/test/dummy/app/views"
2407
+ * "/Users/mat/Desktop/tastes_bitter/app/views"
2408
+ ):
2409
+ actionview (4.2.5) lib/action_view/path_set.rb:46:in `find'
2410
+ actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find'
2411
+ actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
2412
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
2413
+ actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render'
2414
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
2415
+ actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
2416
+ actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
2417
+ actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
2418
+ actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
2419
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
2420
+ actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
2421
+ actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
2422
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
2423
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
2424
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
2425
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
2426
+ activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
2427
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
2428
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
2429
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
2430
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
2431
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:25:in `block (2 levels) in create'
2432
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call'
2433
+ actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to'
2434
+ /Users/mat/Desktop/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:24:in `create'
2435
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2436
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2437
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2438
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2439
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2440
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2441
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2442
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2443
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2444
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2445
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2446
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2447
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2448
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2449
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2450
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2451
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2452
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2453
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
2454
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2455
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
2456
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
2457
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
2458
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
2459
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2460
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2461
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2462
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2463
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2464
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
2465
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
2466
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
2467
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2468
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2469
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2470
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2471
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
2472
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
2473
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
2474
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2475
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
2476
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
2477
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
2478
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2479
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
2480
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
2481
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
2482
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2483
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2484
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
2485
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2486
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2487
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2488
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2489
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2490
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2491
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
2492
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
2493
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2494
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2495
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2496
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
2497
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2498
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
2499
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
2500
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
2501
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2502
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
2503
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
2504
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2505
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
2506
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
2507
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
2508
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
2509
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
2510
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
2511
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
2512
+
2513
+
2514
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms)
2515
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
2516
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
2517
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (60.1ms)
2518
+
2519
+
2520
+ Started GET "/" for ::1 at 2015-12-22 00:27:26 -0800
2521
+ Processing by DashboardController#home as HTML
2522
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
2523
+ Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms)
2524
+
2525
+
2526
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-22 00:27:26 -0800
2527
+
2528
+
2529
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-22 00:27:26 -0800
2530
+
2531
+
2532
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-22 00:27:26 -0800
2533
+
2534
+
2535
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-22 00:27:26 -0800
2536
+
2537
+
2538
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-22 00:27:26 -0800
2539
+
2540
+
2541
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-22 00:27:26 -0800
2542
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2543
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2544
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2545
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0] Rendered /Users/mat/Desktop/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.1ms)
2546
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0] Rendered /Users/mat/Desktop/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.1ms)
2547
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0]
2548
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 28.9ms
2549
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0]
2550
+ Sent mail to notifications@example.com (8.1ms)
2551
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0] Date: Tue, 22 Dec 2015 00:27:26 -0800
2552
+ From: notifications@example.com
2553
+ To: notifications@example.com
2554
+ Message-ID: <5679096ec946d_67e53ffcbe874984981e3@Large-Megallanic-Cloud.local.mail>
2555
+ Subject: JavaScript Error
2556
+ Mime-Version: 1.0
2557
+ Content-Type: multipart/alternative;
2558
+ boundary="--==_mimepart_5679096ec8bb6_67e53ffcbe8749849805";
2559
+ charset=UTF-8
2560
+ Content-Transfer-Encoding: 7bit
2561
+
2562
+
2563
+ ----==_mimepart_5679096ec8bb6_67e53ffcbe8749849805
2564
+ Content-Type: text/plain;
2565
+ charset=UTF-8
2566
+ Content-Transfer-Encoding: 7bit
2567
+
2568
+
2569
+ ----==_mimepart_5679096ec8bb6_67e53ffcbe8749849805
2570
+ Content-Type: text/html;
2571
+ charset=UTF-8
2572
+ Content-Transfer-Encoding: 7bit
2573
+
2574
+ <html>
2575
+ <body>
2576
+
2577
+ </body>
2578
+ </html>
2579
+
2580
+ ----==_mimepart_5679096ec8bb6_67e53ffcbe8749849805--
2581
+
2582
+ [ActiveJob] [ActionMailer::DeliveryJob] [549938d5-6c5e-4479-8e33-aa6a473174d0] Performed ActionMailer::DeliveryJob from Inline(mailers) in 37.59ms
2583
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 549938d5-6c5e-4479-8e33-aa6a473174d0) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2584
+ Rendered text template (0.0ms)
2585
+ Completed 200 OK in 69ms (Views: 17.1ms | ActiveRecord: 0.0ms)
2586
+
2587
+
2588
+ Started GET "/" for ::1 at 2015-12-24 16:19:29 -0800
2589
+ Processing by DashboardController#home as HTML
2590
+ Rendered dashboard/home.html.erb within layouts/application (1.7ms)
2591
+ Completed 200 OK in 686ms (Views: 685.5ms | ActiveRecord: 0.0ms)
2592
+
2593
+
2594
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:19:30 -0800
2595
+
2596
+
2597
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:19:30 -0800
2598
+
2599
+
2600
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:19:30 -0800
2601
+
2602
+
2603
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:19:30 -0800
2604
+
2605
+
2606
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:19:30 -0800
2607
+
2608
+
2609
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:19:30 -0800
2610
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2611
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2612
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2613
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.3ms)
2614
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.2ms)
2615
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c]
2616
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 294.7ms
2617
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c]
2618
+ Sent mail to notifications@example.com (21.3ms)
2619
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c] Date: Thu, 24 Dec 2015 16:19:30 -0800
2620
+ From: notifications@example.com
2621
+ To: notifications@example.com
2622
+ Message-ID: <567c8b92dd59c_17903febe1dae49c55725@Large-Megallanic-Cloud.local.mail>
2623
+ Subject: JavaScript Error
2624
+ Mime-Version: 1.0
2625
+ Content-Type: multipart/alternative;
2626
+ boundary="--==_mimepart_567c8b92da9ce_17903febe1dae49c55667";
2627
+ charset=UTF-8
2628
+ Content-Transfer-Encoding: 7bit
2629
+
2630
+
2631
+ ----==_mimepart_567c8b92da9ce_17903febe1dae49c55667
2632
+ Content-Type: text/plain;
2633
+ charset=UTF-8
2634
+ Content-Transfer-Encoding: 7bit
2635
+
2636
+
2637
+ ----==_mimepart_567c8b92da9ce_17903febe1dae49c55667
2638
+ Content-Type: text/html;
2639
+ charset=UTF-8
2640
+ Content-Transfer-Encoding: 7bit
2641
+
2642
+ <html>
2643
+ <body>
2644
+
2645
+ </body>
2646
+ </html>
2647
+
2648
+ ----==_mimepart_567c8b92da9ce_17903febe1dae49c55667--
2649
+
2650
+ [ActiveJob] [ActionMailer::DeliveryJob] [d762277e-4387-4cf5-96cd-eed4bdd6452c] Performed ActionMailer::DeliveryJob from Inline(mailers) in 380.52ms
2651
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d762277e-4387-4cf5-96cd-eed4bdd6452c) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2652
+ Rendered text template (0.0ms)
2653
+ Completed 200 OK in 461ms (Views: 12.3ms | ActiveRecord: 0.0ms)
2654
+
2655
+
2656
+ Started GET "/" for ::1 at 2015-12-24 16:24:05 -0800
2657
+ Processing by DashboardController#home as HTML
2658
+ Rendered dashboard/home.html.erb within layouts/application (1.3ms)
2659
+ Completed 200 OK in 220ms (Views: 219.5ms | ActiveRecord: 0.0ms)
2660
+
2661
+
2662
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:24:05 -0800
2663
+
2664
+
2665
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:24:05 -0800
2666
+
2667
+
2668
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:24:05 -0800
2669
+
2670
+
2671
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:24:05 -0800
2672
+
2673
+
2674
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:24:05 -0800
2675
+
2676
+
2677
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:24:05 -0800
2678
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2679
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2680
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2681
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.3ms)
2682
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.3ms)
2683
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958]
2684
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 234.1ms
2685
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958]
2686
+ Sent mail to notifications2@example.com (8.4ms)
2687
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958] Date: Thu, 24 Dec 2015 16:24:05 -0800
2688
+ From: notifications1@example.com
2689
+ To: notifications2@example.com
2690
+ Message-ID: <567c8ca5e9831_18f23fd61dee8d141492c@Large-Megallanic-Cloud.local.mail>
2691
+ Subject: JavaScript Error Custom Subject
2692
+ Mime-Version: 1.0
2693
+ Content-Type: multipart/alternative;
2694
+ boundary="--==_mimepart_567c8ca5e875c_18f23fd61dee8d141486b";
2695
+ charset=UTF-8
2696
+ Content-Transfer-Encoding: 7bit
2697
+
2698
+
2699
+ ----==_mimepart_567c8ca5e875c_18f23fd61dee8d141486b
2700
+ Content-Type: text/plain;
2701
+ charset=UTF-8
2702
+ Content-Transfer-Encoding: 7bit
2703
+
2704
+
2705
+ ----==_mimepart_567c8ca5e875c_18f23fd61dee8d141486b
2706
+ Content-Type: text/html;
2707
+ charset=UTF-8
2708
+ Content-Transfer-Encoding: 7bit
2709
+
2710
+ <html>
2711
+ <body>
2712
+
2713
+ </body>
2714
+ </html>
2715
+
2716
+ ----==_mimepart_567c8ca5e875c_18f23fd61dee8d141486b--
2717
+
2718
+ [ActiveJob] [ActionMailer::DeliveryJob] [16ba8313-cbbf-4d5f-a0db-70515a0c9958] Performed ActionMailer::DeliveryJob from Inline(mailers) in 247.07ms
2719
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 16ba8313-cbbf-4d5f-a0db-70515a0c9958) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2720
+ Rendered text template (0.0ms)
2721
+ Completed 200 OK in 272ms (Views: 2.5ms | ActiveRecord: 0.0ms)
2722
+
2723
+
2724
+ Started GET "/" for ::1 at 2015-12-24 16:57:35 -0800
2725
+ Processing by DashboardController#home as HTML
2726
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
2727
+ Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
2728
+
2729
+
2730
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:57:35 -0800
2731
+
2732
+
2733
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:57:35 -0800
2734
+
2735
+
2736
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:57:35 -0800
2737
+
2738
+
2739
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:57:35 -0800
2740
+
2741
+
2742
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:57:35 -0800
2743
+
2744
+
2745
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:57:35 -0800
2746
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2747
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2748
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2749
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.5ms)
2750
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.4ms)
2751
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420]
2752
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 27.3ms
2753
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420]
2754
+ Sent mail to notifications2@example.com (4.9ms)
2755
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420] Date: Thu, 24 Dec 2015 16:57:35 -0800
2756
+ From: notifications1@example.com
2757
+ To: notifications2@example.com
2758
+ Message-ID: <567c947f55513_18f23fd6225c62a4151f@Large-Megallanic-Cloud.local.mail>
2759
+ Subject: JavaScript Error Custom Subject
2760
+ Mime-Version: 1.0
2761
+ Content-Type: multipart/alternative;
2762
+ boundary="--==_mimepart_567c947f54ce5_18f23fd6225c62a4150f9";
2763
+ charset=UTF-8
2764
+ Content-Transfer-Encoding: 7bit
2765
+
2766
+
2767
+ ----==_mimepart_567c947f54ce5_18f23fd6225c62a4150f9
2768
+ Content-Type: text/plain;
2769
+ charset=UTF-8
2770
+ Content-Transfer-Encoding: 7bit
2771
+
2772
+ <p>
2773
+ Error Message: <br>
2774
+ File: <br>
2775
+ Line Number: <br>
2776
+ User Agent: <br>
2777
+ Current Page: <br>
2778
+ Platform: <br>
2779
+ Browser:
2780
+ </p>
2781
+
2782
+
2783
+ ----==_mimepart_567c947f54ce5_18f23fd6225c62a4150f9
2784
+ Content-Type: text/html;
2785
+ charset=UTF-8
2786
+ Content-Transfer-Encoding: 7bit
2787
+
2788
+ <html>
2789
+ <body>
2790
+ Error Message:
2791
+ File:
2792
+ Line Number:
2793
+ User Agent:
2794
+ Current Page:
2795
+ Platform:
2796
+ Browser:
2797
+
2798
+ </body>
2799
+ </html>
2800
+
2801
+ ----==_mimepart_567c947f54ce5_18f23fd6225c62a4150f9--
2802
+
2803
+ [ActiveJob] [ActionMailer::DeliveryJob] [1c6f6f9b-9e99-4248-bb82-9c7a62514420] Performed ActionMailer::DeliveryJob from Inline(mailers) in 32.95ms
2804
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1c6f6f9b-9e99-4248-bb82-9c7a62514420) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2805
+ Rendered text template (0.0ms)
2806
+ Completed 200 OK in 49ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2807
+
2808
+
2809
+ Started GET "/" for ::1 at 2015-12-24 16:57:54 -0800
2810
+ Processing by DashboardController#home as HTML
2811
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
2812
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
2813
+
2814
+
2815
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:57:54 -0800
2816
+
2817
+
2818
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:57:54 -0800
2819
+
2820
+
2821
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:57:54 -0800
2822
+
2823
+
2824
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:57:54 -0800
2825
+
2826
+
2827
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:57:54 -0800
2828
+
2829
+
2830
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:57:54 -0800
2831
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
2832
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
2833
+ [ActiveJob] [ActionMailer::DeliveryJob] [69ea4999-6bf6-4241-a1b9-a84e2e47ed75] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
2834
+ [ActiveJob] [ActionMailer::DeliveryJob] [69ea4999-6bf6-4241-a1b9-a84e2e47ed75]
2835
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 1.3ms
2836
+ [ActiveJob] [ActionMailer::DeliveryJob] [69ea4999-6bf6-4241-a1b9-a84e2e47ed75] Performed ActionMailer::DeliveryJob from Inline(mailers) in 2.1ms
2837
+ Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
2838
+
2839
+ NameError (undefined local variable or method `byebug' for #<TastesBitter::JavascriptErrorsMailer:0x007fac434ba6f8>):
2840
+ /Users/mat/Code/Projects/tastes_bitter/app/mailers/tastes_bitter/javascript_errors_mailer.rb:7:in `javascript_error'
2841
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2842
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2843
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2844
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2845
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2846
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2847
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2848
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2849
+ actionmailer (4.2.5) lib/action_mailer/base.rb:596:in `block in process'
2850
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2851
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2852
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2853
+ actionmailer (4.2.5) lib/action_mailer/base.rb:593:in `process'
2854
+ actionmailer (4.2.5) lib/action_mailer/base.rb:584:in `initialize'
2855
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `new'
2856
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
2857
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:34:in `message'
2858
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
2859
+ actionmailer (4.2.5) lib/action_mailer/delivery_job.rb:10:in `perform'
2860
+ activejob (4.2.5) lib/active_job/execution.rb:32:in `block in perform_now'
2861
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2862
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2863
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2864
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2865
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2866
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2867
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2868
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2869
+ i18n (0.7.0) lib/i18n.rb:257:in `with_locale'
2870
+ activejob (4.2.5) lib/active_job/translation.rb:7:in `block (2 levels) in <module:Translation>'
2871
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2872
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2873
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2874
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2875
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2876
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2877
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2878
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2879
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2880
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2881
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2882
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `call'
2883
+ activejob (4.2.5) lib/active_job/logging.rb:23:in `block (4 levels) in <module:Logging>'
2884
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2885
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2886
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2887
+ activejob (4.2.5) lib/active_job/logging.rb:22:in `block (3 levels) in <module:Logging>'
2888
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
2889
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2890
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2891
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2892
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
2893
+ activejob (4.2.5) lib/active_job/logging.rb:19:in `block (2 levels) in <module:Logging>'
2894
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2895
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2896
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2897
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2898
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2899
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2900
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2901
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2902
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
2903
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_perform_callbacks'
2904
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2905
+ activejob (4.2.5) lib/active_job/execution.rb:31:in `perform_now'
2906
+ activejob (4.2.5) lib/active_job/execution.rb:21:in `execute'
2907
+ activejob (4.2.5) lib/active_job/queue_adapters/inline_adapter.rb:14:in `enqueue'
2908
+ activejob (4.2.5) lib/active_job/enqueuing.rb:71:in `block in enqueue'
2909
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2910
+ activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
2911
+ activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2912
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2913
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2914
+ activesupport (4.2.5) lib/active_support/callbacks.rb:498:in `block (2 levels) in around'
2915
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `call'
2916
+ activesupport (4.2.5) lib/active_support/callbacks.rb:343:in `block (2 levels) in simple'
2917
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `call'
2918
+ activejob (4.2.5) lib/active_job/logging.rb:14:in `block (3 levels) in <module:Logging>'
2919
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `block in tag_logger'
2920
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2921
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2922
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2923
+ activejob (4.2.5) lib/active_job/logging.rb:43:in `tag_logger'
2924
+ activejob (4.2.5) lib/active_job/logging.rb:13:in `block (2 levels) in <module:Logging>'
2925
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `instance_exec'
2926
+ activesupport (4.2.5) lib/active_support/callbacks.rb:441:in `block in make_lambda'
2927
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `call'
2928
+ activesupport (4.2.5) lib/active_support/callbacks.rb:342:in `block in simple'
2929
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `call'
2930
+ activesupport (4.2.5) lib/active_support/callbacks.rb:497:in `block in around'
2931
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2932
+ activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
2933
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
2934
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_enqueue_callbacks'
2935
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2936
+ activejob (4.2.5) lib/active_job/enqueuing.rb:67:in `enqueue'
2937
+ activejob (4.2.5) lib/active_job/configured_job.rb:13:in `perform_later'
2938
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:112:in `enqueue_delivery'
2939
+ actionmailer (4.2.5) lib/action_mailer/message_delivery.rb:68:in `deliver_later'
2940
+ /Users/mat/Code/Projects/tastes_bitter/app/controllers/tastes_bitter/javascript_errors_controller.rb:22:in `create'
2941
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2942
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
2943
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2944
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2945
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2946
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
2947
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2948
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
2949
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2950
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2951
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
2952
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2953
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
2954
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2955
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2956
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2957
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
2958
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
2959
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
2960
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2961
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
2962
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
2963
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
2964
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
2965
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2966
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2967
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2968
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2969
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
2970
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
2971
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
2972
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
2973
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
2974
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
2975
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
2976
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
2977
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
2978
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
2979
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
2980
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2981
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
2982
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
2983
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
2984
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2985
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
2986
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
2987
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
2988
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2989
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
2990
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
2991
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
2992
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2993
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2994
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2995
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2996
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2997
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
2998
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
2999
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3000
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
3001
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
3002
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
3003
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3004
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
3005
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
3006
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3007
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3008
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
3009
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
3010
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
3011
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
3012
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3013
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
3014
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
3015
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
3016
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
3017
+ /usr/local/var/rbenv/versions/2.2.4/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
3018
+
3019
+
3020
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.3ms)
3021
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
3022
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
3023
+ Rendered /usr/local/var/rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (84.9ms)
3024
+
3025
+
3026
+ Started GET "/" for ::1 at 2015-12-24 16:58:18 -0800
3027
+ Processing by DashboardController#home as HTML
3028
+ Rendered dashboard/home.html.erb within layouts/application (0.1ms)
3029
+ Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
3030
+
3031
+
3032
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:58:18 -0800
3033
+
3034
+
3035
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:58:18 -0800
3036
+
3037
+
3038
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:58:18 -0800
3039
+
3040
+
3041
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:58:18 -0800
3042
+
3043
+
3044
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:58:18 -0800
3045
+
3046
+
3047
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:58:19 -0800
3048
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3049
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3050
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3051
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb]
3052
+
3053
+
3054
+ {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3055
+
3056
+
3057
+
3058
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.1ms)
3059
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.1ms)
3060
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb]
3061
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 27.5ms
3062
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb]
3063
+ Sent mail to notifications2@example.com (5.0ms)
3064
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb] Date: Thu, 24 Dec 2015 16:58:19 -0800
3065
+ From: notifications1@example.com
3066
+ To: notifications2@example.com
3067
+ Message-ID: <567c94abdee1_18f23fd6225c62a415351@Large-Megallanic-Cloud.local.mail>
3068
+ Subject: JavaScript Error Custom Subject
3069
+ Mime-Version: 1.0
3070
+ Content-Type: multipart/alternative;
3071
+ boundary="--==_mimepart_567c94abd64f_18f23fd6225c62a41521c";
3072
+ charset=UTF-8
3073
+ Content-Transfer-Encoding: 7bit
3074
+
3075
+
3076
+ ----==_mimepart_567c94abd64f_18f23fd6225c62a41521c
3077
+ Content-Type: text/plain;
3078
+ charset=UTF-8
3079
+ Content-Transfer-Encoding: 7bit
3080
+
3081
+ <p>
3082
+ Error Message: <br>
3083
+ File: <br>
3084
+ Line Number: <br>
3085
+ User Agent: <br>
3086
+ Current Page: <br>
3087
+ Platform: <br>
3088
+ Browser:
3089
+ </p>
3090
+
3091
+
3092
+ ----==_mimepart_567c94abd64f_18f23fd6225c62a41521c
3093
+ Content-Type: text/html;
3094
+ charset=UTF-8
3095
+ Content-Transfer-Encoding: 7bit
3096
+
3097
+ <html>
3098
+ <body>
3099
+ Error Message:
3100
+ File:
3101
+ Line Number:
3102
+ User Agent:
3103
+ Current Page:
3104
+ Platform:
3105
+ Browser:
3106
+
3107
+ </body>
3108
+ </html>
3109
+
3110
+ ----==_mimepart_567c94abd64f_18f23fd6225c62a41521c--
3111
+
3112
+ [ActiveJob] [ActionMailer::DeliveryJob] [d0558a42-69b3-4faf-aa5b-6ba97c85c8bb] Performed ActionMailer::DeliveryJob from Inline(mailers) in 33.13ms
3113
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d0558a42-69b3-4faf-aa5b-6ba97c85c8bb) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3114
+ Rendered text template (0.0ms)
3115
+ Completed 200 OK in 49ms (Views: 1.9ms | ActiveRecord: 0.0ms)
3116
+
3117
+
3118
+ Started GET "/" for ::1 at 2015-12-24 16:58:20 -0800
3119
+ Processing by DashboardController#home as HTML
3120
+ Rendered dashboard/home.html.erb within layouts/application (0.2ms)
3121
+ Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
3122
+
3123
+
3124
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:58:20 -0800
3125
+
3126
+
3127
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:58:20 -0800
3128
+
3129
+
3130
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:58:20 -0800
3131
+
3132
+
3133
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:58:20 -0800
3134
+
3135
+
3136
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:58:20 -0800
3137
+
3138
+
3139
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:58:20 -0800
3140
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3141
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3142
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3143
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af]
3144
+
3145
+
3146
+ {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3147
+
3148
+
3149
+
3150
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.1ms)
3151
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.0ms)
3152
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af]
3153
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 24.9ms
3154
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af]
3155
+ Sent mail to notifications2@example.com (5.1ms)
3156
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af] Date: Thu, 24 Dec 2015 16:58:20 -0800
3157
+ From: notifications1@example.com
3158
+ To: notifications2@example.com
3159
+ Message-ID: <567c94ac7c81d_18f23fd620aef5ac15531@Large-Megallanic-Cloud.local.mail>
3160
+ Subject: JavaScript Error Custom Subject
3161
+ Mime-Version: 1.0
3162
+ Content-Type: multipart/alternative;
3163
+ boundary="--==_mimepart_567c94ac7c0ba_18f23fd620aef5ac154b7";
3164
+ charset=UTF-8
3165
+ Content-Transfer-Encoding: 7bit
3166
+
3167
+
3168
+ ----==_mimepart_567c94ac7c0ba_18f23fd620aef5ac154b7
3169
+ Content-Type: text/plain;
3170
+ charset=UTF-8
3171
+ Content-Transfer-Encoding: 7bit
3172
+
3173
+ <p>
3174
+ Error Message: <br>
3175
+ File: <br>
3176
+ Line Number: <br>
3177
+ User Agent: <br>
3178
+ Current Page: <br>
3179
+ Platform: <br>
3180
+ Browser:
3181
+ </p>
3182
+
3183
+
3184
+ ----==_mimepart_567c94ac7c0ba_18f23fd620aef5ac154b7
3185
+ Content-Type: text/html;
3186
+ charset=UTF-8
3187
+ Content-Transfer-Encoding: 7bit
3188
+
3189
+ <html>
3190
+ <body>
3191
+ Error Message:
3192
+ File:
3193
+ Line Number:
3194
+ User Agent:
3195
+ Current Page:
3196
+ Platform:
3197
+ Browser:
3198
+
3199
+ </body>
3200
+ </html>
3201
+
3202
+ ----==_mimepart_567c94ac7c0ba_18f23fd620aef5ac154b7--
3203
+
3204
+ [ActiveJob] [ActionMailer::DeliveryJob] [a63133dc-62a3-4b14-a60d-d83cf89a49af] Performed ActionMailer::DeliveryJob from Inline(mailers) in 30.77ms
3205
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a63133dc-62a3-4b14-a60d-d83cf89a49af) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3206
+ Rendered text template (0.0ms)
3207
+ Completed 200 OK in 37ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3208
+
3209
+
3210
+ Started GET "/" for ::1 at 2015-12-24 16:59:19 -0800
3211
+ Processing by DashboardController#home as HTML
3212
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
3213
+ Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
3214
+
3215
+
3216
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 16:59:19 -0800
3217
+
3218
+
3219
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 16:59:19 -0800
3220
+
3221
+
3222
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 16:59:19 -0800
3223
+
3224
+
3225
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 16:59:19 -0800
3226
+
3227
+
3228
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 16:59:19 -0800
3229
+
3230
+
3231
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 16:59:19 -0800
3232
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3233
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3234
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3235
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e]
3236
+
3237
+
3238
+ {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3239
+
3240
+
3241
+
3242
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.6ms)
3243
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.5ms)
3244
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e]
3245
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 26.3ms
3246
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e]
3247
+ Sent mail to notifications2@example.com (5.5ms)
3248
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e] Date: Thu, 24 Dec 2015 16:59:19 -0800
3249
+ From: notifications1@example.com
3250
+ To: notifications2@example.com
3251
+ Message-ID: <567c94e77bff9_18f23fd6209946441574@Large-Megallanic-Cloud.local.mail>
3252
+ Subject: JavaScript Error Custom Subject
3253
+ Mime-Version: 1.0
3254
+ Content-Type: multipart/alternative;
3255
+ boundary="--==_mimepart_567c94e77b7c7_18f23fd62099464415626";
3256
+ charset=UTF-8
3257
+ Content-Transfer-Encoding: 7bit
3258
+
3259
+
3260
+ ----==_mimepart_567c94e77b7c7_18f23fd62099464415626
3261
+ Content-Type: text/plain;
3262
+ charset=UTF-8
3263
+ Content-Transfer-Encoding: 7bit
3264
+
3265
+ <p>
3266
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined<br>
3267
+ File: http://localhost:3000/<br>
3268
+ Line Number: 16<br>
3269
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36<br>
3270
+ Current Page: http://localhost:3000/<br>
3271
+ Platform: Mac<br>
3272
+ Browser: Chrome 47.0.2526.106
3273
+ </p>
3274
+
3275
+
3276
+ ----==_mimepart_567c94e77b7c7_18f23fd62099464415626
3277
+ Content-Type: text/html;
3278
+ charset=UTF-8
3279
+ Content-Transfer-Encoding: 7bit
3280
+
3281
+ <html>
3282
+ <body>
3283
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined
3284
+ File: http://localhost:3000/
3285
+ Line Number: 16
3286
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
3287
+ Current Page: http://localhost:3000/
3288
+ Platform: Mac
3289
+ Browser: Chrome 47.0.2526.106
3290
+
3291
+ </body>
3292
+ </html>
3293
+
3294
+ ----==_mimepart_567c94e77b7c7_18f23fd62099464415626--
3295
+
3296
+ [ActiveJob] [ActionMailer::DeliveryJob] [3253cb5f-caef-4594-a4ba-c7abe8a8e43e] Performed ActionMailer::DeliveryJob from Inline(mailers) in 32.47ms
3297
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3253cb5f-caef-4594-a4ba-c7abe8a8e43e) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3298
+ Rendered text template (0.0ms)
3299
+ Completed 200 OK in 38ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3300
+
3301
+
3302
+ Started GET "/" for ::1 at 2015-12-24 17:06:33 -0800
3303
+ Processing by DashboardController#home as HTML
3304
+ Rendered dashboard/home.html.erb within layouts/application (1.8ms)
3305
+ Completed 200 OK in 349ms (Views: 348.4ms | ActiveRecord: 0.0ms)
3306
+
3307
+
3308
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 17:06:34 -0800
3309
+
3310
+
3311
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 17:06:34 -0800
3312
+
3313
+
3314
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 17:06:34 -0800
3315
+
3316
+
3317
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 17:06:34 -0800
3318
+
3319
+
3320
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 17:06:34 -0800
3321
+
3322
+
3323
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 17:06:34 -0800
3324
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3325
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3326
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3327
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873]
3328
+
3329
+
3330
+ {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3331
+
3332
+
3333
+
3334
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.6ms)
3335
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.5ms)
3336
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873]
3337
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 310.0ms
3338
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873]
3339
+ Sent mail to notificationscustom1@example.com (14.3ms)
3340
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873] Date: Thu, 24 Dec 2015 17:06:35 -0800
3341
+ From: notificationscustom2@example.com
3342
+ To: notificationscustom1@example.com
3343
+ Message-ID: <567c969b118de_1bf73fe6767c43f8627fe@Large-Megallanic-Cloud.local.mail>
3344
+ Subject: [JavaScript custom Error] Uncaught ReferenceError: aBadFunction is
3345
+ not defined
3346
+ Mime-Version: 1.0
3347
+ Content-Type: multipart/alternative;
3348
+ boundary="--==_mimepart_567c969b101aa_1bf73fe6767c43f8626d6";
3349
+ charset=UTF-8
3350
+ Content-Transfer-Encoding: 7bit
3351
+
3352
+
3353
+ ----==_mimepart_567c969b101aa_1bf73fe6767c43f8626d6
3354
+ Content-Type: text/plain;
3355
+ charset=UTF-8
3356
+ Content-Transfer-Encoding: 7bit
3357
+
3358
+ <p>
3359
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined<br>
3360
+ File: http://localhost:3000/<br>
3361
+ Line Number: 16<br>
3362
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36<br>
3363
+ Current Page: http://localhost:3000/<br>
3364
+ Platform: Mac<br>
3365
+ Browser: Chrome 47.0.2526.106
3366
+ </p>
3367
+
3368
+
3369
+ ----==_mimepart_567c969b101aa_1bf73fe6767c43f8626d6
3370
+ Content-Type: text/html;
3371
+ charset=UTF-8
3372
+ Content-Transfer-Encoding: 7bit
3373
+
3374
+ <html>
3375
+ <body>
3376
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined
3377
+ File: http://localhost:3000/
3378
+ Line Number: 16
3379
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
3380
+ Current Page: http://localhost:3000/
3381
+ Platform: Mac
3382
+ Browser: Chrome 47.0.2526.106
3383
+
3384
+ </body>
3385
+ </html>
3386
+
3387
+ ----==_mimepart_567c969b101aa_1bf73fe6767c43f8626d6--
3388
+
3389
+ [ActiveJob] [ActionMailer::DeliveryJob] [2c0351e3-c0fa-4305-b0b0-9dafa4feb873] Performed ActionMailer::DeliveryJob from Inline(mailers) in 328.67ms
3390
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2c0351e3-c0fa-4305-b0b0-9dafa4feb873) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3391
+ Rendered text template (0.0ms)
3392
+ Completed 200 OK in 367ms (Views: 10.9ms | ActiveRecord: 0.0ms)
3393
+
3394
+
3395
+ Started GET "/" for ::1 at 2015-12-24 17:07:17 -0800
3396
+ Processing by DashboardController#home as HTML
3397
+ Rendered dashboard/home.html.erb within layouts/application (0.0ms)
3398
+ Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
3399
+
3400
+
3401
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-24 17:07:17 -0800
3402
+
3403
+
3404
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-24 17:07:17 -0800
3405
+
3406
+
3407
+ Started GET "/assets/tastes_bitter/javascript_errors.self-72da87cf04182db76c76d232a4d9bfe15a07d008faf168cdebfb40ba7ae67dfb.js?body=1" for ::1 at 2015-12-24 17:07:17 -0800
3408
+
3409
+
3410
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-24 17:07:17 -0800
3411
+
3412
+
3413
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-24 17:07:17 -0800
3414
+
3415
+
3416
+ Started POST "/tastes_bitter/javascript_errors" for ::1 at 2015-12-24 17:07:17 -0800
3417
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3418
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3419
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3420
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b]
3421
+
3422
+
3423
+ {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3424
+
3425
+
3426
+
3427
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.5ms)
3428
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.4ms)
3429
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b]
3430
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 25.5ms
3431
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b]
3432
+ Sent mail to notificationscustom1@example.com (5.1ms)
3433
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b] Date: Thu, 24 Dec 2015 17:07:17 -0800
3434
+ From: notificationscustom2@example.com
3435
+ To: notificationscustom1@example.com
3436
+ Message-ID: <567c96c5a4912_1bf73fe677768480629ab@Large-Megallanic-Cloud.local.mail>
3437
+ Subject: [JavaScript custom Error] Uncaught ReferenceError: aBadFunction is
3438
+ not defined
3439
+ Mime-Version: 1.0
3440
+ Content-Type: multipart/alternative;
3441
+ boundary="--==_mimepart_567c96c5a4105_1bf73fe67776848062866";
3442
+ charset=UTF-8
3443
+ Content-Transfer-Encoding: 7bit
3444
+
3445
+
3446
+ ----==_mimepart_567c96c5a4105_1bf73fe67776848062866
3447
+ Content-Type: text/plain;
3448
+ charset=UTF-8
3449
+ Content-Transfer-Encoding: 7bit
3450
+
3451
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined
3452
+ File: http://localhost:3000/
3453
+ Line Number: 16
3454
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
3455
+ Current Page: http://localhost:3000/
3456
+ Platform: Mac
3457
+ Browser: Chrome 47.0.2526.106
3458
+
3459
+
3460
+ ----==_mimepart_567c96c5a4105_1bf73fe67776848062866
3461
+ Content-Type: text/html;
3462
+ charset=UTF-8
3463
+ Content-Transfer-Encoding: 7bit
3464
+
3465
+ <html>
3466
+ <body>
3467
+ <p>
3468
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined<br>
3469
+ File: http://localhost:3000/<br>
3470
+ Line Number: 16<br>
3471
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36<br>
3472
+ Current Page: http://localhost:3000/<br>
3473
+ Platform: Mac<br>
3474
+ Browser: Chrome 47.0.2526.106
3475
+ </p>
3476
+
3477
+ </body>
3478
+ </html>
3479
+
3480
+ ----==_mimepart_567c96c5a4105_1bf73fe67776848062866--
3481
+
3482
+ [ActiveJob] [ActionMailer::DeliveryJob] [a175512f-5823-4a36-a44f-e0c480bc403b] Performed ActionMailer::DeliveryJob from Inline(mailers) in 31.23ms
3483
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a175512f-5823-4a36-a44f-e0c480bc403b) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3484
+ Rendered text template (0.0ms)
3485
+ Completed 200 OK in 36ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3486
+
3487
+
3488
+ Started GET "/" for ::1 at 2015-12-28 19:05:12 -0800
3489
+ Processing by DashboardController#home as HTML
3490
+ Rendered dashboard/home.html.erb within layouts/application (1.6ms)
3491
+ Completed 200 OK in 718ms (Views: 717.7ms | ActiveRecord: 0.0ms)
3492
+
3493
+
3494
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:05:13 -0800
3495
+
3496
+
3497
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:05:20 -0800
3498
+
3499
+
3500
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:07:37 -0800
3501
+
3502
+
3503
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:07:48 -0800
3504
+
3505
+
3506
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:09:04 -0800
3507
+
3508
+
3509
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:10:41 -0800
3510
+
3511
+
3512
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:10:42 -0800
3513
+
3514
+
3515
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:12:31 -0800
3516
+
3517
+
3518
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:12:39 -0800
3519
+
3520
+
3521
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:12:41 -0800
3522
+
3523
+
3524
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:12:47 -0800
3525
+
3526
+
3527
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:12:53 -0800
3528
+
3529
+
3530
+ Started GET "/assets/tastes_bitter/javascript_errors.self-bc77d6badaf071bc1c93bb4a515eb928359e4f96374bda43490c951b0ea66fdf.js?body=1" for ::1 at 2015-12-28 19:16:51 -0800
3531
+
3532
+
3533
+ Started GET "/" for ::1 at 2015-12-28 19:17:11 -0800
3534
+ Processing by DashboardController#home as HTML
3535
+ Rendered dashboard/home.html.erb within layouts/application (1.1ms)
3536
+ Completed 200 OK in 203ms (Views: 202.4ms | ActiveRecord: 0.0ms)
3537
+
3538
+
3539
+ Started GET "/assets/tastes_bitter/javascript_errors.self-a159037771f9e8134e99963c79d64b17947a05b2984406d2c33d671d0829790c.js?body=1" for ::1 at 2015-12-28 19:17:11 -0800
3540
+
3541
+
3542
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-28 19:17:11 -0800
3543
+
3544
+
3545
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-28 19:17:11 -0800
3546
+
3547
+
3548
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-28 19:17:11 -0800
3549
+
3550
+
3551
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-28 19:17:11 -0800
3552
+
3553
+
3554
+ Started POST "/__javascript_errors" for ::1 at 2015-12-28 19:17:11 -0800
3555
+
3556
+ ActionController::RoutingError (uninitialized constant JavascriptErrorsController):
3557
+ activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get'
3558
+ activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize'
3559
+ activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each'
3560
+ activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject'
3561
+ activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize'
3562
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
3563
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller'
3564
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve'
3565
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
3566
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
3567
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
3568
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
3569
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
3570
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
3571
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
3572
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3573
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
3574
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
3575
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
3576
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3577
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
3578
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
3579
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
3580
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3581
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
3582
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
3583
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
3584
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3585
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3586
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
3587
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3588
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3589
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
3590
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
3591
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3592
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
3593
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
3594
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
3595
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3596
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
3597
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
3598
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3599
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3600
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
3601
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
3602
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
3603
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
3604
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3605
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
3606
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
3607
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
3608
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
3609
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
3610
+
3611
+
3612
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
3613
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
3614
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.8ms)
3615
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms)
3616
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (104.4ms)
3617
+
3618
+
3619
+ Started GET "/" for ::1 at 2015-12-28 19:18:18 -0800
3620
+ Processing by DashboardController#home as HTML
3621
+ Rendered dashboard/home.html.erb within layouts/application (1.0ms)
3622
+ Completed 200 OK in 191ms (Views: 191.1ms | ActiveRecord: 0.0ms)
3623
+
3624
+
3625
+ Started GET "/assets/dashboard.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2015-12-28 19:18:18 -0800
3626
+
3627
+
3628
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-12-28 19:18:18 -0800
3629
+
3630
+
3631
+ Started GET "/assets/tastes_bitter/javascript_errors.self-a159037771f9e8134e99963c79d64b17947a05b2984406d2c33d671d0829790c.js?body=1" for ::1 at 2015-12-28 19:18:18 -0800
3632
+
3633
+
3634
+ Started GET "/assets/dashboard.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2015-12-28 19:18:18 -0800
3635
+
3636
+
3637
+ Started GET "/assets/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-12-28 19:18:18 -0800
3638
+
3639
+
3640
+ Started POST "/__javascript_errors" for ::1 at 2015-12-28 19:18:18 -0800
3641
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3642
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3643
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3644
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.9ms)
3645
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.6ms)
3646
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a]
3647
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 339.7ms
3648
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a]
3649
+ Sent mail to notificationscustom1@example.com (28.3ms)
3650
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a] Date: Mon, 28 Dec 2015 19:18:19 -0800
3651
+ From: notificationscustom2@example.com
3652
+ To: notificationscustom1@example.com
3653
+ Message-ID: <5681fb7b5e8c9_21753fc2a3f2fd8c50de@Large-Megallanic-Cloud.local.mail>
3654
+ Subject: [JavaScript custom Error] Uncaught ReferenceError: aBadFunction is
3655
+ not defined
3656
+ Mime-Version: 1.0
3657
+ Content-Type: multipart/alternative;
3658
+ boundary="--==_mimepart_5681fb7b58a72_21753fc2a3f2fd8c49ba";
3659
+ charset=UTF-8
3660
+ Content-Transfer-Encoding: 7bit
3661
+
3662
+
3663
+ ----==_mimepart_5681fb7b58a72_21753fc2a3f2fd8c49ba
3664
+ Content-Type: text/plain;
3665
+ charset=UTF-8
3666
+ Content-Transfer-Encoding: 7bit
3667
+
3668
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined
3669
+ File: http://localhost:3000/
3670
+ Line Number: 16
3671
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
3672
+ Current Page: http://localhost:3000/
3673
+ Platform: Mac
3674
+ Browser: Chrome 47.0.2526.106
3675
+
3676
+
3677
+ ----==_mimepart_5681fb7b58a72_21753fc2a3f2fd8c49ba
3678
+ Content-Type: text/html;
3679
+ charset=UTF-8
3680
+ Content-Transfer-Encoding: 7bit
3681
+
3682
+ <html>
3683
+ <body>
3684
+ <p>
3685
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined<br>
3686
+ File: http://localhost:3000/<br>
3687
+ Line Number: 16<br>
3688
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36<br>
3689
+ Current Page: http://localhost:3000/<br>
3690
+ Platform: Mac<br>
3691
+ Browser: Chrome 47.0.2526.106
3692
+ </p>
3693
+
3694
+ </body>
3695
+ </html>
3696
+
3697
+ ----==_mimepart_5681fb7b58a72_21753fc2a3f2fd8c49ba--
3698
+
3699
+ [ActiveJob] [ActionMailer::DeliveryJob] [2530ca95-d9d4-42aa-83b2-3c9e34373f1a] Performed ActionMailer::DeliveryJob from Inline(mailers) in 423.53ms
3700
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2530ca95-d9d4-42aa-83b2-3c9e34373f1a) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3701
+ Rendered text template (0.0ms)
3702
+ Completed 200 OK in 517ms (Views: 17.4ms | ActiveRecord: 0.0ms)
3703
+
3704
+
3705
+ Started GET "/rails/mailers/tastes_bitter_mailer" for ::1 at 2015-12-28 21:46:41 -0800
3706
+ Processing by Rails::MailersController#preview as HTML
3707
+ Parameters: {"path"=>"tastes_bitter_mailer"}
3708
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
3709
+
3710
+ AbstractController::ActionNotFound (Mailer preview 'tastes_bitter_mailer' not found):
3711
+ railties (4.2.5) lib/rails/mailers_controller.rb:56:in `find_preview'
3712
+ activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
3713
+ activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
3714
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
3715
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
3716
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
3717
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
3718
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
3719
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
3720
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
3721
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
3722
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
3723
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
3724
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3725
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
3726
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3727
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3728
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3729
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
3730
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
3731
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
3732
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3733
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
3734
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
3735
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
3736
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
3737
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
3738
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
3739
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
3740
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
3741
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
3742
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
3743
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3744
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
3745
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
3746
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
3747
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3748
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
3749
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
3750
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
3751
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3752
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
3753
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
3754
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
3755
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3756
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3757
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
3758
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3759
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3760
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
3761
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
3762
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3763
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
3764
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
3765
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
3766
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3767
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
3768
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
3769
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3770
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3771
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
3772
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
3773
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
3774
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
3775
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3776
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
3777
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
3778
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
3779
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
3780
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
3781
+
3782
+
3783
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (1.1ms)
3784
+
3785
+
3786
+ Started GET "/rails/mailers/tastes_bitter_mailer" for ::1 at 2015-12-28 21:46:44 -0800
3787
+ Processing by Rails::MailersController#preview as HTML
3788
+ Parameters: {"path"=>"tastes_bitter_mailer"}
3789
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
3790
+
3791
+ AbstractController::ActionNotFound (Mailer preview 'tastes_bitter_mailer' not found):
3792
+ railties (4.2.5) lib/rails/mailers_controller.rb:56:in `find_preview'
3793
+ activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
3794
+ activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
3795
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
3796
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
3797
+ activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
3798
+ activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
3799
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
3800
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
3801
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
3802
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
3803
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
3804
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
3805
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3806
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
3807
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3808
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3809
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3810
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
3811
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
3812
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
3813
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3814
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
3815
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
3816
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
3817
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
3818
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
3819
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
3820
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
3821
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
3822
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
3823
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
3824
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3825
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
3826
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
3827
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
3828
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3829
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
3830
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
3831
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
3832
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3833
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
3834
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
3835
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
3836
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3837
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3838
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
3839
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3840
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3841
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
3842
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
3843
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3844
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
3845
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
3846
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
3847
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3848
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
3849
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
3850
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3851
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3852
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
3853
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
3854
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
3855
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
3856
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
3857
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
3858
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
3859
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
3860
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
3861
+ /usr/local/var/rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
3862
+
3863
+
3864
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms)
3865
+
3866
+
3867
+ Started GET "/" for ::1 at 2015-12-28 21:55:24 -0800
3868
+ Processing by DashboardController#home as HTML
3869
+ Rendered dashboard/home.html.erb within layouts/application (0.9ms)
3870
+ Completed 200 OK in 537ms (Views: 536.8ms)
3871
+
3872
+
3873
+ Started POST "/__javascript_errors" for ::1 at 2015-12-28 21:55:25 -0800
3874
+ Processing by TastesBitter::JavascriptErrorsController#create as */*
3875
+ Parameters: {"message"=>"Uncaught ReferenceError: aBadFunction is not defined", "file_or_page"=>"http://localhost:3000/", "line_number"=>"16", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", "current_page"=>"http://localhost:3000/"}
3876
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3877
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.html.erb within layouts/mailer (0.5ms)
3878
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f] Rendered /Users/mat/Code/Projects/tastes_bitter/app/views/tastes_bitter/javascript_errors_mailer/javascript_error.text.erb within layouts/mailer (0.4ms)
3879
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f]
3880
+ TastesBitter::JavascriptErrorsMailer#javascript_error: processed outbound mail in 210.4ms
3881
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f]
3882
+ Sent mail to notificationscustom1@example.com (7.2ms)
3883
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f] Date: Mon, 28 Dec 2015 21:55:25 -0800
3884
+ From: notificationscustom2@example.com
3885
+ To: notificationscustom1@example.com
3886
+ Message-ID: <5682204d8a469_2bbe3fce726bc85097980@Large-Megallanic-Cloud.local.mail>
3887
+ Subject: [JavaScript custom Error] Uncaught ReferenceError: aBadFunction is
3888
+ not defined
3889
+ Mime-Version: 1.0
3890
+ Content-Type: multipart/alternative;
3891
+ boundary="--==_mimepart_5682204d89457_2bbe3fce726bc85097815";
3892
+ charset=UTF-8
3893
+ Content-Transfer-Encoding: 7bit
3894
+
3895
+
3896
+ ----==_mimepart_5682204d89457_2bbe3fce726bc85097815
3897
+ Content-Type: text/plain;
3898
+ charset=UTF-8
3899
+ Content-Transfer-Encoding: 7bit
3900
+
3901
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined
3902
+ File: http://localhost:3000/
3903
+ Line Number: 16
3904
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
3905
+ Current Page: http://localhost:3000/
3906
+ Platform: Mac
3907
+ Browser: Chrome 47.0.2526.106
3908
+
3909
+
3910
+ ----==_mimepart_5682204d89457_2bbe3fce726bc85097815
3911
+ Content-Type: text/html;
3912
+ charset=UTF-8
3913
+ Content-Transfer-Encoding: 7bit
3914
+
3915
+ <html>
3916
+ <body>
3917
+ <p>
3918
+ Error Message: Uncaught ReferenceError: aBadFunction is not defined<br>
3919
+ File: http://localhost:3000/<br>
3920
+ Line Number: 16<br>
3921
+ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36<br>
3922
+ Current Page: http://localhost:3000/<br>
3923
+ Platform: Mac<br>
3924
+ Browser: Chrome 47.0.2526.106
3925
+ </p>
3926
+
3927
+ </body>
3928
+ </html>
3929
+
3930
+ ----==_mimepart_5682204d89457_2bbe3fce726bc85097815--
3931
+
3932
+ [ActiveJob] [ActionMailer::DeliveryJob] [be51fb20-3881-41f4-8d84-8aee5536018f] Performed ActionMailer::DeliveryJob from Inline(mailers) in 223.84ms
3933
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: be51fb20-3881-41f4-8d84-8aee5536018f) to Inline(mailers) with arguments: "TastesBitter::JavascriptErrorsMailer", "javascript_error", "deliver_now", {:message=>"Uncaught ReferenceError: aBadFunction is not defined", :file_or_page=>"http://localhost:3000/", :line_number=>"16", :user_agent=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36", :current_page=>"http://localhost:3000/", :platform=>"Mac", :browser_name=>"Chrome", :browser_version=>"47.0.2526.106"}
3934
+ Rendered text template (0.0ms)
3935
+ Completed 200 OK in 259ms (Views: 2.2ms)
3936
+
3937
+
3938
+ Started GET "/rails/info/routes" for ::1 at 2015-12-29 00:30:14 -0800
3939
+ Processing by Rails::InfoController#routes as HTML
3940
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
3941
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms)
3942
+ Rendered /usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/templates/rails/info/routes.html.erb within layouts/application (15.0ms)
3943
+ Completed 200 OK in 33ms (Views: 32.7ms)