arlblorgh 0.0.1

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.
Files changed (157) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +37 -0
  5. data/app/assets/javascripts/blorgh/application.js +13 -0
  6. data/app/assets/javascripts/blorgh/articles.js +2 -0
  7. data/app/assets/javascripts/blorgh/comments.js +2 -0
  8. data/app/assets/stylesheets/blorgh/application.css +15 -0
  9. data/app/assets/stylesheets/blorgh/articles.css +4 -0
  10. data/app/assets/stylesheets/blorgh/comments.css +4 -0
  11. data/app/assets/stylesheets/scaffold.css +56 -0
  12. data/app/controllers/blorgh/application_controller.rb +4 -0
  13. data/app/controllers/blorgh/articles_controller.rb +62 -0
  14. data/app/controllers/blorgh/comments_controller.rb +17 -0
  15. data/app/helpers/blorgh/application_helper.rb +4 -0
  16. data/app/helpers/blorgh/articles_helper.rb +4 -0
  17. data/app/helpers/blorgh/comments_helper.rb +4 -0
  18. data/app/models/blorgh/article.rb +5 -0
  19. data/app/models/blorgh/comment.rb +4 -0
  20. data/app/views/blorgh/articles/_form.html.erb +25 -0
  21. data/app/views/blorgh/articles/edit.html.erb +6 -0
  22. data/app/views/blorgh/articles/index.html.erb +29 -0
  23. data/app/views/blorgh/articles/new.html.erb +5 -0
  24. data/app/views/blorgh/articles/show.html.erb +16 -0
  25. data/app/views/blorgh/comments/_comment.html.erb +1 -0
  26. data/app/views/blorgh/comments/_form.html.erb +8 -0
  27. data/app/views/layouts/blorgh/application.html.erb +14 -0
  28. data/config/routes.rb +6 -0
  29. data/db/migrate/20160316120121_create_blorgh_articles.rb +10 -0
  30. data/db/migrate/20160317041222_create_blorgh_comments.rb +10 -0
  31. data/lib/blorgh.rb +4 -0
  32. data/lib/blorgh/engine.rb +10 -0
  33. data/lib/blorgh/version.rb +3 -0
  34. data/lib/tasks/blorgh_tasks.rake +4 -0
  35. data/test/blorgh_test.rb +7 -0
  36. data/test/controllers/blorgh/articles_controller_test.rb +52 -0
  37. data/test/controllers/blorgh/comments_controller_test.rb +13 -0
  38. data/test/dummy/README.rdoc +28 -0
  39. data/test/dummy/Rakefile +6 -0
  40. data/test/dummy/app/assets/javascripts/application.js +13 -0
  41. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  42. data/test/dummy/app/controllers/application_controller.rb +5 -0
  43. data/test/dummy/app/helpers/application_helper.rb +2 -0
  44. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  45. data/test/dummy/bin/bundle +3 -0
  46. data/test/dummy/bin/rails +4 -0
  47. data/test/dummy/bin/rake +4 -0
  48. data/test/dummy/bin/setup +29 -0
  49. data/test/dummy/config.ru +4 -0
  50. data/test/dummy/config/application.rb +26 -0
  51. data/test/dummy/config/boot.rb +5 -0
  52. data/test/dummy/config/database.yml +25 -0
  53. data/test/dummy/config/environment.rb +5 -0
  54. data/test/dummy/config/environments/development.rb +41 -0
  55. data/test/dummy/config/environments/production.rb +79 -0
  56. data/test/dummy/config/environments/test.rb +42 -0
  57. data/test/dummy/config/initializers/assets.rb +11 -0
  58. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  59. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  60. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  61. data/test/dummy/config/initializers/inflections.rb +16 -0
  62. data/test/dummy/config/initializers/mime_types.rb +4 -0
  63. data/test/dummy/config/initializers/session_store.rb +3 -0
  64. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  65. data/test/dummy/config/locales/en.yml +23 -0
  66. data/test/dummy/config/routes.rb +4 -0
  67. data/test/dummy/config/secrets.yml +22 -0
  68. data/test/dummy/db/development.sqlite3 +0 -0
  69. data/test/dummy/db/schema.rb +30 -0
  70. data/test/dummy/log/development.log +1010 -0
  71. data/test/dummy/public/404.html +67 -0
  72. data/test/dummy/public/422.html +67 -0
  73. data/test/dummy/public/500.html +66 -0
  74. data/test/dummy/public/favicon.ico +0 -0
  75. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-26W_R6nFLzAK5H4kN1Stl2fNRrgaNxLVben3Cp34b0.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-H7gHH_CzQfrn3DR947Obk0vd83rHgdHM1oI4dJVEYk.cache +2 -0
  77. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1E6zkY-yoduMg1LssWVR1aGh-hozGsaV17rVzIcvwgg.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/sprockets/v3.0/34-6RwlVHlR_ccFxMRUSGdOvfgJ_kV77AQ2-WQU9wOU.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3FheIxxLhcTgdpR6snc1eDYMCNMrnKthHT2L8D-13yA.cache +0 -0
  80. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3QzRQdNTYBGQsJNOpm-3yzUNLlpE_-MHLVJcccp336w.cache +1 -0
  81. data/test/dummy/tmp/cache/assets/sprockets/v3.0/4OGI5VM_DKrEJ17y6QjI2lPn62K-tW-ksePdJPwXSWE.cache +1 -0
  82. data/test/dummy/tmp/cache/assets/sprockets/v3.0/4e98olvQvsA6lfQX6zwDpSAwxRaFXBB7fZrY29-Ps1U.cache +1 -0
  83. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  84. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6I8JD_niXQtIghnnGD59JouUElYvMVKl_KxfRIIV6Bg.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8YMANfE-ocDTTwXjnb5ew5qWx3M983hjRYa4IgncEEw.cache +1 -0
  86. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8ohEvgKTjso3rU-y01JfJ-WzDHuQ30ay4xuwnLhOTzE.cache +0 -0
  87. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8pZpBCtfJDn-Dw_LRvgyOtHjE2iX0tCAsxdiDLoxSjY.cache +0 -0
  88. data/test/dummy/tmp/cache/assets/sprockets/v3.0/996hHlB5dc2mbaAYJIMyV4t4Qh9JNYvq6LeTXc7W5bQ.cache +0 -0
  89. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9VqJasitgvYR-2xl2bRauxmlU1u6XcBqM_io0XtZu88.cache +3 -0
  90. data/test/dummy/tmp/cache/assets/sprockets/v3.0/BGTYYqWcMyBDnB5HUNPLRV4RK6rSOceNirx0RZeARxI.cache +1 -0
  91. data/test/dummy/tmp/cache/assets/sprockets/v3.0/BNk2cv9ZHTWmoqMa0ce29erYr6pW51uLE2r0zHON8dE.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/sprockets/v3.0/CW0huO3gyA7HwWj-JF1D5cqEqBs4c7MGOwnEpSwSAgs.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/sprockets/v3.0/DZPqbg6GbG52Ohzd8h0CZqc06RRndEixb2P7xAkApLM.cache +0 -0
  94. data/test/dummy/tmp/cache/assets/sprockets/v3.0/FIvWJsUiCaLJekIuPDkZ5Gs8UoDGAU6Vaca9oznSlEs.cache +1 -0
  95. data/test/dummy/tmp/cache/assets/sprockets/v3.0/HjyPCluD98uhzfM7nifwmSPvzkq7dCtJgwOHGLBdfrA.cache +0 -0
  96. data/test/dummy/tmp/cache/assets/sprockets/v3.0/IU4WlVRRSMmRQ9SqzUFRqYtuOa-drJ4DMmwSqFd9qhQ.cache +1 -0
  97. data/test/dummy/tmp/cache/assets/sprockets/v3.0/IgfuGWKdYAS_gWRgNuf67YIDMEafM5IT9yewudQ_sVE.cache +3 -0
  98. data/test/dummy/tmp/cache/assets/sprockets/v3.0/J2jF_6N2adPfW4zZpm_A1KH-mh1xxJEXEeO6rEo0IAQ.cache +1 -0
  99. data/test/dummy/tmp/cache/assets/sprockets/v3.0/JcQrTH7uDay8Prw8zqZ53n5GyobEkWR1nadv5Lw-eLw.cache +3 -0
  100. data/test/dummy/tmp/cache/assets/sprockets/v3.0/K8VU4bdZ8kl3rx6zsHMvVvL8oU2lw-zhjDa9lon7hnQ.cache +1 -0
  101. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Mzqsv1p8KyTw139-XYeCE1MwguFVQxBIitGGJD1UhFo.cache +1 -0
  102. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
  103. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OXo5ItvRXKB7_feshL4UHkd2oQRDiZi41IN6XjMu-1Y.cache +1 -0
  104. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PKr8cs3xzH1gu9JD0yQV8tdCIbXASrZs_ZVvAKS75d4.cache +1 -0
  105. data/test/dummy/tmp/cache/assets/sprockets/v3.0/RDJhMCwzxXokVHhIfqsgp-bhMMWHXqGLS44dJ4vXb64.cache +0 -0
  106. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ring22OY3D2rHregD_1MRL5UKu_86ShLxRBBSHMvqH0.cache +1 -0
  107. data/test/dummy/tmp/cache/assets/sprockets/v3.0/RmrUpmSZlzs5OuIua9uIx5btHquwQ79EbURNQsFbqCA.cache +1 -0
  108. data/test/dummy/tmp/cache/assets/sprockets/v3.0/T-J2D787mOPGzJR5dGQrw3aQef8qRcNdiIK3SUIJl_w.cache +1 -0
  109. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Tz6tiL7nJ7u93jrZpV5ub2mjVcmseuVJVTRh9aObupA.cache +0 -0
  110. data/test/dummy/tmp/cache/assets/sprockets/v3.0/VE1Lb4hSvY0SMLJiEbiRshWI4BMby4AmOYvRYSchrH4.cache +1 -0
  111. data/test/dummy/tmp/cache/assets/sprockets/v3.0/W4BmasLJiojkJDwGg27T-juy7GGgjGD_O7_svndghDo.cache +0 -0
  112. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WpWo-UD-ijHn9bn-BUOWzTUqDsnL_deE7vlDyZwybNs.cache +0 -0
  113. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XPdy7BdJJJ0fA00Kg_k-1Q3A1zj2pygoi24Xhgtb8-g.cache +1 -0
  114. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XRtxCF9NyIQkMTgCYy3kZd9IcHtG4k56mCzygknKWpY.cache +0 -0
  115. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Zqowlm1XNlLGo2rZ9edI8aD4SSIeaN2zP5W7BdW8lfs.cache +0 -0
  116. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ZsQQkpWtX46Xv1AFHAnK-PRU__6ciJFo2oe4wnwF9YY.cache +3 -0
  117. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_aYR6HbFpQ7pT_SyytVVV0fJdz7xDC4BumRllhL7YJc.cache +0 -0
  118. data/test/dummy/tmp/cache/assets/sprockets/v3.0/akUfKa4JLFititYTAUIOL9J9EoJWi3eaPWw3dIkIVho.cache +1 -0
  119. data/test/dummy/tmp/cache/assets/sprockets/v3.0/bNOylBIpMQqJKNWkzcvgZwWOKPY5vchdvJSQAyGZBfY.cache +0 -0
  120. data/test/dummy/tmp/cache/assets/sprockets/v3.0/cPFdIpzl8hr8JBw0yrcKaceJVEm7BAlj2gBr4YSntC0.cache +2 -0
  121. data/test/dummy/tmp/cache/assets/sprockets/v3.0/c_LHh1apCa9yHFk47u8LWFQWtNhxOJY-uQh7ylPYSdo.cache +2 -0
  122. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dGA2luYn84cQHfZuo9HN5-c7uTg0d9IUZLiFqv4Jz9A.cache +0 -0
  123. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dWRSino49cw5OvSgTP8pVRrd8ZttRrhVnb5YhKRf1EQ.cache +0 -0
  124. data/test/dummy/tmp/cache/assets/sprockets/v3.0/deePFH7hmLAlbGmX7cqDBrpiNey6V22bdr9eCd8LMUU.cache +1 -0
  125. data/test/dummy/tmp/cache/assets/sprockets/v3.0/e8CboQDk99geBvhuBsYIQbcXAMMBwUEnYqqRavEHD_M.cache +1 -0
  126. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ebvOpkAKExGCI6YCRgd7Zfxq_0Lm2RQDBF8hoR5pUUw.cache +0 -0
  127. data/test/dummy/tmp/cache/assets/sprockets/v3.0/esSCWFA76dnA0EI_rbAlRjBCxhqBoSjWU1lsi8O8Tk0.cache +1 -0
  128. data/test/dummy/tmp/cache/assets/sprockets/v3.0/g8Puru3RIAraEzB-KoSU5WBBhynFsWXJnxxfVvdEhYU.cache +0 -0
  129. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gVgcdUAfWhuxmw2-5hTcBNdKlZt2EsXafGsOMU8kATk.cache +1 -0
  130. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gnrfv9Wv0D1ifG3l5fvVwGPLOfB2VPPYJl_HDQf1_R0.cache +0 -0
  131. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +2 -0
  132. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hbHU0SP9m0rSU4ooQx3dRAWXTecNAT4JJ_r3PKFl8dU.cache +0 -0
  133. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jcLM74wyTQcpnQ1DEBNZdvtqWZ6Chp4o-XcozFNgLEo.cache +3 -0
  134. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jdJbGqMBztrrd6boptW-6A9MQpgGfvYQFqkcvb1Je_8.cache +0 -0
  135. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kG2zW_OgDHFizP1tZstgaCZOV-8k1RrUjk0sVYonGYo.cache +1 -0
  136. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lbAN-F5tFqYHpi8I1aojjxC-28KF9Qp3h6d8XMd4k1o.cache +1 -0
  137. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ltvCyD5TUCMCueRMj42QGCLt13kd2iMPSbA_LowWLe4.cache +1 -0
  138. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oEpGq-aQIyo7BY4GMd410WQR9RXWV1ZgfCi2z1_kvI0.cache +0 -0
  139. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  140. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rDYkpwkWSSnQdfBa4D-dFGEL_kEVhdlad7W_mwNdpU0.cache +0 -0
  141. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rnpNMHpSsAjUOe65iy4CNnaZLwx7Z0WmoUcINe9rQzQ.cache +1 -0
  142. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ro2-h4vci3RnZX7sb3V7h6opPjVnOuaR1xxz2_ZCpb8.cache +1 -0
  143. data/test/dummy/tmp/cache/assets/sprockets/v3.0/spdOczHgkpdNGEM0bboGrhA2vk9ZtaKUvjeXZlt-ztY.cache +0 -0
  144. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tyBGDIVkLXp_1d3yHezHFXzE7sQAE1M9dz7xz0anNps.cache +0 -0
  145. data/test/dummy/tmp/cache/assets/sprockets/v3.0/w5wKTHTCOzVqlpGEx26TIPM3y1J56Fa3ynHk7X0NcgI.cache +1 -0
  146. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wpL0gJyNqcA1Izw2I-X03W7ILn7DcrgIuxAN5V1J0GE.cache +1 -0
  147. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yTAkFy-ZuYLhUdLPzG-OTUB5OcM_T8S4lv8VJ7N7M2U.cache +0 -0
  148. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yotxwY6Cn_FQhPCC_n046W6cbrOkGs-Wqp4_1di6s9A.cache +0 -0
  149. data/test/dummy/tmp/cache/assets/sprockets/v3.0/z8RXOhN7lP-IREZHjgu4uhWaoBZ-3VmNtlsPcVjVh0M.cache +0 -0
  150. data/test/dummy/tmp/pids/server.pid +1 -0
  151. data/test/fixtures/blorgh/articles.yml +9 -0
  152. data/test/fixtures/blorgh/comments.yml +9 -0
  153. data/test/integration/navigation_test.rb +10 -0
  154. data/test/models/blorgh/article_test.rb +9 -0
  155. data/test/models/blorgh/comment_test.rb +9 -0
  156. data/test/test_helper.rb +20 -0
  157. metadata +350 -0
@@ -0,0 +1,11 @@
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
+
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -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,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -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,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,4 @@
1
+ Rails.application.routes.draw do
2
+
3
+ mount Blorgh::Engine => "/blorgh"
4
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 19247422d124c0674057ec8312898fded23af0915883dc0daf418c0e3f5bd4c3d732aa28ad0825ed90bb89b4d609934e88b562ddd8b570a6bbf060aaf8a41be0
15
+
16
+ test:
17
+ secret_key_base: 95babd8dd46ecef77b75024d3f927fd135c07a0d02548412dfc4f6f2bff4fb1e1d50c883e84931a6fa3cb8f5acc6ba3fdb216616c690df7560897d015fa93b7d
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,30 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 20160317041222) do
15
+
16
+ create_table "blorgh_articles", force: :cascade do |t|
17
+ t.string "title"
18
+ t.text "text"
19
+ t.datetime "created_at", null: false
20
+ t.datetime "updated_at", null: false
21
+ end
22
+
23
+ create_table "blorgh_comments", force: :cascade do |t|
24
+ t.integer "article_id"
25
+ t.text "text"
26
+ t.datetime "created_at", null: false
27
+ t.datetime "updated_at", null: false
28
+ end
29
+
30
+ end
@@ -0,0 +1,1010 @@
1
+  (192.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
+  (0.1ms) select sqlite_version(*)
3
+  (188.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreateBlorghArticles (20160316120121)
6
+  (0.1ms) begin transaction
7
+  (0.3ms) CREATE TABLE "blorgh_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160316120121"]]
9
+  (164.7ms) commit transaction
10
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
+
12
+
13
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:48:24 +0545
14
+ Processing by Rails::WelcomeController#index as HTML
15
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (1.5ms)
16
+ Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.0ms)
17
+
18
+
19
+ Started GET "/articles" for 127.0.0.1 at 2016-03-17 09:48:30 +0545
20
+
21
+ ActionController::RoutingError (No route matches [GET] "/articles"):
22
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
23
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
24
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
25
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
26
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
27
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
28
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
29
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
30
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
31
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
32
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
33
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
34
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
35
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
36
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
37
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
38
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
39
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
40
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
41
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
42
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
43
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
44
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
45
+
46
+
47
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
48
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
49
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
50
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.6ms)
51
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (29.7ms)
52
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (69.3ms)
53
+
54
+
55
+ Started GET "/article" for 127.0.0.1 at 2016-03-17 09:48:32 +0545
56
+
57
+ ActionController::RoutingError (No route matches [GET] "/article"):
58
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
59
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
60
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
61
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
62
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
63
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
64
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
65
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
66
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
67
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
68
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
69
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
70
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
71
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
72
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
73
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
74
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
75
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
76
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
77
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
78
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
79
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
80
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
81
+
82
+
83
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
84
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
85
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
86
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
87
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
88
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (18.7ms)
89
+
90
+
91
+ Started GET "/articles" for 127.0.0.1 at 2016-03-17 09:48:41 +0545
92
+
93
+ ActionController::RoutingError (No route matches [GET] "/articles"):
94
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
95
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
96
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
97
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
98
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
99
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
100
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
101
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
102
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
103
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
104
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
105
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
106
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
107
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
108
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
109
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
110
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
111
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
112
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
113
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
114
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
115
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
116
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
117
+
118
+
119
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
120
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
121
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
122
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
123
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
124
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (18.4ms)
125
+
126
+
127
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:49:23 +0545
128
+ Processing by Blorgh::ArticlesController#index as HTML
129
+ Blorgh::Article Load (1.0ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
130
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (5.7ms)
131
+ Completed 200 OK in 245ms (Views: 220.9ms | ActiveRecord: 1.1ms)
132
+
133
+
134
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 09:49:24 +0545
135
+
136
+
137
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 09:49:24 +0545
138
+
139
+
140
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 09:49:24 +0545
141
+
142
+
143
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 09:49:24 +0545
144
+
145
+
146
+ Started GET "/blorgh/articles/new" for 127.0.0.1 at 2016-03-17 09:49:26 +0545
147
+ Processing by Blorgh::ArticlesController#new as HTML
148
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/_form.html.erb (72.7ms)
149
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/new.html.erb within layouts/blorgh/application (74.0ms)
150
+ Completed 200 OK in 84ms (Views: 81.2ms | ActiveRecord: 0.3ms)
151
+
152
+
153
+ Started POST "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:49:32 +0545
154
+ Processing by Blorgh::ArticlesController#create as HTML
155
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ItVRpywiZ67UNU/r1ZQkhAb8whhXc52z7ouM+L8tAl0lqfnQuTMq0XxXs4PJbaExCusIJO2jItQsDqqOD4Y3Hw==", "article"=>{"title"=>"abc", "text"=>"text"}, "commit"=>"Create Article"}
156
+  (0.1ms) begin transaction
157
+ SQL (0.3ms) INSERT INTO "blorgh_articles" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "abc"], ["text", "text"], ["created_at", "2016-03-17 04:04:32.893526"], ["updated_at", "2016-03-17 04:04:32.893526"]]
158
+  (165.9ms) commit transaction
159
+ Redirected to http://localhost:3000/blorgh/articles/1
160
+ Completed 302 Found in 171ms (ActiveRecord: 166.3ms)
161
+
162
+
163
+ Started GET "/blorgh/articles/1" for 127.0.0.1 at 2016-03-17 09:49:33 +0545
164
+ Processing by Blorgh::ArticlesController#show as HTML
165
+ Parameters: {"id"=>"1"}
166
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
167
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/show.html.erb within layouts/blorgh/application (1.1ms)
168
+ Completed 200 OK in 47ms (Views: 20.6ms | ActiveRecord: 0.2ms)
169
+
170
+
171
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:49:34 +0545
172
+ Processing by Blorgh::ArticlesController#index as HTML
173
+ Blorgh::Article Load (0.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
174
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (1.5ms)
175
+ Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.1ms)
176
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
177
+
178
+
179
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:51:56 +0545
180
+ Processing by Blorgh::ArticlesController#index as HTML
181
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
182
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (4.7ms)
183
+ Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.5ms)
184
+
185
+ ActionView::Template::Error (Asset was not declared to be precompiled in production.
186
+ Add `Rails.application.config.assets.precompile += %w( scaffold.css )` to `config/initializers/assets.rb` and restart your server):
187
+ 2: <html>
188
+ 3: <head>
189
+ 4: <title>Blorgh</title>
190
+ 5: <%= stylesheet_link_tag "scaffold" %>
191
+ 6: <%= stylesheet_link_tag "blorgh/application", media: "all" %>
192
+ 7: <%= javascript_include_tag "blorgh/application" %>
193
+ 8: <%= csrf_meta_tags %>
194
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:349:in `raise_unless_precompiled_asset'
195
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:334:in `find_debug_asset'
196
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:216:in `block in lookup_debug_asset'
197
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:229:in `block in resolve_asset'
198
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:228:in `each'
199
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:228:in `detect'
200
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:228:in `resolve_asset'
201
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:215:in `lookup_debug_asset'
202
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:157:in `block in stylesheet_link_tag'
203
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:156:in `map'
204
+ sprockets-rails (3.0.4) lib/sprockets/rails/helper.rb:156:in `stylesheet_link_tag'
205
+ /home/ananta/railsproject/blorgh/app/views/layouts/blorgh/application.html.erb:5:in `__home_ananta_railsproject_blorgh_app_views_layouts_blorgh_application_html_erb__1707654243681854906_35222940'
206
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
207
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
208
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
209
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
210
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
211
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
212
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
213
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
214
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
215
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
216
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
217
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
218
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
219
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
220
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
221
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
222
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
223
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
224
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
225
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
226
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
227
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
228
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
229
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
230
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
231
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
232
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
233
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
234
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
235
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
236
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
237
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
238
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
239
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
240
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
241
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
242
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
243
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
244
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
245
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
246
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
247
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
248
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
249
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
250
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
251
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
252
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
253
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
254
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
255
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
256
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
257
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
258
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
259
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
260
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
261
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
262
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
263
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
264
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
265
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
266
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
267
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
268
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
269
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
270
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
271
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
272
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
273
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
274
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
275
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
276
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
277
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
278
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
279
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
280
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
281
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
282
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
283
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
284
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
285
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
286
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
287
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
288
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
289
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
290
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
291
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
292
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
293
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
294
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
295
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
296
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
297
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
298
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
299
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
300
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
301
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
302
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
303
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
304
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
305
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
306
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
307
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
308
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
309
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
310
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
311
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
312
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
313
+
314
+
315
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
316
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
317
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
318
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms)
319
+
320
+
321
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:52:11 +0545
322
+ Processing by Blorgh::ArticlesController#index as HTML
323
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
324
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (3.0ms)
325
+ Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.3ms)
326
+
327
+
328
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 09:52:12 +0545
329
+
330
+
331
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 09:52:12 +0545
332
+
333
+
334
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 09:52:12 +0545
335
+
336
+
337
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 09:52:12 +0545
338
+
339
+
340
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:52:16 +0545
341
+
342
+ ActionController::RoutingError (uninitialized constant ArticlesController):
343
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `const_get'
344
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
345
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
346
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
347
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
348
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
349
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
350
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
351
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
352
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
353
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
354
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
355
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
356
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
357
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
358
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
359
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
360
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
361
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
362
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
363
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
364
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
365
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
366
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
367
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
368
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
369
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
370
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
371
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
372
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
373
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
374
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
375
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
376
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
377
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
378
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
379
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
380
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
381
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
382
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
383
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
384
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
385
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
386
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
387
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
388
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
389
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
390
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
391
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
392
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
393
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
394
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
395
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
396
+
397
+
398
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
399
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
400
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
401
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
402
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
403
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms)
404
+
405
+
406
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 09:52:27 +0545
407
+ Processing by Blorgh::ArticlesController#index as HTML
408
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
409
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (2.7ms)
410
+ Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.3ms)
411
+
412
+
413
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:53:15 +0545
414
+
415
+ ActionController::RoutingError (uninitialized constant ArticlesController):
416
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `const_get'
417
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
418
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
419
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
420
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
421
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
422
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
423
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
424
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
425
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
426
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
427
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
428
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
429
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
430
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
431
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
432
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
433
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
434
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
435
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
436
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
437
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
438
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
439
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
440
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
441
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
442
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
443
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
444
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
445
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
446
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
447
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
448
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
449
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
450
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
451
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
452
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
453
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
454
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
455
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
456
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
457
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
458
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
459
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
460
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
461
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
462
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
463
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
464
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
465
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
466
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
467
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
468
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
469
+
470
+
471
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
472
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
473
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
474
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.4ms)
475
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms)
476
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.2ms)
477
+
478
+
479
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:54:29 +0545
480
+
481
+ ActionController::RoutingError (uninitialized constant ArticlesController):
482
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `const_get'
483
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
484
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
485
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
486
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
487
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
488
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
489
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
490
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
491
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
492
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
493
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
494
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
495
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
496
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
497
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
498
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
499
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
500
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
501
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
502
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
503
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
504
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
505
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
506
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
507
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
508
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
509
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
510
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
511
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
512
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
513
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
514
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
515
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
516
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
517
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
518
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
519
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
520
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
521
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
522
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
523
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
524
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
525
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
526
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
527
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
528
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
529
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
530
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
531
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
532
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
533
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
534
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
535
+
536
+
537
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
538
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
539
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
540
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
541
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
542
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (19.6ms)
543
+
544
+
545
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:54:38 +0545
546
+
547
+ ActionController::RoutingError (uninitialized constant ArticlesController):
548
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `const_get'
549
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
550
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
551
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
552
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
553
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
554
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
555
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
556
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
557
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
558
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
559
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
560
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
561
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
562
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
563
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
564
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
565
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
566
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
567
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
568
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
569
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
570
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
571
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
572
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
573
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
574
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
575
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
576
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
577
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
578
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
579
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
580
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
581
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
582
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
583
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
584
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
585
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
586
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
587
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
588
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
589
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
590
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
591
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
592
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
593
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
594
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
595
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
596
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
597
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
598
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
599
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
600
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
601
+
602
+
603
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
604
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
605
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
606
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.4ms)
607
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.4ms)
608
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.3ms)
609
+
610
+
611
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:55:05 +0545
612
+ Processing by Blorgh::ArticlesController#index as HTML
613
+ Blorgh::Article Load (1.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
614
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (16.3ms)
615
+ Completed 200 OK in 198ms (Views: 181.9ms | ActiveRecord: 1.5ms)
616
+
617
+
618
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 09:55:06 +0545
619
+
620
+
621
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 09:55:06 +0545
622
+
623
+
624
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 09:55:06 +0545
625
+
626
+
627
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 09:55:06 +0545
628
+
629
+
630
+ Started GET "/" for 127.0.0.1 at 2016-03-17 09:55:43 +0545
631
+ Processing by Blorgh::ArticlesController#index as HTML
632
+ Blorgh::Article Load (1.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
633
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (22.7ms)
634
+ Completed 200 OK in 229ms (Views: 189.8ms | ActiveRecord: 1.3ms)
635
+
636
+
637
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 09:55:43 +0545
638
+
639
+
640
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 09:55:43 +0545
641
+
642
+
643
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 09:55:43 +0545
644
+
645
+
646
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 09:55:44 +0545
647
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
648
+ Migrating to CreateBlorghComments (20160317041222)
649
+  (0.1ms) begin transaction
650
+  (0.3ms) CREATE TABLE "blorgh_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
651
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160317041222"]]
652
+  (157.7ms) commit transaction
653
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
654
+
655
+
656
+ Started GET "/" for 127.0.0.1 at 2016-03-17 10:30:27 +0545
657
+ Processing by Blorgh::ArticlesController#index as HTML
658
+ Blorgh::Article Load (1.0ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
659
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (22.7ms)
660
+ Completed 200 OK in 250ms (Views: 205.2ms | ActiveRecord: 1.2ms)
661
+
662
+
663
+ Started GET "/assets/blorgh/comments.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:30:28 +0545
664
+
665
+
666
+ Started GET "/assets/blorgh/comments.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:30:28 +0545
667
+
668
+
669
+ Started GET "/blorgh/articles/1" for 127.0.0.1 at 2016-03-17 10:30:30 +0545
670
+ Processing by Blorgh::ArticlesController#show as HTML
671
+ Parameters: {"id"=>"1"}
672
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
673
+ Blorgh::Comment Load (0.1ms) SELECT "blorgh_comments".* FROM "blorgh_comments" WHERE "blorgh_comments"."article_id" = ? [["article_id", 1]]
674
+ Rendered collection (0.0ms)
675
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/comments/_form.html.erb (33.9ms)
676
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/show.html.erb within layouts/blorgh/application (49.0ms)
677
+ Completed 200 OK in 63ms (Views: 57.3ms | ActiveRecord: 0.6ms)
678
+
679
+
680
+ Started POST "/blorgh/articles/1/comments" for 127.0.0.1 at 2016-03-17 10:30:36 +0545
681
+
682
+ SyntaxError (/home/ananta/railsproject/blorgh/app/controllers/blorgh/comments_controller.rb:16: syntax error, unexpected end-of-input, expecting keyword_end):
683
+ /home/ananta/railsproject/blorgh/app/controllers/blorgh/comments_controller.rb:16: syntax error, unexpected end-of-input, expecting keyword_end
684
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `load'
685
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
686
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
687
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
688
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
689
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
690
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
691
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:263:in `const_get'
692
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:263:in `block in constantize'
693
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
694
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
695
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
696
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
697
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
698
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
699
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
700
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
701
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
702
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
703
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
704
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
705
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
706
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
707
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
708
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
709
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
710
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
711
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
712
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
713
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
714
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
715
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
716
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
717
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
718
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
719
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
720
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
721
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
722
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
723
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
724
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
725
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
726
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
727
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
728
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
729
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
730
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
731
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
732
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
733
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
734
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
735
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
736
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
737
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
738
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
739
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
740
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
741
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
742
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
743
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
744
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
745
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
746
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
747
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
748
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
749
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
750
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
751
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
752
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
753
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
754
+
755
+
756
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
757
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
758
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.3ms)
759
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.4ms)
760
+
761
+
762
+ Started POST "/blorgh/articles/1/comments" for 127.0.0.1 at 2016-03-17 10:31:10 +0545
763
+ Processing by Blorgh::CommentsController#create as HTML
764
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"oLnq/kvGGlG32uDYO6dQrUzxf0HbVjWgk0AQpVXt2v2bJZAN+/rTdO1L6y4rCDPQ73YK8Sy3Ti741RufLMl43A==", "comment"=>{"text"=>"hi"}, "commit"=>"Create Comment", "article_id"=>"1"}
765
+ Blorgh::Article Load (0.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
766
+  (0.1ms) begin transaction
767
+ SQL (0.3ms) INSERT INTO "blorgh_comments" ("text", "article_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "hi"], ["article_id", 1], ["created_at", "2016-03-17 04:46:10.889122"], ["updated_at", "2016-03-17 04:46:10.889122"]]
768
+  (164.6ms) commit transaction
769
+ Redirected to http://localhost:3000/blorgh/articles
770
+ Completed 302 Found in 178ms (ActiveRecord: 165.8ms)
771
+
772
+
773
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
774
+ Processing by Blorgh::ArticlesController#index as HTML
775
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
776
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (2.0ms)
777
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
778
+
779
+
780
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
781
+
782
+
783
+ Started GET "/assets/blorgh/comments.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
784
+
785
+
786
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
787
+
788
+
789
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
790
+
791
+
792
+ Started GET "/assets/blorgh/comments.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
793
+
794
+
795
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 10:31:11 +0545
796
+
797
+
798
+ Started GET "/blorgh/articles/1" for 127.0.0.1 at 2016-03-17 10:31:12 +0545
799
+ Processing by Blorgh::ArticlesController#show as HTML
800
+ Parameters: {"id"=>"1"}
801
+ Blorgh::Article Load (0.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
802
+ Blorgh::Comment Load (0.1ms) SELECT "blorgh_comments".* FROM "blorgh_comments" WHERE "blorgh_comments"."article_id" = ? [["article_id", 1]]
803
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/comments/_comment.html.erb (0.5ms)
804
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/comments/_form.html.erb (2.2ms)
805
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/show.html.erb within layouts/blorgh/application (6.1ms)
806
+ Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)
807
+
808
+
809
+ Started POST "/blorgh/articles/1/comments" for 127.0.0.1 at 2016-03-17 10:31:16 +0545
810
+ Processing by Blorgh::CommentsController#create as HTML
811
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8UAVmOODUa6Y6ipIUrXyb+lJ8qq5sxaAYwb15xSkzRzK3G9rU7+Yi8J7Ib5CGpESSs6HGk5SbQ4Ik/7dbYBvPQ==", "comment"=>{"text"=>"sdfsd"}, "commit"=>"Create Comment", "article_id"=>"1"}
812
+ Blorgh::Article Load (0.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
813
+  (0.1ms) begin transaction
814
+ SQL (0.2ms) INSERT INTO "blorgh_comments" ("text", "article_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "sdfsd"], ["article_id", 1], ["created_at", "2016-03-17 04:46:16.891387"], ["updated_at", "2016-03-17 04:46:16.891387"]]
815
+  (191.5ms) commit transaction
816
+ Redirected to http://localhost:3000/blorgh/articles
817
+ Completed 302 Found in 195ms (ActiveRecord: 191.8ms)
818
+
819
+
820
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 10:31:17 +0545
821
+ Processing by Blorgh::ArticlesController#index as HTML
822
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
823
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (1.4ms)
824
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms)
825
+
826
+
827
+ Started GET "/blorgh/articles/1" for 127.0.0.1 at 2016-03-17 10:31:18 +0545
828
+ Processing by Blorgh::ArticlesController#show as HTML
829
+ Parameters: {"id"=>"1"}
830
+ Blorgh::Article Load (0.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles" WHERE "blorgh_articles"."id" = ? LIMIT 1 [["id", 1]]
831
+ Blorgh::Comment Load (0.1ms) SELECT "blorgh_comments".* FROM "blorgh_comments" WHERE "blorgh_comments"."article_id" = ? [["article_id", 1]]
832
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/comments/_comment.html.erb (0.1ms)
833
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/comments/_form.html.erb (1.4ms)
834
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/show.html.erb within layouts/blorgh/application (4.1ms)
835
+ Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms)
836
+
837
+
838
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 10:54:29 +0545
839
+ Processing by Blorgh::ArticlesController#index as HTML
840
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
841
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (4.7ms)
842
+ Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.5ms)
843
+
844
+
845
+ Started GET "/blorgh/articles" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
846
+ Processing by Blorgh::ArticlesController#index as HTML
847
+ Blorgh::Article Load (0.2ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
848
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (1.5ms)
849
+ Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.2ms)
850
+
851
+
852
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
853
+
854
+
855
+ Started GET "/assets/blorgh/comments.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
856
+
857
+
858
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
859
+
860
+
861
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
862
+
863
+
864
+ Started GET "/assets/blorgh/comments.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
865
+
866
+
867
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 10:58:55 +0545
868
+
869
+
870
+ Started GET "/" for 127.0.0.1 at 2016-03-17 10:59:00 +0545
871
+ Processing by Rails::WelcomeController#index as HTML
872
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (0.5ms)
873
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
874
+
875
+
876
+ Started GET "/blorgh" for 127.0.0.1 at 2016-03-17 10:59:04 +0545
877
+
878
+ ActionController::RoutingError (uninitialized constant Blorgh::Blorgh):
879
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:276:in `const_get'
880
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:276:in `block in constantize'
881
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `each'
882
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `inject'
883
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
884
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
885
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
886
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
887
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
888
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
889
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
890
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
891
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
892
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
893
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
894
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
895
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
896
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
897
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
898
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
899
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
900
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
901
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
902
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
903
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
904
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
905
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
906
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
907
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
908
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
909
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
910
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
911
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
912
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
913
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
914
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
915
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
916
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
917
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
918
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
919
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
920
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
921
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
922
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
923
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
924
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
925
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
926
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
927
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
928
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
929
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
930
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
931
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
932
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
933
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
934
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
935
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
936
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
937
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
938
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
939
+ /home/ananta/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
940
+
941
+
942
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
943
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
944
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
945
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms)
946
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
947
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.0ms)
948
+
949
+
950
+ Started GET "/blorgh" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
951
+ Processing by Blorgh::ArticlesController#index as HTML
952
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
953
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (4.6ms)
954
+ Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.6ms)
955
+
956
+
957
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
958
+
959
+
960
+ Started GET "/assets/blorgh/comments.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
961
+
962
+
963
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
964
+
965
+
966
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
967
+
968
+
969
+ Started GET "/assets/blorgh/comments.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
970
+
971
+
972
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 10:59:38 +0545
973
+
974
+
975
+ Started GET "/" for 127.0.0.1 at 2016-03-17 11:04:51 +0545
976
+ Processing by Rails::WelcomeController#index as HTML
977
+ Rendered /home/ananta/.rvm/gems/ruby-2.1.1/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
978
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
979
+
980
+
981
+ Started GET "/blorgh" for 127.0.0.1 at 2016-03-17 11:04:54 +0545
982
+ Processing by Blorgh::ArticlesController#index as HTML
983
+ Blorgh::Article Load (0.3ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
984
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (2.6ms)
985
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.3ms)
986
+
987
+
988
+ Started GET "/blorgh" for 127.0.0.1 at 2016-03-17 12:34:19 +0545
989
+ Processing by Blorgh::ArticlesController#index as HTML
990
+ Blorgh::Article Load (1.1ms) SELECT "blorgh_articles".* FROM "blorgh_articles"
991
+ Rendered /home/ananta/railsproject/blorgh/app/views/blorgh/articles/index.html.erb within layouts/blorgh/application (20.2ms)
992
+ Completed 200 OK in 218ms (Views: 197.1ms | ActiveRecord: 1.4ms)
993
+
994
+
995
+ Started GET "/assets/blorgh/articles.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545
996
+
997
+
998
+ Started GET "/assets/blorgh/comments.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545
999
+
1000
+
1001
+ Started GET "/assets/blorgh/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545
1002
+
1003
+
1004
+ Started GET "/assets/blorgh/comments.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545
1005
+
1006
+
1007
+ Started GET "/assets/blorgh/articles.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545
1008
+
1009
+
1010
+ Started GET "/assets/blorgh/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-03-17 12:34:20 +0545