trackster 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +52 -0
- data/Rakefile +36 -0
- data/app/assets/config/trackster_manifest.js +2 -0
- data/app/assets/javascripts/trackster/application.js +13 -0
- data/app/assets/javascripts/trackster/pageviews.js +2 -0
- data/app/assets/stylesheets/trackster/application.css +15 -0
- data/app/assets/stylesheets/trackster/pageviews.css +4 -0
- data/app/controllers/trackster/pageviews_controller.rb +20 -0
- data/app/controllers/trackster/trackster_controller.rb +43 -0
- data/app/helpers/trackster/application_helper.rb +4 -0
- data/app/helpers/trackster/pageviews_helper.rb +2 -0
- data/app/jobs/trackster/application_job.rb +4 -0
- data/app/mailers/trackster/application_mailer.rb +6 -0
- data/app/models/application_record.rb +3 -0
- data/app/models/pageview.rb +15 -0
- data/app/models/trackster/application_record.rb +5 -0
- data/app/views/layouts/trackster/application.html.erb +14 -0
- data/app/views/trackster/pageviews/index.html.erb +24 -0
- data/config/routes.rb +3 -0
- data/db/migrate/20171029023846_create_pageviews.rb +9 -0
- data/lib/tasks/trackster_tasks.rake +4 -0
- data/lib/trackster.rb +5 -0
- data/lib/trackster/engine.rb +35 -0
- data/lib/trackster/version.rb +3 -0
- data/spec/controllers/trackster/pageviews_controller_spec.rb +5 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/config/manifest.js +5 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/javascripts/cable.js +13 -0
- data/spec/dummy/app/assets/javascripts/tests.js +2 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/assets/stylesheets/tests.css +4 -0
- data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
- data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/controllers/tests_controller.rb +6 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/helpers/tests_helper.rb +2 -0
- data/spec/dummy/app/jobs/application_job.rb +2 -0
- data/spec/dummy/app/mailers/application_mailer.rb +4 -0
- data/spec/dummy/app/models/application_record.rb +3 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
- data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
- data/spec/dummy/app/views/tests/index.html.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +38 -0
- data/spec/dummy/bin/update +29 -0
- data/spec/dummy/bin/yarn +11 -0
- data/spec/dummy/config.ru +5 -0
- data/spec/dummy/config/application.rb +18 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/cable.yml +10 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +54 -0
- data/spec/dummy/config/environments/production.rb +91 -0
- data/spec/dummy/config/environments/test.rb +42 -0
- data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
- data/spec/dummy/config/initializers/assets.rb +14 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/trackster.rb +6 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +33 -0
- data/spec/dummy/config/puma.rb +56 -0
- data/spec/dummy/config/routes.rb +5 -0
- data/spec/dummy/config/secrets.yml +32 -0
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/db/schema.rb +25 -0
- data/spec/dummy/log/RAILS_ENV=test.log +0 -0
- data/spec/dummy/log/development.log +3677 -0
- data/spec/dummy/log/test.log +212 -0
- data/spec/dummy/package.json +5 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/spec/controllers/tests_controller_spec.rb +5 -0
- data/spec/dummy/spec/helpers/tests_helper_spec.rb +15 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/-7/-7_-0_UxtoxoUevRMc4pASOd3KJeOCjYtThaDHM0TVI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/00/00jXuiYXF3twcItTgcuTiqhEWEFZbRxE2jpHZpUYixU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/0T/0T3Xd6jfdEJWGUKGYBmehOeBGr8pHwkOexRXyYdsdxc.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/1g/1gVLloXKkJgVGBmLvWP1GkVBOmJ6VUI8fL_0rPXX3lo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/1r/1rRr_gim3llVPTkwq-sMOANGMgeja38qTD33ZnhzRw8.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/2M/2Mq4lJN74Pcv7oprubX9dC9wGbPJFXzKmn1YFzE-YQo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/2N/2Nxatq3gdOVGQ9dmXx-cu9MFj5GKCmaVX8UfR_nw3vA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/34/34_v9q7sGS7_xKFIxS4NkKoAeOV087Nz725yeIt4c1U.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/37/373ePEjEzi1PvPi6RoLkmI5VjZYfvwnqDpKBmxyjyls.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3f/3fSb45d9m7hu5_6T4m4gfwbpO_f1HoqRYieKqBNmCOY.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3i/3iBQyiVg7DTCeGgGpdgH4gl-gENIkUGkXcmjrdJ6GfU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/7J/7JREtleqnhMHs7YeUrpVpLZz-RCZarhBX0EaLVDnsG0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8h/8hBW4wBlsaVvLqcXoFcOfrkpkQuyY-NieaXMP4-nxkQ.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ak/AkQIM6cp_TOns2gVVAn5fRhZlXEdKT4wgZwIXoKGWdQ.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/En/EnqJoaothKlDw6SXchjMPls0ecV38YBgcT13pZ8jCaA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Eq/EqTTxaD_YhmpBI3IkZG5USDqCtesOqVH5CueapguyB8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Gm/Gm7VFoIjroUmlZYrMrnoIhTPnswCDNG8ADjaCVHFHJQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/H-/H-vuGdDVL-8ZqCohT6LDyw_EnXbhViosaBEUnuuO4LE.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/IA/IAvCbXHcICaGZJ5aau49vT8cyLu2r8slVDBaSycGVA4.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/IM/IMjcIq5czoEYQGrwEP__hlhuM_v17fXmdj8X1kRjnEA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Iu/IuPVZNQF5zAazaujPT5KxRPxdOjCF8WMUIijpCJlZxw.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/JB/JBesAQJAUMOJrWTcTHTdbCGaGGRuosbcfEk8KgoSGuo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Jf/Jf1lcVBkiQRnnNdS7ilDGixnWF4X2em4H1Og0GMaEzU.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/L0/L0OdXZ59MaSY1ca73RjxMhCiEOV1lSDX8gTIK-7dKMo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/NB/NB837FIVvSHYOY9W29yXP_cVzHQCImJWVO_5HIDFV-U.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Nk/Nk1_wzGwD-hiF6lnlhggQy14A73D1jnnH2qy6ylcRL0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Nm/NmBfC4hUarE4_wkGLnXNLQ2Ba9pGu-7wqEsGPdfuviQ.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ol/Ol5IIgvqAdiq-vWOkktL0eZE3y8-l1i1ISTpsu36HzY.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ql/Qlmei2YkHUjU-3c2spsRcCl4OiHs29rr46qB9nr4lIY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/R9/R9fjeLD5VEiAsQRiCD2jFK-4cTEzvW6NBsH3F2D5Gfk.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Rz/RzosqOKee9psa83TuXasb50aYrZjKvyxLy2QNsevKUI.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Sj/SjJkXiJwrX6h7C_rdWSQ9pgJMWIy-TBjfwigQhg8WuU.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/UV/UVK8XO5Fc3IRGeww9iEaa4XFyOwUBkO2CZbA5tSCd0c.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/UV/UVQwM8Vsz7X1zgm6DNzPxo_hflDYb2H86cYMVLQlMEM.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/UZ/UZFaJTLNuQrEftbCNzf0qeLGemChuwlrOFgHcsMDDn8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Vq/VqHiyE4E22i4j4tUnB8g3aoL78KUymXv25BCecFms6s.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/XK/XK-NqRj2eHEFDd-ycDjvwHiWyVmGP_guPqaSIMdqlLA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Xi/Xim00VcbYL4Z0u4btJLgw4fAyZ5uqj_KMIlXIBqPbgY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YZ/YZMPEr5NrIHkrhZyPm5OUypZwSyHbTI88wp0mlB9xtc.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Z0/Z0ePXCewxxLEfSSst-mQNjj2-MuJlfCVJcz7glKzk1g.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ZX/ZX3ld-RGS0JsU03ukQdmeDVbKWoTk1YSYzWjtzrdrms.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_0/_02OBWtEsb56OLt5LrqUthl8oiHZMdXbNLL5u9bDvXc.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_Y/_YkhT-h1agHyyvHWeMAYZYXMkl-_18NM1j9aFxR7Z3s.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/a4/a4nlbt2gsLBQo1CJryJ0tX18awHbeSEvesq4hdMWr0U.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/a8/a862vapqA6CGV-NVVpdlNtTBdzPcdLGFDTcktd-kXN0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aW/aWsDB-GlIDl8JU6Vv2Pxp7rMrhRnjHFhk3loAdVZvfw.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ap/aphd4DV7NtskqkVd27OoTkrDjcwt3o8uYUWUKWJ0VIU.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/bA/bAUb-SbjaT3VH6kO9VvXXRcCxQ3CsnNRpjRCxC-2sXM.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/b_/b_Itlk9QZZd7Rvf8kcA4yLP1R5Acu7jB-m1xQiSU0qE.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ca/caYLL230n6iw0Oz98b_UFwH30BUFlA87P0KPiRGl11o.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cd/cdGNJv0jStGhqnGgEqlyE_XTW726Opqj6KxVDRyEgbQ.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/co/cozDJ1pniEdNQdBzqEx-savMe5v3X-nhYelJibbMC5U.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cu/cu4pbpy6KBePY7_IalPpgPuiyuRiIVptPKmiRVRgs0o.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/d1/d1OVACnJJlM6BFWZt7jNuImEMy8ngKdT63ByMX7DRvY.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/dP/dPRNNa_Apj-MsqE2rR5ZHrY6M5K4Ng3bNmiltpJ1Xls.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/eE/eEvQw5SlNYhARDNJjsslxkhewpGgJvvzOJeihFOWB7k.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/et/eth9h9Tfce5dW0vlCxim__3N1fBO_a7Jbgn18HOO1Jk.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/f-/f-5Rlcm757wgp7ho2XYT5pYMsx_9C9efgr9wuDZNY28.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fU/fUKkXZT6PLxil8qycYtehj9fu_JwBApyWKzfwgrGDQs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/gv/gvKg74UrF4PhFxXBhsZGoEI3m9H3Kprjqj8sklvHA_Q.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/i8/i8IKOMpsOF0jtJny4H95ru0vecGVHzdAteym-IjG1y0.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lQ/lQx9WrF_lGWxmbPlS2Pf_D2fArgN03tOQQZFMR6s5xw.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lk/lkqMw4IQfORvm4fxCQI_3UlJULEXxvwY15hKaKHr3yo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mJ/mJW4zrv3qUOGjwvqZwN8mIj0JA0XrkatJvHGGhsJwks.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mS/MsxiqxgVnHs3x8Mx3hySnpl6bn3G1Cgn-aTfHim18zM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mS/mSkk9ed2mbfGI6XBAOMtXiay1y90RqZDp42j1MQeVc0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mX/mX1nlsL_SWOB4y22W5FheRX0YEONKyOY7xUeIvRiHco.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mm/mmNuv21El6X5scvzrW5Fp85RX5LOYtopQ_Tc22TKBqo.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/n7/n7Jx5WE-w81WEMungGMES29kBw-7zh45ZnBIzj6gPak.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nC/nCS6g9XpKX_L5rREWOONCyXW80wVf5lBrV9mpk5oMnQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nP/nPV05cCyjxQgmOseS4_QfS78e0LwjW5Hpkc9wkk2v3o.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/oY/oYAbR4q-EIq5i1C-QXU9QVMMtayBgOfIWSYziRAYUfM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/or/orIR3Eqf1LUD406bX-BT4_5ftKPXfgABQQU3jLAAFQ4.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/oz/ozK4IPJj2CBcsem3fLJx3wqcOl6mI6B91PkN0wVfkyk.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/py/pyp2Iyq4ucsjTmzaF2sPwW8Gn1yQ6n52IMVrjbOCTwk.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache +2 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/qu/qupom2DQId18zrz92T9IpmlVrdZHdyzY1UnpixEozQ8.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/rT/rT0FChS8dZuEWcYCyBbwsm07ghdjBKdp2qdEcB3jTvs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/sB/sBFUJviR7lC5TRd2vl60ET-oS7zETRHApIDL98a3WzA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/su/suEiGUxMhBC1m0pjRx6NT9iAnS_65IyN7hB6e3RFxCM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ty/tyE-Nkm5Ar99RY4r3yPbesyABvJ4yHcxGp1QdgMcY2I.cache +3 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/u-/u-O0PsYTqAJSlRgz7s8GX9LFKErsryYdlhs4wE99Onk.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xG/xGAFcU9Rd1GHB-Kp9c3h5SEWcpus52I84WdUWyrstmI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xH/xHIS7FhLnaGANLuWHVvhC7VtneWbK9Ykl8e2q5h-9NU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xU/xUNe5FJhrElT1GYmkLmQQJSwYQ8KP6wE5R7FphunbXQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yj/yjhT29xy8f2zq_OCkoq-gzHzmiu7uKORvRGdZijjsZY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yv/yvIsQ7XTTJXEDd348qurANBgWdPmJXYbnfaO3x4mPE8.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yv/yvvF-lk2vPEwuIxs1rDVmIB8iS2L4krZUQyYEDzhLqs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zd/zdqC2_gtHXKxIHxzSt3atc-mmMcZzbRLNBWnGLANw58.cache +1 -0
- data/spec/helpers/trackster/pageviews_helper_spec.rb +15 -0
- data/spec/models/pageview_spec.rb +24 -0
- data/spec/spec_helper.rb +17 -0
- metadata +455 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
Rails.application.configure do
|
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
|
3
|
+
|
|
4
|
+
# The test environment is used exclusively to run your application's
|
|
5
|
+
# test suite. You never need to work with it otherwise. Remember that
|
|
6
|
+
# your test database is "scratch space" for the test suite and is wiped
|
|
7
|
+
# and recreated between test runs. Don't rely on the data there!
|
|
8
|
+
config.cache_classes = true
|
|
9
|
+
|
|
10
|
+
# Do not eager load code on boot. This avoids loading your whole application
|
|
11
|
+
# just for the purpose of running a single test. If you are using a tool that
|
|
12
|
+
# preloads Rails for running tests, you may have to set it to true.
|
|
13
|
+
config.eager_load = false
|
|
14
|
+
|
|
15
|
+
# Configure public file server for tests with Cache-Control for performance.
|
|
16
|
+
config.public_file_server.enabled = true
|
|
17
|
+
config.public_file_server.headers = {
|
|
18
|
+
'Cache-Control' => "public, max-age=#{1.hour.seconds.to_i}"
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
# Show full error reports and disable caching.
|
|
22
|
+
config.consider_all_requests_local = true
|
|
23
|
+
config.action_controller.perform_caching = false
|
|
24
|
+
|
|
25
|
+
# Raise exceptions instead of rendering exception templates.
|
|
26
|
+
config.action_dispatch.show_exceptions = false
|
|
27
|
+
|
|
28
|
+
# Disable request forgery protection in test environment.
|
|
29
|
+
config.action_controller.allow_forgery_protection = false
|
|
30
|
+
config.action_mailer.perform_caching = false
|
|
31
|
+
|
|
32
|
+
# Tell Action Mailer not to deliver emails to the real world.
|
|
33
|
+
# The :test delivery method accumulates sent emails in the
|
|
34
|
+
# ActionMailer::Base.deliveries array.
|
|
35
|
+
config.action_mailer.delivery_method = :test
|
|
36
|
+
|
|
37
|
+
# Print deprecation notices to the stderr.
|
|
38
|
+
config.active_support.deprecation = :stderr
|
|
39
|
+
|
|
40
|
+
# Raises error for missing translations
|
|
41
|
+
# config.action_view.raise_on_missing_translations = true
|
|
42
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
|
2
|
+
|
|
3
|
+
# Version of your assets, change this if you want to expire all your assets.
|
|
4
|
+
Rails.application.config.assets.version = '1.0'
|
|
5
|
+
|
|
6
|
+
# Add additional assets to the asset load path.
|
|
7
|
+
# Rails.application.config.assets.paths << Emoji.images_path
|
|
8
|
+
# Add Yarn node_modules folder to the asset load path.
|
|
9
|
+
Rails.application.config.assets.paths << Rails.root.join('node_modules')
|
|
10
|
+
|
|
11
|
+
# Precompile additional assets.
|
|
12
|
+
# application.js, application.css, and all non-JS/CSS in the app/assets
|
|
13
|
+
# folder are already added.
|
|
14
|
+
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
|
2
|
+
|
|
3
|
+
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
|
4
|
+
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
|
5
|
+
|
|
6
|
+
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
|
7
|
+
# Rails.backtrace_cleaner.remove_silencers!
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
|
2
|
+
|
|
3
|
+
# Add new inflection rules using the following format. Inflections
|
|
4
|
+
# are locale specific, and you may define rules for as many different
|
|
5
|
+
# locales as you wish. All of these examples are active by default:
|
|
6
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
7
|
+
# inflect.plural /^(ox)$/i, '\1en'
|
|
8
|
+
# inflect.singular /^(ox)en/i, '\1'
|
|
9
|
+
# inflect.irregular 'person', 'people'
|
|
10
|
+
# inflect.uncountable %w( fish sheep )
|
|
11
|
+
# end
|
|
12
|
+
|
|
13
|
+
# These inflection rules are supported but not enabled by default:
|
|
14
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
15
|
+
# inflect.acronym 'RESTful'
|
|
16
|
+
# 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]
|
|
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,33 @@
|
|
|
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
|
+
# The following keys must be escaped otherwise they will not be retrieved by
|
|
20
|
+
# the default I18n backend:
|
|
21
|
+
#
|
|
22
|
+
# true, false, on, off, yes, no
|
|
23
|
+
#
|
|
24
|
+
# Instead, surround them with single quotes.
|
|
25
|
+
#
|
|
26
|
+
# en:
|
|
27
|
+
# 'true': 'foo'
|
|
28
|
+
#
|
|
29
|
+
# To learn more, please read the Rails Internationalization guide
|
|
30
|
+
# available at http://guides.rubyonrails.org/i18n.html.
|
|
31
|
+
|
|
32
|
+
en:
|
|
33
|
+
hello: "Hello world"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Puma can serve each request in a thread from an internal thread pool.
|
|
2
|
+
# The `threads` method setting takes two numbers: a minimum and maximum.
|
|
3
|
+
# Any libraries that use thread pools should be configured to match
|
|
4
|
+
# the maximum value specified for Puma. Default is set to 5 threads for minimum
|
|
5
|
+
# and maximum; this matches the default thread size of Active Record.
|
|
6
|
+
#
|
|
7
|
+
threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
|
|
8
|
+
threads threads_count, threads_count
|
|
9
|
+
|
|
10
|
+
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
|
11
|
+
#
|
|
12
|
+
port ENV.fetch("PORT") { 3000 }
|
|
13
|
+
|
|
14
|
+
# Specifies the `environment` that Puma will run in.
|
|
15
|
+
#
|
|
16
|
+
environment ENV.fetch("RAILS_ENV") { "development" }
|
|
17
|
+
|
|
18
|
+
# Specifies the number of `workers` to boot in clustered mode.
|
|
19
|
+
# Workers are forked webserver processes. If using threads and workers together
|
|
20
|
+
# the concurrency of the application would be max `threads` * `workers`.
|
|
21
|
+
# Workers do not work on JRuby or Windows (both of which do not support
|
|
22
|
+
# processes).
|
|
23
|
+
#
|
|
24
|
+
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
|
|
25
|
+
|
|
26
|
+
# Use the `preload_app!` method when specifying a `workers` number.
|
|
27
|
+
# This directive tells Puma to first boot the application and load code
|
|
28
|
+
# before forking the application. This takes advantage of Copy On Write
|
|
29
|
+
# process behavior so workers use less memory. If you use this option
|
|
30
|
+
# you need to make sure to reconnect any threads in the `on_worker_boot`
|
|
31
|
+
# block.
|
|
32
|
+
#
|
|
33
|
+
# preload_app!
|
|
34
|
+
|
|
35
|
+
# If you are preloading your application and using Active Record, it's
|
|
36
|
+
# recommended that you close any connections to the database before workers
|
|
37
|
+
# are forked to prevent connection leakage.
|
|
38
|
+
#
|
|
39
|
+
# before_fork do
|
|
40
|
+
# ActiveRecord::Base.connection_pool.disconnect! if defined?(ActiveRecord)
|
|
41
|
+
# end
|
|
42
|
+
|
|
43
|
+
# The code in the `on_worker_boot` will be called if you are using
|
|
44
|
+
# clustered mode by specifying a number of `workers`. After each worker
|
|
45
|
+
# process is booted, this block will be run. If you are using the `preload_app!`
|
|
46
|
+
# option, you will want to use this block to reconnect to any threads
|
|
47
|
+
# or connections that may have been created at application boot, as Ruby
|
|
48
|
+
# cannot share connections between processes.
|
|
49
|
+
#
|
|
50
|
+
# on_worker_boot do
|
|
51
|
+
# ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
|
|
52
|
+
# end
|
|
53
|
+
#
|
|
54
|
+
|
|
55
|
+
# Allow puma to be restarted by `rails restart` command.
|
|
56
|
+
plugin :tmp_restart
|
|
@@ -0,0 +1,32 @@
|
|
|
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 `rails 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
|
+
# Shared secrets are available across all environments.
|
|
14
|
+
|
|
15
|
+
# shared:
|
|
16
|
+
# api_key: a1B2c3D4e5F6
|
|
17
|
+
|
|
18
|
+
# Environmental secrets are only available for that specific environment.
|
|
19
|
+
|
|
20
|
+
development:
|
|
21
|
+
secret_key_base: 066c91db1846ebc8573380f96ac86ec1aed25ebce3a00cc7c781963f1d1a0fcb8b45e4367030483a8d95eaa8b4338a15a4ca2c953cc8cab691195c95fbd2cb1b
|
|
22
|
+
|
|
23
|
+
test:
|
|
24
|
+
secret_key_base: 8e401c2df48f2e09a3e253d9bc5852c43cb3ea6eeb108670caab316018c0d7c520813809e8a280475eb5d642c24328bd316711f4a0b9ed87192540375582f38f
|
|
25
|
+
|
|
26
|
+
# Do not keep production secrets in the unencrypted secrets file.
|
|
27
|
+
# Instead, either read values from the environment.
|
|
28
|
+
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
|
29
|
+
# and move the `production:` environment over there.
|
|
30
|
+
|
|
31
|
+
production:
|
|
32
|
+
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# This file is auto-generated from the current state of the database. Instead
|
|
2
|
+
# of editing this file, please use the migrations feature of Active Record to
|
|
3
|
+
# incrementally modify your database, and then regenerate this schema definition.
|
|
4
|
+
#
|
|
5
|
+
# Note that this schema.rb definition is the authoritative source for your
|
|
6
|
+
# database schema. If you need to create the application database on another
|
|
7
|
+
# system, you should be using db:schema:load, not running all the migrations
|
|
8
|
+
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
|
9
|
+
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
|
10
|
+
#
|
|
11
|
+
# It's strongly recommended that you check this file into your version control system.
|
|
12
|
+
|
|
13
|
+
ActiveRecord::Schema.define(version: 20171029023846) do
|
|
14
|
+
|
|
15
|
+
# These are extensions that must be enabled in order to support this database
|
|
16
|
+
enable_extension "plpgsql"
|
|
17
|
+
|
|
18
|
+
create_table "pageviews", force: :cascade do |t|
|
|
19
|
+
t.string "url"
|
|
20
|
+
t.date "visit_date"
|
|
21
|
+
t.datetime "created_at", null: false
|
|
22
|
+
t.datetime "updated_at", null: false
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
end
|
|
File without changes
|
|
@@ -0,0 +1,3677 @@
|
|
|
1
|
+
[1m[35m (47.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
|
2
|
+
[1m[35m (26.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
3
|
+
[1m[35m (1.0ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
4
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
5
|
+
Migrating to CreatePageviews (20171029023846)
|
|
6
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
7
|
+
[1m[35m (30.9ms)[0m [1m[35mCREATE TABLE "pageviews" ("id" bigserial primary key, "url" character varying, "visits_count" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
8
|
+
[1m[35mSQL (5.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20171029023846"]]
|
|
9
|
+
[1m[35m (1.6ms)[0m [1m[35mCOMMIT[0m
|
|
10
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
11
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
12
|
+
[1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-10-29 02:43:22.416315"], ["updated_at", "2017-10-29 02:43:22.416315"]]
|
|
13
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
14
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
15
|
+
[1m[35m (6.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
16
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
17
|
+
[1m[35mSQL (18.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visits_count", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visits_count", 4], ["created_at", "2017-10-29 02:45:51.653232"], ["updated_at", "2017-10-29 02:45:51.653232"]]
|
|
18
|
+
[1m[35m (12.4ms)[0m [1m[35mCOMMIT[0m
|
|
19
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:51:20 -0400
|
|
20
|
+
Processing by TestsController#index as HTML
|
|
21
|
+
Completed 500 Internal Server Error in 247ms
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
NoMethodError (undefined method `trackster_count_visit' for #<TestsController:0x00007fb069436888>
|
|
26
|
+
Did you mean? trackster_engine):
|
|
27
|
+
|
|
28
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/trackster_controller.rb:6:in `block in trackster'
|
|
29
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `instance_exec'
|
|
30
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `block in make_lambda'
|
|
31
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:197:in `block (2 levels) in halting'
|
|
32
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in <module:Callbacks>'
|
|
33
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:198:in `block in halting'
|
|
34
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `block in invoke_before'
|
|
35
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `each'
|
|
36
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `invoke_before'
|
|
37
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:130:in `run_callbacks'
|
|
38
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
39
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
40
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
41
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
42
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
43
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
44
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
45
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
46
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
47
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
48
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
49
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
50
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
51
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
52
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
53
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
54
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
55
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
56
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
57
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
58
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
59
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
60
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
61
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
62
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
63
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
64
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
65
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
66
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
67
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
68
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
69
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
70
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
71
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
72
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
73
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
74
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
75
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
76
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
77
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
78
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
79
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
80
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
81
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
82
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
83
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
84
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
85
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
86
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
87
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
88
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
89
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
90
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:51:59 -0400
|
|
91
|
+
Processing by TestsController#index as HTML
|
|
92
|
+
Completed 500 Internal Server Error in 14ms
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
NoMethodError (undefined method `trackster_count_visit' for #<TestsController:0x00007fb06cb8e9c0>
|
|
97
|
+
Did you mean? trackster_engine):
|
|
98
|
+
|
|
99
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/trackster_controller.rb:6:in `block in trackster'
|
|
100
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `instance_exec'
|
|
101
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `block in make_lambda'
|
|
102
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:197:in `block (2 levels) in halting'
|
|
103
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in <module:Callbacks>'
|
|
104
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:198:in `block in halting'
|
|
105
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `block in invoke_before'
|
|
106
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `each'
|
|
107
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `invoke_before'
|
|
108
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:130:in `run_callbacks'
|
|
109
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
110
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
111
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
112
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
113
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
114
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
115
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
116
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
117
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
118
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
119
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
120
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
121
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
122
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
123
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
124
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
125
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
126
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
127
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
128
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
129
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
130
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
131
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
132
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
133
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
134
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
135
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
136
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
137
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
138
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
139
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
140
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
141
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
142
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
143
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
144
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
145
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
146
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
147
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
148
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
149
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
150
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
151
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
152
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
153
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
154
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
155
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
156
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
157
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
158
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
159
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
160
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
161
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:52:01 -0400
|
|
162
|
+
Processing by TestsController#index as HTML
|
|
163
|
+
Completed 500 Internal Server Error in 11ms
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
NoMethodError (undefined method `trackster_count_visit' for #<TestsController:0x00007fb06939abb8>
|
|
168
|
+
Did you mean? trackster_engine):
|
|
169
|
+
|
|
170
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/trackster_controller.rb:6:in `block in trackster'
|
|
171
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `instance_exec'
|
|
172
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `block in make_lambda'
|
|
173
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:197:in `block (2 levels) in halting'
|
|
174
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in <module:Callbacks>'
|
|
175
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:198:in `block in halting'
|
|
176
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `block in invoke_before'
|
|
177
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `each'
|
|
178
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `invoke_before'
|
|
179
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:130:in `run_callbacks'
|
|
180
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
181
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
182
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
183
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
184
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
185
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
186
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
187
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
188
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
189
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
190
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
191
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
192
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
193
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
194
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
195
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
196
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
197
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
198
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
199
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
200
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
201
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
202
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
203
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
204
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
205
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
206
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
207
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
208
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
209
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
210
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
211
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
212
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
213
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
214
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
215
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
216
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
217
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
218
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
219
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
220
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
221
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
222
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
223
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
224
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
225
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
226
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
227
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
228
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
229
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
230
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
231
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
232
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:52:09 -0400
|
|
233
|
+
Processing by TestsController#index as HTML
|
|
234
|
+
Completed 406 Not Acceptable in 18353ms
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
ActionController::UnknownFormat (TestsController#index is missing a template for this request format and variant.
|
|
239
|
+
|
|
240
|
+
request.formats: ["text/html"]
|
|
241
|
+
request.variant: []
|
|
242
|
+
|
|
243
|
+
NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):
|
|
244
|
+
|
|
245
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:53:in `default_render'
|
|
246
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
247
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
248
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
249
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
250
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
251
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
252
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
253
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
254
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
255
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
256
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
257
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
258
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
259
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
260
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
261
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
262
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
263
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
264
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
265
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
266
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
267
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
268
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
269
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
270
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
271
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
272
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
273
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
274
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
275
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
276
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
277
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
278
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
279
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
280
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
281
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
282
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
283
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
284
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
285
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
286
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
287
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
288
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
289
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
290
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
291
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
292
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
293
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
294
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
295
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
296
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
297
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
298
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
299
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
300
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
301
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
302
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
303
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
304
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
305
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:52:51 -0400
|
|
306
|
+
Processing by TestsController#index as HTML
|
|
307
|
+
Rendering tests/index.html.erb within layouts/application
|
|
308
|
+
Rendered tests/index.html.erb within layouts/application (1.6ms)
|
|
309
|
+
Completed 200 OK in 12096ms (Views: 344.2ms)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:53:24 -0400
|
|
313
|
+
Processing by TestsController#index as HTML
|
|
314
|
+
Rendering tests/index.html.erb within layouts/application
|
|
315
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
316
|
+
Completed 200 OK in 22920ms (Views: 164.2ms)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:54:12 -0400
|
|
320
|
+
Processing by TestsController#index as HTML
|
|
321
|
+
Rendering tests/index.html.erb within layouts/application
|
|
322
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
323
|
+
Completed 200 OK in 23256ms (Views: 219.5ms)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 22:54:44 -0400
|
|
327
|
+
Processing by TestsController#index as HTML
|
|
328
|
+
Rendering tests/index.html.erb within layouts/application
|
|
329
|
+
Rendered tests/index.html.erb within layouts/application (0.9ms)
|
|
330
|
+
Completed 200 OK in 4305ms (Views: 32.0ms)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 23:00:05 -0400
|
|
334
|
+
Processing by TestsController#index as HTML
|
|
335
|
+
Rendering tests/index.html.erb within layouts/application
|
|
336
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
337
|
+
Completed 200 OK in 59607ms (Views: 197.7ms)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
Started GET "/" for 127.0.0.1 at 2017-10-28 23:09:18 -0400
|
|
341
|
+
Processing by TestsController#index as HTML
|
|
342
|
+
Rendering tests/index.html.erb within layouts/application
|
|
343
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
344
|
+
Completed 200 OK in 66233ms (Views: 239.4ms)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:24:59 -0400
|
|
348
|
+
Processing by TestsController#index as HTML
|
|
349
|
+
Rendering tests/index.html.erb within layouts/application
|
|
350
|
+
Rendered tests/index.html.erb within layouts/application (2.1ms)
|
|
351
|
+
Completed 200 OK in 5081ms (Views: 48.4ms)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:33:46 -0400
|
|
355
|
+
Processing by TestsController#index as HTML
|
|
356
|
+
Rendering tests/index.html.erb within layouts/application
|
|
357
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
358
|
+
Completed 200 OK in 63542ms (Views: 239.9ms)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
Started GET "/?hello=hi" for 127.0.0.1 at 2017-10-29 00:34:59 -0400
|
|
362
|
+
Processing by TestsController#index as HTML
|
|
363
|
+
Parameters: {"hello"=>"hi"}
|
|
364
|
+
Rendering tests/index.html.erb within layouts/application
|
|
365
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
|
366
|
+
Completed 200 OK in 16505ms (Views: 29.4ms)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:35:20 -0400
|
|
370
|
+
Processing by TestsController#index as HTML
|
|
371
|
+
Rendering tests/index.html.erb within layouts/application
|
|
372
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
373
|
+
Completed 200 OK in 1643ms (Views: 12.2ms)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
377
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
378
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
379
|
+
Migrating to CreatePageviews (20171029023846)
|
|
380
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
381
|
+
[1m[35m (31.0ms)[0m [1m[35mDROP TABLE "pageviews"[0m
|
|
382
|
+
[1m[35mSQL (1.3ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1[0m [["version", "20171029023846"]]
|
|
383
|
+
[1m[35m (2.8ms)[0m [1m[35mCOMMIT[0m
|
|
384
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
385
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
386
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
387
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
388
|
+
Migrating to CreatePageviews (20171029023846)
|
|
389
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
390
|
+
[1m[35m (29.2ms)[0m [1m[35mCREATE TABLE "pageviews" ("id" bigserial primary key, "url" character varying, "visits_count" integer DEFAULT 0, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
391
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20171029023846"]]
|
|
392
|
+
[1m[35m (0.8ms)[0m [1m[35mCOMMIT[0m
|
|
393
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
394
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
395
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
|
396
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
397
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
398
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
399
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" ORDER BY "pageviews"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
|
400
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
401
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:00 -0400
|
|
402
|
+
Processing by TestsController#index as HTML
|
|
403
|
+
Rendering tests/index.html.erb within layouts/application
|
|
404
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
|
405
|
+
Completed 200 OK in 422ms (Views: 195.8ms)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
409
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:31 -0400
|
|
410
|
+
Processing by TestsController#index as HTML
|
|
411
|
+
Rendering tests/index.html.erb within layouts/application
|
|
412
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
413
|
+
Completed 200 OK in 25ms (Views: 23.3ms)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:33 -0400
|
|
417
|
+
Processing by TestsController#index as HTML
|
|
418
|
+
Rendering tests/index.html.erb within layouts/application
|
|
419
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
420
|
+
Completed 200 OK in 18ms (Views: 16.9ms)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:33 -0400
|
|
424
|
+
Processing by TestsController#index as HTML
|
|
425
|
+
Rendering tests/index.html.erb within layouts/application
|
|
426
|
+
Rendered tests/index.html.erb within layouts/application (0.6ms)
|
|
427
|
+
Completed 200 OK in 34ms (Views: 32.6ms)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:48 -0400
|
|
431
|
+
Processing by TestsController#index as HTML
|
|
432
|
+
Rendering tests/index.html.erb within layouts/application
|
|
433
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
434
|
+
Completed 200 OK in 30ms (Views: 27.7ms)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:50 -0400
|
|
438
|
+
Processing by TestsController#index as HTML
|
|
439
|
+
Rendering tests/index.html.erb within layouts/application
|
|
440
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
|
441
|
+
Completed 200 OK in 37ms (Views: 34.4ms)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:46:59 -0400
|
|
445
|
+
Processing by TestsController#index as HTML
|
|
446
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
447
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
448
|
+
[1m[35mSQL (7.2ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["url", "/"], ["created_at", "2017-10-29 04:47:15.602079"], ["updated_at", "2017-10-29 04:47:15.602079"]]
|
|
449
|
+
[1m[35m (10.8ms)[0m [1m[35mCOMMIT[0m
|
|
450
|
+
[1m[36mPageview Load (1.6ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
451
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
452
|
+
[1m[35mSQL (9.3ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 1], ["updated_at", "2017-10-29 04:47:47.690382"], ["id", 1]]
|
|
453
|
+
[1m[35m (0.6ms)[0m [1m[35mCOMMIT[0m
|
|
454
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
455
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
456
|
+
[1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 2], ["updated_at", "2017-10-29 04:47:52.069489"], ["id", 1]]
|
|
457
|
+
[1m[35m (8.6ms)[0m [1m[35mCOMMIT[0m
|
|
458
|
+
Rendering tests/index.html.erb within layouts/application
|
|
459
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
460
|
+
Completed 200 OK in 52781ms (Views: 234.5ms | ActiveRecord: 53.5ms)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
464
|
+
[1m[35mSQL (0.8ms)[0m [1m[31mDELETE FROM "pageviews"[0m
|
|
465
|
+
[1m[36mPageview Load (0.2ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
466
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:48:22 -0400
|
|
467
|
+
Processing by TestsController#index as HTML
|
|
468
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
469
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
470
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["url", "/"], ["created_at", "2017-10-29 04:48:28.057708"], ["updated_at", "2017-10-29 04:48:28.057708"]]
|
|
471
|
+
[1m[35m (8.4ms)[0m [1m[35mCOMMIT[0m
|
|
472
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
473
|
+
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 1], ["updated_at", "2017-10-29 04:48:28.069145"], ["id", 2]]
|
|
474
|
+
[1m[35m (0.6ms)[0m [1m[35mCOMMIT[0m
|
|
475
|
+
Rendering tests/index.html.erb within layouts/application
|
|
476
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
477
|
+
Completed 200 OK in 5249ms (Views: 41.3ms | ActiveRecord: 10.9ms)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
481
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:49:22 -0400
|
|
482
|
+
Processing by TestsController#index as HTML
|
|
483
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
484
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
485
|
+
[1m[35mSQL (0.5ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 2], ["updated_at", "2017-10-29 04:49:22.688580"], ["id", 2]]
|
|
486
|
+
[1m[35m (6.5ms)[0m [1m[35mCOMMIT[0m
|
|
487
|
+
Rendering tests/index.html.erb within layouts/application
|
|
488
|
+
Rendered tests/index.html.erb within layouts/application (1.5ms)
|
|
489
|
+
Completed 200 OK in 590ms (Views: 226.4ms | ActiveRecord: 21.5ms)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:49:23 -0400
|
|
493
|
+
Processing by TestsController#index as HTML
|
|
494
|
+
[1m[36mPageview Load (1.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
495
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
496
|
+
[1m[35mSQL (0.7ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 3], ["updated_at", "2017-10-29 04:49:23.774111"], ["id", 2]]
|
|
497
|
+
[1m[35m (8.3ms)[0m [1m[35mCOMMIT[0m
|
|
498
|
+
Rendering tests/index.html.erb within layouts/application
|
|
499
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
500
|
+
Completed 200 OK in 40ms (Views: 12.6ms | ActiveRecord: 15.0ms)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:49:24 -0400
|
|
504
|
+
Processing by TestsController#index as HTML
|
|
505
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
506
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
507
|
+
[1m[35mSQL (0.3ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 4], ["updated_at", "2017-10-29 04:49:24.574862"], ["id", 2]]
|
|
508
|
+
[1m[35m (8.4ms)[0m [1m[35mCOMMIT[0m
|
|
509
|
+
Rendering tests/index.html.erb within layouts/application
|
|
510
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
511
|
+
Completed 200 OK in 27ms (Views: 13.7ms | ActiveRecord: 9.1ms)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
[1m[36mPageview Load (0.7ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
515
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 00:49:29 -0400
|
|
516
|
+
Processing by TestsController#index as HTML
|
|
517
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" WHERE "pageviews"."url" = $1 LIMIT $2[0m [["url", "/"], ["LIMIT", 1]]
|
|
518
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
519
|
+
[1m[35mSQL (0.4ms)[0m [1m[33mUPDATE "pageviews" SET "visits_count" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visits_count", 5], ["updated_at", "2017-10-29 04:49:29.045357"], ["id", 2]]
|
|
520
|
+
[1m[35m (6.2ms)[0m [1m[35mCOMMIT[0m
|
|
521
|
+
Rendering tests/index.html.erb within layouts/application
|
|
522
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
|
523
|
+
Completed 200 OK in 42ms (Views: 29.8ms | ActiveRecord: 7.0ms)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
527
|
+
[1m[35m (7.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
528
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
529
|
+
[1m[35m (7.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
530
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
531
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
532
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
|
533
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
534
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
535
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
536
|
+
[1m[35m (7.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
537
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
538
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
539
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
|
540
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
541
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
542
|
+
[1m[35m (7.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
543
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
544
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
545
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
546
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
547
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
548
|
+
[1m[35m (203.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "trackster"[0m
|
|
549
|
+
[1m[35m (201.3ms)[0m [1m[35mDROP DATABASE IF EXISTS "trackster_test"[0m
|
|
550
|
+
[1m[35m (565.1ms)[0m [1m[35mCREATE DATABASE "trackster" ENCODING = 'utf8'[0m
|
|
551
|
+
[1m[35m (407.9ms)[0m [1m[35mCREATE DATABASE "trackster_test" ENCODING = 'utf8'[0m
|
|
552
|
+
[1m[35mSQL (1.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
|
553
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "pageviews" CASCADE[0m
|
|
554
|
+
[1m[35m (5.1ms)[0m [1m[35mCREATE TABLE "pageviews" ("id" bigserial primary key, "url" character varying, "visits_count" integer DEFAULT 0, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
555
|
+
[1m[35m (2.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
|
556
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
557
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20171029023846)[0m
|
|
558
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
559
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
560
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
561
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-10-29 04:58:37.845405"], ["updated_at", "2017-10-29 04:58:37.845405"]]
|
|
562
|
+
[1m[35m (0.3ms)[0m [1m[35mCOMMIT[0m
|
|
563
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
564
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
565
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
|
566
|
+
[1m[35mSQL (0.3ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
|
567
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "pageviews" CASCADE[0m
|
|
568
|
+
[1m[35m (12.0ms)[0m [1m[35mCREATE TABLE "pageviews" ("id" bigserial primary key, "url" character varying, "visits_count" integer DEFAULT 0, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
569
|
+
[1m[35m (5.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
|
570
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
571
|
+
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20171029023846)[0m
|
|
572
|
+
[1m[35m (2.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
573
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
574
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
575
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-10-29 04:58:37.915411"], ["updated_at", "2017-10-29 04:58:37.915411"]]
|
|
576
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
577
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
578
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
579
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
580
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
581
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
582
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
583
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
584
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
585
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
586
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
|
587
|
+
[1m[35m (185.9ms)[0m [1m[35mDROP DATABASE IF EXISTS "trackster"[0m
|
|
588
|
+
[1m[35m (155.3ms)[0m [1m[35mDROP DATABASE IF EXISTS "trackster_test"[0m
|
|
589
|
+
[1m[35m (27.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
|
590
|
+
[1m[35m (27.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
591
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_try_advisory_lock(3462791750066113395)[0m
|
|
592
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
593
|
+
Migrating to CreatePageviews (20171029023846)
|
|
594
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
595
|
+
[1m[35m (26.9ms)[0m [1m[35mCREATE TABLE "pageviews" ("id" bigserial primary key, "url" character varying, "visit_date" date, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
|
596
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20171029023846"]]
|
|
597
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
598
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
|
599
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
600
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-10-29 05:00:29.326838"], ["updated_at", "2017-10-29 05:00:29.326838"]]
|
|
601
|
+
[1m[35m (0.6ms)[0m [1m[35mCOMMIT[0m
|
|
602
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_advisory_unlock(3462791750066113395)[0m
|
|
603
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
604
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:33 -0400
|
|
605
|
+
Processing by TestsController#index as HTML
|
|
606
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
607
|
+
[1m[35mSQL (19.5ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:33.921811"], ["updated_at", "2017-10-29 05:03:33.921811"]]
|
|
608
|
+
[1m[35m (6.2ms)[0m [1m[35mCOMMIT[0m
|
|
609
|
+
Rendering tests/index.html.erb within layouts/application
|
|
610
|
+
Rendered tests/index.html.erb within layouts/application (1.8ms)
|
|
611
|
+
Completed 200 OK in 634ms (Views: 220.4ms | ActiveRecord: 41.2ms)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
615
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:56 -0400
|
|
616
|
+
Processing by TestsController#index as HTML
|
|
617
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
|
618
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:56.379146"], ["updated_at", "2017-10-29 05:03:56.379146"]]
|
|
619
|
+
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
|
|
620
|
+
Rendering tests/index.html.erb within layouts/application
|
|
621
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
|
622
|
+
Completed 200 OK in 47ms (Views: 36.8ms | ActiveRecord: 6.3ms)
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:56 -0400
|
|
626
|
+
Processing by TestsController#index as HTML
|
|
627
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
628
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:56.715692"], ["updated_at", "2017-10-29 05:03:56.715692"]]
|
|
629
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
630
|
+
Rendering tests/index.html.erb within layouts/application
|
|
631
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
|
632
|
+
Completed 200 OK in 33ms (Views: 28.0ms | ActiveRecord: 0.8ms)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:57 -0400
|
|
636
|
+
Processing by TestsController#index as HTML
|
|
637
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
638
|
+
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:57.073588"], ["updated_at", "2017-10-29 05:03:57.073588"]]
|
|
639
|
+
[1m[35m (8.1ms)[0m [1m[35mCOMMIT[0m
|
|
640
|
+
Rendering tests/index.html.erb within layouts/application
|
|
641
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
642
|
+
Completed 200 OK in 41ms (Views: 24.6ms | ActiveRecord: 8.9ms)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:57 -0400
|
|
646
|
+
Processing by TestsController#index as HTML
|
|
647
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
648
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:57.495578"], ["updated_at", "2017-10-29 05:03:57.495578"]]
|
|
649
|
+
[1m[35m (9.0ms)[0m [1m[35mCOMMIT[0m
|
|
650
|
+
Rendering tests/index.html.erb within layouts/application
|
|
651
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
652
|
+
Completed 200 OK in 28ms (Views: 13.8ms | ActiveRecord: 9.4ms)
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:03:57 -0400
|
|
656
|
+
Processing by TestsController#index as HTML
|
|
657
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
658
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:03:57.927831"], ["updated_at", "2017-10-29 05:03:57.927831"]]
|
|
659
|
+
[1m[35m (8.4ms)[0m [1m[35mCOMMIT[0m
|
|
660
|
+
Rendering tests/index.html.erb within layouts/application
|
|
661
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
662
|
+
Completed 200 OK in 25ms (Views: 12.8ms | ActiveRecord: 8.8ms)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
666
|
+
[1m[35m (8.5ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
667
|
+
[1m[35m (59.1ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "visit_count" AS visit_count FROM "pageviews" GROUP BY "visit_count"[0m
|
|
668
|
+
[1m[35m (10.7ms)[0m [1m[34mSELECT COUNT(*) AS count_all, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."visit_date"[0m
|
|
669
|
+
[1m[36mPageview Load (10.1ms)[0m [1m[34mSELECT url, count(*) as visits FROM "pageviews" GROUP BY "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
670
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits FROM "pageviews" GROUP BY "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
671
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
672
|
+
[1m[36mPageview Load (1.1ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
673
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
674
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
675
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
676
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date"[0m
|
|
677
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
678
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
679
|
+
[1m[35m (9.0ms)[0m [1m[34mSELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date"[0m
|
|
680
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date"[0m
|
|
681
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" ORDER BY "pageviews"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
|
682
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
683
|
+
[1m[35mSQL (0.8ms)[0m [1m[33mUPDATE "pageviews" SET "visit_date" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visit_date", "2017-10-28"], ["updated_at", "2017-10-29 05:15:06.664784"], ["id", 1]]
|
|
684
|
+
[1m[35m (12.8ms)[0m [1m[35mCOMMIT[0m
|
|
685
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" LIMIT $1[0m [["LIMIT", 11]]
|
|
686
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date"[0m
|
|
687
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
688
|
+
[1m[36mPageview Load (0.7ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
689
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
690
|
+
[1m[35mSQL (8.9ms)[0m [1m[31mDELETE FROM "pageviews"[0m
|
|
691
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:31:36 -0400
|
|
692
|
+
Processing by TestsController#index as HTML
|
|
693
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
|
694
|
+
[1m[35mSQL (7.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:31:36.625463"], ["updated_at", "2017-10-29 05:31:36.625463"]]
|
|
695
|
+
[1m[35m (6.6ms)[0m [1m[35mCOMMIT[0m
|
|
696
|
+
Rendering tests/index.html.erb within layouts/application
|
|
697
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
698
|
+
Completed 200 OK in 548ms (Views: 186.0ms | ActiveRecord: 25.6ms)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:31:37 -0400
|
|
702
|
+
Processing by TestsController#index as HTML
|
|
703
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
704
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:31:37.875113"], ["updated_at", "2017-10-29 05:31:37.875113"]]
|
|
705
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
706
|
+
Rendering tests/index.html.erb within layouts/application
|
|
707
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
708
|
+
Completed 200 OK in 28ms (Views: 12.0ms | ActiveRecord: 7.2ms)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 01:31:38 -0400
|
|
712
|
+
Processing by TestsController#index as HTML
|
|
713
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
714
|
+
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:31:38.851273"], ["updated_at", "2017-10-29 05:31:38.851273"]]
|
|
715
|
+
[1m[35m (8.5ms)[0m [1m[35mCOMMIT[0m
|
|
716
|
+
Rendering tests/index.html.erb within layouts/application
|
|
717
|
+
Rendered tests/index.html.erb within layouts/application (0.7ms)
|
|
718
|
+
Completed 200 OK in 45ms (Views: 31.4ms | ActiveRecord: 9.4ms)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
722
|
+
[1m[36mPageview Load (0.2ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
723
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 01:32:10 -0400
|
|
724
|
+
|
|
725
|
+
ActionController::RoutingError (No route matches [GET] "/tests"):
|
|
726
|
+
|
|
727
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
728
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
729
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
730
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
731
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
732
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
733
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
734
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
735
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
736
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
737
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
738
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
739
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
740
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
741
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
742
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
743
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
744
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
745
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
746
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
747
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
748
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
749
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 01:32:29 -0400
|
|
750
|
+
Processing by TestsController#index as HTML
|
|
751
|
+
Rendering tests/index.html.erb within layouts/application
|
|
752
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
753
|
+
Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
757
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 01:35:39 -0400
|
|
758
|
+
Processing by TestsController#index as HTML
|
|
759
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
760
|
+
[1m[35mSQL (7.1ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:35:39.774612"], ["updated_at", "2017-10-29 05:35:39.774612"]]
|
|
761
|
+
[1m[35m (6.6ms)[0m [1m[35mCOMMIT[0m
|
|
762
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
763
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:35:39.809149"], ["updated_at", "2017-10-29 05:35:39.809149"]]
|
|
764
|
+
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
|
|
765
|
+
Rendering tests/index.html.erb within layouts/application
|
|
766
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
767
|
+
Completed 200 OK in 597ms (Views: 219.1ms | ActiveRecord: 32.9ms)
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
771
|
+
[1m[36mPageview Load (1.1ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
772
|
+
[1m[36mPageview Load (0.7ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
773
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 01:38:10 -0400
|
|
774
|
+
Processing by TestsController#index as HTML
|
|
775
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
776
|
+
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:38:10.821614"], ["updated_at", "2017-10-29 05:38:10.821614"]]
|
|
777
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
778
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
779
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:38:10.825378"], ["updated_at", "2017-10-29 05:38:10.825378"]]
|
|
780
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
781
|
+
Rendering tests/index.html.erb within layouts/application
|
|
782
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
783
|
+
Completed 200 OK in 77ms (Views: 26.3ms | ActiveRecord: 8.7ms)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
787
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
788
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 01:38:31 -0400
|
|
789
|
+
Processing by TestsController#index as HTML
|
|
790
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
791
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:38:31.873772"], ["updated_at", "2017-10-29 05:38:31.873772"]]
|
|
792
|
+
[1m[35m (7.7ms)[0m [1m[35mCOMMIT[0m
|
|
793
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
794
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 05:38:31.883911"], ["updated_at", "2017-10-29 05:38:31.883911"]]
|
|
795
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
796
|
+
Rendering tests/index.html.erb within layouts/application
|
|
797
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
798
|
+
Completed 200 OK in 32ms (Views: 17.9ms | ActiveRecord: 9.0ms)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
802
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
803
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 02:06:37 -0400
|
|
804
|
+
Processing by TestsController#index as HTML
|
|
805
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
|
806
|
+
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 06:06:37.841436"], ["updated_at", "2017-10-29 06:06:37.841436"]]
|
|
807
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
808
|
+
Rendering tests/index.html.erb within layouts/application
|
|
809
|
+
Rendered tests/index.html.erb within layouts/application (1.8ms)
|
|
810
|
+
Completed 200 OK in 61ms (Views: 36.9ms | ActiveRecord: 1.6ms)
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
[1m[36mPageview Load (2.2ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
814
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
|
815
|
+
[1m[35mSQL (7.0ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 7]]
|
|
816
|
+
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
|
|
817
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
|
818
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 8]]
|
|
819
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
820
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
821
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 9]]
|
|
822
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
823
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
824
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 10]]
|
|
825
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
826
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
827
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 11]]
|
|
828
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
829
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
830
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 12]]
|
|
831
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
832
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
833
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 13]]
|
|
834
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
835
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
836
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 14]]
|
|
837
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
838
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
839
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 15]]
|
|
840
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
841
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
842
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 16]]
|
|
843
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
844
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
845
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 02:25:54 -0400
|
|
846
|
+
Processing by TestsController#index as HTML
|
|
847
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
848
|
+
[1m[35mSQL (7.2ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/test"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 06:25:54.976438"], ["updated_at", "2017-10-29 06:25:54.976438"]]
|
|
849
|
+
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
|
|
850
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
851
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 06:25:55.005876"], ["updated_at", "2017-10-29 06:25:55.005876"]]
|
|
852
|
+
[1m[35m (6.0ms)[0m [1m[35mCOMMIT[0m
|
|
853
|
+
Rendering tests/index.html.erb within layouts/application
|
|
854
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
|
855
|
+
Completed 200 OK in 608ms (Views: 239.0ms | ActiveRecord: 52.1ms)
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
859
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 02:26:34 -0400
|
|
860
|
+
Processing by TestsController#index as HTML
|
|
861
|
+
Rendering tests/index.html.erb within layouts/application
|
|
862
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
|
863
|
+
Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.0ms)
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
867
|
+
[1m[36mPageview Load (8.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
868
|
+
[1m[36mPageview Load (0.7ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
869
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
|
870
|
+
[1m[35mSQL (11.8ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 17]]
|
|
871
|
+
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
|
|
872
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
873
|
+
[1m[35mSQL (0.8ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 18]]
|
|
874
|
+
[1m[35m (6.5ms)[0m [1m[35mCOMMIT[0m
|
|
875
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:51:32 -0400
|
|
876
|
+
Processing by TestsController#index as HTML
|
|
877
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
878
|
+
[1m[35mSQL (7.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:51:32.949125"], ["updated_at", "2017-10-29 17:51:32.949125"]]
|
|
879
|
+
[1m[35m (11.9ms)[0m [1m[35mCOMMIT[0m
|
|
880
|
+
Rendering tests/index.html.erb within layouts/application
|
|
881
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
882
|
+
Completed 200 OK in 580ms (Views: 182.8ms | ActiveRecord: 35.2ms)
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
886
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:52:16 -0400
|
|
887
|
+
Processing by TestsController#index as HTML
|
|
888
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
889
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:52:16.819077"], ["updated_at", "2017-10-29 17:52:16.819077"]]
|
|
890
|
+
[1m[35m (6.6ms)[0m [1m[35mCOMMIT[0m
|
|
891
|
+
Rendering tests/index.html.erb within layouts/application
|
|
892
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
893
|
+
Completed 200 OK in 583ms (Views: 244.3ms | ActiveRecord: 18.5ms)
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
[1m[36mPageview Load (2.2ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
897
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
898
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
899
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 19]]
|
|
900
|
+
[1m[35m (6.6ms)[0m [1m[35mCOMMIT[0m
|
|
901
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
902
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 20]]
|
|
903
|
+
[1m[35m (6.7ms)[0m [1m[35mCOMMIT[0m
|
|
904
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
905
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:53:28 -0400
|
|
906
|
+
Processing by TestsController#index as HTML
|
|
907
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
908
|
+
[1m[35mSQL (7.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:53:29.236483"], ["updated_at", "2017-10-29 17:53:29.236483"]]
|
|
909
|
+
[1m[35m (6.4ms)[0m [1m[35mCOMMIT[0m
|
|
910
|
+
Rendering tests/index.html.erb within layouts/application
|
|
911
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
|
912
|
+
Completed 200 OK in 641ms (Views: 236.8ms | ActiveRecord: 39.5ms)
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
916
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
917
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
918
|
+
[1m[35mSQL (0.5ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 21]]
|
|
919
|
+
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
|
|
920
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:54:50 -0400
|
|
921
|
+
Processing by TestsController#index as HTML
|
|
922
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
923
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:54:51.212889"], ["updated_at", "2017-10-29 17:54:51.212889"]]
|
|
924
|
+
[1m[35m (6.1ms)[0m [1m[35mCOMMIT[0m
|
|
925
|
+
Rendering tests/index.html.erb within layouts/application
|
|
926
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
927
|
+
Completed 200 OK in 554ms (Views: 216.3ms | ActiveRecord: 19.4ms)
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
931
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
932
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
933
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 22]]
|
|
934
|
+
[1m[35m (8.5ms)[0m [1m[35mCOMMIT[0m
|
|
935
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
936
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:55:43 -0400
|
|
937
|
+
Processing by TestsController#index as HTML
|
|
938
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
939
|
+
[1m[35mSQL (7.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:55:43.390983"], ["updated_at", "2017-10-29 17:55:43.390983"]]
|
|
940
|
+
[1m[35m (6.4ms)[0m [1m[35mCOMMIT[0m
|
|
941
|
+
Rendering tests/index.html.erb within layouts/application
|
|
942
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
|
943
|
+
Completed 200 OK in 586ms (Views: 214.5ms | ActiveRecord: 28.8ms)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
947
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
948
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 23]]
|
|
949
|
+
[1m[35m (8.5ms)[0m [1m[35mCOMMIT[0m
|
|
950
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:56:23 -0400
|
|
951
|
+
Processing by TestsController#index as HTML
|
|
952
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
953
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:56:23.907498"], ["updated_at", "2017-10-29 17:56:23.907498"]]
|
|
954
|
+
[1m[35m (5.8ms)[0m [1m[35mCOMMIT[0m
|
|
955
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
956
|
+
Rendering tests/index.html.erb within layouts/application
|
|
957
|
+
Rendered tests/index.html.erb within layouts/application (1.5ms)
|
|
958
|
+
Completed 200 OK in 22717ms (Views: 287.4ms | ActiveRecord: 18.9ms)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
962
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
963
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 24]]
|
|
964
|
+
[1m[35m (8.5ms)[0m [1m[35mCOMMIT[0m
|
|
965
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 13:57:23 -0400
|
|
966
|
+
Processing by TestsController#index as HTML
|
|
967
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
968
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:57:24.064432"], ["updated_at", "2017-10-29 17:57:24.064432"]]
|
|
969
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
970
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
971
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/tests"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 17:57:41.129191"], ["updated_at", "2017-10-29 17:57:41.129191"]]
|
|
972
|
+
[1m[35m (8.7ms)[0m [1m[35mCOMMIT[0m
|
|
973
|
+
Rendering tests/index.html.erb within layouts/application
|
|
974
|
+
Rendered tests/index.html.erb within layouts/application (1.0ms)
|
|
975
|
+
Completed 200 OK in 17508ms (Views: 205.8ms | ActiveRecord: 20.8ms)
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
979
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
980
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
981
|
+
[1m[35mSQL (0.3ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 25]]
|
|
982
|
+
[1m[35m (8.4ms)[0m [1m[35mCOMMIT[0m
|
|
983
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
|
984
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 26]]
|
|
985
|
+
[1m[35m (0.5ms)[0m [1m[35mCOMMIT[0m
|
|
986
|
+
[1m[36mPageview Load (0.7ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
987
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:04:41 -0400
|
|
988
|
+
Processing by TestsController#index as HTML
|
|
989
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
|
990
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:04:41.578363"], ["updated_at", "2017-10-29 18:04:41.578363"]]
|
|
991
|
+
[1m[35m (12.6ms)[0m [1m[35mCOMMIT[0m
|
|
992
|
+
Rendering tests/index.html.erb within layouts/application
|
|
993
|
+
Rendered tests/index.html.erb within layouts/application (1.5ms)
|
|
994
|
+
Completed 200 OK in 601ms (Views: 232.8ms | ActiveRecord: 26.2ms)
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
998
|
+
Started GET "/" for 127.0.0.1 at 2017-10-29 14:04:52 -0400
|
|
999
|
+
Processing by TestsController#index as HTML
|
|
1000
|
+
Rendering tests/index.html.erb within layouts/application
|
|
1001
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
1002
|
+
Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms)
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" LIMIT $1[0m [["LIMIT", 11]]
|
|
1006
|
+
Started GET "/tickster" for 127.0.0.1 at 2017-10-29 14:05:06 -0400
|
|
1007
|
+
|
|
1008
|
+
ActionController::RoutingError (No route matches [GET] "/tickster"):
|
|
1009
|
+
|
|
1010
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
1011
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1012
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1013
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1014
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1015
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1016
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1017
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1018
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1019
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1020
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1021
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1022
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1023
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1024
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1025
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1026
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1027
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1028
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1029
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1030
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1031
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1032
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:05:09 -0400
|
|
1033
|
+
|
|
1034
|
+
ActionController::RoutingError (No route matches [GET] "/trackster"):
|
|
1035
|
+
|
|
1036
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
1037
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1038
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1039
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1040
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1041
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1042
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1043
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1044
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1045
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1046
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1047
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1048
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1049
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1050
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1051
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1052
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1053
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1054
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1055
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1056
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1057
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1058
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews"[0m
|
|
1059
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
1060
|
+
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "pageviews" WHERE "pageviews"."id" = $1[0m [["id", 27]]
|
|
1061
|
+
[1m[35m (6.4ms)[0m [1m[35mCOMMIT[0m
|
|
1062
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:10:08 -0400
|
|
1063
|
+
|
|
1064
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1065
|
+
|
|
1066
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1067
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1068
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1069
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1070
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1071
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1072
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1073
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1074
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1075
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1076
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1077
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1078
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1079
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1080
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1081
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1082
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1083
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1084
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1085
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1086
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1087
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1088
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1089
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1090
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1091
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1092
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1093
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1094
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1095
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1096
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1097
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1098
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1099
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1100
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1101
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1102
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1103
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1104
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1105
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1106
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1107
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1108
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1109
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1110
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1111
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1112
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1113
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1114
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1115
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1116
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1117
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1118
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1119
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1120
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1121
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:10:57 -0400
|
|
1122
|
+
|
|
1123
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1124
|
+
|
|
1125
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1126
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1127
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1128
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1129
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1130
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1131
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1132
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1133
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1134
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1135
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1136
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1137
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1138
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1139
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1140
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1141
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1142
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1143
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1144
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1145
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1146
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1147
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1148
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1149
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1150
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1151
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1152
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1153
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1154
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1155
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1156
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1157
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1158
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1159
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1160
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1161
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1162
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1163
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1164
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1165
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1166
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1167
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1168
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1169
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1170
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1171
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1172
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1173
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1174
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1175
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1176
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1177
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1178
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1179
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1180
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:11:13 -0400
|
|
1181
|
+
|
|
1182
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1183
|
+
|
|
1184
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1185
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1186
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1187
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1188
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1189
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1190
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1191
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1192
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1193
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1194
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1195
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1196
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1197
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1198
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1199
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1200
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1201
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1202
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1203
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1204
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1205
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1206
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1207
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1208
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1209
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1210
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1211
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1212
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1213
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1214
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1215
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1216
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1217
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1218
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1219
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1220
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1221
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1222
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1223
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1224
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1225
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1226
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1227
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1228
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1229
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1230
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1231
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1232
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1233
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1234
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1235
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1236
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1237
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1238
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1239
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:11:29 -0400
|
|
1240
|
+
|
|
1241
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1242
|
+
|
|
1243
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1244
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1245
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1246
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1247
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1248
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1249
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1250
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1251
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1252
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1253
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1254
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1255
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1256
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1257
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1258
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1259
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1260
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1261
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1262
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1263
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1264
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1265
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1266
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1267
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1268
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1269
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1270
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1271
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1272
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1273
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1274
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1275
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1276
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1277
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1278
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1279
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1280
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1281
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1282
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1283
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1284
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1285
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1286
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1287
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1288
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1289
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1290
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1291
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1292
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1293
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1294
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1295
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1296
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1297
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1298
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:11:30 -0400
|
|
1299
|
+
|
|
1300
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1301
|
+
|
|
1302
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1303
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1304
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1305
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1306
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1307
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1308
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1309
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1310
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1311
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1312
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1313
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1314
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1315
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1316
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1317
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1318
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1319
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1320
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1321
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1322
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1323
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1324
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1325
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1326
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1327
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1328
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1329
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1330
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1331
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1332
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1333
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1334
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1335
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1336
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1337
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1338
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1339
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1340
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1341
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1342
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1343
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1344
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1345
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1346
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1347
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1348
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1349
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1350
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1351
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1352
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1353
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1354
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1355
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1356
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1357
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:13:03 -0400
|
|
1358
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1359
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1360
|
+
[1m[35m (3.1ms)[0m [1m[34mSELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1361
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (48.7ms)
|
|
1362
|
+
Completed 500 Internal Server Error in 352ms (ActiveRecord: 34.4ms)
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
ActionView::Template::Error (PG::SyntaxError: ERROR: syntax error at or near "as"
|
|
1367
|
+
LINE 1: SELECT COUNT(url, count(*) as visits, visit_date) AS count_u...
|
|
1368
|
+
^
|
|
1369
|
+
: SELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC):
|
|
1370
|
+
1: <%=@pageviews.count%>
|
|
1371
|
+
|
|
1372
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:614:in `async_exec'
|
|
1373
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:614:in `block (2 levels) in exec_no_cache'
|
|
1374
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:46:in `block in permit_concurrent_loads'
|
|
1375
|
+
activesupport (5.1.4) lib/active_support/concurrency/share_lock.rb:185:in `yield_shares'
|
|
1376
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:45:in `permit_concurrent_loads'
|
|
1377
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:613:in `block in exec_no_cache'
|
|
1378
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:612:in `block (2 levels) in log'
|
|
1379
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize'
|
|
1380
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:611:in `block in log'
|
|
1381
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1382
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:603:in `log'
|
|
1383
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:612:in `exec_no_cache'
|
|
1384
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:599:in `execute_and_clear'
|
|
1385
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:79:in `exec_query'
|
|
1386
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/database_statements.rb:371:in `select'
|
|
1387
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/database_statements.rb:42:in `select_all'
|
|
1388
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/query_cache.rb:97:in `select_all'
|
|
1389
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:304:in `execute_grouped_calculation'
|
|
1390
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:207:in `perform_calculation'
|
|
1391
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:118:in `calculate'
|
|
1392
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:41:in `count'
|
|
1393
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:1:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb___668427684982390599_70337504225000'
|
|
1394
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
1395
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
1396
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
1397
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
1398
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
1399
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
1400
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
1401
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1402
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
1403
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
1404
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
1405
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
1406
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
1407
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
1408
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
1409
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
1410
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
1411
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
1412
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
1413
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
1414
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
1415
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
1416
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
1417
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
1418
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
1419
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
1420
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
1421
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
1422
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
1423
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
|
|
1424
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
1425
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
1426
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
1427
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
1428
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
1429
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
1430
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
1431
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
1432
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
1433
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
1434
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
1435
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
1436
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
1437
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1438
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
1439
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
1440
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
1441
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
1442
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
1443
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
1444
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
1445
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
1446
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
1447
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
1448
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1449
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1450
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1451
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1452
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1453
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1454
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1455
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1456
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1457
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1458
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1459
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1460
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1461
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1462
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1463
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1464
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1465
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1466
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1467
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1468
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1469
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1470
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1471
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1472
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1473
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1474
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1475
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1476
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1477
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1478
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1479
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1480
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1481
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1482
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1483
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1484
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1485
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1486
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1487
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1488
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1489
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1490
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1491
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1492
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1493
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1494
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:13:48 -0400
|
|
1495
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1496
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1497
|
+
[1m[35m (1.0ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
1498
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (3.7ms)
|
|
1499
|
+
Completed 200 OK in 248ms (Views: 243.7ms | ActiveRecord: 1.0ms)
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:13:55 -0400
|
|
1503
|
+
Processing by TestsController#index as HTML
|
|
1504
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
1505
|
+
[1m[35mSQL (5.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:13:55.909134"], ["updated_at", "2017-10-29 18:13:55.909134"]]
|
|
1506
|
+
[1m[35m (0.8ms)[0m [1m[35mCOMMIT[0m
|
|
1507
|
+
Rendering tests/index.html.erb within layouts/application
|
|
1508
|
+
Rendered tests/index.html.erb within layouts/application (0.6ms)
|
|
1509
|
+
Completed 200 OK in 60ms (Views: 34.3ms | ActiveRecord: 12.9ms)
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:13:57 -0400
|
|
1513
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1514
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1515
|
+
[1m[35m (9.2ms)[0m [1m[34mSELECT COUNT(*) FROM "pageviews"[0m
|
|
1516
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (10.9ms)
|
|
1517
|
+
Completed 200 OK in 29ms (Views: 18.0ms | ActiveRecord: 9.2ms)
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:14:12 -0400
|
|
1521
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1522
|
+
[1m[36mPageview Load (20.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1523
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1524
|
+
[1m[35m (6.8ms)[0m [1m[34mSELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1525
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (12.5ms)
|
|
1526
|
+
Completed 500 Internal Server Error in 17953ms (ActiveRecord: 31.3ms)
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
ActionView::Template::Error (PG::SyntaxError: ERROR: syntax error at or near "as"
|
|
1531
|
+
LINE 1: SELECT COUNT(url, count(*) as visits, visit_date) AS count_u...
|
|
1532
|
+
^
|
|
1533
|
+
: SELECT COUNT(url, count(*) as visits, visit_date) AS count_url_count_all_as_visits_visit_date, "pageviews"."url" AS pageviews_url, "pageviews"."visit_date" AS pageviews_visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC):
|
|
1534
|
+
1: <%=@pageviews.count%>
|
|
1535
|
+
|
|
1536
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:614:in `async_exec'
|
|
1537
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:614:in `block (2 levels) in exec_no_cache'
|
|
1538
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:46:in `block in permit_concurrent_loads'
|
|
1539
|
+
activesupport (5.1.4) lib/active_support/concurrency/share_lock.rb:185:in `yield_shares'
|
|
1540
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:45:in `permit_concurrent_loads'
|
|
1541
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:613:in `block in exec_no_cache'
|
|
1542
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:612:in `block (2 levels) in log'
|
|
1543
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize'
|
|
1544
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:611:in `block in log'
|
|
1545
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1546
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract_adapter.rb:603:in `log'
|
|
1547
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:612:in `exec_no_cache'
|
|
1548
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:599:in `execute_and_clear'
|
|
1549
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/postgresql/database_statements.rb:79:in `exec_query'
|
|
1550
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/database_statements.rb:371:in `select'
|
|
1551
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/database_statements.rb:42:in `select_all'
|
|
1552
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/query_cache.rb:95:in `block in select_all'
|
|
1553
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/query_cache.rb:117:in `block in cache_sql'
|
|
1554
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize'
|
|
1555
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/query_cache.rb:104:in `cache_sql'
|
|
1556
|
+
activerecord (5.1.4) lib/active_record/connection_adapters/abstract/query_cache.rb:95:in `select_all'
|
|
1557
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:304:in `execute_grouped_calculation'
|
|
1558
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:207:in `perform_calculation'
|
|
1559
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:118:in `calculate'
|
|
1560
|
+
activerecord (5.1.4) lib/active_record/relation/calculations.rb:41:in `count'
|
|
1561
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:1:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb___668427684982390599_70337513949500'
|
|
1562
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
1563
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
1564
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
1565
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
1566
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
1567
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
1568
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
1569
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1570
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
1571
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
1572
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
1573
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
1574
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
1575
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
1576
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
1577
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
1578
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
1579
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
1580
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
1581
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
1582
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
1583
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
1584
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
1585
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
1586
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
1587
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
1588
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
1589
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
1590
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
1591
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'
|
|
1592
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
1593
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
1594
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
1595
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
1596
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
1597
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
1598
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
1599
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
1600
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
1601
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
1602
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
1603
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
1604
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
1605
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
1606
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
1607
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
1608
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
1609
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
1610
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
1611
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
1612
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
1613
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
1614
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
1615
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
1616
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1617
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1618
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1619
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1620
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1621
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1622
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1623
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1624
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1625
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1626
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1627
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1628
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1629
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1630
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1631
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1632
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1633
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1634
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1635
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1636
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1637
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1638
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1639
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1640
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1641
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1642
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1643
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1644
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1645
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1646
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1647
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1648
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1649
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1650
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1651
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1652
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1653
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1654
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1655
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1656
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1657
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1658
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1659
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1660
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1661
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1662
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:15:11 -0400
|
|
1663
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1664
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1665
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.2ms)
|
|
1666
|
+
Completed 200 OK in 6674ms (Views: 250.7ms)
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:17:45 -0400
|
|
1670
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1671
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1672
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1673
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (62.1ms)
|
|
1674
|
+
Completed 200 OK in 104ms (Views: 99.1ms | ActiveRecord: 14.1ms)
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:17:54 -0400
|
|
1678
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1679
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1680
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1681
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.6ms)
|
|
1682
|
+
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.4ms)
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:18:22 -0400
|
|
1686
|
+
Processing by TestsController#index as HTML
|
|
1687
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
1688
|
+
[1m[35mSQL (7.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:18:22.318132"], ["updated_at", "2017-10-29 18:18:22.318132"]]
|
|
1689
|
+
[1m[35m (12.9ms)[0m [1m[35mCOMMIT[0m
|
|
1690
|
+
Rendering tests/index.html.erb within layouts/application
|
|
1691
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
1692
|
+
Completed 200 OK in 41ms (Views: 13.9ms | ActiveRecord: 20.4ms)
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:18:23 -0400
|
|
1696
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1697
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1698
|
+
[1m[36mPageview Load (9.1ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1699
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (11.5ms)
|
|
1700
|
+
Completed 200 OK in 29ms (Views: 17.4ms | ActiveRecord: 9.1ms)
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:18:28 -0400
|
|
1704
|
+
Processing by TestsController#index as HTML
|
|
1705
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
1706
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:18:28.618016"], ["updated_at", "2017-10-29 18:18:28.618016"]]
|
|
1707
|
+
[1m[35m (0.4ms)[0m [1m[35mCOMMIT[0m
|
|
1708
|
+
Rendering tests/index.html.erb within layouts/application
|
|
1709
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
1710
|
+
Completed 200 OK in 22ms (Views: 17.3ms | ActiveRecord: 0.9ms)
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:18:30 -0400
|
|
1714
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1715
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1716
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1717
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
1718
|
+
Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.4ms)
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT "pageviews".* FROM "pageviews" ORDER BY "pageviews"."id" ASC LIMIT $1[0m [["LIMIT", 1]]
|
|
1722
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
1723
|
+
[1m[35mSQL (17.4ms)[0m [1m[33mUPDATE "pageviews" SET "visit_date" = $1, "updated_at" = $2 WHERE "pageviews"."id" = $3[0m [["visit_date", "2017-10-28"], ["updated_at", "2017-10-29 18:19:00.679246"], ["id", 28]]
|
|
1724
|
+
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
|
|
1725
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:19:03 -0400
|
|
1726
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1727
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1728
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1729
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.2ms)
|
|
1730
|
+
Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.4ms)
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:19:09 -0400
|
|
1734
|
+
Processing by TestsController#index as HTML
|
|
1735
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
|
1736
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:19:09.586138"], ["updated_at", "2017-10-29 18:19:09.586138"]]
|
|
1737
|
+
[1m[35m (7.6ms)[0m [1m[35mCOMMIT[0m
|
|
1738
|
+
Rendering tests/index.html.erb within layouts/application
|
|
1739
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
1740
|
+
Completed 200 OK in 25ms (Views: 12.8ms | ActiveRecord: 8.0ms)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:19:12 -0400
|
|
1744
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1745
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1746
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1747
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (9.3ms)
|
|
1748
|
+
Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.5ms)
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
Started GET "/trackster.csv" for 127.0.0.1 at 2017-10-29 14:24:15 -0400
|
|
1752
|
+
|
|
1753
|
+
ActionController::RoutingError (No route matches [GET] "/trackster.csv"):
|
|
1754
|
+
|
|
1755
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
1756
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1757
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1758
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1759
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1760
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1761
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1762
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1763
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1764
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1765
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1766
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1767
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1768
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1769
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1770
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1771
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1772
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1773
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1774
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1775
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1776
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1777
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:24:36 -0400
|
|
1778
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1779
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1780
|
+
[1m[36mPageview Load (1.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1781
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (62.8ms)
|
|
1782
|
+
Completed 200 OK in 623ms (Views: 300.3ms | ActiveRecord: 16.2ms)
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
Started GET "/trackster.csv" for 127.0.0.1 at 2017-10-29 14:24:43 -0400
|
|
1786
|
+
|
|
1787
|
+
ActionController::RoutingError (No route matches [GET] "/trackster.csv"):
|
|
1788
|
+
|
|
1789
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
1790
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1791
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1792
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1793
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1794
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1795
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1796
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1797
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1798
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1799
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1800
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1801
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1802
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1803
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1804
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1805
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1806
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1807
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1808
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1809
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1810
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1811
|
+
Started GET "/trackster.csv" for 127.0.0.1 at 2017-10-29 14:28:12 -0400
|
|
1812
|
+
|
|
1813
|
+
ActionController::RoutingError (No route matches [GET] "/trackster.csv"):
|
|
1814
|
+
|
|
1815
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
1816
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1817
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1818
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1819
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1820
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1821
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1822
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1823
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1824
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1825
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1826
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1827
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1828
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1829
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1830
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1831
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1832
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1833
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1834
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1835
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1836
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1837
|
+
Started GET "/trackster" for 127.0.0.1 at 2017-10-29 14:28:15 -0400
|
|
1838
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
1839
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
1840
|
+
[1m[36mPageview Load (0.9ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
1841
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (59.0ms)
|
|
1842
|
+
Completed 200 OK in 593ms (Views: 291.0ms | ActiveRecord: 15.3ms)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:29:08 -0400
|
|
1846
|
+
|
|
1847
|
+
NoMethodError (undefined method `pageviews' for Trackster:Module):
|
|
1848
|
+
|
|
1849
|
+
/Users/rajbirkaransingh/Projects/trackster/config/routes.rb:3:in `block in <top (required)>'
|
|
1850
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:426:in `instance_exec'
|
|
1851
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:426:in `eval_block'
|
|
1852
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:408:in `draw'
|
|
1853
|
+
/Users/rajbirkaransingh/Projects/trackster/config/routes.rb:1:in `<top (required)>'
|
|
1854
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `load'
|
|
1855
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `block in load'
|
|
1856
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:258:in `load_dependency'
|
|
1857
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `load'
|
|
1858
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `block in load_paths'
|
|
1859
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `each'
|
|
1860
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `load_paths'
|
|
1861
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:18:in `reload!'
|
|
1862
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:41:in `block in updater'
|
|
1863
|
+
activesupport (5.1.4) lib/active_support/file_update_checker.rb:81:in `execute'
|
|
1864
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:25:in `execute'
|
|
1865
|
+
railties (5.1.4) lib/rails/application/finisher.rb:141:in `block (2 levels) in <module:Finisher>'
|
|
1866
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `instance_exec'
|
|
1867
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `block in make_lambda'
|
|
1868
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:197:in `block (2 levels) in halting'
|
|
1869
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:601:in `block (2 levels) in default_terminator'
|
|
1870
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:600:in `catch'
|
|
1871
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:600:in `block in default_terminator'
|
|
1872
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:198:in `block in halting'
|
|
1873
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `block in invoke_before'
|
|
1874
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `each'
|
|
1875
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `invoke_before'
|
|
1876
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:130:in `run_callbacks'
|
|
1877
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:108:in `run!'
|
|
1878
|
+
activesupport (5.1.4) lib/active_support/reloader.rb:113:in `run!'
|
|
1879
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:70:in `block in run!'
|
|
1880
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:67:in `tap'
|
|
1881
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:67:in `run!'
|
|
1882
|
+
activesupport (5.1.4) lib/active_support/reloader.rb:59:in `run!'
|
|
1883
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:10:in `call'
|
|
1884
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1885
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1886
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1887
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1888
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1889
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1890
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1891
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1892
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1893
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1894
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1895
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1896
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1897
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1898
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1899
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1900
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1901
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1902
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1903
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1904
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1905
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1906
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:29:18 -0400
|
|
1907
|
+
|
|
1908
|
+
ActionController::RoutingError (uninitialized constant PageviewsController):
|
|
1909
|
+
|
|
1910
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get'
|
|
1911
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize'
|
|
1912
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
1913
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
1914
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
1915
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
1916
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
1917
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
1918
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
1919
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1920
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1921
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1922
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1923
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1924
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
1925
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
1926
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
1927
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
1928
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
1929
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
1930
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
1931
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
1932
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
1933
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
1934
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
1935
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
1936
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
1937
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
1938
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
1939
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
1940
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
1941
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
1942
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1943
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
1944
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
1945
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
1946
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
1947
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
1948
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1949
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
1950
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
1951
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
1952
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
1953
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
1954
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
1955
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
1956
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
1957
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
1958
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
1959
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
1960
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
1961
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
1962
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
1963
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
1964
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
1965
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:29:35 -0400
|
|
1966
|
+
|
|
1967
|
+
ArgumentError (Invalid route name: 'trackster/pageviews'):
|
|
1968
|
+
|
|
1969
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:575:in `add_route'
|
|
1970
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1920:in `add_route'
|
|
1971
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1891:in `decomposed_match'
|
|
1972
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1860:in `block in map_match'
|
|
1973
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1858:in `each'
|
|
1974
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1858:in `map_match'
|
|
1975
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1597:in `match'
|
|
1976
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:730:in `map_method'
|
|
1977
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:691:in `get'
|
|
1978
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1443:in `block (3 levels) in resources'
|
|
1979
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1477:in `block (2 levels) in collection'
|
|
1980
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1820:in `path_scope'
|
|
1981
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1476:in `block in collection'
|
|
1982
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1700:in `with_scope_level'
|
|
1983
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1475:in `collection'
|
|
1984
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1442:in `block (2 levels) in resources'
|
|
1985
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1708:in `block in resource_scope'
|
|
1986
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:881:in `controller'
|
|
1987
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1708:in `resource_scope'
|
|
1988
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1437:in `block in resources'
|
|
1989
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1700:in `with_scope_level'
|
|
1990
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:1435:in `resources'
|
|
1991
|
+
/Users/rajbirkaransingh/Projects/trackster/config/routes.rb:3:in `block in <top (required)>'
|
|
1992
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:426:in `instance_exec'
|
|
1993
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:426:in `eval_block'
|
|
1994
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:408:in `draw'
|
|
1995
|
+
/Users/rajbirkaransingh/Projects/trackster/config/routes.rb:1:in `<top (required)>'
|
|
1996
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `load'
|
|
1997
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `block in load'
|
|
1998
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:258:in `load_dependency'
|
|
1999
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:286:in `load'
|
|
2000
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `block in load_paths'
|
|
2001
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `each'
|
|
2002
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:55:in `load_paths'
|
|
2003
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:18:in `reload!'
|
|
2004
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:41:in `block in updater'
|
|
2005
|
+
activesupport (5.1.4) lib/active_support/file_update_checker.rb:81:in `execute'
|
|
2006
|
+
railties (5.1.4) lib/rails/application/routes_reloader.rb:25:in `execute'
|
|
2007
|
+
railties (5.1.4) lib/rails/application/finisher.rb:141:in `block (2 levels) in <module:Finisher>'
|
|
2008
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `instance_exec'
|
|
2009
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:413:in `block in make_lambda'
|
|
2010
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:197:in `block (2 levels) in halting'
|
|
2011
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:601:in `block (2 levels) in default_terminator'
|
|
2012
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:600:in `catch'
|
|
2013
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:600:in `block in default_terminator'
|
|
2014
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:198:in `block in halting'
|
|
2015
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `block in invoke_before'
|
|
2016
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `each'
|
|
2017
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:507:in `invoke_before'
|
|
2018
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:130:in `run_callbacks'
|
|
2019
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:108:in `run!'
|
|
2020
|
+
activesupport (5.1.4) lib/active_support/reloader.rb:113:in `run!'
|
|
2021
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:70:in `block in run!'
|
|
2022
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:67:in `tap'
|
|
2023
|
+
activesupport (5.1.4) lib/active_support/execution_wrapper.rb:67:in `run!'
|
|
2024
|
+
activesupport (5.1.4) lib/active_support/reloader.rb:59:in `run!'
|
|
2025
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:10:in `call'
|
|
2026
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
2027
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2028
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2029
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2030
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2031
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2032
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2033
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2034
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2035
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2036
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2037
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2038
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2039
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2040
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2041
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2042
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2043
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2044
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2045
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2046
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2047
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2048
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:30:31 -0400
|
|
2049
|
+
Processing by TestsController#index as HTML
|
|
2050
|
+
Rendering tests/index.html.erb within layouts/application
|
|
2051
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
|
2052
|
+
Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.0ms)
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:30:33 -0400
|
|
2056
|
+
|
|
2057
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2058
|
+
|
|
2059
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2060
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2061
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2062
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2063
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2064
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2065
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2066
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2067
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2068
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2069
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2070
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2071
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2072
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2073
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2074
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2075
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2076
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2077
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2078
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2079
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2080
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2081
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:30:54 -0400
|
|
2082
|
+
|
|
2083
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2084
|
+
|
|
2085
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2086
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2087
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2088
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2089
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2090
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2091
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2092
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2093
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2094
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2095
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2096
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2097
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2098
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2099
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2100
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2101
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2102
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2103
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2104
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2105
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2106
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2107
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:31:15 -0400
|
|
2108
|
+
|
|
2109
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2110
|
+
|
|
2111
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2112
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2113
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2114
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2115
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2116
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2117
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2118
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2119
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2120
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2121
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2122
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2123
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2124
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2125
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2126
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2127
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2128
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2129
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2130
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2131
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2132
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2133
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:32:11 -0400
|
|
2134
|
+
|
|
2135
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2136
|
+
|
|
2137
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2138
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2139
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2140
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2141
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2142
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2143
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2144
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2145
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2146
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2147
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2148
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2149
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2150
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2151
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2152
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2153
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2154
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2155
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2156
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2157
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2158
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2159
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:32:33 -0400
|
|
2160
|
+
|
|
2161
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2162
|
+
|
|
2163
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2164
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2165
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2166
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2167
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2168
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2169
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2170
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2171
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2172
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2173
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2174
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2175
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2176
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2177
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2178
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2179
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2180
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2181
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2182
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2183
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2184
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2185
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:32:34 -0400
|
|
2186
|
+
|
|
2187
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2188
|
+
|
|
2189
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2190
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2191
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2192
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2193
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2194
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2195
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2196
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2197
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2198
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2199
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2200
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2201
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2202
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2203
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2204
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2205
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2206
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2207
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2208
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2209
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2210
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2211
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:32:42 -0400
|
|
2212
|
+
|
|
2213
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageviews"):
|
|
2214
|
+
|
|
2215
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2216
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2217
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2218
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2219
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2220
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2221
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2222
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2223
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2224
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2225
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2226
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2227
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2228
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2229
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2230
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2231
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2232
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2233
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2234
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2235
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2236
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2237
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:33:00 -0400
|
|
2238
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2239
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2240
|
+
[1m[36mPageview Load (0.9ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2241
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (52.2ms)
|
|
2242
|
+
Completed 200 OK in 595ms (Views: 274.2ms | ActiveRecord: 34.1ms)
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
Started GET "/trackster/pageviews.csv" for 127.0.0.1 at 2017-10-29 14:33:19 -0400
|
|
2246
|
+
Processing by Trackster::PageviewsController#index as CSV
|
|
2247
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
2248
|
+
Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
[1m[36mCACHE Pageview Load (0.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC LIMIT $1[0m [["LIMIT", 11]]
|
|
2253
|
+
NoMethodError (undefined method `to_csv' for #<Pageview::ActiveRecord_Relation:0x00007f8b489d9718>
|
|
2254
|
+
Did you mean? to_s):
|
|
2255
|
+
|
|
2256
|
+
activerecord (5.1.4) lib/active_record/relation/delegation.rb:125:in `method_missing'
|
|
2257
|
+
activerecord (5.1.4) lib/active_record/relation/delegation.rb:95:in `method_missing'
|
|
2258
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/pageviews_controller.rb:7:in `block (2 levels) in index'
|
|
2259
|
+
actionpack (5.1.4) lib/action_controller/metal/mime_responds.rb:201:in `respond_to'
|
|
2260
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/pageviews_controller.rb:5:in `index'
|
|
2261
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
2262
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
2263
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
2264
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
2265
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
2266
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
2267
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
2268
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
2269
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2270
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2271
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2272
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
2273
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
2274
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
2275
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
2276
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
2277
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
2278
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
2279
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
2280
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
2281
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2282
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2283
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2284
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2285
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2286
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
2287
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
2288
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
2289
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
2290
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2291
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2292
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2293
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2294
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
2295
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
2296
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
2297
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
2298
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
2299
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
2300
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
2301
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
2302
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
2303
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
2304
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2305
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
2306
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2307
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2308
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2309
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2310
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2311
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2312
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2313
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2314
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2315
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2316
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2317
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2318
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2319
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2320
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2321
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2322
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2323
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2324
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2325
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2326
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2327
|
+
Started GET "/trackster/pageviews.csv" for 127.0.0.1 at 2017-10-29 14:33:39 -0400
|
|
2328
|
+
Processing by Trackster::PageviewsController#index as CSV
|
|
2329
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2330
|
+
Rendering text template
|
|
2331
|
+
Rendered text template (0.0ms)
|
|
2332
|
+
Sent data (1.9ms)
|
|
2333
|
+
Completed 200 OK in 15ms (Views: 1.7ms | ActiveRecord: 3.6ms)
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:33:49 -0400
|
|
2337
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2338
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2339
|
+
[1m[36mPageview Load (1.2ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2340
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (5.2ms)
|
|
2341
|
+
Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 1.2ms)
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:34:10 -0400
|
|
2345
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2346
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2347
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2348
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (10.3ms)
|
|
2349
|
+
Completed 200 OK in 29ms (Views: 20.4ms | ActiveRecord: 3.9ms)
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
Started GET "/trackster/pageviews.csv" for 127.0.0.1 at 2017-10-29 14:34:13 -0400
|
|
2353
|
+
Processing by Trackster::PageviewsController#index as CSV
|
|
2354
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2355
|
+
Rendering text template
|
|
2356
|
+
Rendered text template (0.1ms)
|
|
2357
|
+
Sent data (9.2ms)
|
|
2358
|
+
Completed 200 OK in 46321ms (Views: 8.9ms | ActiveRecord: 0.3ms)
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:35:26 -0400
|
|
2362
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2363
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2364
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2365
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (59.6ms)
|
|
2366
|
+
Completed 200 OK in 620ms (Views: 307.7ms | ActiveRecord: 15.3ms)
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
Started GET "/trackster/pageviews.csv" for 127.0.0.1 at 2017-10-29 14:35:32 -0400
|
|
2370
|
+
Processing by Trackster::PageviewsController#index as CSV
|
|
2371
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2372
|
+
Rendering text template
|
|
2373
|
+
Rendered text template (0.0ms)
|
|
2374
|
+
Sent data (1.4ms)
|
|
2375
|
+
Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.5ms)
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:36:14 -0400
|
|
2379
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2380
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2381
|
+
[1m[36mPageview Load (1.1ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2382
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (16.3ms)
|
|
2383
|
+
Completed 200 OK in 75ms (Views: 56.5ms | ActiveRecord: 1.1ms)
|
|
2384
|
+
|
|
2385
|
+
|
|
2386
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:37:17 -0400
|
|
2387
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2388
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2389
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2390
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.2ms)
|
|
2391
|
+
Completed 200 OK in 91ms (Views: 88.3ms | ActiveRecord: 0.4ms)
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:37:18 -0400
|
|
2395
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2396
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2397
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2398
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.7ms)
|
|
2399
|
+
Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.4ms)
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:37:32 -0400
|
|
2403
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2404
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2405
|
+
[1m[36mPageview Load (1.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2406
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (63.3ms)
|
|
2407
|
+
Completed 200 OK in 630ms (Views: 313.3ms | ActiveRecord: 16.7ms)
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:37:33 -0400
|
|
2411
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2412
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2413
|
+
[1m[36mPageview Load (0.9ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2414
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (13.1ms)
|
|
2415
|
+
Completed 200 OK in 31ms (Views: 23.5ms | ActiveRecord: 5.5ms)
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:39:05 -0400
|
|
2419
|
+
Processing by TestsController#index as HTML
|
|
2420
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
2421
|
+
[1m[35mSQL (7.6ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:39:05.615315"], ["updated_at", "2017-10-29 18:39:05.615315"]]
|
|
2422
|
+
[1m[35m (11.5ms)[0m [1m[35mCOMMIT[0m
|
|
2423
|
+
Rendering tests/index.html.erb within layouts/application
|
|
2424
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
|
2425
|
+
Completed 200 OK in 619ms (Views: 245.6ms | ActiveRecord: 33.0ms)
|
|
2426
|
+
|
|
2427
|
+
|
|
2428
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:06 -0400
|
|
2429
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2430
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2431
|
+
[1m[36mPageview Load (0.9ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2432
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (17.0ms)
|
|
2433
|
+
Completed 200 OK in 37ms (Views: 26.7ms | ActiveRecord: 7.6ms)
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:08 -0400
|
|
2437
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2438
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2439
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2440
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.9ms)
|
|
2441
|
+
Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.4ms)
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:29 -0400
|
|
2445
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2446
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2447
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2448
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.9ms)
|
|
2449
|
+
Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.3ms)
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:37 -0400
|
|
2453
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2454
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2455
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2456
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.5ms)
|
|
2457
|
+
Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.3ms)
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:44 -0400
|
|
2461
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2462
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2463
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2464
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.9ms)
|
|
2465
|
+
Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 0.3ms)
|
|
2466
|
+
|
|
2467
|
+
|
|
2468
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:39:48 -0400
|
|
2469
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2470
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2471
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2472
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.7ms)
|
|
2473
|
+
Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.3ms)
|
|
2474
|
+
|
|
2475
|
+
|
|
2476
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:40:06 -0400
|
|
2477
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2478
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2479
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2480
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
2481
|
+
Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.4ms)
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:40:13 -0400
|
|
2485
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2486
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2487
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2488
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.6ms)
|
|
2489
|
+
Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.3ms)
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:40:18 -0400
|
|
2493
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2494
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2495
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2496
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
2497
|
+
Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.4ms)
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:40:26 -0400
|
|
2501
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2502
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2503
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2504
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (3.4ms)
|
|
2505
|
+
Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.4ms)
|
|
2506
|
+
|
|
2507
|
+
|
|
2508
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:40:32 -0400
|
|
2509
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2510
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2511
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2512
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.6ms)
|
|
2513
|
+
Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.3ms)
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:41:25 -0400
|
|
2517
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2518
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2519
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2520
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.9ms)
|
|
2521
|
+
Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.4ms)
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:44:21 -0400
|
|
2525
|
+
Processing by TestsController#index as HTML
|
|
2526
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
2527
|
+
[1m[35mSQL (7.3ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/t[a-z]+"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:44:21.445418"], ["updated_at", "2017-10-29 18:44:21.445418"]]
|
|
2528
|
+
[1m[35m (6.4ms)[0m [1m[35mCOMMIT[0m
|
|
2529
|
+
Rendering tests/index.html.erb within layouts/application
|
|
2530
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
|
2531
|
+
Completed 200 OK in 635ms (Views: 251.8ms | ActiveRecord: 46.3ms)
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:26 -0400
|
|
2535
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2536
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2537
|
+
[1m[36mPageview Load (1.2ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2538
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (4.0ms)
|
|
2539
|
+
Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 1.2ms)
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:26 -0400
|
|
2543
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2544
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2545
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2546
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (4.0ms)
|
|
2547
|
+
Completed 200 OK in 34ms (Views: 28.4ms | ActiveRecord: 0.8ms)
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:26 -0400
|
|
2551
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2552
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2553
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2554
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
2555
|
+
Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.3ms)
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:28 -0400
|
|
2559
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2560
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2561
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2562
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.4ms)
|
|
2563
|
+
Completed 200 OK in 22ms (Views: 17.7ms | ActiveRecord: 0.4ms)
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:29 -0400
|
|
2567
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2568
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2569
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2570
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.3ms)
|
|
2571
|
+
Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.4ms)
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:30 -0400
|
|
2575
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2576
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2577
|
+
[1m[36mPageview Load (0.6ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2578
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.8ms)
|
|
2579
|
+
Completed 200 OK in 20ms (Views: 16.8ms | ActiveRecord: 0.6ms)
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:44:57 -0400
|
|
2583
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2584
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2585
|
+
[1m[36mPageview Load (1.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2586
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (35.3ms)
|
|
2587
|
+
Completed 200 OK in 491ms (Views: 260.9ms | ActiveRecord: 13.6ms)
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 14:44:59 -0400
|
|
2591
|
+
Processing by TestsController#index as HTML
|
|
2592
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
2593
|
+
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/tests"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 18:44:59.494799"], ["updated_at", "2017-10-29 18:44:59.494799"]]
|
|
2594
|
+
[1m[35m (8.6ms)[0m [1m[35mCOMMIT[0m
|
|
2595
|
+
Rendering tests/index.html.erb within layouts/application
|
|
2596
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
|
2597
|
+
Completed 200 OK in 47ms (Views: 15.1ms | ActiveRecord: 17.9ms)
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:45:01 -0400
|
|
2601
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2602
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2603
|
+
[1m[36mPageview Load (1.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2604
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.8ms)
|
|
2605
|
+
Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 1.0ms)
|
|
2606
|
+
|
|
2607
|
+
|
|
2608
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:47:53 -0400
|
|
2609
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2610
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2611
|
+
[1m[36mPageview Load (3.1ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2612
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (68.4ms)
|
|
2613
|
+
Completed 500 Internal Server Error in 398ms (ActiveRecord: 29.3ms)
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
ActionView::Template::Error (undefined method `pageviews_path' for #<#<Class:0x00007fc2430cc4b8>:0x00007fc2430bda80>):
|
|
2618
|
+
21: </table>
|
|
2619
|
+
22:
|
|
2620
|
+
23: <br />
|
|
2621
|
+
24: <%= link_to "Download as CSV", pageviews_path(format: "csv") %> |
|
|
2622
|
+
|
|
2623
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__583150933388650395_70236162649040'
|
|
2624
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
2625
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
2626
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
2627
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
2628
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
2629
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
2630
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2631
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2632
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2633
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
2634
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
2635
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
2636
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
2637
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
2638
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
2639
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
2640
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
2641
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
2642
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
2643
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
2644
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
2645
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
2646
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
2647
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
2648
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
2649
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
2650
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
2651
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
2652
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
2653
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
|
|
2654
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
2655
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
2656
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
2657
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
2658
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
2659
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
2660
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
2661
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
2662
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
2663
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
2664
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
2665
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
2666
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2667
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2668
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2669
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
2670
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
2671
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
2672
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
2673
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
2674
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
2675
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
2676
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
2677
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
2678
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2679
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2680
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2681
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2682
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2683
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
2684
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
2685
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
2686
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
2687
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2688
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2689
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2690
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2691
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
2692
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
2693
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
2694
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
2695
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
2696
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
2697
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
2698
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
2699
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
2700
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
2701
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2702
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
2703
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2704
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2705
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2706
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2707
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2708
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2709
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2710
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2711
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2712
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2713
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2714
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2715
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2716
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2717
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2718
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2719
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2720
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2721
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2722
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2723
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2724
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:48:25 -0400
|
|
2725
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2726
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2727
|
+
[1m[36mPageview Load (0.5ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2728
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (28.5ms)
|
|
2729
|
+
Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.5ms)
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
|
|
2733
|
+
ActionView::Template::Error (undefined method `trackster_pageviews_path' for #<#<Class:0x00007fc2430cc4b8>:0x00007fc2407142d8>
|
|
2734
|
+
Did you mean? trackster_engine_path):
|
|
2735
|
+
21: </table>
|
|
2736
|
+
22:
|
|
2737
|
+
23: <br />
|
|
2738
|
+
24: <%= link_to "Download as CSV", trackster_pageviews_path(format: "csv") %> |
|
|
2739
|
+
|
|
2740
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__583150933388650395_70236140775080'
|
|
2741
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
2742
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
2743
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
2744
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
2745
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
2746
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
2747
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2748
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2749
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2750
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
2751
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
2752
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
2753
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
2754
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
2755
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
2756
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
2757
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
2758
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
2759
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
2760
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
2761
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
2762
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
2763
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
2764
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
2765
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
2766
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
2767
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
2768
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
2769
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
2770
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'
|
|
2771
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
2772
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
2773
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
2774
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
2775
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
2776
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
2777
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
2778
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
2779
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
2780
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
2781
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
2782
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
2783
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2784
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2785
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2786
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
2787
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
2788
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
2789
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
2790
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
2791
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
2792
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
2793
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
2794
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
2795
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2796
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2797
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2798
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2799
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2800
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
2801
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
2802
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
2803
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
2804
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2805
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2806
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2807
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2808
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
2809
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
2810
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
2811
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
2812
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
2813
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
2814
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
2815
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
2816
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
2817
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
2818
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2819
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
2820
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2821
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2822
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2823
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2824
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2825
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2826
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2827
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2828
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2829
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2830
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2831
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2832
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2833
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2834
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2835
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2836
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2837
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2838
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2839
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2840
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2841
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:48:32 -0400
|
|
2842
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2843
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2844
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2845
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.5ms)
|
|
2846
|
+
Completed 200 OK in 229ms (Views: 226.2ms | ActiveRecord: 0.4ms)
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
Started GET "/trackster?format=csv" for 127.0.0.1 at 2017-10-29 14:48:38 -0400
|
|
2850
|
+
|
|
2851
|
+
ActionController::RoutingError (No route matches [GET] "/trackster"):
|
|
2852
|
+
|
|
2853
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
2854
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2855
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2856
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2857
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2858
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2859
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2860
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2861
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2862
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2863
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2864
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2865
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2866
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2867
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2868
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2869
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2870
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2871
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2872
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2873
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2874
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2875
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:48:43 -0400
|
|
2876
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2877
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2878
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2879
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (3.9ms)
|
|
2880
|
+
Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.4ms)
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:48:52 -0400
|
|
2884
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
2885
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
2886
|
+
[1m[36mPageview Load (1.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
2887
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (21.4ms)
|
|
2888
|
+
Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.0ms)
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
|
|
2892
|
+
ActionView::Template::Error (undefined method `pageviews_path' for #<#<Class:0x00007fc2430cc4b8>:0x00007fc24373ba88>):
|
|
2893
|
+
21: </table>
|
|
2894
|
+
22:
|
|
2895
|
+
23: <br />
|
|
2896
|
+
24: <%= link_to "Download as CSV", pageviews_path(format: "csv") %>
|
|
2897
|
+
|
|
2898
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__583150933388650395_70236166029960'
|
|
2899
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
2900
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
2901
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
2902
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
2903
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
2904
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
2905
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2906
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2907
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2908
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
2909
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
2910
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
2911
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
2912
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
2913
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
2914
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
2915
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
2916
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
2917
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
2918
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
2919
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
2920
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
2921
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
2922
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
2923
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
2924
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
2925
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
2926
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
2927
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
2928
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'
|
|
2929
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
2930
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
2931
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
2932
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
2933
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
2934
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
2935
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
2936
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
2937
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
2938
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
2939
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
2940
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
2941
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
2942
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
2943
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
2944
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
2945
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
2946
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
2947
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
2948
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
2949
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
2950
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
2951
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
2952
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
2953
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2954
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2955
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2956
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2957
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2958
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
2959
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
2960
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
2961
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
2962
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
2963
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
2964
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
2965
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
2966
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
2967
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
2968
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
2969
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
2970
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
2971
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
2972
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
2973
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
2974
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
2975
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
2976
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2977
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
2978
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
2979
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
2980
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
2981
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
2982
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2983
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
2984
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
2985
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
2986
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
2987
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
2988
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
2989
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
2990
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
2991
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
2992
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
2993
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
2994
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
2995
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
2996
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
2997
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
2998
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
2999
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:49:14 -0400
|
|
3000
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3001
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3002
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3003
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (33.0ms)
|
|
3004
|
+
Completed 500 Internal Server Error in 41ms (ActiveRecord: 4.2ms)
|
|
3005
|
+
|
|
3006
|
+
|
|
3007
|
+
|
|
3008
|
+
ActionView::Template::Error (undefined method `trackster_pageviews_path' for #<#<Class:0x00007fc243942688>:0x00007fc24393a1e0>
|
|
3009
|
+
Did you mean? trackster_engine_path):
|
|
3010
|
+
21: </table>
|
|
3011
|
+
22:
|
|
3012
|
+
23: <br />
|
|
3013
|
+
24: <%= link_to "Download as CSV", trackster_pageviews_path(format: "csv") %>
|
|
3014
|
+
|
|
3015
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__583150933388650395_70236167085620'
|
|
3016
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
3017
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
3018
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
3019
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
3020
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
3021
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
3022
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3023
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3024
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3025
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
3026
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
3027
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
3028
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
3029
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
3030
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
3031
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
3032
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
3033
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
3034
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
3035
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
3036
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
3037
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
3038
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
3039
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
3040
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
3041
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
3042
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
3043
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
3044
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
3045
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'
|
|
3046
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
3047
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
3048
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
3049
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
3050
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
3051
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
3052
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
3053
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
3054
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
3055
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
3056
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
3057
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
3058
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3059
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3060
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3061
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
3062
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
3063
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
3064
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
3065
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
3066
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
3067
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
3068
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
3069
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
3070
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3071
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3072
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3073
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3074
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3075
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
3076
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
3077
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
3078
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
3079
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3080
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3081
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3082
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3083
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
3084
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
3085
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
3086
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
3087
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
3088
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
3089
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
3090
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
3091
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
3092
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
3093
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3094
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
3095
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3096
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3097
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3098
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3099
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3100
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3101
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3102
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3103
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3104
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3105
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3106
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3107
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3108
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3109
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3110
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3111
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3112
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3113
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3114
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3115
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3116
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:50:42 -0400
|
|
3117
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3118
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3119
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3120
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (44.9ms)
|
|
3121
|
+
Completed 500 Internal Server Error in 263ms (ActiveRecord: 10.7ms)
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
ActionView::Template::Error (undefined method `pageviews_path' for #<#<Class:0x00007fddb60cb430>:0x00007fddb60c2380>):
|
|
3126
|
+
21: </table>
|
|
3127
|
+
22:
|
|
3128
|
+
23: <br />
|
|
3129
|
+
24: <%= link_to "Download as CSV", pageviews_path(format: "csv") %>
|
|
3130
|
+
|
|
3131
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__1163714982303449474_70295109403140'
|
|
3132
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
3133
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
3134
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
3135
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
3136
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
3137
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
3138
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3139
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3140
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3141
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
3142
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
3143
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
3144
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
3145
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
3146
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
3147
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
3148
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
3149
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
3150
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
3151
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
3152
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
3153
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
3154
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
3155
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
3156
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
3157
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
3158
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
3159
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
3160
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
3161
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
|
|
3162
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
3163
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
3164
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
3165
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
3166
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
3167
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
3168
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
3169
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
3170
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
3171
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
3172
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
3173
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
3174
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3175
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3176
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3177
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
3178
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
3179
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
3180
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
3181
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
3182
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
3183
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
3184
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
3185
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
3186
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3187
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3188
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3189
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3190
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3191
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
3192
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
3193
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
3194
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
3195
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3196
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3197
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3198
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3199
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
3200
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
3201
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
3202
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
3203
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
3204
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
3205
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
3206
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
3207
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
3208
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
3209
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3210
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
3211
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3212
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3213
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3214
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3215
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3216
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3217
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3218
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3219
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3220
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3221
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3222
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3223
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3224
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3225
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3226
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3227
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3228
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3229
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3230
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3231
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3232
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:50:53 -0400
|
|
3233
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3234
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3235
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3236
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (32.0ms)
|
|
3237
|
+
Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.8ms)
|
|
3238
|
+
|
|
3239
|
+
|
|
3240
|
+
|
|
3241
|
+
ActionView::Template::Error (undefined method `trackster_pageviews_path' for #<#<Class:0x00007fddb60cb430>:0x00007fddb29a6ab8>
|
|
3242
|
+
Did you mean? trackster_engine_path):
|
|
3243
|
+
21: </table>
|
|
3244
|
+
22:
|
|
3245
|
+
23: <br />
|
|
3246
|
+
24: <%= link_to "Download as CSV", trackster_pageviews_path(format: "csv") %>
|
|
3247
|
+
|
|
3248
|
+
/Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb:24:in `___sers_rajbirkaransingh__rojects_trackster_app_views_trackster_pageviews_index_html_erb__1163714982303449474_70295080495440'
|
|
3249
|
+
actionview (5.1.4) lib/action_view/template.rb:157:in `block in render'
|
|
3250
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:168:in `instrument'
|
|
3251
|
+
actionview (5.1.4) lib/action_view/template.rb:352:in `instrument_render_template'
|
|
3252
|
+
actionview (5.1.4) lib/action_view/template.rb:155:in `render'
|
|
3253
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'
|
|
3254
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'
|
|
3255
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3256
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3257
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3258
|
+
actionview (5.1.4) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'
|
|
3259
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'
|
|
3260
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
|
|
3261
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:50:in `render_template'
|
|
3262
|
+
actionview (5.1.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
|
3263
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
3264
|
+
actionview (5.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
3265
|
+
actionview (5.1.4) lib/action_view/rendering.rb:103:in `_render_template'
|
|
3266
|
+
actionpack (5.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
3267
|
+
actionview (5.1.4) lib/action_view/rendering.rb:83:in `render_to_body'
|
|
3268
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
|
|
3269
|
+
actionpack (5.1.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
|
|
3270
|
+
actionpack (5.1.4) lib/abstract_controller/rendering.rb:24:in `render'
|
|
3271
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:36:in `render'
|
|
3272
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
|
3273
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
3274
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'
|
|
3275
|
+
activesupport (5.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
3276
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
|
3277
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
|
3278
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'
|
|
3279
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
|
3280
|
+
actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:33:in `default_render'
|
|
3281
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
|
|
3282
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
|
|
3283
|
+
actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
|
|
3284
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action'
|
|
3285
|
+
actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
|
3286
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
3287
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
|
|
3288
|
+
actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
3289
|
+
actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action'
|
|
3290
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
3291
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument'
|
|
3292
|
+
activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
|
3293
|
+
activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
|
|
3294
|
+
actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
3295
|
+
actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
|
|
3296
|
+
activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
|
|
3297
|
+
actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
|
|
3298
|
+
actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
|
|
3299
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
|
|
3300
|
+
actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
|
|
3301
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
|
|
3302
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
|
|
3303
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3304
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3305
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3306
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3307
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3308
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
3309
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
3310
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
3311
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
3312
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3313
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3314
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3315
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3316
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
3317
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
3318
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
3319
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
3320
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
3321
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
3322
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
3323
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
3324
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
3325
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
3326
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3327
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
3328
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3329
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3330
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3331
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3332
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3333
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3334
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3335
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3336
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3337
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3338
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3339
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3340
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3341
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3342
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3343
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3344
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3345
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3346
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3347
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3348
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3349
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:52:09 -0400
|
|
3350
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3351
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3352
|
+
[1m[36mPageview Load (1.2ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3353
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (18.8ms)
|
|
3354
|
+
Completed 200 OK in 318ms (Views: 306.1ms | ActiveRecord: 1.2ms)
|
|
3355
|
+
|
|
3356
|
+
|
|
3357
|
+
Started GET "/trackster?format=csv" for 127.0.0.1 at 2017-10-29 14:52:11 -0400
|
|
3358
|
+
|
|
3359
|
+
ActionController::RoutingError (No route matches [GET] "/trackster"):
|
|
3360
|
+
|
|
3361
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
3362
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3363
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3364
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3365
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3366
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3367
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3368
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3369
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3370
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3371
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3372
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3373
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3374
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3375
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3376
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3377
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3378
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3379
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3380
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3381
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3382
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3383
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:52:38 -0400
|
|
3384
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3385
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3386
|
+
[1m[36mPageview Load (0.8ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3387
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (3.3ms)
|
|
3388
|
+
Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.8ms)
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
Started GET "/trackster/pageview?format=csv" for 127.0.0.1 at 2017-10-29 14:52:41 -0400
|
|
3392
|
+
|
|
3393
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageview"):
|
|
3394
|
+
|
|
3395
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
3396
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3397
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3398
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3399
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3400
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3401
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3402
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3403
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3404
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3405
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3406
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3407
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3408
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3409
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3410
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3411
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3412
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3413
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3414
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3415
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3416
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3417
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:52:53 -0400
|
|
3418
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3419
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3420
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3421
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (3.2ms)
|
|
3422
|
+
Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.4ms)
|
|
3423
|
+
|
|
3424
|
+
|
|
3425
|
+
Started GET "/trackster/pageview.csv" for 127.0.0.1 at 2017-10-29 14:52:55 -0400
|
|
3426
|
+
|
|
3427
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageview.csv"):
|
|
3428
|
+
|
|
3429
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
3430
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3431
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3432
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3433
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3434
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3435
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3436
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3437
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3438
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3439
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3440
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3441
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3442
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3443
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3444
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3445
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3446
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3447
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3448
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3449
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3450
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3451
|
+
Started GET "/trackster/pageview.csv" for 127.0.0.1 at 2017-10-29 14:52:57 -0400
|
|
3452
|
+
|
|
3453
|
+
ActionController::RoutingError (No route matches [GET] "/trackster/pageview.csv"):
|
|
3454
|
+
|
|
3455
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
|
|
3456
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3457
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3458
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3459
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3460
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3461
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3462
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3463
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3464
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3465
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3466
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3467
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3468
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3469
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3470
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3471
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3472
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3473
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3474
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3475
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3476
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3477
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 14:53:06 -0400
|
|
3478
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3479
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3480
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3481
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
3482
|
+
Completed 200 OK in 19ms (Views: 15.5ms | ActiveRecord: 0.3ms)
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
Started GET "/trackster/pageviews.csv" for 127.0.0.1 at 2017-10-29 14:53:08 -0400
|
|
3486
|
+
Processing by Trackster::PageviewsController#index as CSV
|
|
3487
|
+
[1m[36mPageview Load (1.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3488
|
+
Rendering text template
|
|
3489
|
+
Rendered text template (0.0ms)
|
|
3490
|
+
Sent data (2.5ms)
|
|
3491
|
+
Completed 200 OK in 7ms (Views: 2.3ms | ActiveRecord: 1.3ms)
|
|
3492
|
+
|
|
3493
|
+
|
|
3494
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:00:28 -0400
|
|
3495
|
+
|
|
3496
|
+
ActionController::RoutingError (undefined method `before_filter' for Trackster::PageviewsController:Class
|
|
3497
|
+
Did you mean? before_action):
|
|
3498
|
+
|
|
3499
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/pageviews_controller.rb:2:in `<class:PageviewsController>'
|
|
3500
|
+
/Users/rajbirkaransingh/Projects/trackster/app/controllers/trackster/pageviews_controller.rb:1:in `<top (required)>'
|
|
3501
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:476:in `load'
|
|
3502
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:476:in `block in load_file'
|
|
3503
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:661:in `new_constants_in'
|
|
3504
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:475:in `load_file'
|
|
3505
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:374:in `block in require_or_load'
|
|
3506
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:36:in `block in load_interlock'
|
|
3507
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:12:in `block in loading'
|
|
3508
|
+
activesupport (5.1.4) lib/active_support/concurrency/share_lock.rb:149:in `exclusive'
|
|
3509
|
+
activesupport (5.1.4) lib/active_support/dependencies/interlock.rb:11:in `loading'
|
|
3510
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:36:in `load_interlock'
|
|
3511
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:357:in `require_or_load'
|
|
3512
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:510:in `load_missing_constant'
|
|
3513
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:202:in `const_missing'
|
|
3514
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:271:in `const_get'
|
|
3515
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:271:in `block in constantize'
|
|
3516
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
3517
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
3518
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
3519
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:582:in `get'
|
|
3520
|
+
activesupport (5.1.4) lib/active_support/dependencies.rb:613:in `constantize'
|
|
3521
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
3522
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
3523
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
3524
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
3525
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3526
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3527
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3528
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3529
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3530
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
3531
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
3532
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
3533
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
3534
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3535
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3536
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3537
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3538
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
3539
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
3540
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
3541
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
3542
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
3543
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
3544
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
3545
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
3546
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
3547
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
3548
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3549
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
3550
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3551
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3552
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3553
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3554
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3555
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3556
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3557
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3558
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3559
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3560
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3561
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3562
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3563
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3564
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3565
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3566
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3567
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3568
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3569
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3570
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3571
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:00:36 -0400
|
|
3572
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3573
|
+
Filter chain halted as :authenticate rendered or redirected
|
|
3574
|
+
Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
|
|
3575
|
+
|
|
3576
|
+
|
|
3577
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:00:44 -0400
|
|
3578
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3579
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3580
|
+
[1m[36mPageview Load (0.4ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3581
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (14.1ms)
|
|
3582
|
+
Completed 200 OK in 54ms (Views: 30.5ms | ActiveRecord: 6.3ms)
|
|
3583
|
+
|
|
3584
|
+
|
|
3585
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:00:47 -0400
|
|
3586
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3587
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3588
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3589
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (2.0ms)
|
|
3590
|
+
Completed 200 OK in 19ms (Views: 15.3ms | ActiveRecord: 0.3ms)
|
|
3591
|
+
|
|
3592
|
+
|
|
3593
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:00:50 -0400
|
|
3594
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3595
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3596
|
+
[1m[36mPageview Load (0.3ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3597
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (1.8ms)
|
|
3598
|
+
Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 0.3ms)
|
|
3599
|
+
|
|
3600
|
+
|
|
3601
|
+
Started GET "/tests" for 127.0.0.1 at 2017-10-29 15:48:13 -0400
|
|
3602
|
+
Processing by TestsController#index as HTML
|
|
3603
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
|
3604
|
+
[1m[35mSQL (7.2ms)[0m [1m[32mINSERT INTO "pageviews" ("url", "visit_date", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["url", "/tests"], ["visit_date", "2017-10-29"], ["created_at", "2017-10-29 19:48:13.538775"], ["updated_at", "2017-10-29 19:48:13.538775"]]
|
|
3605
|
+
[1m[35m (12.7ms)[0m [1m[35mCOMMIT[0m
|
|
3606
|
+
Rendering tests/index.html.erb within layouts/application
|
|
3607
|
+
Rendered tests/index.html.erb within layouts/application (1.2ms)
|
|
3608
|
+
Completed 200 OK in 628ms (Views: 251.8ms | ActiveRecord: 36.8ms)
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:48:14 -0400
|
|
3612
|
+
|
|
3613
|
+
ActionController::RoutingError (uninitialized constant Trackster::Trackster):
|
|
3614
|
+
|
|
3615
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:284:in `const_get'
|
|
3616
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:284:in `block in constantize'
|
|
3617
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each'
|
|
3618
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject'
|
|
3619
|
+
activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize'
|
|
3620
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for'
|
|
3621
|
+
actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class'
|
|
3622
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller'
|
|
3623
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve'
|
|
3624
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3625
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3626
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3627
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3628
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3629
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
|
|
3630
|
+
railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
|
|
3631
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
|
|
3632
|
+
actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
|
|
3633
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
|
|
3634
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
|
|
3635
|
+
actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
|
|
3636
|
+
actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
|
|
3637
|
+
rack (2.0.3) lib/rack/etag.rb:25:in `call'
|
|
3638
|
+
rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
|
|
3639
|
+
rack (2.0.3) lib/rack/head.rb:12:in `call'
|
|
3640
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
|
|
3641
|
+
rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
|
|
3642
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
|
|
3643
|
+
activerecord (5.1.4) lib/active_record/migration.rb:556:in `call'
|
|
3644
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
|
|
3645
|
+
activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
|
|
3646
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
|
|
3647
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3648
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
|
|
3649
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
|
|
3650
|
+
railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
|
|
3651
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
|
|
3652
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
|
|
3653
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
3654
|
+
activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
|
|
3655
|
+
railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
|
|
3656
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
|
3657
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
|
|
3658
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
|
|
3659
|
+
rack (2.0.3) lib/rack/method_override.rb:22:in `call'
|
|
3660
|
+
rack (2.0.3) lib/rack/runtime.rb:22:in `call'
|
|
3661
|
+
activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
|
|
3662
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
|
|
3663
|
+
actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
|
|
3664
|
+
rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
|
|
3665
|
+
railties (5.1.4) lib/rails/engine.rb:522:in `call'
|
|
3666
|
+
rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
|
|
3667
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
|
|
3668
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
|
|
3669
|
+
/Users/rajbirkaransingh/.rbenv/versions/2.4.2/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
|
|
3670
|
+
Started GET "/trackster/pageviews" for 127.0.0.1 at 2017-10-29 15:48:44 -0400
|
|
3671
|
+
Processing by Trackster::PageviewsController#index as HTML
|
|
3672
|
+
Rendering /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application
|
|
3673
|
+
[1m[36mPageview Load (1.0ms)[0m [1m[34mSELECT url, count(*) as visits, visit_date FROM "pageviews" GROUP BY "pageviews"."url", "pageviews"."visit_date" ORDER BY "pageviews"."visit_date" ASC[0m
|
|
3674
|
+
Rendered /Users/rajbirkaransingh/Projects/trackster/app/views/trackster/pageviews/index.html.erb within layouts/application (56.4ms)
|
|
3675
|
+
Completed 200 OK in 609ms (Views: 298.4ms | ActiveRecord: 12.0ms)
|
|
3676
|
+
|
|
3677
|
+
|