formula 1.0.1 → 1.0.2

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 (380) hide show
  1. checksums.yaml +4 -4
  2. data/lib/formula/version.rb +1 -1
  3. data/lib/generators/attached/templates/_form.html.erb +7 -0
  4. data/lib/generators/attached/templates/_form.html.haml +1 -1
  5. data/lib/generators/attached/templates/_form.html.slim +6 -0
  6. metadata +5 -751
  7. data/test/dummy/README.rdoc +0 -28
  8. data/test/dummy/Rakefile +0 -6
  9. data/test/dummy/app/assets/javascripts/application.js.coffee +0 -5
  10. data/test/dummy/app/assets/stylesheets/application.css.sass +0 -4
  11. data/test/dummy/app/controllers/application_controller.rb +0 -59
  12. data/test/dummy/app/controllers/contacts_controller.rb +0 -50
  13. data/test/dummy/app/controllers/main_controller.rb +0 -10
  14. data/test/dummy/app/controllers/sessions_controller.rb +0 -43
  15. data/test/dummy/app/controllers/users_controller.rb +0 -52
  16. data/test/dummy/app/helpers/application_helper.rb +0 -2
  17. data/test/dummy/app/helpers/contacts_helper.rb +0 -2
  18. data/test/dummy/app/helpers/main_helper.rb +0 -2
  19. data/test/dummy/app/helpers/sessions_helper.rb +0 -2
  20. data/test/dummy/app/helpers/users_helper.rb +0 -2
  21. data/test/dummy/app/models/contact.rb +0 -19
  22. data/test/dummy/app/models/group.rb +0 -7
  23. data/test/dummy/app/models/session.rb +0 -39
  24. data/test/dummy/app/models/user.rb +0 -19
  25. data/test/dummy/app/views/contacts/_form.html.haml +0 -12
  26. data/test/dummy/app/views/contacts/edit.html.haml +0 -6
  27. data/test/dummy/app/views/contacts/index.html.haml +0 -21
  28. data/test/dummy/app/views/contacts/new.html.haml +0 -6
  29. data/test/dummy/app/views/layouts/application.html.haml +0 -21
  30. data/test/dummy/app/views/main/index.html.haml +0 -7
  31. data/test/dummy/app/views/sessions/_fields.html.haml +0 -3
  32. data/test/dummy/app/views/sessions/_form.html.haml +0 -5
  33. data/test/dummy/app/views/sessions/_modal.html.haml +0 -14
  34. data/test/dummy/app/views/sessions/new.html.haml +0 -5
  35. data/test/dummy/app/views/sessions/new.js.haml +0 -2
  36. data/test/dummy/app/views/users/_fields.html.haml +0 -4
  37. data/test/dummy/app/views/users/_form.html.haml +0 -5
  38. data/test/dummy/app/views/users/_modal.html.haml +0 -14
  39. data/test/dummy/app/views/users/edit.html.haml +0 -6
  40. data/test/dummy/app/views/users/edit.js.haml +0 -2
  41. data/test/dummy/app/views/users/new.html.haml +0 -6
  42. data/test/dummy/app/views/users/new.js.haml +0 -2
  43. data/test/dummy/bin/bundle +0 -3
  44. data/test/dummy/bin/rails +0 -4
  45. data/test/dummy/bin/rake +0 -4
  46. data/test/dummy/config.ru +0 -4
  47. data/test/dummy/config/application.rb +0 -23
  48. data/test/dummy/config/boot.rb +0 -5
  49. data/test/dummy/config/database.yml +0 -16
  50. data/test/dummy/config/environment.rb +0 -5
  51. data/test/dummy/config/environments/development.rb +0 -37
  52. data/test/dummy/config/environments/production.rb +0 -83
  53. data/test/dummy/config/environments/test.rb +0 -39
  54. data/test/dummy/config/initializers/formula.rb +0 -2
  55. data/test/dummy/config/initializers/other.rb +0 -7
  56. data/test/dummy/config/locales/en.yml +0 -1
  57. data/test/dummy/config/routes.rb +0 -9
  58. data/test/dummy/config/secrets.yml +0 -22
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/migrate/20110109175811_create_contacts.rb +0 -21
  61. data/test/dummy/db/migrate/20110213001348_create_groups.rb +0 -9
  62. data/test/dummy/db/migrate/20120226213733_create_users.rb +0 -11
  63. data/test/dummy/db/production.sqlite3 +0 -0
  64. data/test/dummy/db/schema.rb +0 -45
  65. data/test/dummy/db/test.sqlite3 +0 -0
  66. data/test/dummy/log/development.log +0 -4720
  67. data/test/dummy/log/test.log +0 -1743
  68. data/test/dummy/public/favicon.ico +0 -0
  69. data/test/dummy/script/rails +0 -6
  70. data/test/dummy/test/controllers/contacts_controller_test.rb +0 -56
  71. data/test/dummy/test/controllers/main_controller_test.rb +0 -10
  72. data/test/dummy/test/controllers/sessions_controller_test.rb +0 -7
  73. data/test/dummy/test/controllers/users_controller_test.rb +0 -7
  74. data/test/dummy/test/fixtures/contacts.yml +0 -7
  75. data/test/dummy/test/fixtures/contacts/avatar.png +0 -0
  76. data/test/dummy/test/fixtures/groups.yml +0 -5
  77. data/test/dummy/test/fixtures/users.yml +0 -4
  78. data/test/dummy/test/helpers/contacts_helper_test.rb +0 -4
  79. data/test/dummy/test/helpers/main_helper_test.rb +0 -4
  80. data/test/dummy/test/helpers/sessions_helper_test.rb +0 -4
  81. data/test/dummy/test/helpers/users_helper_test.rb +0 -4
  82. data/test/dummy/test/intergation/contact_form_test.rb +0 -84
  83. data/test/dummy/test/models/contact_test.rb +0 -4
  84. data/test/dummy/test/models/group_test.rb +0 -4
  85. data/test/dummy/test/models/user_test.rb +0 -4
  86. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_alerts.scssc +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_badges.scssc +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_breadcrumbs.scssc +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_button-groups.scssc +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_buttons.scssc +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_carousel.scssc +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_close.scssc +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_code.scssc +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_component-animations.scssc +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_dropdowns.scssc +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_forms.scssc +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_glyphicons.scssc +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_grid.scssc +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_input-groups.scssc +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_jumbotron.scssc +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_labels.scssc +0 -0
  102. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_list-group.scssc +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_media.scssc +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_mixins.scssc +0 -0
  105. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_modals.scssc +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_navbar.scssc +0 -0
  107. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_navs.scssc +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_normalize.scssc +0 -0
  109. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_pager.scssc +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_pagination.scssc +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_panels.scssc +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_popovers.scssc +0 -0
  113. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_print.scssc +0 -0
  114. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_progress-bars.scssc +0 -0
  115. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_responsive-embed.scssc +0 -0
  116. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_responsive-utilities.scssc +0 -0
  117. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_scaffolding.scssc +0 -0
  118. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_tables.scssc +0 -0
  119. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_thumbnails.scssc +0 -0
  120. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_tooltip.scssc +0 -0
  121. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_type.scssc +0 -0
  122. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_utilities.scssc +0 -0
  123. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_variables.scssc +0 -0
  124. data/test/dummy/tmp/cache/assets/development/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_wells.scssc +0 -0
  125. data/test/dummy/tmp/cache/assets/development/sass/45bd8938b3413770609ef0f6359e3a777b7f617e/bootstrap.scssc +0 -0
  126. data/test/dummy/tmp/cache/assets/development/sass/71312455ae636b332481faca63a9d97856be8b35/application.css.sassc +0 -0
  127. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_alerts.scssc +0 -0
  128. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_background-variant.scssc +0 -0
  129. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_border-radius.scssc +0 -0
  130. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_buttons.scssc +0 -0
  131. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_center-block.scssc +0 -0
  132. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_clearfix.scssc +0 -0
  133. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_forms.scssc +0 -0
  134. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_gradients.scssc +0 -0
  135. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_grid-framework.scssc +0 -0
  136. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_grid.scssc +0 -0
  137. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_hide-text.scssc +0 -0
  138. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_image.scssc +0 -0
  139. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_labels.scssc +0 -0
  140. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_list-group.scssc +0 -0
  141. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_nav-divider.scssc +0 -0
  142. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_nav-vertical-align.scssc +0 -0
  143. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_opacity.scssc +0 -0
  144. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_pagination.scssc +0 -0
  145. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_panels.scssc +0 -0
  146. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_progress-bar.scssc +0 -0
  147. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_reset-filter.scssc +0 -0
  148. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_resize.scssc +0 -0
  149. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_responsive-visibility.scssc +0 -0
  150. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_size.scssc +0 -0
  151. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_tab-focus.scssc +0 -0
  152. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_table-row.scssc +0 -0
  153. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_text-emphasis.scssc +0 -0
  154. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_text-overflow.scssc +0 -0
  155. data/test/dummy/tmp/cache/assets/development/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_vendor-prefixes.scssc +0 -0
  156. data/test/dummy/tmp/cache/assets/development/sprockets/02010a0d03c11b9f5e95c8f4d0c239fd +0 -0
  157. data/test/dummy/tmp/cache/assets/development/sprockets/023b678a946e6cd30ea4ad6c02156a17 +0 -0
  158. data/test/dummy/tmp/cache/assets/development/sprockets/0cf4564c14b1c6d3aa528c8050da0da2 +0 -0
  159. data/test/dummy/tmp/cache/assets/development/sprockets/0d3881005b0646df783d5c24683d34f5 +0 -0
  160. data/test/dummy/tmp/cache/assets/development/sprockets/0f1fb58c80d3526ca28f849ade79a207 +0 -0
  161. data/test/dummy/tmp/cache/assets/development/sprockets/11e24a16dad5901d4baec0d0e5036539 +0 -0
  162. data/test/dummy/tmp/cache/assets/development/sprockets/12395f105c945b765c30ff5e8762e4f5 +0 -0
  163. data/test/dummy/tmp/cache/assets/development/sprockets/1a6846f0a837ae2524e2f9ec89e6ef43 +0 -0
  164. data/test/dummy/tmp/cache/assets/development/sprockets/1d3e71e1abd354dcc20f699b5d142705 +0 -0
  165. data/test/dummy/tmp/cache/assets/development/sprockets/1e0cdf62d248817cd0d57552fa59a747 +0 -0
  166. data/test/dummy/tmp/cache/assets/development/sprockets/249d8739cb936acd5298707eee0d6720 +0 -0
  167. data/test/dummy/tmp/cache/assets/development/sprockets/261b7bdff795a9c5acb01b7110a2a88b +0 -0
  168. data/test/dummy/tmp/cache/assets/development/sprockets/28f9392c4ff686022b9aa64fce4f2909 +0 -0
  169. data/test/dummy/tmp/cache/assets/development/sprockets/2d08eff463240e8cc13e4b8901e1d625 +0 -0
  170. data/test/dummy/tmp/cache/assets/development/sprockets/2e5fcc2fdcf6528258fe605905a7bcfe +0 -0
  171. data/test/dummy/tmp/cache/assets/development/sprockets/36678fb386cb1e93639340b27f1a32a7 +0 -0
  172. data/test/dummy/tmp/cache/assets/development/sprockets/3c2045d945903b236c2059b37428b6b0 +0 -0
  173. data/test/dummy/tmp/cache/assets/development/sprockets/46add8dc415e49665e983a9e13d2f2f7 +0 -0
  174. data/test/dummy/tmp/cache/assets/development/sprockets/50c1885539f61359c48af74fcae1df31 +0 -0
  175. data/test/dummy/tmp/cache/assets/development/sprockets/518552a8729ee252cee1dd1eb9fe3721 +0 -0
  176. data/test/dummy/tmp/cache/assets/development/sprockets/531b2b0fe7a5528280d1f96c27cb8e25 +0 -0
  177. data/test/dummy/tmp/cache/assets/development/sprockets/549433c69cea92d25866de086133f624 +0 -0
  178. data/test/dummy/tmp/cache/assets/development/sprockets/5bf2927a85e8089c52a0fb6defdb8df5 +0 -0
  179. data/test/dummy/tmp/cache/assets/development/sprockets/62c370a7a15001abbfde52a224847a82 +0 -0
  180. data/test/dummy/tmp/cache/assets/development/sprockets/63f16d220c281d63145042502624d9f1 +0 -0
  181. data/test/dummy/tmp/cache/assets/development/sprockets/645f7fde421d881494d2cfc9dbcf817a +0 -0
  182. data/test/dummy/tmp/cache/assets/development/sprockets/6591980c2206acd5e6c8cedfefdb173e +0 -0
  183. data/test/dummy/tmp/cache/assets/development/sprockets/6c3e053393afe303432ca73f1b41490b +0 -0
  184. data/test/dummy/tmp/cache/assets/development/sprockets/6ec711976ecdfc1d73d4351896cc9a42 +0 -0
  185. data/test/dummy/tmp/cache/assets/development/sprockets/701985b1c07dc19b8224c5f5503d0b22 +0 -0
  186. data/test/dummy/tmp/cache/assets/development/sprockets/77dafd76fb74ba9b52e2a0687f00b1e8 +0 -0
  187. data/test/dummy/tmp/cache/assets/development/sprockets/8605fbfb07d37d9b742e12eb4410e48b +0 -0
  188. data/test/dummy/tmp/cache/assets/development/sprockets/86e145a39f85cceeaffdff91ebb61449 +0 -0
  189. data/test/dummy/tmp/cache/assets/development/sprockets/8d3a00d456f50687ae2fd4aa86f2fcbc +0 -0
  190. data/test/dummy/tmp/cache/assets/development/sprockets/8f6a0476c6c743f0b0aaa9ab9017f195 +0 -0
  191. data/test/dummy/tmp/cache/assets/development/sprockets/905038f8c0d26c6336bee65ebdd054aa +0 -0
  192. data/test/dummy/tmp/cache/assets/development/sprockets/90d52fe2f63549e41d650e1b3e741b38 +0 -0
  193. data/test/dummy/tmp/cache/assets/development/sprockets/9a10533dd8cc45575e60f4b03ca18f57 +0 -0
  194. data/test/dummy/tmp/cache/assets/development/sprockets/9c49721d6991847a079dca45f3186f9b +0 -0
  195. data/test/dummy/tmp/cache/assets/development/sprockets/9ccb8dc8b4af336e49d205f87862ef1a +0 -0
  196. data/test/dummy/tmp/cache/assets/development/sprockets/a0ac0765809a3afda8369ad8a0004061 +0 -0
  197. data/test/dummy/tmp/cache/assets/development/sprockets/a1cae0564531ebfc87346b487b299c36 +0 -0
  198. data/test/dummy/tmp/cache/assets/development/sprockets/aa1cc5f74864cb258dde3736d17b49e3 +0 -0
  199. data/test/dummy/tmp/cache/assets/development/sprockets/aaa64f65b7159c447dab8ded1b82d9a3 +0 -0
  200. data/test/dummy/tmp/cache/assets/development/sprockets/aba01c39014deb19047dc4e531dc9fb0 +0 -0
  201. data/test/dummy/tmp/cache/assets/development/sprockets/accedd3fe9c8dc38b28fdb281224109e +0 -0
  202. data/test/dummy/tmp/cache/assets/development/sprockets/af05f7f931985697d9e6495813173dfd +0 -0
  203. data/test/dummy/tmp/cache/assets/development/sprockets/b1b7823cdaadc23fafdbb5b08bd29288 +0 -0
  204. data/test/dummy/tmp/cache/assets/development/sprockets/b289da2ec5097bff5009c88e9ee483df +0 -0
  205. data/test/dummy/tmp/cache/assets/development/sprockets/b962ab1afdfabe8a1fcca660a7d23494 +0 -0
  206. data/test/dummy/tmp/cache/assets/development/sprockets/c5880aca76ccbb51f9388362e8afc1e6 +0 -0
  207. data/test/dummy/tmp/cache/assets/development/sprockets/cb542fac9f977fbb72d40724da47025d +0 -0
  208. data/test/dummy/tmp/cache/assets/development/sprockets/d1126181d20218e4609dc938c49b8c89 +0 -0
  209. data/test/dummy/tmp/cache/assets/development/sprockets/d1fafb1a97f0491105d64b8ffb8257ea +0 -0
  210. data/test/dummy/tmp/cache/assets/development/sprockets/d681e43e15f4dce9ad4758373d498609 +0 -0
  211. data/test/dummy/tmp/cache/assets/development/sprockets/dfb751dedba446156ad8faced2578a40 +0 -0
  212. data/test/dummy/tmp/cache/assets/development/sprockets/ebaf8810257ee299d1cfd9e06ee6eb23 +0 -0
  213. data/test/dummy/tmp/cache/assets/development/sprockets/f14dc6e5e5e6b9d1dcfbb2dab612a366 +0 -0
  214. data/test/dummy/tmp/cache/assets/development/sprockets/f155229234251c8de9893a5ecedb0d91 +0 -0
  215. data/test/dummy/tmp/cache/assets/development/sprockets/f2e2ff9e8de22a7f1fd56cdf5980ed5a +0 -0
  216. data/test/dummy/tmp/cache/assets/development/sprockets/f9820cf8e1678aa63b5d45d2f4d1c3a4 +0 -0
  217. data/test/dummy/tmp/cache/assets/development/sprockets/fb5420244da2a2ebfb8700df72877475 +0 -0
  218. data/test/dummy/tmp/cache/assets/development/sprockets/fea6989ee18710eb77486d368f1ec23c +0 -0
  219. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_alerts.scssc +0 -0
  220. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_badges.scssc +0 -0
  221. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_breadcrumbs.scssc +0 -0
  222. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_button-groups.scssc +0 -0
  223. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_buttons.scssc +0 -0
  224. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_carousel.scssc +0 -0
  225. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_close.scssc +0 -0
  226. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_code.scssc +0 -0
  227. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_component-animations.scssc +0 -0
  228. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_dropdowns.scssc +0 -0
  229. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_forms.scssc +0 -0
  230. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_glyphicons.scssc +0 -0
  231. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_grid.scssc +0 -0
  232. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_input-groups.scssc +0 -0
  233. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_jumbotron.scssc +0 -0
  234. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_labels.scssc +0 -0
  235. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_list-group.scssc +0 -0
  236. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_media.scssc +0 -0
  237. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_mixins.scssc +0 -0
  238. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_modals.scssc +0 -0
  239. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_navbar.scssc +0 -0
  240. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_navs.scssc +0 -0
  241. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_normalize.scssc +0 -0
  242. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_pager.scssc +0 -0
  243. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_pagination.scssc +0 -0
  244. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_panels.scssc +0 -0
  245. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_popovers.scssc +0 -0
  246. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_print.scssc +0 -0
  247. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_progress-bars.scssc +0 -0
  248. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_responsive-embed.scssc +0 -0
  249. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_responsive-utilities.scssc +0 -0
  250. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_scaffolding.scssc +0 -0
  251. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_tables.scssc +0 -0
  252. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_thumbnails.scssc +0 -0
  253. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_tooltip.scssc +0 -0
  254. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_type.scssc +0 -0
  255. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_utilities.scssc +0 -0
  256. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_variables.scssc +0 -0
  257. data/test/dummy/tmp/cache/assets/test/sass/31d2ed2667b01dcba4d84bb285bce06ec07dbccf/_wells.scssc +0 -0
  258. data/test/dummy/tmp/cache/assets/test/sass/45bd8938b3413770609ef0f6359e3a777b7f617e/bootstrap.scssc +0 -0
  259. data/test/dummy/tmp/cache/assets/test/sass/71312455ae636b332481faca63a9d97856be8b35/application.css.sassc +0 -0
  260. data/test/dummy/tmp/cache/assets/test/sass/71312455ae636b332481faca63a9d97856be8b35/main.css.scssc +0 -0
  261. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_alerts.scssc +0 -0
  262. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_background-variant.scssc +0 -0
  263. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_border-radius.scssc +0 -0
  264. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_buttons.scssc +0 -0
  265. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_center-block.scssc +0 -0
  266. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_clearfix.scssc +0 -0
  267. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_forms.scssc +0 -0
  268. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_gradients.scssc +0 -0
  269. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_grid-framework.scssc +0 -0
  270. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_grid.scssc +0 -0
  271. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_hide-text.scssc +0 -0
  272. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_image.scssc +0 -0
  273. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_labels.scssc +0 -0
  274. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_list-group.scssc +0 -0
  275. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_nav-divider.scssc +0 -0
  276. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_nav-vertical-align.scssc +0 -0
  277. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_opacity.scssc +0 -0
  278. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_pagination.scssc +0 -0
  279. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_panels.scssc +0 -0
  280. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_progress-bar.scssc +0 -0
  281. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_reset-filter.scssc +0 -0
  282. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_resize.scssc +0 -0
  283. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_responsive-visibility.scssc +0 -0
  284. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_size.scssc +0 -0
  285. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_tab-focus.scssc +0 -0
  286. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_table-row.scssc +0 -0
  287. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_text-emphasis.scssc +0 -0
  288. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_text-overflow.scssc +0 -0
  289. data/test/dummy/tmp/cache/assets/test/sass/7d0cc6b50b036530867028f6954e0b64194175c3/_vendor-prefixes.scssc +0 -0
  290. data/test/dummy/tmp/cache/assets/test/sprockets/00e655a65dde5f3c670a0cbb47b9a1ea +0 -0
  291. data/test/dummy/tmp/cache/assets/test/sprockets/02010a0d03c11b9f5e95c8f4d0c239fd +0 -0
  292. data/test/dummy/tmp/cache/assets/test/sprockets/023b678a946e6cd30ea4ad6c02156a17 +0 -0
  293. data/test/dummy/tmp/cache/assets/test/sprockets/097a03dc3adc199bfdf7679723266126 +0 -0
  294. data/test/dummy/tmp/cache/assets/test/sprockets/0d3881005b0646df783d5c24683d34f5 +0 -0
  295. data/test/dummy/tmp/cache/assets/test/sprockets/11e24a16dad5901d4baec0d0e5036539 +0 -0
  296. data/test/dummy/tmp/cache/assets/test/sprockets/12395f105c945b765c30ff5e8762e4f5 +0 -0
  297. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  298. data/test/dummy/tmp/cache/assets/test/sprockets/1a6846f0a837ae2524e2f9ec89e6ef43 +0 -0
  299. data/test/dummy/tmp/cache/assets/test/sprockets/1d3e71e1abd354dcc20f699b5d142705 +0 -0
  300. data/test/dummy/tmp/cache/assets/test/sprockets/1e0cdf62d248817cd0d57552fa59a747 +0 -0
  301. data/test/dummy/tmp/cache/assets/test/sprockets/249d8739cb936acd5298707eee0d6720 +0 -0
  302. data/test/dummy/tmp/cache/assets/test/sprockets/261b7bdff795a9c5acb01b7110a2a88b +0 -0
  303. data/test/dummy/tmp/cache/assets/test/sprockets/28f9392c4ff686022b9aa64fce4f2909 +0 -0
  304. data/test/dummy/tmp/cache/assets/test/sprockets/293c985fbc5b472503b7d382b4cb2c83 +0 -0
  305. data/test/dummy/tmp/cache/assets/test/sprockets/2d08eff463240e8cc13e4b8901e1d625 +0 -0
  306. data/test/dummy/tmp/cache/assets/test/sprockets/2e5fcc2fdcf6528258fe605905a7bcfe +0 -0
  307. data/test/dummy/tmp/cache/assets/test/sprockets/2ec4a702b8e8920ba35af876909af335 +0 -0
  308. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  309. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  310. data/test/dummy/tmp/cache/assets/test/sprockets/36678fb386cb1e93639340b27f1a32a7 +0 -0
  311. data/test/dummy/tmp/cache/assets/test/sprockets/396d5652ace43c3a394ac73cafd81f8a +0 -0
  312. data/test/dummy/tmp/cache/assets/test/sprockets/399f8db1b6611d514267eb5dfa882ad3 +0 -0
  313. data/test/dummy/tmp/cache/assets/test/sprockets/3c2045d945903b236c2059b37428b6b0 +0 -0
  314. data/test/dummy/tmp/cache/assets/test/sprockets/3cd60b3d8a714ddcdc4256558f0aedc0 +0 -0
  315. data/test/dummy/tmp/cache/assets/test/sprockets/415cba7de981a2df5af982b546bbf064 +0 -0
  316. data/test/dummy/tmp/cache/assets/test/sprockets/436248b718a79a0e0f1b95e148ec1666 +0 -0
  317. data/test/dummy/tmp/cache/assets/test/sprockets/46add8dc415e49665e983a9e13d2f2f7 +0 -0
  318. data/test/dummy/tmp/cache/assets/test/sprockets/50c1885539f61359c48af74fcae1df31 +0 -0
  319. data/test/dummy/tmp/cache/assets/test/sprockets/531b2b0fe7a5528280d1f96c27cb8e25 +0 -0
  320. data/test/dummy/tmp/cache/assets/test/sprockets/53b747c9d99b7030136b65fc6d449002 +0 -0
  321. data/test/dummy/tmp/cache/assets/test/sprockets/549433c69cea92d25866de086133f624 +0 -0
  322. data/test/dummy/tmp/cache/assets/test/sprockets/5bf2927a85e8089c52a0fb6defdb8df5 +0 -0
  323. data/test/dummy/tmp/cache/assets/test/sprockets/5e7e47133e845f983f542a2482883565 +0 -0
  324. data/test/dummy/tmp/cache/assets/test/sprockets/63f16d220c281d63145042502624d9f1 +0 -0
  325. data/test/dummy/tmp/cache/assets/test/sprockets/645f7fde421d881494d2cfc9dbcf817a +0 -0
  326. data/test/dummy/tmp/cache/assets/test/sprockets/6591980c2206acd5e6c8cedfefdb173e +0 -0
  327. data/test/dummy/tmp/cache/assets/test/sprockets/686d3c30c26bfbc861874a81a1ecff3d +0 -0
  328. data/test/dummy/tmp/cache/assets/test/sprockets/6c3e053393afe303432ca73f1b41490b +0 -0
  329. data/test/dummy/tmp/cache/assets/test/sprockets/6e19a07f286b00981926a2440b4cd1a1 +0 -0
  330. data/test/dummy/tmp/cache/assets/test/sprockets/701985b1c07dc19b8224c5f5503d0b22 +0 -0
  331. data/test/dummy/tmp/cache/assets/test/sprockets/71d6b2d2cd1209ddffa04ca580a1d49a +0 -0
  332. data/test/dummy/tmp/cache/assets/test/sprockets/72d215033ed2b6bfa9a44cb8ce571723 +0 -0
  333. data/test/dummy/tmp/cache/assets/test/sprockets/7481e690adc4e4ccb3c9c41c31f2c284 +0 -0
  334. data/test/dummy/tmp/cache/assets/test/sprockets/77dafd76fb74ba9b52e2a0687f00b1e8 +0 -0
  335. data/test/dummy/tmp/cache/assets/test/sprockets/7ade5edd1b6d232bd5eab48b3bdc64c8 +0 -0
  336. data/test/dummy/tmp/cache/assets/test/sprockets/823ee9dbdcc94ee214a06e0deea8ceec +0 -0
  337. data/test/dummy/tmp/cache/assets/test/sprockets/86e145a39f85cceeaffdff91ebb61449 +0 -0
  338. data/test/dummy/tmp/cache/assets/test/sprockets/8983f10ef5d6e0da1009637bafcf38dd +0 -0
  339. data/test/dummy/tmp/cache/assets/test/sprockets/8d139344799ab48f66c0d4d1841da2cb +0 -0
  340. data/test/dummy/tmp/cache/assets/test/sprockets/8d3a00d456f50687ae2fd4aa86f2fcbc +0 -0
  341. data/test/dummy/tmp/cache/assets/test/sprockets/905038f8c0d26c6336bee65ebdd054aa +0 -0
  342. data/test/dummy/tmp/cache/assets/test/sprockets/90659896e8bcb36c56af095026df7ce1 +0 -0
  343. data/test/dummy/tmp/cache/assets/test/sprockets/959c4052adac4c2f18197b37f5de5445 +0 -0
  344. data/test/dummy/tmp/cache/assets/test/sprockets/9a10533dd8cc45575e60f4b03ca18f57 +0 -0
  345. data/test/dummy/tmp/cache/assets/test/sprockets/9c49721d6991847a079dca45f3186f9b +0 -0
  346. data/test/dummy/tmp/cache/assets/test/sprockets/9ccb8dc8b4af336e49d205f87862ef1a +0 -0
  347. data/test/dummy/tmp/cache/assets/test/sprockets/a0ac0765809a3afda8369ad8a0004061 +0 -0
  348. data/test/dummy/tmp/cache/assets/test/sprockets/a22e9dbf576b62c5e09bf7cf6d41d9d4 +0 -0
  349. data/test/dummy/tmp/cache/assets/test/sprockets/aa1cc5f74864cb258dde3736d17b49e3 +0 -0
  350. data/test/dummy/tmp/cache/assets/test/sprockets/aaa64f65b7159c447dab8ded1b82d9a3 +0 -0
  351. data/test/dummy/tmp/cache/assets/test/sprockets/accedd3fe9c8dc38b28fdb281224109e +0 -0
  352. data/test/dummy/tmp/cache/assets/test/sprockets/afdb97c4f7aa20b328448c9f02a1180f +0 -0
  353. data/test/dummy/tmp/cache/assets/test/sprockets/b1b7823cdaadc23fafdbb5b08bd29288 +0 -0
  354. data/test/dummy/tmp/cache/assets/test/sprockets/b289da2ec5097bff5009c88e9ee483df +0 -0
  355. data/test/dummy/tmp/cache/assets/test/sprockets/b962ab1afdfabe8a1fcca660a7d23494 +0 -0
  356. data/test/dummy/tmp/cache/assets/test/sprockets/c5880aca76ccbb51f9388362e8afc1e6 +0 -0
  357. data/test/dummy/tmp/cache/assets/test/sprockets/cc29554d9c3106547f93e3f9297f00d9 +0 -0
  358. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  359. data/test/dummy/tmp/cache/assets/test/sprockets/d1126181d20218e4609dc938c49b8c89 +0 -0
  360. data/test/dummy/tmp/cache/assets/test/sprockets/d1fafb1a97f0491105d64b8ffb8257ea +0 -0
  361. data/test/dummy/tmp/cache/assets/test/sprockets/d681e43e15f4dce9ad4758373d498609 +0 -0
  362. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  363. data/test/dummy/tmp/cache/assets/test/sprockets/dcc40f82451492107830b3dd80a36977 +0 -0
  364. data/test/dummy/tmp/cache/assets/test/sprockets/dd9fd21ad6903dad7568c8da5fc75295 +0 -0
  365. data/test/dummy/tmp/cache/assets/test/sprockets/e26c921e61202567bed22b28f3383472 +0 -0
  366. data/test/dummy/tmp/cache/assets/test/sprockets/e4cb18846a33c0cf46998bc42f53c3e0 +0 -0
  367. data/test/dummy/tmp/cache/assets/test/sprockets/e9a718cd714105529e1126df281d5b9b +0 -0
  368. data/test/dummy/tmp/cache/assets/test/sprockets/ebaf8810257ee299d1cfd9e06ee6eb23 +0 -0
  369. data/test/dummy/tmp/cache/assets/test/sprockets/ec6dbdfd437cce2227524111fc0718f2 +0 -0
  370. data/test/dummy/tmp/cache/assets/test/sprockets/f14dc6e5e5e6b9d1dcfbb2dab612a366 +0 -0
  371. data/test/dummy/tmp/cache/assets/test/sprockets/f155229234251c8de9893a5ecedb0d91 +0 -0
  372. data/test/dummy/tmp/cache/assets/test/sprockets/f2e2ff9e8de22a7f1fd56cdf5980ed5a +0 -0
  373. data/test/dummy/tmp/cache/assets/test/sprockets/f5d9005c000eb6564e07542315c81dae +0 -0
  374. data/test/dummy/tmp/cache/assets/test/sprockets/f6fa20607f7937651d0f70165f1b8cf7 +0 -0
  375. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  376. data/test/dummy/tmp/cache/assets/test/sprockets/fea6989ee18710eb77486d368f1ec23c +0 -0
  377. data/test/dummy/tmp/cache/assets/test/sprockets/fee934e8e36f453d5e4278a502226197 +0 -0
  378. data/test/dummy/tmp/restart.txt +0 -0
  379. data/test/formula_test.rb +0 -7
  380. data/test/test_helper.rb +0 -15
File without changes
@@ -1,45 +0,0 @@
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 to check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(:version => 20120226213733) do
15
-
16
- create_table "contacts", :force => true do |t|
17
- t.integer "group_id"
18
- t.string "name"
19
- t.string "slug"
20
- t.text "details"
21
- t.string "phone"
22
- t.string "email"
23
- t.string "url"
24
- t.string "avatar_identifier"
25
- t.string "avatar_extension"
26
- t.integer "avatar_size"
27
- t.datetime "created_at", :null => false
28
- t.datetime "updated_at", :null => false
29
- end
30
-
31
- create_table "groups", :force => true do |t|
32
- t.string "name"
33
- t.datetime "created_at", :null => false
34
- t.datetime "updated_at", :null => false
35
- end
36
-
37
- create_table "users", :force => true do |t|
38
- t.string "name"
39
- t.string "email"
40
- t.string "password_digest"
41
- t.datetime "created_at", :null => false
42
- t.datetime "updated_at", :null => false
43
- end
44
-
45
- end
Binary file
@@ -1,4720 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.1ms) select sqlite_version(*)
3
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6
- Migrating to CreateContacts (20110109175811)
7
-  (0.0ms) begin transaction
8
-  (0.6ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "name" varchar(255), "slug" varchar(255), "details" text, "phone" varchar(255), "email" varchar(255), "url" varchar(255), "avatar_identifier" varchar(255), "avatar_extension" varchar(255), "avatar_size" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9
-  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110109175811')
10
-  (0.9ms) commit transaction
11
- Migrating to CreateGroups (20110213001348)
12
-  (0.1ms) begin transaction
13
-  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
14
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110213001348')
15
-  (0.8ms) commit transaction
16
- Migrating to CreateUsers (20120226213733)
17
-  (0.0ms) begin transaction
18
-  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
19
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120226213733')
20
-  (0.7ms) commit transaction
21
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
22
- Connecting to database specified by database.yml
23
-  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
24
-  (0.2ms) select sqlite_version(*)
25
-  (1.4ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "name" varchar(255), "slug" varchar(255), "details" text, "phone" varchar(255), "email" varchar(255), "url" varchar(255), "avatar_identifier" varchar(255), "avatar_extension" varchar(255), "avatar_size" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
26
-  (0.9ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
27
-  (1.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
28
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
29
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
30
-  (0.1ms) SELECT version FROM "schema_migrations"
31
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120226213733')
32
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109175811')
33
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110213001348')
34
-
35
-
36
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:23:49 -0700
37
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
38
- Processing by MainController#index as HTML
39
- Rendered main/index.html.haml within layouts/application (2.0ms)
40
- Completed 200 OK in 1411ms (Views: 1410.1ms | ActiveRecord: 0.0ms)
41
-
42
-
43
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
44
-
45
-
46
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
47
-
48
-
49
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
50
-
51
-
52
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
53
-
54
-
55
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
56
-
57
-
58
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
59
-
60
-
61
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
62
-
63
-
64
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
65
-
66
-
67
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
68
-
69
-
70
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
71
-
72
-
73
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
74
-
75
-
76
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
77
-
78
-
79
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
80
-
81
-
82
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
83
-
84
-
85
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
86
-
87
-
88
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
89
-
90
-
91
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:23:51 -0700
92
-
93
-
94
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
95
- Processing by MainController#index as HTML
96
- Rendered main/index.html.haml within layouts/application (0.3ms)
97
- Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
98
-
99
-
100
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
101
-
102
-
103
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
104
-
105
-
106
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
107
-
108
-
109
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
110
-
111
-
112
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
113
-
114
-
115
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
116
-
117
-
118
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
119
-
120
-
121
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
122
-
123
-
124
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
125
-
126
-
127
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
128
-
129
-
130
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
131
-
132
-
133
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
134
-
135
-
136
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
137
-
138
-
139
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
140
-
141
-
142
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
143
-
144
-
145
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
146
-
147
-
148
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:16 -0700
149
-
150
-
151
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
152
- Processing by MainController#index as HTML
153
- Rendered main/index.html.haml within layouts/application (0.2ms)
154
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
155
-
156
-
157
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
158
-
159
-
160
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
161
-
162
-
163
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
164
-
165
-
166
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
167
-
168
-
169
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
170
-
171
-
172
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
173
-
174
-
175
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
176
-
177
-
178
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
179
-
180
-
181
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
182
-
183
-
184
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
185
-
186
-
187
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
188
-
189
-
190
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
191
-
192
-
193
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
194
-
195
-
196
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
197
-
198
-
199
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
200
-
201
-
202
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
203
-
204
-
205
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:17 -0700
206
-
207
-
208
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
209
- Processing by MainController#index as HTML
210
- Rendered main/index.html.haml within layouts/application (0.3ms)
211
- Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
212
-
213
-
214
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
215
-
216
-
217
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
218
-
219
-
220
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
221
-
222
-
223
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
224
-
225
-
226
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
227
-
228
-
229
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
230
-
231
-
232
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
233
-
234
-
235
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
236
-
237
-
238
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
239
-
240
-
241
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
242
-
243
-
244
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
245
-
246
-
247
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
248
-
249
-
250
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
251
-
252
-
253
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
254
-
255
-
256
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
257
-
258
-
259
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
260
-
261
-
262
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
263
-
264
-
265
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
266
- Processing by MainController#index as HTML
267
- Rendered main/index.html.haml within layouts/application (0.2ms)
268
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
269
-
270
-
271
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
272
-
273
-
274
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
275
-
276
-
277
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
278
-
279
-
280
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
281
-
282
-
283
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
284
-
285
-
286
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
287
-
288
-
289
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
290
-
291
-
292
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
293
-
294
-
295
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
296
-
297
-
298
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
299
-
300
-
301
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
302
-
303
-
304
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
305
-
306
-
307
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
308
-
309
-
310
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
311
-
312
-
313
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
314
-
315
-
316
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
317
-
318
-
319
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:24:18 -0700
320
-
321
-
322
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:23 -0700
323
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
324
- Processing by MainController#index as HTML
325
- Rendered main/index.html.haml within layouts/application (1.9ms)
326
- Completed 500 Internal Server Error in 80ms
327
-
328
- ActionView::Template::Error (undefined method `authenticated?' for #<#<Class:0x007fb29f965128>:0x007fb29f95f9a8>):
329
- 13: %ul.nav
330
- 14: %li= link_to 'Contacts', contacts_path
331
- 15: %ul.nav.pull-right
332
- 16: - if authenticated?
333
- 17: %li= link_to 'Account', edit_user_path, :remote => true
334
- 18: %li= link_to 'Logout', session_path, :method => :delete
335
- 19: - else
336
- app/views/layouts/application.html.haml:16:in `_app_views_layouts_application_html_haml__2030061338187434739_70202579022220'
337
- app/controllers/main_controller.rb:5:in `index'
338
-
339
-
340
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
341
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
342
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.8ms)
343
-
344
-
345
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:28 -0700
346
- Processing by MainController#index as HTML
347
- Rendered main/index.html.haml within layouts/application (0.2ms)
348
- Completed 500 Internal Server Error in 11ms
349
-
350
- ActionView::Template::Error (undefined method `authenticated?' for #<#<Class:0x007fb29f965128>:0x007fb29fe32c78>):
351
- 13: %ul.nav
352
- 14: %li= link_to 'Contacts', contacts_path
353
- 15: %ul.nav.pull-right
354
- 16: - if authenticated?
355
- 17: %li= link_to 'Account', edit_user_path, :remote => true
356
- 18: %li= link_to 'Logout', session_path, :method => :delete
357
- 19: - else
358
- app/views/layouts/application.html.haml:16:in `_app_views_layouts_application_html_haml__2030061338187434739_70202579022220'
359
- app/controllers/main_controller.rb:5:in `index'
360
-
361
-
362
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
363
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
364
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.9ms)
365
-
366
-
367
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:24:29 -0700
368
- Processing by MainController#index as HTML
369
- Rendered main/index.html.haml within layouts/application (0.3ms)
370
- Completed 500 Internal Server Error in 12ms
371
-
372
- ActionView::Template::Error (undefined method `authenticated?' for #<#<Class:0x007fb29f965128>:0x007fb29fafecf0>):
373
- 13: %ul.nav
374
- 14: %li= link_to 'Contacts', contacts_path
375
- 15: %ul.nav.pull-right
376
- 16: - if authenticated?
377
- 17: %li= link_to 'Account', edit_user_path, :remote => true
378
- 18: %li= link_to 'Logout', session_path, :method => :delete
379
- 19: - else
380
- app/views/layouts/application.html.haml:16:in `_app_views_layouts_application_html_haml__2030061338187434739_70202579022220'
381
- app/controllers/main_controller.rb:5:in `index'
382
-
383
-
384
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
385
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
386
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms)
387
-
388
-
389
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
390
- Processing by MainController#index as HTML
391
- Rendered main/index.html.haml within layouts/application (0.2ms)
392
- Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
393
-
394
-
395
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
396
-
397
-
398
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
399
-
400
-
401
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
402
-
403
-
404
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
405
-
406
-
407
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
408
-
409
-
410
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
411
-
412
-
413
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
414
-
415
-
416
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
417
-
418
-
419
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
420
-
421
-
422
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
423
-
424
-
425
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
426
-
427
-
428
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
429
-
430
-
431
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
432
-
433
-
434
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
435
-
436
-
437
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
438
-
439
-
440
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
441
-
442
-
443
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:27:37 -0700
444
-
445
-
446
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
447
- Processing by MainController#index as HTML
448
- Rendered main/index.html.haml within layouts/application (0.2ms)
449
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
450
-
451
-
452
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
453
-
454
-
455
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
456
-
457
-
458
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
459
-
460
-
461
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
462
-
463
-
464
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
465
-
466
-
467
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
468
-
469
-
470
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
471
-
472
-
473
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
474
-
475
-
476
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
477
-
478
-
479
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
480
-
481
-
482
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
483
-
484
-
485
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
486
-
487
-
488
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
489
-
490
-
491
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
492
-
493
-
494
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
495
-
496
-
497
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
498
-
499
-
500
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:17 -0700
501
-
502
-
503
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
504
- Processing by MainController#index as HTML
505
- Rendered main/index.html.haml within layouts/application (0.3ms)
506
- Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
507
-
508
-
509
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
510
-
511
-
512
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
513
-
514
-
515
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
516
-
517
-
518
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
519
-
520
-
521
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
522
-
523
-
524
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
525
-
526
-
527
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
528
-
529
-
530
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
531
-
532
-
533
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
534
-
535
-
536
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
537
-
538
-
539
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
540
-
541
-
542
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
543
-
544
-
545
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
546
-
547
-
548
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
549
-
550
-
551
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
552
-
553
-
554
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
555
-
556
-
557
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:18 -0700
558
-
559
-
560
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
561
- Processing by MainController#index as HTML
562
- Rendered main/index.html.haml within layouts/application (0.2ms)
563
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
564
-
565
-
566
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
567
-
568
-
569
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
570
-
571
-
572
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
573
-
574
-
575
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
576
-
577
-
578
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
579
-
580
-
581
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
582
-
583
-
584
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
585
-
586
-
587
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
588
-
589
-
590
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
591
-
592
-
593
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
594
-
595
-
596
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
597
-
598
-
599
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
600
-
601
-
602
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
603
-
604
-
605
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
606
-
607
-
608
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
609
-
610
-
611
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
612
-
613
-
614
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:38 -0700
615
-
616
-
617
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
618
- Processing by MainController#index as HTML
619
- Rendered main/index.html.haml within layouts/application (1.3ms)
620
- Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
621
-
622
-
623
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
624
-
625
-
626
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
627
-
628
-
629
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
630
-
631
-
632
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
633
-
634
-
635
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
636
-
637
-
638
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
639
-
640
-
641
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
642
-
643
-
644
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
645
-
646
-
647
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
648
-
649
-
650
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
651
-
652
-
653
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
654
-
655
-
656
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
657
-
658
-
659
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
660
-
661
-
662
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
663
-
664
-
665
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
666
-
667
-
668
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
669
-
670
-
671
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:29:58 -0700
672
-
673
-
674
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:30:02 -0700
675
- Processing by SessionsController#new as JS
676
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
677
- Rendered sessions/_fields.html.haml (8.3ms)
678
- Rendered sessions/_modal.html.haml (19.0ms)
679
- Rendered sessions/new.js.haml (22.1ms)
680
- Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms)
681
-
682
-
683
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:30:07 -0700
684
- Processing by SessionsController#new as JS
685
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
686
- Rendered sessions/_fields.html.haml (1.0ms)
687
- Rendered sessions/_modal.html.haml (2.8ms)
688
- Rendered sessions/new.js.haml (3.6ms)
689
- Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms)
690
-
691
-
692
- Started GET "/" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
693
- Processing by MainController#index as HTML
694
- Rendered main/index.html.haml within layouts/application (0.2ms)
695
- Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
696
-
697
-
698
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
699
-
700
-
701
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
702
-
703
-
704
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
705
-
706
-
707
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
708
-
709
-
710
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
711
-
712
-
713
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
714
-
715
-
716
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
717
-
718
-
719
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
720
-
721
-
722
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
723
-
724
-
725
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
726
-
727
-
728
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
729
-
730
-
731
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
732
-
733
-
734
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
735
-
736
-
737
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
738
-
739
-
740
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
741
-
742
-
743
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
744
-
745
-
746
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:15 -0700
747
-
748
-
749
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 15:31:17 -0700
750
- Processing by UsersController#new as JS
751
- Rendered users/_fields.html.haml (2.6ms)
752
- Rendered users/_modal.html.haml (8.5ms)
753
- Rendered users/new.js.haml (10.1ms)
754
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
755
-
756
-
757
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
758
- Processing by ContactsController#index as HTML
759
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
760
- Rendered contacts/index.html.haml within layouts/application (2.9ms)
761
- Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.1ms)
762
-
763
-
764
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
765
-
766
-
767
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
768
-
769
-
770
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
771
-
772
-
773
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
774
-
775
-
776
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
777
-
778
-
779
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
780
-
781
-
782
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
783
-
784
-
785
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
786
-
787
-
788
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
789
-
790
-
791
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
792
-
793
-
794
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
795
-
796
-
797
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
798
-
799
-
800
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
801
-
802
-
803
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
804
-
805
-
806
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
807
-
808
-
809
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
810
-
811
-
812
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:22 -0700
813
-
814
-
815
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
816
- Processing by ContactsController#new as HTML
817
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
818
- Rendered contacts/_form.html.haml (16.6ms)
819
- Rendered contacts/new.html.haml within layouts/application (19.1ms)
820
- Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.5ms)
821
-
822
-
823
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
824
-
825
-
826
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
827
-
828
-
829
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
830
-
831
-
832
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
833
-
834
-
835
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
836
-
837
-
838
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
839
-
840
-
841
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
842
-
843
-
844
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
845
-
846
-
847
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
848
-
849
-
850
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
851
-
852
-
853
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
854
-
855
-
856
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
857
-
858
-
859
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
860
-
861
-
862
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
863
-
864
-
865
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
866
-
867
-
868
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
869
-
870
-
871
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:31:25 -0700
872
-
873
-
874
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
875
- Processing by ContactsController#new as HTML
876
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
877
- Rendered contacts/_form.html.haml (7.2ms)
878
- Rendered contacts/new.html.haml within layouts/application (7.9ms)
879
- Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.1ms)
880
-
881
-
882
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
883
-
884
-
885
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
886
-
887
-
888
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
889
-
890
-
891
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
892
-
893
-
894
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
895
-
896
-
897
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
898
-
899
-
900
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
901
-
902
-
903
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
904
-
905
-
906
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
907
-
908
-
909
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
910
-
911
-
912
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
913
-
914
-
915
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
916
-
917
-
918
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
919
-
920
-
921
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
922
-
923
-
924
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
925
-
926
-
927
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
928
-
929
-
930
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:46 -0700
931
-
932
-
933
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
934
- Processing by ContactsController#new as HTML
935
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
936
- Rendered contacts/_form.html.haml (5.9ms)
937
- Rendered contacts/new.html.haml within layouts/application (6.7ms)
938
- Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms)
939
-
940
-
941
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
942
-
943
-
944
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
945
-
946
-
947
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
948
-
949
-
950
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
951
-
952
-
953
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
954
-
955
-
956
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
957
-
958
-
959
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
960
-
961
-
962
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
963
-
964
-
965
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
966
-
967
-
968
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
969
-
970
-
971
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
972
-
973
-
974
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
975
-
976
-
977
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
978
-
979
-
980
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
981
-
982
-
983
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
984
-
985
-
986
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
987
-
988
-
989
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:32:48 -0700
990
-
991
-
992
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
993
- Processing by ContactsController#new as HTML
994
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
995
- Rendered contacts/_form.html.haml (5.0ms)
996
- Rendered contacts/new.html.haml within layouts/application (5.7ms)
997
- Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.1ms)
998
-
999
-
1000
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1001
-
1002
-
1003
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1004
-
1005
-
1006
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1007
-
1008
-
1009
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1010
-
1011
-
1012
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1013
-
1014
-
1015
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1016
-
1017
-
1018
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1019
-
1020
-
1021
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1022
-
1023
-
1024
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1025
-
1026
-
1027
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1028
-
1029
-
1030
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1031
-
1032
-
1033
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1034
-
1035
-
1036
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1037
-
1038
-
1039
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1040
-
1041
-
1042
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1043
-
1044
-
1045
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1046
-
1047
-
1048
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:33:44 -0700
1049
-
1050
-
1051
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:34:19 -0700
1052
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1053
- Processing by ContactsController#new as HTML
1054
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1055
- Rendered contacts/_form.html.haml (30.4ms)
1056
- Rendered contacts/new.html.haml within layouts/application (34.1ms)
1057
- Completed 200 OK in 108ms (Views: 104.0ms | ActiveRecord: 0.3ms)
1058
-
1059
-
1060
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1061
-
1062
-
1063
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1064
-
1065
-
1066
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1067
-
1068
-
1069
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1070
-
1071
-
1072
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1073
-
1074
-
1075
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1076
-
1077
-
1078
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1079
-
1080
-
1081
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1082
-
1083
-
1084
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1085
-
1086
-
1087
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1088
-
1089
-
1090
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1091
-
1092
-
1093
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1094
-
1095
-
1096
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1097
-
1098
-
1099
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1100
-
1101
-
1102
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1103
-
1104
-
1105
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1106
-
1107
-
1108
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:34:20 -0700
1109
-
1110
-
1111
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:35:11 -0700
1112
- Processing by SessionsController#new as JS
1113
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
1114
- Rendered sessions/_fields.html.haml (2.3ms)
1115
- Rendered sessions/_modal.html.haml (10.3ms)
1116
- Rendered sessions/new.js.haml (12.0ms)
1117
- Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.3ms)
1118
-
1119
-
1120
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1121
- Processing by ContactsController#new as HTML
1122
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1123
- Rendered contacts/_form.html.haml (5.0ms)
1124
- Rendered contacts/new.html.haml within layouts/application (5.6ms)
1125
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms)
1126
-
1127
-
1128
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1129
-
1130
-
1131
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1132
-
1133
-
1134
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1135
-
1136
-
1137
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1138
-
1139
-
1140
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1141
-
1142
-
1143
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1144
-
1145
-
1146
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1147
-
1148
-
1149
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1150
-
1151
-
1152
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1153
-
1154
-
1155
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1156
-
1157
-
1158
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1159
-
1160
-
1161
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1162
-
1163
-
1164
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1165
-
1166
-
1167
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1168
-
1169
-
1170
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1171
-
1172
-
1173
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1174
-
1175
-
1176
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:36:59 -0700
1177
-
1178
-
1179
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:37:03 -0700
1180
- Processing by SessionsController#new as JS
1181
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
1182
- Rendered sessions/_fields.html.haml (1.0ms)
1183
- Rendered sessions/_modal.html.haml (4.8ms)
1184
- Rendered sessions/new.js.haml (5.6ms)
1185
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.1ms)
1186
-
1187
-
1188
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 15:37:05 -0700
1189
- Processing by UsersController#new as JS
1190
- Rendered users/_fields.html.haml (2.4ms)
1191
- Rendered users/_modal.html.haml (7.5ms)
1192
- Rendered users/new.js.haml (9.0ms)
1193
- Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
1194
-
1195
-
1196
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1197
- Processing by ContactsController#new as HTML
1198
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1199
- Rendered contacts/_form.html.haml (5.3ms)
1200
- Rendered contacts/new.html.haml within layouts/application (6.0ms)
1201
- Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.1ms)
1202
-
1203
-
1204
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1205
-
1206
-
1207
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1208
-
1209
-
1210
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1211
-
1212
-
1213
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1214
-
1215
-
1216
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1217
-
1218
-
1219
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1220
-
1221
-
1222
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1223
-
1224
-
1225
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1226
-
1227
-
1228
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1229
-
1230
-
1231
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1232
-
1233
-
1234
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1235
-
1236
-
1237
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1238
-
1239
-
1240
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1241
-
1242
-
1243
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1244
-
1245
-
1246
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1247
-
1248
-
1249
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1250
-
1251
-
1252
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:18 -0700
1253
-
1254
-
1255
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1256
- Processing by ContactsController#new as HTML
1257
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
1258
- Rendered contacts/_form.html.haml (11.9ms)
1259
- Rendered contacts/new.html.haml within layouts/application (12.6ms)
1260
- Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.2ms)
1261
-
1262
-
1263
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1264
-
1265
-
1266
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1267
-
1268
-
1269
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1270
-
1271
-
1272
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1273
-
1274
-
1275
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1276
-
1277
-
1278
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1279
-
1280
-
1281
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1282
-
1283
-
1284
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1285
-
1286
-
1287
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1288
-
1289
-
1290
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1291
-
1292
-
1293
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1294
-
1295
-
1296
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1297
-
1298
-
1299
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1300
-
1301
-
1302
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1303
-
1304
-
1305
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1306
-
1307
-
1308
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1309
-
1310
-
1311
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:37:19 -0700
1312
-
1313
-
1314
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 15:37:20 -0700
1315
- Processing by UsersController#new as JS
1316
- Rendered users/_fields.html.haml (1.6ms)
1317
- Rendered users/_modal.html.haml (5.1ms)
1318
- Rendered users/new.js.haml (6.1ms)
1319
- Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
1320
-
1321
-
1322
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:37:22 -0700
1323
- Processing by SessionsController#new as JS
1324
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
1325
- Rendered sessions/_fields.html.haml (1.1ms)
1326
- Rendered sessions/_modal.html.haml (3.2ms)
1327
- Rendered sessions/new.js.haml (4.1ms)
1328
- Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms)
1329
-
1330
-
1331
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1332
- Processing by ContactsController#new as HTML
1333
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1334
- Rendered contacts/_form.html.haml (5.6ms)
1335
- Rendered contacts/new.html.haml within layouts/application (6.2ms)
1336
- Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
1337
-
1338
-
1339
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1340
-
1341
-
1342
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1343
-
1344
-
1345
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1346
-
1347
-
1348
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1349
-
1350
-
1351
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1352
-
1353
-
1354
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1355
-
1356
-
1357
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1358
-
1359
-
1360
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1361
-
1362
-
1363
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1364
-
1365
-
1366
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1367
-
1368
-
1369
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1370
-
1371
-
1372
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1373
-
1374
-
1375
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1376
-
1377
-
1378
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1379
-
1380
-
1381
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1382
-
1383
-
1384
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1385
-
1386
-
1387
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:00 -0700
1388
-
1389
-
1390
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 15:38:02 -0700
1391
- Processing by SessionsController#new as JS
1392
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
1393
- Rendered sessions/_fields.html.haml (1.0ms)
1394
- Rendered sessions/_modal.html.haml (2.9ms)
1395
- Rendered sessions/new.js.haml (3.7ms)
1396
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.1ms)
1397
-
1398
-
1399
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1400
- Processing by ContactsController#new as HTML
1401
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1402
- Rendered contacts/_form.html.haml (5.4ms)
1403
- Rendered contacts/new.html.haml within layouts/application (6.0ms)
1404
- Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.1ms)
1405
-
1406
-
1407
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1408
-
1409
-
1410
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1411
-
1412
-
1413
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1414
-
1415
-
1416
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1417
-
1418
-
1419
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1420
-
1421
-
1422
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1423
-
1424
-
1425
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1426
-
1427
-
1428
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1429
-
1430
-
1431
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1432
-
1433
-
1434
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1435
-
1436
-
1437
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1438
-
1439
-
1440
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1441
-
1442
-
1443
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1444
-
1445
-
1446
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1447
-
1448
-
1449
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1450
-
1451
-
1452
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1453
-
1454
-
1455
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:38:43 -0700
1456
-
1457
-
1458
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 15:38:45 -0700
1459
- Processing by UsersController#new as JS
1460
- Rendered users/_fields.html.haml (1.6ms)
1461
- Rendered users/_modal.html.haml (4.8ms)
1462
- Rendered users/new.js.haml (5.6ms)
1463
- Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1464
-
1465
-
1466
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 15:39:14 -0700
1467
- Processing by UsersController#new as JS
1468
- Rendered users/_fields.html.haml (1.6ms)
1469
- Rendered users/_modal.html.haml (3.1ms)
1470
- Rendered users/new.js.haml (3.9ms)
1471
- Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1472
-
1473
-
1474
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1475
- Processing by ContactsController#index as HTML
1476
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1477
- Rendered contacts/index.html.haml within layouts/application (3.0ms)
1478
- Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
1479
-
1480
-
1481
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1482
-
1483
-
1484
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1485
-
1486
-
1487
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1488
-
1489
-
1490
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1491
-
1492
-
1493
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1494
-
1495
-
1496
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1497
-
1498
-
1499
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1500
-
1501
-
1502
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1503
-
1504
-
1505
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1506
-
1507
-
1508
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1509
-
1510
-
1511
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1512
-
1513
-
1514
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1515
-
1516
-
1517
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1518
-
1519
-
1520
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1521
-
1522
-
1523
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1524
-
1525
-
1526
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1527
-
1528
-
1529
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1530
-
1531
-
1532
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1533
- Processing by ContactsController#index as HTML
1534
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
1535
- Rendered contacts/index.html.haml within layouts/application (1.3ms)
1536
- Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms)
1537
-
1538
-
1539
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1540
-
1541
-
1542
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1543
-
1544
-
1545
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1546
-
1547
-
1548
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1549
-
1550
-
1551
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1552
-
1553
-
1554
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1555
-
1556
-
1557
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1558
-
1559
-
1560
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1561
-
1562
-
1563
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1564
-
1565
-
1566
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1567
-
1568
-
1569
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1570
-
1571
-
1572
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1573
-
1574
-
1575
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1576
-
1577
-
1578
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1579
-
1580
-
1581
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1582
-
1583
-
1584
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1585
-
1586
-
1587
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:15 -0700
1588
-
1589
-
1590
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1591
- Processing by ContactsController#new as HTML
1592
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1593
- Rendered contacts/_form.html.haml (7.1ms)
1594
- Rendered contacts/new.html.haml within layouts/application (8.2ms)
1595
- Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms)
1596
-
1597
-
1598
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1599
-
1600
-
1601
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1602
-
1603
-
1604
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1605
-
1606
-
1607
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1608
-
1609
-
1610
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1611
-
1612
-
1613
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1614
-
1615
-
1616
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1617
-
1618
-
1619
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1620
-
1621
-
1622
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1623
-
1624
-
1625
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1626
-
1627
-
1628
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1629
-
1630
-
1631
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1632
-
1633
-
1634
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1635
-
1636
-
1637
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1638
-
1639
-
1640
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1641
-
1642
-
1643
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1644
-
1645
-
1646
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:39:16 -0700
1647
-
1648
-
1649
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1650
- Processing by ContactsController#new as HTML
1651
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1652
- Rendered contacts/_form.html.haml (5.8ms)
1653
- Rendered contacts/new.html.haml within layouts/application (6.6ms)
1654
- Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.1ms)
1655
-
1656
-
1657
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1658
-
1659
-
1660
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1661
-
1662
-
1663
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1664
-
1665
-
1666
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1667
-
1668
-
1669
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1670
-
1671
-
1672
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1673
-
1674
-
1675
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1676
-
1677
-
1678
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1679
-
1680
-
1681
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1682
-
1683
-
1684
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1685
-
1686
-
1687
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1688
-
1689
-
1690
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1691
-
1692
-
1693
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1694
-
1695
-
1696
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1697
-
1698
-
1699
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1700
-
1701
-
1702
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1703
-
1704
-
1705
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:44 -0700
1706
-
1707
-
1708
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1709
- Processing by ContactsController#new as HTML
1710
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1711
- Rendered contacts/_form.html.haml (5.2ms)
1712
- Rendered contacts/new.html.haml within layouts/application (5.8ms)
1713
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms)
1714
-
1715
-
1716
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1717
-
1718
-
1719
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1720
-
1721
-
1722
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1723
-
1724
-
1725
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1726
-
1727
-
1728
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1729
-
1730
-
1731
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1732
-
1733
-
1734
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1735
-
1736
-
1737
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1738
-
1739
-
1740
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1741
-
1742
-
1743
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1744
-
1745
-
1746
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1747
-
1748
-
1749
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1750
-
1751
-
1752
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1753
-
1754
-
1755
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1756
-
1757
-
1758
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1759
-
1760
-
1761
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1762
-
1763
-
1764
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:46 -0700
1765
-
1766
-
1767
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1768
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1769
- Processing by ContactsController#new as HTML
1770
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1771
- Rendered contacts/_form.html.haml (29.6ms)
1772
- Rendered contacts/new.html.haml within layouts/application (33.0ms)
1773
- Completed 200 OK in 113ms (Views: 109.1ms | ActiveRecord: 0.3ms)
1774
-
1775
-
1776
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1777
-
1778
-
1779
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1780
-
1781
-
1782
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1783
-
1784
-
1785
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1786
-
1787
-
1788
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1789
-
1790
-
1791
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1792
-
1793
-
1794
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1795
-
1796
-
1797
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1798
-
1799
-
1800
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1801
-
1802
-
1803
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1804
-
1805
-
1806
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1807
-
1808
-
1809
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1810
-
1811
-
1812
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1813
-
1814
-
1815
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1816
-
1817
-
1818
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1819
-
1820
-
1821
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1822
-
1823
-
1824
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:53:53 -0700
1825
-
1826
-
1827
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1828
- Processing by ContactsController#new as HTML
1829
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1830
- Rendered contacts/_form.html.haml (5.3ms)
1831
- Rendered contacts/new.html.haml within layouts/application (6.4ms)
1832
- Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.1ms)
1833
-
1834
-
1835
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1836
-
1837
-
1838
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1839
-
1840
-
1841
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1842
-
1843
-
1844
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1845
-
1846
-
1847
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1848
-
1849
-
1850
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1851
-
1852
-
1853
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1854
-
1855
-
1856
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1857
-
1858
-
1859
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1860
-
1861
-
1862
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1863
-
1864
-
1865
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1866
-
1867
-
1868
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1869
-
1870
-
1871
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1872
-
1873
-
1874
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1875
-
1876
-
1877
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1878
-
1879
-
1880
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1881
-
1882
-
1883
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:08 -0700
1884
-
1885
-
1886
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1887
- Processing by ContactsController#new as HTML
1888
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1889
- Rendered contacts/_form.html.haml (5.1ms)
1890
- Rendered contacts/new.html.haml within layouts/application (5.7ms)
1891
- Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
1892
-
1893
-
1894
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1895
-
1896
-
1897
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1898
-
1899
-
1900
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1901
-
1902
-
1903
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1904
-
1905
-
1906
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1907
-
1908
-
1909
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1910
-
1911
-
1912
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1913
-
1914
-
1915
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1916
-
1917
-
1918
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1919
-
1920
-
1921
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1922
-
1923
-
1924
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1925
-
1926
-
1927
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1928
-
1929
-
1930
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1931
-
1932
-
1933
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1934
-
1935
-
1936
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1937
-
1938
-
1939
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1940
-
1941
-
1942
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:09 -0700
1943
-
1944
-
1945
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:23 -0700
1946
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1947
- Processing by ContactsController#new as HTML
1948
- Rendered contacts/_form.html.haml (14.3ms)
1949
- Rendered contacts/new.html.haml within layouts/application (17.9ms)
1950
- Completed 500 Internal Server Error in 26ms
1951
-
1952
- ActionView::Template::Error (undefined method `merge' for "form-control":String):
1953
- 1: = formula_form_for contact, :html => { :role => 'form' } do |form|
1954
- 2: = form.input :name, :hint => "first and last name"
1955
- 3: = form.input :details, :hint => "a detailed description", :input => { :size => "30x3" }
1956
- 4: = form.input :email, :hint => "sample@example.com"
1957
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
1958
- app/views/contacts/_form.html.haml:2:in `block in _app_views_contacts__form_html_haml___96001314024416851_70212288319280'
1959
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___96001314024416851_70212288319280'
1960
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194739173140941476_70212288814480'
1961
- app/controllers/contacts_controller.rb:14:in `new'
1962
-
1963
-
1964
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
1965
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms)
1966
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms)
1967
-
1968
-
1969
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:40 -0700
1970
- Processing by ContactsController#new as HTML
1971
- Rendered contacts/_form.html.haml (1.6ms)
1972
- Rendered contacts/new.html.haml within layouts/application (2.2ms)
1973
- Completed 500 Internal Server Error in 4ms
1974
-
1975
- ActionView::Template::Error (undefined method `merge' for "form-control":String):
1976
- 1: = formula_form_for contact, :html => { :role => 'form' } do |form|
1977
- 2: = form.input :name, :hint => "first and last name"
1978
- 3: = form.input :details, :hint => "a detailed description", :input => { :size => "30x3" }
1979
- 4: = form.input :email, :hint => "sample@example.com"
1980
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
1981
- app/views/contacts/_form.html.haml:2:in `block in _app_views_contacts__form_html_haml___96001314024416851_70212288319280'
1982
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___96001314024416851_70212288319280'
1983
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194739173140941476_70212288814480'
1984
- app/controllers/contacts_controller.rb:14:in `new'
1985
-
1986
-
1987
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
1988
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
1989
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms)
1990
-
1991
-
1992
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:41 -0700
1993
- Processing by ContactsController#new as HTML
1994
- Rendered contacts/_form.html.haml (1.4ms)
1995
- Rendered contacts/new.html.haml within layouts/application (1.9ms)
1996
- Completed 500 Internal Server Error in 3ms
1997
-
1998
- ActionView::Template::Error (undefined method `merge' for "form-control":String):
1999
- 1: = formula_form_for contact, :html => { :role => 'form' } do |form|
2000
- 2: = form.input :name, :hint => "first and last name"
2001
- 3: = form.input :details, :hint => "a detailed description", :input => { :size => "30x3" }
2002
- 4: = form.input :email, :hint => "sample@example.com"
2003
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2004
- app/views/contacts/_form.html.haml:2:in `block in _app_views_contacts__form_html_haml___96001314024416851_70212288319280'
2005
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___96001314024416851_70212288319280'
2006
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194739173140941476_70212288814480'
2007
- app/controllers/contacts_controller.rb:14:in `new'
2008
-
2009
-
2010
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2011
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2012
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.9ms)
2013
-
2014
-
2015
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:41 -0700
2016
- Processing by ContactsController#new as HTML
2017
- Rendered contacts/_form.html.haml (1.4ms)
2018
- Rendered contacts/new.html.haml within layouts/application (2.0ms)
2019
- Completed 500 Internal Server Error in 3ms
2020
-
2021
- ActionView::Template::Error (undefined method `merge' for "form-control":String):
2022
- 1: = formula_form_for contact, :html => { :role => 'form' } do |form|
2023
- 2: = form.input :name, :hint => "first and last name"
2024
- 3: = form.input :details, :hint => "a detailed description", :input => { :size => "30x3" }
2025
- 4: = form.input :email, :hint => "sample@example.com"
2026
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2027
- app/views/contacts/_form.html.haml:2:in `block in _app_views_contacts__form_html_haml___96001314024416851_70212288319280'
2028
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___96001314024416851_70212288319280'
2029
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194739173140941476_70212288814480'
2030
- app/controllers/contacts_controller.rb:14:in `new'
2031
-
2032
-
2033
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
2034
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
2035
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms)
2036
-
2037
-
2038
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:55:52 -0700
2039
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2040
- Processing by ContactsController#new as HTML
2041
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2042
- Rendered contacts/_form.html.haml (32.5ms)
2043
- Rendered contacts/new.html.haml within layouts/application (36.3ms)
2044
- Completed 200 OK in 114ms (Views: 107.3ms | ActiveRecord: 0.4ms)
2045
-
2046
-
2047
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2048
-
2049
-
2050
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2051
-
2052
-
2053
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2054
-
2055
-
2056
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2057
-
2058
-
2059
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2060
-
2061
-
2062
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2063
-
2064
-
2065
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2066
-
2067
-
2068
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2069
-
2070
-
2071
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2072
-
2073
-
2074
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2075
-
2076
-
2077
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2078
-
2079
-
2080
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2081
-
2082
-
2083
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2084
-
2085
-
2086
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2087
-
2088
-
2089
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2090
-
2091
-
2092
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2093
-
2094
-
2095
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:55:53 -0700
2096
-
2097
-
2098
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2099
- Processing by ContactsController#new as HTML
2100
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2101
- Rendered contacts/_form.html.haml (5.1ms)
2102
- Rendered contacts/new.html.haml within layouts/application (5.7ms)
2103
- Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.1ms)
2104
-
2105
-
2106
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2107
-
2108
-
2109
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2110
-
2111
-
2112
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2113
-
2114
-
2115
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2116
-
2117
-
2118
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2119
-
2120
-
2121
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2122
-
2123
-
2124
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2125
-
2126
-
2127
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2128
-
2129
-
2130
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2131
-
2132
-
2133
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2134
-
2135
-
2136
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2137
-
2138
-
2139
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2140
-
2141
-
2142
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2143
-
2144
-
2145
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2146
-
2147
-
2148
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2149
-
2150
-
2151
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2152
-
2153
-
2154
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 15:57:08 -0700
2155
-
2156
-
2157
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:14 -0700
2158
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2159
- Processing by ContactsController#new as HTML
2160
- Rendered contacts/_form.html.haml (18.5ms)
2161
- Rendered contacts/new.html.haml within layouts/application (22.1ms)
2162
- Completed 500 Internal Server Error in 30ms
2163
-
2164
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2165
- 4: = form.input :email, :hint => "sample@example.com"
2166
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2167
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2168
- 7: = form.input :avatar
2169
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2170
- 9: = form.input :secret, :as => :hidden
2171
- 10: .form-actions
2172
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2173
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2174
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2175
- app/controllers/contacts_controller.rb:14:in `new'
2176
-
2177
-
2178
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
2179
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms)
2180
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms)
2181
-
2182
-
2183
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:15 -0700
2184
- Processing by ContactsController#new as HTML
2185
- Rendered contacts/_form.html.haml (3.8ms)
2186
- Rendered contacts/new.html.haml within layouts/application (4.3ms)
2187
- Completed 500 Internal Server Error in 6ms
2188
-
2189
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2190
- 4: = form.input :email, :hint => "sample@example.com"
2191
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2192
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2193
- 7: = form.input :avatar
2194
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2195
- 9: = form.input :secret, :as => :hidden
2196
- 10: .form-actions
2197
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2198
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2199
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2200
- app/controllers/contacts_controller.rb:14:in `new'
2201
-
2202
-
2203
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2204
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2205
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms)
2206
-
2207
-
2208
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:16 -0700
2209
- Processing by ContactsController#new as HTML
2210
- Rendered contacts/_form.html.haml (3.6ms)
2211
- Rendered contacts/new.html.haml within layouts/application (4.1ms)
2212
- Completed 500 Internal Server Error in 5ms
2213
-
2214
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2215
- 4: = form.input :email, :hint => "sample@example.com"
2216
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2217
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2218
- 7: = form.input :avatar
2219
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2220
- 9: = form.input :secret, :as => :hidden
2221
- 10: .form-actions
2222
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2223
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2224
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2225
- app/controllers/contacts_controller.rb:14:in `new'
2226
-
2227
-
2228
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2229
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
2230
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms)
2231
-
2232
-
2233
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:17 -0700
2234
- Processing by ContactsController#new as HTML
2235
- Rendered contacts/_form.html.haml (3.9ms)
2236
- Rendered contacts/new.html.haml within layouts/application (4.4ms)
2237
- Completed 500 Internal Server Error in 6ms
2238
-
2239
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2240
- 4: = form.input :email, :hint => "sample@example.com"
2241
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2242
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2243
- 7: = form.input :avatar
2244
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2245
- 9: = form.input :secret, :as => :hidden
2246
- 10: .form-actions
2247
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2248
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2249
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2250
- app/controllers/contacts_controller.rb:14:in `new'
2251
-
2252
-
2253
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2254
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
2255
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms)
2256
-
2257
-
2258
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:18 -0700
2259
- Processing by ContactsController#new as HTML
2260
- Rendered contacts/_form.html.haml (4.0ms)
2261
- Rendered contacts/new.html.haml within layouts/application (4.9ms)
2262
- Completed 500 Internal Server Error in 6ms
2263
-
2264
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2265
- 4: = form.input :email, :hint => "sample@example.com"
2266
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2267
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2268
- 7: = form.input :avatar
2269
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2270
- 9: = form.input :secret, :as => :hidden
2271
- 10: .form-actions
2272
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2273
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2274
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2275
- app/controllers/contacts_controller.rb:14:in `new'
2276
-
2277
-
2278
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2279
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2280
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms)
2281
-
2282
-
2283
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:41 -0700
2284
- Processing by ContactsController#new as HTML
2285
- Rendered contacts/_form.html.haml (4.3ms)
2286
- Rendered contacts/new.html.haml within layouts/application (4.8ms)
2287
- Completed 500 Internal Server Error in 6ms
2288
-
2289
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2290
- 4: = form.input :email, :hint => "sample@example.com"
2291
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2292
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2293
- 7: = form.input :avatar
2294
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2295
- 9: = form.input :secret, :as => :hidden
2296
- 10: .form-actions
2297
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2298
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2299
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2300
- app/controllers/contacts_controller.rb:14:in `new'
2301
-
2302
-
2303
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
2304
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2305
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms)
2306
-
2307
-
2308
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:42 -0700
2309
- Processing by ContactsController#new as HTML
2310
- Rendered contacts/_form.html.haml (4.0ms)
2311
- Rendered contacts/new.html.haml within layouts/application (4.6ms)
2312
- Completed 500 Internal Server Error in 6ms
2313
-
2314
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2315
- 4: = form.input :email, :hint => "sample@example.com"
2316
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2317
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2318
- 7: = form.input :avatar
2319
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2320
- 9: = form.input :secret, :as => :hidden
2321
- 10: .form-actions
2322
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2323
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2324
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2325
- app/controllers/contacts_controller.rb:14:in `new'
2326
-
2327
-
2328
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
2329
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
2330
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms)
2331
-
2332
-
2333
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:42 -0700
2334
- Processing by ContactsController#new as HTML
2335
- Rendered contacts/_form.html.haml (3.7ms)
2336
- Rendered contacts/new.html.haml within layouts/application (4.2ms)
2337
- Completed 500 Internal Server Error in 6ms
2338
-
2339
- ActionView::Template::Error (undefined method `merge' for nil:NilClass):
2340
- 4: = form.input :email, :hint => "sample@example.com"
2341
- 5: = form.input :phone, :hint => "+01 (555) 555-5555"
2342
- 6: = form.input :url, :label => "Website", :hint => "http://example.com/"
2343
- 7: = form.input :avatar
2344
- 8: = form.association :group, Group.all, :id, :name, :association => { :html => { :class => 'group' } }
2345
- 9: = form.input :secret, :as => :hidden
2346
- 10: .form-actions
2347
- app/views/contacts/_form.html.haml:7:in `block in _app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2348
- app/views/contacts/_form.html.haml:1:in `_app_views_contacts__form_html_haml___135101166138569554_70096328472820'
2349
- app/views/contacts/new.html.haml:6:in `_app_views_contacts_new_html_haml___1194145119749811604_70096301715620'
2350
- app/controllers/contacts_controller.rb:14:in `new'
2351
-
2352
-
2353
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
2354
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2355
- Rendered /Users/kevin/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms)
2356
-
2357
-
2358
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2359
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2360
- Processing by ContactsController#new as HTML
2361
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2362
- Rendered contacts/_form.html.haml (28.4ms)
2363
- Rendered contacts/new.html.haml within layouts/application (32.5ms)
2364
- Completed 200 OK in 104ms (Views: 99.5ms | ActiveRecord: 0.3ms)
2365
-
2366
-
2367
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2368
-
2369
-
2370
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2371
-
2372
-
2373
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2374
-
2375
-
2376
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2377
-
2378
-
2379
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2380
-
2381
-
2382
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2383
-
2384
-
2385
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2386
-
2387
-
2388
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2389
-
2390
-
2391
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2392
-
2393
-
2394
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2395
-
2396
-
2397
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2398
-
2399
-
2400
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2401
-
2402
-
2403
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2404
-
2405
-
2406
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2407
-
2408
-
2409
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2410
-
2411
-
2412
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2413
-
2414
-
2415
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:00:46 -0700
2416
-
2417
-
2418
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 16:00:54 -0700
2419
- Processing by UsersController#new as JS
2420
- Rendered users/_fields.html.haml (3.3ms)
2421
- Rendered users/_modal.html.haml (9.8ms)
2422
- Rendered users/new.js.haml (11.5ms)
2423
- Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.2ms)
2424
-
2425
-
2426
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 16:00:56 -0700
2427
- Processing by SessionsController#new as JS
2428
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
2429
- Rendered sessions/_fields.html.haml (1.7ms)
2430
- Rendered sessions/_modal.html.haml (7.9ms)
2431
- Rendered sessions/new.js.haml (9.5ms)
2432
- Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms)
2433
-
2434
-
2435
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2436
- Processing by ContactsController#new as HTML
2437
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2438
- Rendered contacts/_form.html.haml (6.7ms)
2439
- Rendered contacts/new.html.haml within layouts/application (7.3ms)
2440
- Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms)
2441
-
2442
-
2443
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2444
-
2445
-
2446
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2447
-
2448
-
2449
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2450
-
2451
-
2452
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2453
-
2454
-
2455
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2456
-
2457
-
2458
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2459
-
2460
-
2461
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2462
-
2463
-
2464
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2465
-
2466
-
2467
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2468
-
2469
-
2470
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2471
-
2472
-
2473
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2474
-
2475
-
2476
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2477
-
2478
-
2479
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2480
-
2481
-
2482
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2483
-
2484
-
2485
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2486
-
2487
-
2488
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2489
-
2490
-
2491
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:38 -0700
2492
-
2493
-
2494
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2495
- Processing by ContactsController#new as HTML
2496
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2497
- Rendered contacts/_form.html.haml (5.1ms)
2498
- Rendered contacts/new.html.haml within layouts/application (5.7ms)
2499
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms)
2500
-
2501
-
2502
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2503
-
2504
-
2505
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2506
-
2507
-
2508
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2509
-
2510
-
2511
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2512
-
2513
-
2514
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2515
-
2516
-
2517
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2518
-
2519
-
2520
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2521
-
2522
-
2523
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2524
-
2525
-
2526
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2527
-
2528
-
2529
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2530
-
2531
-
2532
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2533
-
2534
-
2535
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2536
-
2537
-
2538
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2539
-
2540
-
2541
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2542
-
2543
-
2544
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2545
-
2546
-
2547
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2548
-
2549
-
2550
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:40 -0700
2551
-
2552
-
2553
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2554
- Processing by ContactsController#new as HTML
2555
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2556
- Rendered contacts/_form.html.haml (5.6ms)
2557
- Rendered contacts/new.html.haml within layouts/application (6.3ms)
2558
- Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.1ms)
2559
-
2560
-
2561
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2562
-
2563
-
2564
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2565
-
2566
-
2567
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2568
-
2569
-
2570
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2571
-
2572
-
2573
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2574
-
2575
-
2576
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2577
-
2578
-
2579
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2580
-
2581
-
2582
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2583
-
2584
-
2585
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2586
-
2587
-
2588
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2589
-
2590
-
2591
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2592
-
2593
-
2594
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2595
-
2596
-
2597
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2598
-
2599
-
2600
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2601
-
2602
-
2603
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2604
-
2605
-
2606
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2607
-
2608
-
2609
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:41 -0700
2610
-
2611
-
2612
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 16:01:44 -0700
2613
- Processing by SessionsController#new as JS
2614
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
2615
- Rendered sessions/_fields.html.haml (1.0ms)
2616
- Rendered sessions/_modal.html.haml (3.3ms)
2617
- Rendered sessions/new.js.haml (4.3ms)
2618
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.1ms)
2619
-
2620
-
2621
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2622
- Processing by ContactsController#new as HTML
2623
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2624
- Rendered contacts/_form.html.haml (5.2ms)
2625
- Rendered contacts/new.html.haml within layouts/application (5.9ms)
2626
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms)
2627
-
2628
-
2629
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2630
-
2631
-
2632
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2633
-
2634
-
2635
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2636
-
2637
-
2638
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2639
-
2640
-
2641
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2642
-
2643
-
2644
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2645
-
2646
-
2647
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2648
-
2649
-
2650
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2651
-
2652
-
2653
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2654
-
2655
-
2656
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2657
-
2658
-
2659
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2660
-
2661
-
2662
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2663
-
2664
-
2665
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2666
-
2667
-
2668
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2669
-
2670
-
2671
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2672
-
2673
-
2674
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2675
-
2676
-
2677
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2678
-
2679
-
2680
- Started GET "/" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2681
- Processing by MainController#index as HTML
2682
- Rendered main/index.html.haml within layouts/application (1.3ms)
2683
- Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
2684
-
2685
-
2686
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2687
-
2688
-
2689
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2690
-
2691
-
2692
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2693
-
2694
-
2695
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2696
-
2697
-
2698
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2699
-
2700
-
2701
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2702
-
2703
-
2704
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2705
-
2706
-
2707
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2708
-
2709
-
2710
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2711
-
2712
-
2713
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2714
-
2715
-
2716
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2717
-
2718
-
2719
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2720
-
2721
-
2722
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2723
-
2724
-
2725
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2726
-
2727
-
2728
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2729
-
2730
-
2731
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2732
-
2733
-
2734
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:46 -0700
2735
-
2736
-
2737
- Started GET "/" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2738
- Processing by MainController#index as HTML
2739
- Rendered main/index.html.haml within layouts/application (0.3ms)
2740
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
2741
-
2742
-
2743
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2744
-
2745
-
2746
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2747
-
2748
-
2749
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2750
-
2751
-
2752
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2753
-
2754
-
2755
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2756
-
2757
-
2758
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2759
-
2760
-
2761
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2762
-
2763
-
2764
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2765
-
2766
-
2767
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2768
-
2769
-
2770
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2771
-
2772
-
2773
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2774
-
2775
-
2776
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2777
-
2778
-
2779
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2780
-
2781
-
2782
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2783
-
2784
-
2785
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2786
-
2787
-
2788
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2789
-
2790
-
2791
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:01:47 -0700
2792
-
2793
-
2794
- Started GET "/" for 127.0.0.1 at 2014-05-14 16:02:08 -0700
2795
- Processing by MainController#index as HTML
2796
- Rendered main/index.html.haml within layouts/application (2.0ms)
2797
- Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
2798
-
2799
-
2800
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:08 -0700
2801
-
2802
-
2803
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2804
-
2805
-
2806
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2807
-
2808
-
2809
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2810
-
2811
-
2812
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2813
-
2814
-
2815
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2816
-
2817
-
2818
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2819
-
2820
-
2821
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2822
-
2823
-
2824
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2825
-
2826
-
2827
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2828
-
2829
-
2830
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2831
-
2832
-
2833
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2834
-
2835
-
2836
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2837
-
2838
-
2839
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2840
-
2841
-
2842
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2843
-
2844
-
2845
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2846
-
2847
-
2848
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:09 -0700
2849
-
2850
-
2851
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:02:11 -0700
2852
- Processing by ContactsController#index as HTML
2853
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
2854
- Rendered contacts/index.html.haml within layouts/application (3.1ms)
2855
- Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
2856
-
2857
-
2858
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2859
-
2860
-
2861
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2862
-
2863
-
2864
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2865
-
2866
-
2867
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2868
-
2869
-
2870
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2871
-
2872
-
2873
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2874
-
2875
-
2876
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2877
-
2878
-
2879
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2880
-
2881
-
2882
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2883
-
2884
-
2885
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2886
-
2887
-
2888
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2889
-
2890
-
2891
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2892
-
2893
-
2894
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2895
-
2896
-
2897
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2898
-
2899
-
2900
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2901
-
2902
-
2903
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2904
-
2905
-
2906
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2907
-
2908
-
2909
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 16:02:12 -0700
2910
- Processing by UsersController#new as JS
2911
- Rendered users/_fields.html.haml (1.6ms)
2912
- Rendered users/_modal.html.haml (3.0ms)
2913
- Rendered users/new.js.haml (3.7ms)
2914
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
2915
-
2916
-
2917
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 16:02:16 -0700
2918
- Processing by SessionsController#new as JS
2919
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
2920
- Rendered sessions/_fields.html.haml (1.0ms)
2921
- Rendered sessions/_modal.html.haml (3.1ms)
2922
- Rendered sessions/new.js.haml (3.8ms)
2923
- Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)
2924
-
2925
-
2926
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2927
- Processing by ContactsController#new as HTML
2928
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
2929
- Rendered contacts/_form.html.haml (7.0ms)
2930
- Rendered contacts/new.html.haml within layouts/application (8.0ms)
2931
- Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms)
2932
-
2933
-
2934
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2935
-
2936
-
2937
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2938
-
2939
-
2940
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2941
-
2942
-
2943
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2944
-
2945
-
2946
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2947
-
2948
-
2949
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2950
-
2951
-
2952
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2953
-
2954
-
2955
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2956
-
2957
-
2958
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2959
-
2960
-
2961
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2962
-
2963
-
2964
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2965
-
2966
-
2967
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2968
-
2969
-
2970
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2971
-
2972
-
2973
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2974
-
2975
-
2976
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2977
-
2978
-
2979
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2980
-
2981
-
2982
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:19 -0700
2983
-
2984
-
2985
- Started GET "/" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
2986
- Processing by MainController#index as HTML
2987
- Rendered main/index.html.haml within layouts/application (0.3ms)
2988
- Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
2989
-
2990
-
2991
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
2992
-
2993
-
2994
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
2995
-
2996
-
2997
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
2998
-
2999
-
3000
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3001
-
3002
-
3003
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3004
-
3005
-
3006
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3007
-
3008
-
3009
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3010
-
3011
-
3012
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3013
-
3014
-
3015
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3016
-
3017
-
3018
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3019
-
3020
-
3021
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3022
-
3023
-
3024
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3025
-
3026
-
3027
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3028
-
3029
-
3030
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3031
-
3032
-
3033
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3034
-
3035
-
3036
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3037
-
3038
-
3039
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3040
-
3041
-
3042
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3043
- Processing by ContactsController#index as HTML
3044
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3045
- Rendered contacts/index.html.haml within layouts/application (0.7ms)
3046
- Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
3047
-
3048
-
3049
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3050
-
3051
-
3052
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3053
-
3054
-
3055
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3056
-
3057
-
3058
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3059
-
3060
-
3061
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3062
-
3063
-
3064
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3065
-
3066
-
3067
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3068
-
3069
-
3070
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3071
-
3072
-
3073
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3074
-
3075
-
3076
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3077
-
3078
-
3079
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3080
-
3081
-
3082
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3083
-
3084
-
3085
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3086
-
3087
-
3088
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3089
-
3090
-
3091
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3092
-
3093
-
3094
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3095
-
3096
-
3097
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:25 -0700
3098
-
3099
-
3100
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 16:02:26 -0700
3101
- Processing by UsersController#new as JS
3102
- Rendered users/_fields.html.haml (1.6ms)
3103
- Rendered users/_modal.html.haml (3.0ms)
3104
- Rendered users/new.js.haml (3.7ms)
3105
- Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
3106
-
3107
-
3108
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 16:02:27 -0700
3109
- Processing by SessionsController#new as JS
3110
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
3111
- Rendered sessions/_fields.html.haml (1.1ms)
3112
- Rendered sessions/_modal.html.haml (3.1ms)
3113
- Rendered sessions/new.js.haml (4.0ms)
3114
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms)
3115
-
3116
-
3117
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3118
- Processing by ContactsController#new as HTML
3119
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3120
- Rendered contacts/_form.html.haml (6.4ms)
3121
- Rendered contacts/new.html.haml within layouts/application (7.6ms)
3122
- Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.1ms)
3123
-
3124
-
3125
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3126
-
3127
-
3128
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3129
-
3130
-
3131
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3132
-
3133
-
3134
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3135
-
3136
-
3137
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3138
-
3139
-
3140
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3141
-
3142
-
3143
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3144
-
3145
-
3146
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3147
-
3148
-
3149
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3150
-
3151
-
3152
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3153
-
3154
-
3155
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3156
-
3157
-
3158
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3159
-
3160
-
3161
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3162
-
3163
-
3164
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3165
-
3166
-
3167
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3168
-
3169
-
3170
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3171
-
3172
-
3173
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:02:46 -0700
3174
-  (0.2ms) begin transaction
3175
- Fixture Delete (0.2ms) DELETE FROM "contacts"
3176
- Fixture Insert (0.1ms) INSERT INTO "contacts" ("name", "details", "phone", "email", "url", "created_at", "updated_at", "id", "group_id") VALUES ('Kevin', 'A Ruby on Rails and Cocoa developer...', '(555) 555-5555', 'email@address.com', 'http://ksylvest.com/', '2014-05-14 23:03:23', '2014-05-14 23:03:23', 712064548, 637242267)
3177
-  (2.1ms) commit transaction
3178
-  (0.0ms) begin transaction
3179
- Fixture Delete (0.1ms) DELETE FROM "groups"
3180
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:03:23', '2014-05-14 23:03:23', 637242267)
3181
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:03:23', '2014-05-14 23:03:23', 866180701)
3182
-  (0.6ms) commit transaction
3183
-  (0.1ms) begin transaction
3184
- Fixture Delete (0.1ms) DELETE FROM "users"
3185
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:03:23', '2014-05-14 23:03:23', 980190962)
3186
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:03:23', '2014-05-14 23:03:23', 298486374)
3187
-  (0.7ms) commit transaction
3188
-
3189
-
3190
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3191
- Processing by ContactsController#new as HTML
3192
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3193
- Rendered contacts/_form.html.haml (9.8ms)
3194
- Rendered contacts/new.html.haml within layouts/application (10.6ms)
3195
- Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.3ms)
3196
-
3197
-
3198
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3199
-
3200
-
3201
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3202
-
3203
-
3204
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3205
-
3206
-
3207
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3208
-
3209
-
3210
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3211
-
3212
-
3213
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3214
-
3215
-
3216
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3217
-
3218
-
3219
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3220
-
3221
-
3222
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3223
-
3224
-
3225
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3226
-
3227
-
3228
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3229
-
3230
-
3231
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3232
-
3233
-
3234
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3235
-
3236
-
3237
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3238
-
3239
-
3240
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3241
-
3242
-
3243
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3244
-
3245
-
3246
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:25 -0700
3247
-
3248
-
3249
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3250
- Processing by ContactsController#index as HTML
3251
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3252
- Rendered contacts/index.html.haml within layouts/application (1.6ms)
3253
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
3254
-
3255
-
3256
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3257
-
3258
-
3259
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3260
-
3261
-
3262
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3263
-
3264
-
3265
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3266
-
3267
-
3268
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3269
-
3270
-
3271
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3272
-
3273
-
3274
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3275
-
3276
-
3277
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3278
-
3279
-
3280
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3281
-
3282
-
3283
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3284
-
3285
-
3286
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3287
-
3288
-
3289
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3290
-
3291
-
3292
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3293
-
3294
-
3295
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3296
-
3297
-
3298
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3299
-
3300
-
3301
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3302
-
3303
-
3304
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:29 -0700
3305
-
3306
-
3307
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3308
- Processing by ContactsController#index as HTML
3309
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3310
- Rendered contacts/index.html.haml within layouts/application (1.2ms)
3311
- Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
3312
-
3313
-
3314
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3315
-
3316
-
3317
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3318
-
3319
-
3320
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3321
-
3322
-
3323
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3324
-
3325
-
3326
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3327
-
3328
-
3329
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3330
-
3331
-
3332
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3333
-
3334
-
3335
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3336
-
3337
-
3338
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3339
-
3340
-
3341
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3342
-
3343
-
3344
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3345
-
3346
-
3347
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3348
-
3349
-
3350
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3351
-
3352
-
3353
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3354
-
3355
-
3356
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3357
-
3358
-
3359
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3360
-
3361
-
3362
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:30 -0700
3363
-
3364
-
3365
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3366
- Processing by ContactsController#edit as HTML
3367
- Parameters: {"id"=>"712064548"}
3368
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3369
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3370
- Rendered contacts/_form.html.haml (6.8ms)
3371
- Rendered contacts/edit.html.haml within layouts/application (8.7ms)
3372
- Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
3373
-
3374
-
3375
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3376
-
3377
-
3378
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3379
-
3380
-
3381
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3382
-
3383
-
3384
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3385
-
3386
-
3387
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3388
-
3389
-
3390
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3391
-
3392
-
3393
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3394
-
3395
-
3396
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3397
-
3398
-
3399
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3400
-
3401
-
3402
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3403
-
3404
-
3405
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3406
-
3407
-
3408
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3409
-
3410
-
3411
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3412
-
3413
-
3414
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3415
-
3416
-
3417
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3418
-
3419
-
3420
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3421
-
3422
-
3423
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:03:35 -0700
3424
-
3425
-
3426
- Started PATCH "/contacts/712064548" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3427
- Processing by ContactsController#update as HTML
3428
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"fwq4Xtv/QoahU1sMtw64uxdSOeaflEj3M+dL0DTdh4k=", "contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "email"=>"email@address.com", "phone"=>"(555) 555-5555", "url"=>"http://ksylvest.com/", "group_id"=>"637242267", "secret"=>""}, "commit"=>"Submit", "id"=>"712064548"}
3429
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3430
- Unpermitted parameters: group_id
3431
-  (0.0ms) begin transaction
3432
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
3433
- [attached] save attached
3434
-  (0.0ms) commit transaction
3435
- Redirected to http://localhost:3000/contacts
3436
- Completed 302 Found in 10ms (ActiveRecord: 0.3ms)
3437
-
3438
-
3439
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3440
- Processing by ContactsController#index as HTML
3441
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3442
- Rendered contacts/index.html.haml within layouts/application (1.0ms)
3443
- Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
3444
-
3445
-
3446
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3447
-
3448
-
3449
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3450
-
3451
-
3452
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3453
-
3454
-
3455
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3456
-
3457
-
3458
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3459
-
3460
-
3461
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3462
-
3463
-
3464
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3465
-
3466
-
3467
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3468
-
3469
-
3470
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3471
-
3472
-
3473
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3474
-
3475
-
3476
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3477
-
3478
-
3479
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3480
-
3481
-
3482
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3483
-
3484
-
3485
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3486
-
3487
-
3488
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3489
-
3490
-
3491
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3492
-
3493
-
3494
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:55 -0700
3495
-
3496
-
3497
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3498
- Processing by ContactsController#edit as HTML
3499
- Parameters: {"id"=>"712064548"}
3500
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3501
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3502
- Rendered contacts/_form.html.haml (5.2ms)
3503
- Rendered contacts/edit.html.haml within layouts/application (5.8ms)
3504
- Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.2ms)
3505
-
3506
-
3507
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3508
-
3509
-
3510
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3511
-
3512
-
3513
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3514
-
3515
-
3516
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3517
-
3518
-
3519
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3520
-
3521
-
3522
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3523
-
3524
-
3525
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3526
-
3527
-
3528
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3529
-
3530
-
3531
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3532
-
3533
-
3534
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3535
-
3536
-
3537
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3538
-
3539
-
3540
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3541
-
3542
-
3543
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3544
-
3545
-
3546
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3547
-
3548
-
3549
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3550
-
3551
-
3552
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3553
-
3554
-
3555
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:57 -0700
3556
-
3557
-
3558
- Started PATCH "/contacts/712064548" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3559
- Processing by ContactsController#update as HTML
3560
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"fwq4Xtv/QoahU1sMtw64uxdSOeaflEj3M+dL0DTdh4k=", "contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "email"=>"email@address.com", "phone"=>"(555) 555-5555", "url"=>"http://ksylvest.com/", "group_id"=>"637242267", "secret"=>""}, "commit"=>"Submit", "id"=>"712064548"}
3561
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3562
- Unpermitted parameters: group_id
3563
-  (0.0ms) begin transaction
3564
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
3565
- [attached] save attached
3566
-  (0.0ms) commit transaction
3567
- Redirected to http://localhost:3000/contacts
3568
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
3569
-
3570
-
3571
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3572
- Processing by ContactsController#index as HTML
3573
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3574
- Rendered contacts/index.html.haml within layouts/application (1.1ms)
3575
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.1ms)
3576
-
3577
-
3578
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3579
-
3580
-
3581
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3582
-
3583
-
3584
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3585
-
3586
-
3587
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3588
-
3589
-
3590
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3591
-
3592
-
3593
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3594
-
3595
-
3596
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3597
-
3598
-
3599
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3600
-
3601
-
3602
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3603
-
3604
-
3605
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3606
-
3607
-
3608
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3609
-
3610
-
3611
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3612
-
3613
-
3614
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3615
-
3616
-
3617
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3618
-
3619
-
3620
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3621
-
3622
-
3623
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3624
-
3625
-
3626
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:04:59 -0700
3627
-
3628
-
3629
- Started GET "/contacts/new" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3630
- Processing by ContactsController#new as HTML
3631
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3632
- Rendered contacts/_form.html.haml (7.7ms)
3633
- Rendered contacts/new.html.haml within layouts/application (8.6ms)
3634
- Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms)
3635
-
3636
-
3637
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3638
-
3639
-
3640
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3641
-
3642
-
3643
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3644
-
3645
-
3646
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3647
-
3648
-
3649
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3650
-
3651
-
3652
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3653
-
3654
-
3655
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3656
-
3657
-
3658
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3659
-
3660
-
3661
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3662
-
3663
-
3664
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3665
-
3666
-
3667
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3668
-
3669
-
3670
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3671
-
3672
-
3673
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3674
-
3675
-
3676
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3677
-
3678
-
3679
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3680
-
3681
-
3682
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3683
-
3684
-
3685
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:09:34 -0700
3686
-
3687
-
3688
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3689
- Processing by ContactsController#index as HTML
3690
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
3691
- Rendered contacts/index.html.haml within layouts/application (6.0ms)
3692
- Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.4ms)
3693
-
3694
-
3695
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3696
-
3697
-
3698
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3699
-
3700
-
3701
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3702
-
3703
-
3704
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3705
-
3706
-
3707
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3708
-
3709
-
3710
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3711
-
3712
-
3713
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3714
-
3715
-
3716
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3717
-
3718
-
3719
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3720
-
3721
-
3722
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3723
-
3724
-
3725
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3726
-
3727
-
3728
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3729
-
3730
-
3731
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3732
-
3733
-
3734
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3735
-
3736
-
3737
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3738
-
3739
-
3740
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3741
-
3742
-
3743
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:06 -0700
3744
-
3745
-
3746
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3747
- Processing by ContactsController#edit as HTML
3748
- Parameters: {"id"=>"712064548"}
3749
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3750
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3751
- Rendered contacts/_form.html.haml (9.4ms)
3752
- Rendered contacts/edit.html.haml within layouts/application (10.0ms)
3753
- Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.4ms)
3754
-
3755
-
3756
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3757
-
3758
-
3759
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3760
-
3761
-
3762
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3763
-
3764
-
3765
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3766
-
3767
-
3768
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3769
-
3770
-
3771
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3772
-
3773
-
3774
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3775
-
3776
-
3777
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3778
-
3779
-
3780
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3781
-
3782
-
3783
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3784
-
3785
-
3786
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3787
-
3788
-
3789
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3790
-
3791
-
3792
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3793
-
3794
-
3795
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3796
-
3797
-
3798
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3799
-
3800
-
3801
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3802
-
3803
-
3804
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:08 -0700
3805
-
3806
-
3807
- Started PATCH "/contacts/712064548" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3808
- Processing by ContactsController#update as HTML
3809
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"fwq4Xtv/QoahU1sMtw64uxdSOeaflEj3M+dL0DTdh4k=", "contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "email"=>"email@address.com", "phone"=>"(555) 555-5555", "url"=>"http://ksylvest.com/", "group_id"=>"866180701", "secret"=>""}, "commit"=>"Submit", "id"=>"712064548"}
3810
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3811
-  (0.1ms) begin transaction
3812
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 866180701]]
3813
- [attached] save attached
3814
- SQL (0.3ms) UPDATE "contacts" SET "group_id" = ?, "updated_at" = ? WHERE "contacts"."id" = 712064548 [["group_id", 866180701], ["updated_at", "2014-05-14 23:10:11.937896"]]
3815
-  (0.5ms) commit transaction
3816
- Redirected to http://localhost:3000/contacts
3817
- Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
3818
-
3819
-
3820
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3821
- Processing by ContactsController#index as HTML
3822
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
3823
- Rendered contacts/index.html.haml within layouts/application (1.0ms)
3824
- Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
3825
-
3826
-
3827
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3828
-
3829
-
3830
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3831
-
3832
-
3833
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3834
-
3835
-
3836
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3837
-
3838
-
3839
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3840
-
3841
-
3842
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3843
-
3844
-
3845
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3846
-
3847
-
3848
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3849
-
3850
-
3851
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3852
-
3853
-
3854
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3855
-
3856
-
3857
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3858
-
3859
-
3860
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:11 -0700
3861
-
3862
-
3863
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:12 -0700
3864
-
3865
-
3866
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:12 -0700
3867
-
3868
-
3869
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:12 -0700
3870
-
3871
-
3872
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:12 -0700
3873
-
3874
-
3875
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:12 -0700
3876
-
3877
-
3878
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3879
- Processing by ContactsController#edit as HTML
3880
- Parameters: {"id"=>"712064548"}
3881
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
3882
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
3883
- Rendered contacts/_form.html.haml (7.7ms)
3884
- Rendered contacts/edit.html.haml within layouts/application (8.7ms)
3885
- Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)
3886
-
3887
-
3888
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3889
-
3890
-
3891
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3892
-
3893
-
3894
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3895
-
3896
-
3897
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3898
-
3899
-
3900
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3901
-
3902
-
3903
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3904
-
3905
-
3906
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3907
-
3908
-
3909
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3910
-
3911
-
3912
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3913
-
3914
-
3915
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3916
-
3917
-
3918
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3919
-
3920
-
3921
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3922
-
3923
-
3924
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3925
-
3926
-
3927
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3928
-
3929
-
3930
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3931
-
3932
-
3933
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3934
-
3935
-
3936
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:10:13 -0700
3937
-
3938
-
3939
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3940
- Processing by ContactsController#index as HTML
3941
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
3942
- Rendered contacts/index.html.haml within layouts/application (1.4ms)
3943
- Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms)
3944
-
3945
-
3946
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3947
-
3948
-
3949
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3950
-
3951
-
3952
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3953
-
3954
-
3955
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3956
-
3957
-
3958
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3959
-
3960
-
3961
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3962
-
3963
-
3964
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3965
-
3966
-
3967
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3968
-
3969
-
3970
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3971
-
3972
-
3973
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3974
-
3975
-
3976
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3977
-
3978
-
3979
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3980
-
3981
-
3982
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3983
-
3984
-
3985
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3986
-
3987
-
3988
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3989
-
3990
-
3991
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3992
-
3993
-
3994
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:50 -0700
3995
-
3996
-
3997
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
3998
- Processing by ContactsController#index as HTML
3999
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
4000
- Rendered contacts/index.html.haml within layouts/application (1.1ms)
4001
- Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
4002
-
4003
-
4004
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4005
-
4006
-
4007
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4008
-
4009
-
4010
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4011
-
4012
-
4013
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4014
-
4015
-
4016
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4017
-
4018
-
4019
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4020
-
4021
-
4022
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4023
-
4024
-
4025
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4026
-
4027
-
4028
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4029
-
4030
-
4031
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4032
-
4033
-
4034
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4035
-
4036
-
4037
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4038
-
4039
-
4040
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4041
-
4042
-
4043
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4044
-
4045
-
4046
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4047
-
4048
-
4049
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4050
-
4051
-
4052
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:11:52 -0700
4053
-
4054
-
4055
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4056
- Processing by ContactsController#index as HTML
4057
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
4058
- Rendered contacts/index.html.haml within layouts/application (1.2ms)
4059
- Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
4060
-
4061
-
4062
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4063
-
4064
-
4065
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4066
-
4067
-
4068
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4069
-
4070
-
4071
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4072
-
4073
-
4074
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4075
-
4076
-
4077
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4078
-
4079
-
4080
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4081
-
4082
-
4083
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4084
-
4085
-
4086
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4087
-
4088
-
4089
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4090
-
4091
-
4092
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4093
-
4094
-
4095
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4096
-
4097
-
4098
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4099
-
4100
-
4101
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4102
-
4103
-
4104
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4105
-
4106
-
4107
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4108
-
4109
-
4110
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:14:12 -0700
4111
-
4112
-
4113
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4114
- Processing by ContactsController#index as HTML
4115
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
4116
- Rendered contacts/index.html.haml within layouts/application (1.2ms)
4117
- Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
4118
-
4119
-
4120
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4121
-
4122
-
4123
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4124
-
4125
-
4126
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4127
-
4128
-
4129
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4130
-
4131
-
4132
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4133
-
4134
-
4135
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4136
-
4137
-
4138
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4139
-
4140
-
4141
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4142
-
4143
-
4144
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4145
-
4146
-
4147
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4148
-
4149
-
4150
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4151
-
4152
-
4153
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4154
-
4155
-
4156
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4157
-
4158
-
4159
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4160
-
4161
-
4162
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4163
-
4164
-
4165
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4166
-
4167
-
4168
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:24 -0700
4169
-
4170
-
4171
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4172
- Processing by ContactsController#edit as HTML
4173
- Parameters: {"id"=>"712064548"}
4174
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4175
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4176
- Rendered contacts/_form.html.haml (5.3ms)
4177
- Rendered contacts/edit.html.haml within layouts/application (6.0ms)
4178
- Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)
4179
-
4180
-
4181
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4182
-
4183
-
4184
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4185
-
4186
-
4187
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4188
-
4189
-
4190
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4191
-
4192
-
4193
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4194
-
4195
-
4196
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4197
-
4198
-
4199
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4200
-
4201
-
4202
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4203
-
4204
-
4205
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4206
-
4207
-
4208
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4209
-
4210
-
4211
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4212
-
4213
-
4214
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4215
-
4216
-
4217
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4218
-
4219
-
4220
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4221
-
4222
-
4223
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4224
-
4225
-
4226
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4227
-
4228
-
4229
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:26 -0700
4230
-
4231
-
4232
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4233
- Processing by ContactsController#edit as HTML
4234
- Parameters: {"id"=>"712064548"}
4235
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4236
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4237
- Rendered contacts/_form.html.haml (5.3ms)
4238
- Rendered contacts/edit.html.haml within layouts/application (6.0ms)
4239
- Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.2ms)
4240
-
4241
-
4242
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4243
-
4244
-
4245
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4246
-
4247
-
4248
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4249
-
4250
-
4251
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4252
-
4253
-
4254
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4255
-
4256
-
4257
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4258
-
4259
-
4260
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4261
-
4262
-
4263
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4264
-
4265
-
4266
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4267
-
4268
-
4269
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4270
-
4271
-
4272
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4273
-
4274
-
4275
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4276
-
4277
-
4278
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4279
-
4280
-
4281
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4282
-
4283
-
4284
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4285
-
4286
-
4287
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4288
-
4289
-
4290
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:27 -0700
4291
-
4292
-
4293
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:33 -0700
4294
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4295
- Processing by ContactsController#edit as HTML
4296
- Parameters: {"id"=>"712064548"}
4297
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4298
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4299
- Rendered contacts/_form.html.haml (31.0ms)
4300
- Rendered contacts/edit.html.haml within layouts/application (34.9ms)
4301
- Completed 200 OK in 111ms (Views: 105.2ms | ActiveRecord: 0.6ms)
4302
-
4303
-
4304
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4305
-
4306
-
4307
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4308
-
4309
-
4310
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4311
-
4312
-
4313
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4314
-
4315
-
4316
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4317
-
4318
-
4319
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4320
-
4321
-
4322
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4323
-
4324
-
4325
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4326
-
4327
-
4328
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4329
-
4330
-
4331
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4332
-
4333
-
4334
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4335
-
4336
-
4337
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4338
-
4339
-
4340
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4341
-
4342
-
4343
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4344
-
4345
-
4346
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4347
-
4348
-
4349
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4350
-
4351
-
4352
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:34 -0700
4353
-
4354
-
4355
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4356
- Processing by ContactsController#edit as HTML
4357
- Parameters: {"id"=>"712064548"}
4358
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4359
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4360
- Rendered contacts/_form.html.haml (5.4ms)
4361
- Rendered contacts/edit.html.haml within layouts/application (6.2ms)
4362
- Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms)
4363
-
4364
-
4365
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4366
-
4367
-
4368
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4369
-
4370
-
4371
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4372
-
4373
-
4374
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4375
-
4376
-
4377
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4378
-
4379
-
4380
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4381
-
4382
-
4383
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4384
-
4385
-
4386
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4387
-
4388
-
4389
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4390
-
4391
-
4392
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4393
-
4394
-
4395
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4396
-
4397
-
4398
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4399
-
4400
-
4401
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4402
-
4403
-
4404
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4405
-
4406
-
4407
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4408
-
4409
-
4410
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4411
-
4412
-
4413
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:43 -0700
4414
-
4415
-
4416
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4417
- Processing by ContactsController#edit as HTML
4418
- Parameters: {"id"=>"712064548"}
4419
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4420
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4421
- Rendered contacts/_form.html.haml (5.6ms)
4422
- Rendered contacts/edit.html.haml within layouts/application (6.3ms)
4423
- Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms)
4424
-
4425
-
4426
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4427
-
4428
-
4429
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4430
-
4431
-
4432
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4433
-
4434
-
4435
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4436
-
4437
-
4438
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4439
-
4440
-
4441
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4442
-
4443
-
4444
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4445
-
4446
-
4447
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4448
-
4449
-
4450
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4451
-
4452
-
4453
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4454
-
4455
-
4456
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4457
-
4458
-
4459
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4460
-
4461
-
4462
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4463
-
4464
-
4465
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4466
-
4467
-
4468
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4469
-
4470
-
4471
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4472
-
4473
-
4474
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:44 -0700
4475
-
4476
-
4477
- Started GET "/contacts/712064548/edit" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4478
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4479
- Processing by ContactsController#edit as HTML
4480
- Parameters: {"id"=>"712064548"}
4481
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4482
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4483
- Rendered contacts/_form.html.haml (32.2ms)
4484
- Rendered contacts/edit.html.haml within layouts/application (35.6ms)
4485
- Completed 200 OK in 108ms (Views: 102.5ms | ActiveRecord: 0.7ms)
4486
-
4487
-
4488
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4489
-
4490
-
4491
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4492
-
4493
-
4494
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4495
-
4496
-
4497
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4498
-
4499
-
4500
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4501
-
4502
-
4503
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4504
-
4505
-
4506
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4507
-
4508
-
4509
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4510
-
4511
-
4512
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4513
-
4514
-
4515
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4516
-
4517
-
4518
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4519
-
4520
-
4521
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4522
-
4523
-
4524
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4525
-
4526
-
4527
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4528
-
4529
-
4530
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4531
-
4532
-
4533
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4534
-
4535
-
4536
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:50 -0700
4537
-
4538
-
4539
- Started PATCH "/contacts/712064548" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4540
- Processing by ContactsController#update as HTML
4541
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"fwq4Xtv/QoahU1sMtw64uxdSOeaflEj3M+dL0DTdh4k=", "contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "email"=>"email@address.com", "phone"=>"(555) 555-5555", "url"=>"http://ksylvest.com/", "group_id"=>"866180701", "secret"=>""}, "commit"=>"Submit", "id"=>"712064548"}
4542
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4543
-  (0.0ms) begin transaction
4544
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 866180701]]
4545
- [attached] save attached
4546
-  (0.0ms) commit transaction
4547
- Redirected to http://localhost:3000/contacts
4548
- Completed 302 Found in 12ms (ActiveRecord: 0.3ms)
4549
-
4550
-
4551
- Started GET "/contacts" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4552
- Processing by ContactsController#index as HTML
4553
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
4554
- Rendered contacts/index.html.haml within layouts/application (3.9ms)
4555
- Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)
4556
-
4557
-
4558
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4559
-
4560
-
4561
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4562
-
4563
-
4564
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4565
-
4566
-
4567
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4568
-
4569
-
4570
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4571
-
4572
-
4573
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4574
-
4575
-
4576
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4577
-
4578
-
4579
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4580
-
4581
-
4582
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4583
-
4584
-
4585
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4586
-
4587
-
4588
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4589
-
4590
-
4591
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4592
-
4593
-
4594
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4595
-
4596
-
4597
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4598
-
4599
-
4600
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4601
-
4602
-
4603
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4604
-
4605
-
4606
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:15:57 -0700
4607
-
4608
-
4609
- Started PATCH "/contacts/712064548" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4610
- Processing by ContactsController#update as HTML
4611
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"fwq4Xtv/QoahU1sMtw64uxdSOeaflEj3M+dL0DTdh4k=", "contact"=>{"name"=>"", "details"=>"A Ruby on Rails and Cocoa developer...", "email"=>"email@address.com", "phone"=>"(555) 555-5555", "url"=>"http://ksylvest.com/", "group_id"=>"866180701", "secret"=>""}, "commit"=>"Submit", "id"=>"712064548"}
4612
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
4613
-  (0.1ms) begin transaction
4614
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 866180701]]
4615
-  (0.1ms) rollback transaction
4616
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
4617
- Rendered contacts/_form.html.haml (5.6ms)
4618
- Rendered contacts/edit.html.haml within layouts/application (6.3ms)
4619
- Completed 200 OK in 18ms (Views: 12.4ms | ActiveRecord: 0.4ms)
4620
-
4621
-
4622
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4623
-
4624
-
4625
- Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4626
-
4627
-
4628
- Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4629
-
4630
-
4631
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4632
-
4633
-
4634
- Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4635
-
4636
-
4637
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4638
-
4639
-
4640
- Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4641
-
4642
-
4643
- Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4644
-
4645
-
4646
- Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4647
-
4648
-
4649
- Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4650
-
4651
-
4652
- Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:01 -0700
4653
-
4654
-
4655
- Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4656
-
4657
-
4658
- Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4659
-
4660
-
4661
- Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4662
-
4663
-
4664
- Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4665
-
4666
-
4667
- Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4668
-
4669
-
4670
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-14 16:16:02 -0700
4671
-
4672
-
4673
- Started GET "/user/new" for 127.0.0.1 at 2014-05-14 16:20:34 -0700
4674
- Processing by UsersController#new as JS
4675
- Rendered users/_fields.html.haml (3.1ms)
4676
- Rendered users/_modal.html.haml (8.3ms)
4677
- Rendered users/new.js.haml (10.0ms)
4678
- Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.2ms)
4679
-
4680
-
4681
- Started GET "/session/new" for 127.0.0.1 at 2014-05-14 16:20:36 -0700
4682
- Processing by SessionsController#new as JS
4683
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
4684
- Rendered sessions/_fields.html.haml (1.9ms)
4685
- Rendered sessions/_modal.html.haml (8.4ms)
4686
- Rendered sessions/new.js.haml (10.1ms)
4687
- Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms)
4688
-  (14.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "contacts"
4689
-  (18.0ms) CREATE TABLE "contacts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "name" varchar(255), "slug" varchar(255), "details" text, "phone" varchar(255), "email" varchar(255), "url" varchar(255), "avatar_identifier" varchar(255), "avatar_extension" varchar(255), "avatar_size" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4690
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "groups"
4691
-  (6.0ms) CREATE TABLE "groups" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4692
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "users"
4693
-  (6.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4694
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4695
-  (8.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4696
-  (6.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4697
-  (1.0ms) SELECT version FROM "schema_migrations"
4698
-  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120226213733')
4699
-  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109175811')
4700
-  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110213001348')
4701
-  (26.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4702
- ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
4703
-  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4704
-  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4705
-  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4706
- ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
4707
-  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4708
-  (5.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "contacts"
4709
-  (12.0ms) CREATE TABLE "contacts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer, "name" varchar(255), "slug" varchar(255), "details" text, "phone" varchar(255), "email" varchar(255), "url" varchar(255), "avatar_identifier" varchar(255), "avatar_extension" varchar(255), "avatar_size" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
4710
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "groups"
4711
-  (6.0ms) CREATE TABLE "groups" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
4712
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "users"
4713
-  (7.0ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
4714
-  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
4715
-  (6.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
4716
-  (7.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4717
-  (2.0ms) SELECT version FROM "schema_migrations"
4718
-  (5.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120226213733')
4719
-  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109175811')
4720
-  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20110213001348')