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
@@ -1,1743 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.5ms) begin transaction
3
-  (0.1ms) rollback transaction
4
-  (0.1ms) begin transaction
5
-  (0.0ms) rollback transaction
6
-  (0.1ms) begin transaction
7
-  (0.0ms) rollback transaction
8
-  (0.1ms) begin transaction
9
-  (0.0ms) rollback transaction
10
-  (0.1ms) begin transaction
11
-  (0.0ms) rollback transaction
12
-  (0.1ms) begin transaction
13
-  (0.0ms) rollback transaction
14
-  (0.1ms) begin transaction
15
-  (0.1ms) rollback transaction
16
-  (0.1ms) begin transaction
17
- Processing by MainController#index as HTML
18
- Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms)
19
-  (0.1ms) rollback transaction
20
- Connecting to database specified by database.yml
21
-  (0.6ms) begin transaction
22
-  (0.1ms) rollback transaction
23
-  (0.1ms) begin transaction
24
-  (0.0ms) rollback transaction
25
-  (0.1ms) begin transaction
26
-  (0.1ms) rollback transaction
27
-  (0.1ms) begin transaction
28
-  (0.0ms) rollback transaction
29
-  (0.1ms) begin transaction
30
-  (0.0ms) rollback transaction
31
-  (0.1ms) begin transaction
32
-  (0.0ms) rollback transaction
33
-  (0.1ms) begin transaction
34
-  (0.1ms) rollback transaction
35
-  (0.1ms) begin transaction
36
- Processing by MainController#index as HTML
37
- Completed 200 OK in 96ms (Views: 95.1ms | ActiveRecord: 0.0ms)
38
-  (0.1ms) rollback transaction
39
- Connecting to database specified by database.yml
40
-  (0.5ms) begin transaction
41
- Fixture Delete (0.6ms) DELETE FROM "contacts"
42
- Fixture Insert (0.7ms) 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/', '2013-01-11 07:33:35', '2013-01-11 07:33:35', 712064548, 637242267)
43
- Fixture Delete (0.4ms) DELETE FROM "groups"
44
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2013-01-11 07:33:35', '2013-01-11 07:33:35', 637242267)
45
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2013-01-11 07:33:35', '2013-01-11 07:33:35', 866180701)
46
- Fixture Delete (0.3ms) DELETE FROM "users"
47
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:33:35', '2013-01-11 07:33:35', 980190962)
48
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:33:35', '2013-01-11 07:33:35', 298486374)
49
-  (0.8ms) commit transaction
50
-  (0.0ms) begin transaction
51
- Started POST "/contacts" for 127.0.0.1 at 2013-01-10 23:33:35 -0800
52
- Processing by ContactsController#create as HTML
53
-  (0.1ms) SAVEPOINT active_record_1
54
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
55
- Group Load (0.3ms) SELECT "groups".* FROM "groups"
56
- Rendered contacts/_form.html.haml (33.4ms)
57
- Rendered contacts/new.html.haml within layouts/application (43.3ms)
58
- Completed 200 OK in 177ms (Views: 54.9ms | ActiveRecord: 0.3ms)
59
-  (0.1ms) rollback transaction
60
-  (0.1ms) begin transaction
61
- Contact Load (3.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
62
-  (0.2ms) SELECT COUNT(*) FROM "contacts"
63
- Processing by ContactsController#create as HTML
64
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:33:35 UTC", "updated_at"=>"2013-01-11 07:33:35 UTC"}}
65
- WARNING: Can't mass-assign protected attributes: id
66
-  (0.1ms) SAVEPOINT active_record_1
67
- Group Load (0.2ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
68
- [attached] save attached
69
- SQL (1.0ms) INSERT INTO "contacts" ("avatar_extension", "avatar_identifier", "avatar_size", "created_at", "details", "email", "group_id", "name", "phone", "slug", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_extension", nil], ["avatar_identifier", nil], ["avatar_size", nil], ["created_at", Fri, 11 Jan 2013 07:33:35 UTC +00:00], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["slug", nil], ["updated_at", Fri, 11 Jan 2013 07:33:35 UTC +00:00], ["url", "http://ksylvest.com/"]]
70
-  (0.1ms) RELEASE SAVEPOINT active_record_1
71
- Redirected to http://test.host/contacts
72
- Completed 302 Found in 26ms (ActiveRecord: 0.0ms)
73
-  (0.1ms) SELECT COUNT(*) FROM "contacts" 
74
-  (0.7ms) rollback transaction
75
-  (0.1ms) begin transaction
76
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
77
- Processing by ContactsController#edit as HTML
78
- Parameters: {"id"=>"712064548"}
79
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
80
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
81
- Rendered contacts/_form.html.haml (18.6ms)
82
- Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.3ms)
83
-  (0.1ms) rollback transaction
84
-  (0.0ms) begin transaction
85
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
86
- Processing by ContactsController#index as HTML
87
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
88
- Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.2ms)
89
-  (0.1ms) rollback transaction
90
-  (0.0ms) begin transaction
91
- Contact Load (0.3ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
92
- Processing by ContactsController#new as HTML
93
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
94
- Rendered contacts/_form.html.haml (19.5ms)
95
- Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.2ms)
96
-  (0.1ms) rollback transaction
97
-  (0.1ms) begin transaction
98
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
99
- Processing by ContactsController#update as HTML
100
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:33:35 UTC", "updated_at"=>"2013-01-11 07:33:35 UTC"}, "id"=>"712064548"}
101
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
102
- WARNING: Can't mass-assign protected attributes: id
103
-  (0.1ms) SAVEPOINT active_record_1
104
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
105
- [attached] save attached
106
-  (0.1ms) RELEASE SAVEPOINT active_record_1
107
- Redirected to http://test.host/contacts
108
- Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
109
-  (0.1ms) rollback transaction
110
-  (0.1ms) begin transaction
111
-  (0.0ms) rollback transaction
112
-  (0.0ms) begin transaction
113
- Processing by MainController#index as HTML
114
- Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
115
-  (0.1ms) rollback transaction
116
- Connecting to database specified by database.yml
117
-  (0.5ms) begin transaction
118
- Fixture Delete (0.3ms) DELETE FROM "contacts"
119
- Fixture Insert (0.3ms) 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/', '2013-01-11 07:36:00', '2013-01-11 07:36:00', 712064548, 637242267)
120
- Fixture Delete (0.1ms) DELETE FROM "groups"
121
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2013-01-11 07:36:00', '2013-01-11 07:36:00', 637242267)
122
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2013-01-11 07:36:00', '2013-01-11 07:36:00', 866180701)
123
- Fixture Delete (0.2ms) DELETE FROM "users"
124
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:36:00', '2013-01-11 07:36:00', 980190962)
125
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:36:00', '2013-01-11 07:36:00', 298486374)
126
-  (0.6ms) commit transaction
127
-  (0.0ms) begin transaction
128
- Started POST "/contacts" for 127.0.0.1 at 2013-01-10 23:36:00 -0800
129
- Processing by ContactsController#create as HTML
130
-  (0.1ms) SAVEPOINT active_record_1
131
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
132
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
133
- Rendered contacts/_form.html.haml (31.4ms)
134
- Rendered contacts/new.html.haml within layouts/application (41.2ms)
135
- Completed 200 OK in 156ms (Views: 53.2ms | ActiveRecord: 0.2ms)
136
-  (0.1ms) rollback transaction
137
-  (0.1ms) begin transaction
138
- Contact Load (4.5ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
139
-  (0.2ms) SELECT COUNT(*) FROM "contacts"
140
- Processing by ContactsController#create as HTML
141
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:36:00 UTC", "updated_at"=>"2013-01-11 07:36:00 UTC"}}
142
- WARNING: Can't mass-assign protected attributes: id
143
-  (0.1ms) SAVEPOINT active_record_1
144
- Group Load (0.2ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
145
- [attached] save attached
146
- SQL (0.7ms) INSERT INTO "contacts" ("avatar_extension", "avatar_identifier", "avatar_size", "created_at", "details", "email", "group_id", "name", "phone", "slug", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_extension", nil], ["avatar_identifier", nil], ["avatar_size", nil], ["created_at", Fri, 11 Jan 2013 07:36:00 UTC +00:00], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["slug", nil], ["updated_at", Fri, 11 Jan 2013 07:36:00 UTC +00:00], ["url", "http://ksylvest.com/"]]
147
-  (0.0ms) RELEASE SAVEPOINT active_record_1
148
- Redirected to http://test.host/contacts
149
- Completed 302 Found in 28ms (ActiveRecord: 0.0ms)
150
-  (0.1ms) SELECT COUNT(*) FROM "contacts" 
151
-  (0.5ms) rollback transaction
152
-  (0.1ms) begin transaction
153
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
154
- Processing by ContactsController#edit as HTML
155
- Parameters: {"id"=>"712064548"}
156
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
157
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
158
- Rendered contacts/_form.html.haml (17.4ms)
159
- Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.3ms)
160
-  (0.1ms) rollback transaction
161
-  (0.0ms) begin transaction
162
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
163
- Processing by ContactsController#index as HTML
164
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
165
- Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms)
166
-  (0.1ms) rollback transaction
167
-  (0.0ms) begin transaction
168
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
169
- Processing by ContactsController#new as HTML
170
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
171
- Rendered contacts/_form.html.haml (18.1ms)
172
- Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.2ms)
173
-  (0.1ms) rollback transaction
174
-  (0.1ms) begin transaction
175
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
176
- Processing by ContactsController#update as HTML
177
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:36:00 UTC", "updated_at"=>"2013-01-11 07:36:00 UTC"}, "id"=>"712064548"}
178
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
179
- WARNING: Can't mass-assign protected attributes: id
180
-  (0.1ms) SAVEPOINT active_record_1
181
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
182
- [attached] save attached
183
-  (0.1ms) RELEASE SAVEPOINT active_record_1
184
- Redirected to http://test.host/contacts
185
- Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
186
-  (0.1ms) rollback transaction
187
-  (0.1ms) begin transaction
188
-  (0.1ms) rollback transaction
189
-  (0.1ms) begin transaction
190
- Processing by MainController#index as HTML
191
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
192
-  (0.1ms) rollback transaction
193
- Connecting to database specified by database.yml
194
-  (0.5ms) begin transaction
195
- Fixture Delete (0.7ms) DELETE FROM "contacts"
196
- Fixture Insert (0.4ms) 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/', '2013-01-11 07:38:58', '2013-01-11 07:38:58', 712064548, 637242267)
197
- Fixture Delete (0.1ms) DELETE FROM "groups"
198
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2013-01-11 07:38:58', '2013-01-11 07:38:58', 637242267)
199
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2013-01-11 07:38:58', '2013-01-11 07:38:58', 866180701)
200
- Fixture Delete (0.1ms) DELETE FROM "users"
201
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:38:58', '2013-01-11 07:38:58', 980190962)
202
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-01-11 07:38:58', '2013-01-11 07:38:58', 298486374)
203
-  (1.1ms) commit transaction
204
-  (0.1ms) begin transaction
205
- Started POST "/contacts" for 127.0.0.1 at 2013-01-10 23:38:58 -0800
206
- Processing by ContactsController#create as HTML
207
-  (0.1ms) SAVEPOINT active_record_1
208
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
209
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
210
- Rendered contacts/_form.html.haml (27.9ms)
211
- Rendered contacts/new.html.haml within layouts/application (37.3ms)
212
- Completed 200 OK in 159ms (Views: 45.2ms | ActiveRecord: 0.2ms)
213
-  (0.1ms) rollback transaction
214
-  (0.1ms) begin transaction
215
- Contact Load (4.9ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
216
-  (0.2ms) SELECT COUNT(*) FROM "contacts"
217
- Processing by ContactsController#create as HTML
218
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:38:58 UTC", "updated_at"=>"2013-01-11 07:38:58 UTC"}}
219
- WARNING: Can't mass-assign protected attributes: id
220
-  (0.1ms) SAVEPOINT active_record_1
221
- Group Load (0.2ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
222
- [attached] save attached
223
- SQL (0.9ms) INSERT INTO "contacts" ("avatar_extension", "avatar_identifier", "avatar_size", "created_at", "details", "email", "group_id", "name", "phone", "slug", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_extension", nil], ["avatar_identifier", nil], ["avatar_size", nil], ["created_at", Fri, 11 Jan 2013 07:38:58 UTC +00:00], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["slug", nil], ["updated_at", Fri, 11 Jan 2013 07:38:58 UTC +00:00], ["url", "http://ksylvest.com/"]]
224
-  (0.1ms) RELEASE SAVEPOINT active_record_1
225
- Redirected to http://test.host/contacts
226
- Completed 302 Found in 31ms (ActiveRecord: 0.0ms)
227
-  (0.2ms) SELECT COUNT(*) FROM "contacts" 
228
-  (1.1ms) rollback transaction
229
-  (0.1ms) begin transaction
230
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
231
- Processing by ContactsController#edit as HTML
232
- Parameters: {"id"=>"712064548"}
233
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
234
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
235
- Rendered contacts/_form.html.haml (21.9ms)
236
- Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.3ms)
237
-  (0.1ms) rollback transaction
238
-  (0.1ms) begin transaction
239
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
240
- Processing by ContactsController#index as HTML
241
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
242
- Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.2ms)
243
-  (0.1ms) rollback transaction
244
-  (0.1ms) begin transaction
245
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
246
- Processing by ContactsController#new as HTML
247
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
248
- Rendered contacts/_form.html.haml (43.9ms)
249
- Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.2ms)
250
-  (0.1ms) rollback transaction
251
-  (0.1ms) begin transaction
252
- Contact Load (0.4ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
253
- Processing by ContactsController#update as HTML
254
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-01-11 07:38:58 UTC", "updated_at"=>"2013-01-11 07:38:58 UTC"}, "id"=>"712064548"}
255
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
256
- WARNING: Can't mass-assign protected attributes: id
257
-  (0.1ms) SAVEPOINT active_record_1
258
- Group Load (0.4ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
259
- [attached] save attached
260
-  (0.1ms) RELEASE SAVEPOINT active_record_1
261
- Redirected to http://test.host/contacts
262
- Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
263
-  (0.1ms) rollback transaction
264
-  (0.1ms) begin transaction
265
-  (0.1ms) rollback transaction
266
-  (0.1ms) begin transaction
267
- Processing by MainController#index as HTML
268
- Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
269
-  (0.1ms) rollback transaction
270
- Connecting to database specified by database.yml
271
-  (0.4ms) begin transaction
272
- Fixture Delete (0.4ms) DELETE FROM "contacts"
273
- Fixture Insert (0.3ms) 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/', '2013-05-19 21:52:37', '2013-05-19 21:52:37', 712064548, 637242267)
274
- Fixture Delete (0.1ms) DELETE FROM "groups"
275
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2013-05-19 21:52:37', '2013-05-19 21:52:37', 637242267)
276
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2013-05-19 21:52:37', '2013-05-19 21:52:37', 866180701)
277
- Fixture Delete (0.1ms) DELETE FROM "users"
278
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-05-19 21:52:37', '2013-05-19 21:52:37', 980190962)
279
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2013-05-19 21:52:37', '2013-05-19 21:52:37', 298486374)
280
-  (0.9ms) commit transaction
281
-  (0.0ms) begin transaction
282
- Started POST "/contacts" for 127.0.0.1 at 2013-05-19 14:52:37 -0700
283
- Processing by ContactsController#create as HTML
284
-  (0.1ms) SAVEPOINT active_record_1
285
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
286
- Group Load (0.3ms) SELECT "groups".* FROM "groups"
287
- Rendered contacts/_form.html.haml (67.5ms)
288
- Rendered contacts/new.html.haml within layouts/application (75.5ms)
289
- Completed 200 OK in 132ms (Views: 86.7ms | ActiveRecord: 0.3ms)
290
-  (0.1ms) rollback transaction
291
-  (0.1ms) begin transaction
292
- Contact Load (0.3ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
293
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
294
- Processing by ContactsController#create as HTML
295
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-05-19 21:52:37 UTC", "updated_at"=>"2013-05-19 21:52:37 UTC"}}
296
- WARNING: Can't mass-assign protected attributes: id
297
-  (0.1ms) SAVEPOINT active_record_1
298
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
299
- [attached] save attached
300
- SQL (0.7ms) INSERT INTO "contacts" ("avatar_extension", "avatar_identifier", "avatar_size", "created_at", "details", "email", "group_id", "name", "phone", "slug", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_extension", nil], ["avatar_identifier", nil], ["avatar_size", nil], ["created_at", Sun, 19 May 2013 21:52:37 UTC +00:00], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["slug", nil], ["updated_at", Sun, 19 May 2013 21:52:37 UTC +00:00], ["url", "http://ksylvest.com/"]]
301
-  (0.1ms) RELEASE SAVEPOINT active_record_1
302
- Redirected to http://test.host/contacts
303
- Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
304
-  (0.1ms) SELECT COUNT(*) FROM "contacts" 
305
-  (0.4ms) rollback transaction
306
-  (0.1ms) begin transaction
307
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
308
- Processing by ContactsController#edit as HTML
309
- Parameters: {"id"=>"712064548"}
310
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
311
- Group Load (0.2ms) SELECT "groups".* FROM "groups"
312
- Rendered contacts/_form.html.haml (9.8ms)
313
- Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.3ms)
314
-  (0.1ms) rollback transaction
315
-  (0.0ms) begin transaction
316
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
317
- Processing by ContactsController#index as HTML
318
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts"
319
- Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms)
320
-  (0.1ms) rollback transaction
321
-  (0.1ms) begin transaction
322
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
323
- Processing by ContactsController#new as HTML
324
- Group Load (0.3ms) SELECT "groups".* FROM "groups"
325
- Rendered contacts/_form.html.haml (10.5ms)
326
- Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms)
327
-  (0.1ms) rollback transaction
328
-  (0.1ms) begin transaction
329
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
330
- Processing by ContactsController#update as HTML
331
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2013-05-19 21:52:37 UTC", "updated_at"=>"2013-05-19 21:52:37 UTC"}, "id"=>"712064548"}
332
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", "712064548"]]
333
- WARNING: Can't mass-assign protected attributes: id
334
-  (0.1ms) SAVEPOINT active_record_1
335
- Group Load (0.2ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
336
- [attached] save attached
337
-  (0.1ms) RELEASE SAVEPOINT active_record_1
338
- Redirected to http://test.host/contacts
339
- Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
340
-  (0.1ms) rollback transaction
341
-  (0.1ms) begin transaction
342
-  (0.1ms) rollback transaction
343
-  (0.2ms) begin transaction
344
- Processing by MainController#index as HTML
345
- Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
346
-  (0.1ms) rollback transaction
347
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
348
-  (0.1ms) begin transaction
349
- Fixture Delete (0.2ms) DELETE FROM "contacts"
350
- 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 22:16:53', '2014-05-14 22:16:53', 712064548, 637242267)
351
- Fixture Delete (0.0ms) DELETE FROM "groups"
352
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 22:16:53', '2014-05-14 22:16:53', 637242267)
353
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 22:16:53', '2014-05-14 22:16:53', 866180701)
354
- Fixture Delete (0.0ms) DELETE FROM "users"
355
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:16:53', '2014-05-14 22:16:53', 980190962)
356
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:16:53', '2014-05-14 22:16:53', 298486374)
357
-  (4.6ms) commit transaction
358
-  (0.1ms) begin transaction
359
- --------------------------------------------------
360
- ContactsControllerTest: test_should_create_contact
361
- --------------------------------------------------
362
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
363
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
364
-  (0.0ms) rollback transaction
365
-  (0.0ms) begin transaction
366
- --------------------------------------------
367
- ContactsControllerTest: test_should_get_edit
368
- --------------------------------------------
369
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
370
-  (0.0ms) rollback transaction
371
-  (0.0ms) begin transaction
372
- ---------------------------------------------
373
- ContactsControllerTest: test_should_get_index
374
- ---------------------------------------------
375
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
376
-  (0.0ms) rollback transaction
377
-  (0.0ms) begin transaction
378
- -------------------------------------------
379
- ContactsControllerTest: test_should_get_new
380
- -------------------------------------------
381
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
382
-  (0.0ms) rollback transaction
383
-  (0.0ms) begin transaction
384
- --------------------------------------------------
385
- ContactsControllerTest: test_should_update_contact
386
- --------------------------------------------------
387
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
388
-  (0.0ms) rollback transaction
389
-  (0.0ms) begin transaction
390
- -----------------------------------------
391
- MainControllerTest: test_should_get_index
392
- -----------------------------------------
393
-  (0.1ms) rollback transaction
394
-  (0.0ms) begin transaction
395
- ----------------------------------
396
- ContactFormTest: test_contact_form
397
- ----------------------------------
398
-  (0.0ms) rollback transaction
399
-  (0.0ms) begin transaction
400
- -----------------------
401
- FormulaTest: test_truth
402
- -----------------------
403
-  (0.0ms) rollback transaction
404
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
405
-  (0.1ms) begin transaction
406
- Fixture Delete (0.2ms) DELETE FROM "contacts"
407
- 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 22:17:13', '2014-05-14 22:17:13', 712064548, 637242267)
408
- Fixture Delete (0.0ms) DELETE FROM "groups"
409
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 22:17:13', '2014-05-14 22:17:13', 637242267)
410
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 22:17:13', '2014-05-14 22:17:13', 866180701)
411
- Fixture Delete (0.0ms) DELETE FROM "users"
412
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:17:13', '2014-05-14 22:17:13', 980190962)
413
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:17:13', '2014-05-14 22:17:13', 298486374)
414
-  (1.1ms) commit transaction
415
-  (0.0ms) begin transaction
416
- --------------------------------------------------
417
- ContactsControllerTest: test_should_create_contact
418
- --------------------------------------------------
419
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
420
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
421
-  (0.0ms) rollback transaction
422
-  (0.0ms) begin transaction
423
- --------------------------------------------
424
- ContactsControllerTest: test_should_get_edit
425
- --------------------------------------------
426
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
427
-  (0.0ms) rollback transaction
428
-  (0.0ms) begin transaction
429
- ---------------------------------------------
430
- ContactsControllerTest: test_should_get_index
431
- ---------------------------------------------
432
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
433
-  (0.0ms) rollback transaction
434
-  (0.0ms) begin transaction
435
- -------------------------------------------
436
- ContactsControllerTest: test_should_get_new
437
- -------------------------------------------
438
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
439
-  (0.0ms) rollback transaction
440
-  (0.0ms) begin transaction
441
- --------------------------------------------------
442
- ContactsControllerTest: test_should_update_contact
443
- --------------------------------------------------
444
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
445
-  (0.0ms) rollback transaction
446
-  (0.0ms) begin transaction
447
- -----------------------------------------
448
- MainControllerTest: test_should_get_index
449
- -----------------------------------------
450
-  (0.0ms) rollback transaction
451
-  (0.0ms) begin transaction
452
- ----------------------------------
453
- ContactFormTest: test_contact_form
454
- ----------------------------------
455
-  (0.0ms) rollback transaction
456
-  (0.0ms) begin transaction
457
- -------------------------------------
458
- FormulaTest: test_formula_is_a_module
459
- -------------------------------------
460
-  (0.0ms) rollback transaction
461
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
462
-  (0.1ms) begin transaction
463
- Fixture Delete (0.2ms) DELETE FROM "contacts"
464
- 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 22:19:30', '2014-05-14 22:19:30', 712064548, 637242267)
465
- Fixture Delete (0.0ms) DELETE FROM "groups"
466
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 22:19:30', '2014-05-14 22:19:30', 637242267)
467
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 22:19:30', '2014-05-14 22:19:30', 866180701)
468
- Fixture Delete (0.0ms) DELETE FROM "users"
469
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:19:30', '2014-05-14 22:19:30', 980190962)
470
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:19:30', '2014-05-14 22:19:30', 298486374)
471
-  (1.4ms) commit transaction
472
-  (0.1ms) begin transaction
473
- --------------------------------------------------
474
- ContactsControllerTest: test_should_create_contact
475
- --------------------------------------------------
476
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
477
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
478
-  (0.0ms) rollback transaction
479
-  (0.0ms) begin transaction
480
- --------------------------------------------
481
- ContactsControllerTest: test_should_get_edit
482
- --------------------------------------------
483
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
484
-  (0.0ms) rollback transaction
485
-  (0.0ms) begin transaction
486
- ---------------------------------------------
487
- ContactsControllerTest: test_should_get_index
488
- ---------------------------------------------
489
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
490
-  (0.0ms) rollback transaction
491
-  (0.0ms) begin transaction
492
- -------------------------------------------
493
- ContactsControllerTest: test_should_get_new
494
- -------------------------------------------
495
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
496
-  (0.0ms) rollback transaction
497
-  (0.0ms) begin transaction
498
- --------------------------------------------------
499
- ContactsControllerTest: test_should_update_contact
500
- --------------------------------------------------
501
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
502
-  (0.0ms) rollback transaction
503
-  (0.0ms) begin transaction
504
- -----------------------------------------
505
- MainControllerTest: test_should_get_index
506
- -----------------------------------------
507
-  (0.0ms) rollback transaction
508
-  (0.0ms) begin transaction
509
- ----------------------------------
510
- ContactFormTest: test_contact_form
511
- ----------------------------------
512
-  (0.0ms) rollback transaction
513
-  (0.0ms) begin transaction
514
- -------------------------------------
515
- FormulaTest: test_formula_is_a_module
516
- -------------------------------------
517
-  (0.0ms) rollback transaction
518
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
519
-  (0.1ms) begin transaction
520
- Fixture Delete (0.2ms) DELETE FROM "contacts"
521
- 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 22:20:02', '2014-05-14 22:20:02', 712064548, 637242267)
522
- Fixture Delete (0.1ms) DELETE FROM "groups"
523
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 22:20:02', '2014-05-14 22:20:02', 637242267)
524
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 22:20:02', '2014-05-14 22:20:02', 866180701)
525
- Fixture Delete (0.0ms) DELETE FROM "users"
526
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:20:02', '2014-05-14 22:20:02', 980190962)
527
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 22:20:02', '2014-05-14 22:20:02', 298486374)
528
-  (0.6ms) commit transaction
529
-  (0.0ms) begin transaction
530
- --------------------------------------------------
531
- ContactsControllerTest: test_should_create_contact
532
- --------------------------------------------------
533
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
534
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
535
- Processing by ContactsController#create as HTML
536
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2014-05-14 22:20:02 UTC", "updated_at"=>"2014-05-14 22:20:02 UTC"}}
537
- Unpermitted parameters: id, group_id, slug, avatar_identifier, avatar_extension, avatar_size, created_at, updated_at
538
-  (0.1ms) SAVEPOINT active_record_1
539
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
540
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
541
- Rendered contacts/_form.html.haml (19.5ms)
542
- Rendered contacts/new.html.haml within layouts/application (25.8ms)
543
- Completed 200 OK in 2453ms (Views: 2419.3ms | ActiveRecord: 0.2ms)
544
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
545
-  (0.2ms) rollback transaction
546
-  (0.0ms) begin transaction
547
- --------------------------------------------
548
- ContactsControllerTest: test_should_get_edit
549
- --------------------------------------------
550
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
551
- Processing by ContactsController#edit as HTML
552
- Parameters: {"id"=>"712064548"}
553
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
554
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
555
- Rendered contacts/_form.html.haml (4.7ms)
556
- Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
557
-  (0.0ms) rollback transaction
558
-  (0.0ms) begin transaction
559
- ---------------------------------------------
560
- ContactsControllerTest: test_should_get_index
561
- ---------------------------------------------
562
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
563
- Processing by ContactsController#index as HTML
564
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
565
- Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
566
-  (0.0ms) rollback transaction
567
-  (0.0ms) begin transaction
568
- -------------------------------------------
569
- ContactsControllerTest: test_should_get_new
570
- -------------------------------------------
571
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
572
- Processing by ContactsController#new as HTML
573
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
574
- Rendered contacts/_form.html.haml (4.1ms)
575
- Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)
576
-  (0.0ms) rollback transaction
577
-  (0.0ms) begin transaction
578
- --------------------------------------------------
579
- ContactsControllerTest: test_should_update_contact
580
- --------------------------------------------------
581
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
582
- Processing by ContactsController#update as HTML
583
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2014-05-14 22:20:02 UTC", "updated_at"=>"2014-05-14 22:20:02 UTC"}, "id"=>"712064548"}
584
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
585
- Unpermitted parameters: id, group_id, slug, avatar_identifier, avatar_extension, avatar_size, created_at, updated_at
586
-  (0.0ms) SAVEPOINT active_record_1
587
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
588
- [attached] save attached
589
-  (0.0ms) RELEASE SAVEPOINT active_record_1
590
- Redirected to http://test.host/contacts
591
- Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
592
-  (0.0ms) rollback transaction
593
-  (0.0ms) begin transaction
594
- -----------------------------------------
595
- MainControllerTest: test_should_get_index
596
- -----------------------------------------
597
- Processing by MainController#index as HTML
598
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
599
-  (0.0ms) rollback transaction
600
-  (0.0ms) begin transaction
601
- ----------------------------------
602
- ContactFormTest: test_contact_form
603
- ----------------------------------
604
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 15:20:05 -0700
605
- Processing by ContactsController#create as HTML
606
- Completed 400 Bad Request in 0ms
607
-  (0.0ms) rollback transaction
608
-  (0.0ms) begin transaction
609
- -------------------------------------
610
- FormulaTest: test_formula_is_a_module
611
- -------------------------------------
612
-  (0.0ms) rollback transaction
613
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
614
-  (0.1ms) begin transaction
615
- Fixture Delete (0.2ms) DELETE FROM "contacts"
616
- 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:05:14', '2014-05-14 23:05:14', 712064548, 637242267)
617
- Fixture Delete (0.0ms) DELETE FROM "groups"
618
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:05:14', '2014-05-14 23:05:14', 637242267)
619
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:05:14', '2014-05-14 23:05:14', 866180701)
620
- Fixture Delete (0.0ms) DELETE FROM "users"
621
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:05:14', '2014-05-14 23:05:14', 980190962)
622
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:05:14', '2014-05-14 23:05:14', 298486374)
623
-  (1.2ms) commit transaction
624
-  (0.0ms) begin transaction
625
- --------------------------------------------------
626
- ContactsControllerTest: test_should_create_contact
627
- --------------------------------------------------
628
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
629
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
630
- Processing by ContactsController#create as HTML
631
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2014-05-14 23:05:14 UTC", "updated_at"=>"2014-05-14 23:05:14 UTC"}}
632
- Unpermitted parameters: id, group_id, slug, avatar_identifier, avatar_extension, avatar_size, created_at, updated_at
633
-  (0.0ms) SAVEPOINT active_record_1
634
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
635
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
636
- Rendered contacts/_form.html.haml (11.2ms)
637
- Rendered contacts/new.html.haml within layouts/application (14.7ms)
638
- Completed 200 OK in 1835ms (Views: 1809.7ms | ActiveRecord: 0.2ms)
639
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
640
-  (0.7ms) rollback transaction
641
-  (0.0ms) begin transaction
642
- --------------------------------------------
643
- ContactsControllerTest: test_should_get_edit
644
- --------------------------------------------
645
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
646
- Processing by ContactsController#edit as HTML
647
- Parameters: {"id"=>"712064548"}
648
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
649
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
650
- Rendered contacts/_form.html.haml (6.1ms)
651
- Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
652
-  (0.0ms) rollback transaction
653
-  (0.0ms) begin transaction
654
- ---------------------------------------------
655
- ContactsControllerTest: test_should_get_index
656
- ---------------------------------------------
657
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
658
- Processing by ContactsController#index as HTML
659
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
660
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)
661
-  (0.0ms) rollback transaction
662
-  (0.0ms) begin transaction
663
- -------------------------------------------
664
- ContactsControllerTest: test_should_get_new
665
- -------------------------------------------
666
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
667
- Processing by ContactsController#new as HTML
668
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
669
- Rendered contacts/_form.html.haml (4.5ms)
670
- Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.1ms)
671
-  (0.0ms) rollback transaction
672
-  (0.0ms) begin transaction
673
- --------------------------------------------------
674
- ContactsControllerTest: test_should_update_contact
675
- --------------------------------------------------
676
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
677
- Processing by ContactsController#update as HTML
678
- Parameters: {"contact"=>{"id"=>"712064548", "group_id"=>"637242267", "name"=>"Kevin", "slug"=>nil, "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/", "avatar_identifier"=>nil, "avatar_extension"=>nil, "avatar_size"=>nil, "created_at"=>"2014-05-14 23:05:14 UTC", "updated_at"=>"2014-05-14 23:05:14 UTC"}, "id"=>"712064548"}
679
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
680
- Unpermitted parameters: id, group_id, slug, avatar_identifier, avatar_extension, avatar_size, created_at, updated_at
681
-  (0.0ms) SAVEPOINT active_record_1
682
- Group Load (0.2ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
683
- [attached] save attached
684
-  (0.1ms) RELEASE SAVEPOINT active_record_1
685
- Redirected to http://test.host/contacts
686
- Completed 302 Found in 8ms (ActiveRecord: 0.3ms)
687
-  (0.1ms) rollback transaction
688
-  (0.0ms) begin transaction
689
- -----------------------------------------
690
- MainControllerTest: test_should_get_index
691
- -----------------------------------------
692
- Processing by MainController#index as HTML
693
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
694
-  (0.0ms) rollback transaction
695
-  (0.0ms) begin transaction
696
- ----------------------------------
697
- ContactFormTest: test_contact_form
698
- ----------------------------------
699
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:05:16 -0700
700
- Processing by ContactsController#create as HTML
701
- Completed 400 Bad Request in 0ms
702
-  (0.0ms) rollback transaction
703
-  (0.0ms) begin transaction
704
- -------------------------------------
705
- FormulaTest: test_formula_is_a_module
706
- -------------------------------------
707
-  (0.0ms) rollback transaction
708
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
709
-  (0.1ms) begin transaction
710
- Fixture Delete (0.2ms) DELETE FROM "contacts"
711
- 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:08:08', '2014-05-14 23:08:08', 712064548, 637242267)
712
- Fixture Delete (0.0ms) DELETE FROM "groups"
713
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:08:08', '2014-05-14 23:08:08', 637242267)
714
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:08:08', '2014-05-14 23:08:08', 866180701)
715
- Fixture Delete (0.0ms) DELETE FROM "users"
716
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:08:08', '2014-05-14 23:08:08', 980190962)
717
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2014-05-14 23:08:08', '2014-05-14 23:08:08', 298486374)
718
-  (0.6ms) commit transaction
719
-  (0.1ms) begin transaction
720
- --------------------------------------------------
721
- ContactsControllerTest: test_should_create_contact
722
- --------------------------------------------------
723
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
724
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
725
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
726
- Processing by ContactsController#create as HTML
727
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
728
- Completed 500 Internal Server Error in 1ms
729
-  (0.0ms) rollback transaction
730
-  (0.0ms) begin transaction
731
- --------------------------------------------
732
- ContactsControllerTest: test_should_get_edit
733
- --------------------------------------------
734
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
735
- Processing by ContactsController#edit as HTML
736
- Parameters: {"id"=>"712064548"}
737
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
738
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
739
- Rendered contacts/_form.html.haml (15.2ms)
740
- Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.1ms)
741
-  (0.1ms) rollback transaction
742
-  (0.0ms) begin transaction
743
- ---------------------------------------------
744
- ContactsControllerTest: test_should_get_index
745
- ---------------------------------------------
746
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
747
- Processing by ContactsController#index as HTML
748
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
749
- Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
750
-  (0.0ms) rollback transaction
751
-  (0.0ms) begin transaction
752
- -------------------------------------------
753
- ContactsControllerTest: test_should_get_new
754
- -------------------------------------------
755
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
756
- Processing by ContactsController#new as HTML
757
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
758
- Rendered contacts/_form.html.haml (5.0ms)
759
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
760
-  (0.0ms) rollback transaction
761
-  (0.0ms) begin transaction
762
- --------------------------------------------------
763
- ContactsControllerTest: test_should_update_contact
764
- --------------------------------------------------
765
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
766
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
767
- Processing by ContactsController#update as HTML
768
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
769
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
770
- Completed 500 Internal Server Error in 1ms
771
-  (0.1ms) rollback transaction
772
-  (0.0ms) begin transaction
773
- -----------------------------------------
774
- MainControllerTest: test_should_get_index
775
- -----------------------------------------
776
- Processing by MainController#index as HTML
777
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
778
-  (0.0ms) rollback transaction
779
-  (0.0ms) begin transaction
780
- ----------------------------------
781
- ContactFormTest: test_contact_form
782
- ----------------------------------
783
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:08:08 -0700
784
- Processing by ContactsController#create as HTML
785
- Completed 400 Bad Request in 0ms
786
-  (0.1ms) rollback transaction
787
-  (0.0ms) begin transaction
788
- -------------------------------------
789
- FormulaTest: test_formula_is_a_module
790
- -------------------------------------
791
-  (0.0ms) rollback transaction
792
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
793
-  (0.1ms) begin transaction
794
- Fixture Delete (0.3ms) DELETE FROM "contacts"
795
- 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:09:10', '2014-05-14 23:09:10', 712064548, 637242267)
796
- Fixture Delete (0.1ms) DELETE FROM "groups"
797
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:09:10', '2014-05-14 23:09:10', 637242267)
798
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:09:10', '2014-05-14 23:09:10', 866180701)
799
- Fixture Delete (0.1ms) DELETE FROM "users"
800
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$PihUw.x1ZA3qb4e68dxOw.Jmh8fOk5XksS5k3XZRaEQpd.5ZU8ljG', '2014-05-14 23:09:10', '2014-05-14 23:09:10', 712064548)
801
-  (1.3ms) commit transaction
802
-  (0.0ms) begin transaction
803
- --------------------------------------------------
804
- ContactsControllerTest: test_should_create_contact
805
- --------------------------------------------------
806
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
807
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
808
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
809
- Processing by ContactsController#create as HTML
810
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
811
- Completed 500 Internal Server Error in 1ms
812
-  (0.0ms) rollback transaction
813
-  (0.0ms) begin transaction
814
- --------------------------------------------
815
- ContactsControllerTest: test_should_get_edit
816
- --------------------------------------------
817
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
818
- Processing by ContactsController#edit as HTML
819
- Parameters: {"id"=>"712064548"}
820
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
821
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
822
- Rendered contacts/_form.html.haml (14.9ms)
823
- Completed 200 OK in 52ms (Views: 51.0ms | ActiveRecord: 0.1ms)
824
-  (0.1ms) rollback transaction
825
-  (0.0ms) begin transaction
826
- ---------------------------------------------
827
- ContactsControllerTest: test_should_get_index
828
- ---------------------------------------------
829
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
830
- Processing by ContactsController#index as HTML
831
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
832
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
833
-  (0.0ms) rollback transaction
834
-  (0.0ms) begin transaction
835
- -------------------------------------------
836
- ContactsControllerTest: test_should_get_new
837
- -------------------------------------------
838
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
839
- Processing by ContactsController#new as HTML
840
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
841
- Rendered contacts/_form.html.haml (4.4ms)
842
- Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
843
-  (0.0ms) rollback transaction
844
-  (0.0ms) begin transaction
845
- --------------------------------------------------
846
- ContactsControllerTest: test_should_update_contact
847
- --------------------------------------------------
848
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
849
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
850
- Processing by ContactsController#update as HTML
851
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
852
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
853
- Completed 500 Internal Server Error in 1ms
854
-  (0.0ms) rollback transaction
855
-  (0.0ms) begin transaction
856
- -----------------------------------------
857
- MainControllerTest: test_should_get_index
858
- -----------------------------------------
859
- Processing by MainController#index as HTML
860
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
861
-  (0.1ms) rollback transaction
862
-  (0.0ms) begin transaction
863
- ----------------------------------
864
- ContactFormTest: test_contact_form
865
- ----------------------------------
866
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:09:10 -0700
867
- Processing by ContactsController#create as HTML
868
- Completed 400 Bad Request in 0ms
869
-  (0.1ms) rollback transaction
870
-  (0.0ms) begin transaction
871
- -------------------------------------
872
- FormulaTest: test_formula_is_a_module
873
- -------------------------------------
874
-  (0.0ms) rollback transaction
875
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
876
-  (0.1ms) begin transaction
877
- Fixture Delete (0.2ms) DELETE FROM "contacts"
878
- 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:10:02', '2014-05-14 23:10:02', 712064548, 637242267)
879
- Fixture Delete (0.0ms) DELETE FROM "groups"
880
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:10:02', '2014-05-14 23:10:02', 637242267)
881
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:10:02', '2014-05-14 23:10:02', 866180701)
882
- Fixture Delete (0.0ms) DELETE FROM "users"
883
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$2KRowlZ2aAgYa/hQTk5FuudSABDZoAvpeUnXHFz.szdwBpI8dt8.6', '2014-05-14 23:10:02', '2014-05-14 23:10:02', 712064548)
884
-  (1.5ms) commit transaction
885
-  (0.1ms) begin transaction
886
- --------------------------------------------------
887
- ContactsControllerTest: test_should_create_contact
888
- --------------------------------------------------
889
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
890
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
891
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
892
- Processing by ContactsController#create as HTML
893
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
894
- Unpermitted parameters: group
895
-  (0.0ms) SAVEPOINT active_record_1
896
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
897
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
898
- Rendered contacts/_form.html.haml (11.0ms)
899
- Rendered contacts/new.html.haml within layouts/application (14.8ms)
900
- Completed 200 OK in 57ms (Views: 36.9ms | ActiveRecord: 0.2ms)
901
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
902
-  (0.1ms) rollback transaction
903
-  (0.0ms) begin transaction
904
- --------------------------------------------
905
- ContactsControllerTest: test_should_get_edit
906
- --------------------------------------------
907
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
908
- Processing by ContactsController#edit as HTML
909
- Parameters: {"id"=>"712064548"}
910
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
911
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
912
- Rendered contacts/_form.html.haml (5.5ms)
913
- Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms)
914
-  (0.1ms) rollback transaction
915
-  (0.0ms) begin transaction
916
- ---------------------------------------------
917
- ContactsControllerTest: test_should_get_index
918
- ---------------------------------------------
919
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
920
- Processing by ContactsController#index as HTML
921
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
922
- Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms)
923
-  (0.0ms) rollback transaction
924
-  (0.0ms) begin transaction
925
- -------------------------------------------
926
- ContactsControllerTest: test_should_get_new
927
- -------------------------------------------
928
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
929
- Processing by ContactsController#new as HTML
930
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
931
- Rendered contacts/_form.html.haml (4.9ms)
932
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms)
933
-  (0.0ms) rollback transaction
934
-  (0.0ms) begin transaction
935
- --------------------------------------------------
936
- ContactsControllerTest: test_should_update_contact
937
- --------------------------------------------------
938
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
939
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
940
- Processing by ContactsController#update as HTML
941
- Parameters: {"contact"=>{"name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "group"=>"637242267", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
942
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
943
- Unpermitted parameters: group
944
-  (0.0ms) SAVEPOINT active_record_1
945
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
946
- [attached] save attached
947
-  (0.1ms) RELEASE SAVEPOINT active_record_1
948
- Redirected to http://test.host/contacts
949
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
950
-  (0.0ms) rollback transaction
951
-  (0.0ms) begin transaction
952
- -----------------------------------------
953
- MainControllerTest: test_should_get_index
954
- -----------------------------------------
955
- Processing by MainController#index as HTML
956
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
957
-  (0.0ms) rollback transaction
958
-  (0.0ms) begin transaction
959
- ----------------------------------
960
- ContactFormTest: test_contact_form
961
- ----------------------------------
962
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:10:02 -0700
963
- Processing by ContactsController#create as HTML
964
- Completed 400 Bad Request in 0ms
965
-  (0.0ms) rollback transaction
966
-  (0.0ms) begin transaction
967
- -------------------------------------
968
- FormulaTest: test_formula_is_a_module
969
- -------------------------------------
970
-  (0.0ms) rollback transaction
971
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
972
-  (0.1ms) begin transaction
973
- Fixture Delete (0.2ms) DELETE FROM "contacts"
974
- 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:10:59', '2014-05-14 23:10:59', 712064548, 637242267)
975
- Fixture Delete (0.0ms) DELETE FROM "groups"
976
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:10:59', '2014-05-14 23:10:59', 637242267)
977
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:10:59', '2014-05-14 23:10:59', 866180701)
978
- Fixture Delete (0.0ms) DELETE FROM "users"
979
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$yyK9fQlsCTjC0YZkQODVI.gSuKsXpTjViB0Yf.aclHttoxdgV6Uda', '2014-05-14 23:10:59', '2014-05-14 23:10:59', 712064548)
980
-  (4.0ms) commit transaction
981
-  (0.1ms) begin transaction
982
- --------------------------------------------------
983
- ContactsControllerTest: test_should_create_contact
984
- --------------------------------------------------
985
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
986
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
987
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
988
- Processing by ContactsController#create as HTML
989
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
990
-  (0.0ms) SAVEPOINT active_record_1
991
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
992
- [attached] save attached
993
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:10:59.217451"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:10:59.217451"], ["url", "http://ksylvest.com/"]]
994
-  (0.0ms) RELEASE SAVEPOINT active_record_1
995
- Redirected to http://test.host/contacts
996
- Completed 302 Found in 17ms (ActiveRecord: 0.3ms)
997
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
998
-  (0.4ms) rollback transaction
999
-  (0.1ms) begin transaction
1000
- --------------------------------------------
1001
- ContactsControllerTest: test_should_get_edit
1002
- --------------------------------------------
1003
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1004
- Processing by ContactsController#edit as HTML
1005
- Parameters: {"id"=>"712064548"}
1006
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1007
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1008
- Rendered contacts/_form.html.haml (15.1ms)
1009
- Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.2ms)
1010
-  (0.1ms) rollback transaction
1011
-  (0.0ms) begin transaction
1012
- ---------------------------------------------
1013
- ContactsControllerTest: test_should_get_index
1014
- ---------------------------------------------
1015
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1016
- Processing by ContactsController#index as HTML
1017
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1018
- Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
1019
-  (0.0ms) rollback transaction
1020
-  (0.0ms) begin transaction
1021
- -------------------------------------------
1022
- ContactsControllerTest: test_should_get_new
1023
- -------------------------------------------
1024
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1025
- Processing by ContactsController#new as HTML
1026
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1027
- Rendered contacts/_form.html.haml (5.1ms)
1028
- Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.1ms)
1029
-  (0.1ms) rollback transaction
1030
-  (0.0ms) begin transaction
1031
- --------------------------------------------------
1032
- ContactsControllerTest: test_should_update_contact
1033
- --------------------------------------------------
1034
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1035
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1036
- Processing by ContactsController#update as HTML
1037
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1038
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1039
-  (0.0ms) SAVEPOINT active_record_1
1040
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1041
- [attached] save attached
1042
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1043
- Redirected to http://test.host/contacts
1044
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1045
-  (0.0ms) rollback transaction
1046
-  (0.0ms) begin transaction
1047
- -----------------------------------------
1048
- MainControllerTest: test_should_get_index
1049
- -----------------------------------------
1050
- Processing by MainController#index as HTML
1051
- Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1052
-  (0.0ms) rollback transaction
1053
-  (0.0ms) begin transaction
1054
- ----------------------------------
1055
- ContactFormTest: test_contact_form
1056
- ----------------------------------
1057
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:10:59 -0700
1058
- Processing by ContactsController#create as HTML
1059
- Completed 400 Bad Request in 0ms
1060
-  (0.1ms) rollback transaction
1061
-  (0.1ms) begin transaction
1062
- -------------------------------------
1063
- FormulaTest: test_formula_is_a_module
1064
- -------------------------------------
1065
-  (0.1ms) rollback transaction
1066
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1067
-  (0.1ms) begin transaction
1068
- Fixture Delete (0.2ms) DELETE FROM "contacts"
1069
- 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:11:55', '2014-05-14 23:11:55', 712064548, 637242267)
1070
- Fixture Delete (0.0ms) DELETE FROM "groups"
1071
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:11:55', '2014-05-14 23:11:55', 637242267)
1072
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:11:55', '2014-05-14 23:11:55', 866180701)
1073
- Fixture Delete (0.0ms) DELETE FROM "users"
1074
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$xOEXTanMEJF/o7teBNvdcuvY8C3h4.i4XP.gNFs/mBKSK3Gmm9pBS', '2014-05-14 23:11:55', '2014-05-14 23:11:55', 712064548)
1075
-  (1.4ms) commit transaction
1076
-  (0.1ms) begin transaction
1077
- --------------------------------------------------
1078
- ContactsControllerTest: test_should_create_contact
1079
- --------------------------------------------------
1080
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1081
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
1082
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1083
- Processing by ContactsController#create as HTML
1084
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1085
-  (0.1ms) SAVEPOINT active_record_1
1086
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1087
- [attached] save attached
1088
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:11:55.908348"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:11:55.908348"], ["url", "http://ksylvest.com/"]]
1089
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1090
- Redirected to http://test.host/contacts
1091
- Completed 302 Found in 16ms (ActiveRecord: 0.4ms)
1092
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1093
-  (0.6ms) rollback transaction
1094
-  (0.1ms) begin transaction
1095
- --------------------------------------------
1096
- ContactsControllerTest: test_should_get_edit
1097
- --------------------------------------------
1098
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1099
- Processing by ContactsController#edit as HTML
1100
- Parameters: {"id"=>"712064548"}
1101
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1102
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1103
- Rendered contacts/_form.html.haml (13.1ms)
1104
- Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.1ms)
1105
-  (0.1ms) rollback transaction
1106
-  (0.0ms) begin transaction
1107
- ---------------------------------------------
1108
- ContactsControllerTest: test_should_get_index
1109
- ---------------------------------------------
1110
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1111
- Processing by ContactsController#index as HTML
1112
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1113
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms)
1114
-  (0.0ms) rollback transaction
1115
-  (0.0ms) begin transaction
1116
- -------------------------------------------
1117
- ContactsControllerTest: test_should_get_new
1118
- -------------------------------------------
1119
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1120
- Processing by ContactsController#new as HTML
1121
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1122
- Rendered contacts/_form.html.haml (4.5ms)
1123
- Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
1124
-  (0.1ms) rollback transaction
1125
-  (0.0ms) begin transaction
1126
- --------------------------------------------------
1127
- ContactsControllerTest: test_should_update_contact
1128
- --------------------------------------------------
1129
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1130
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1131
- Processing by ContactsController#update as HTML
1132
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1133
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1134
-  (0.1ms) SAVEPOINT active_record_1
1135
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1136
- [attached] save attached
1137
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1138
- Redirected to http://test.host/contacts
1139
- Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
1140
-  (0.0ms) rollback transaction
1141
-  (0.0ms) begin transaction
1142
- -----------------------------------------
1143
- MainControllerTest: test_should_get_index
1144
- -----------------------------------------
1145
- Processing by MainController#index as HTML
1146
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
1147
-  (0.0ms) rollback transaction
1148
-  (0.0ms) begin transaction
1149
- ----------------------------------
1150
- ContactFormTest: test_contact_form
1151
- ----------------------------------
1152
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:11:56 -0700
1153
- Processing by ContactsController#create as HTML
1154
- Completed 400 Bad Request in 0ms
1155
-  (0.0ms) rollback transaction
1156
-  (0.0ms) begin transaction
1157
- -------------------------------------
1158
- FormulaTest: test_formula_is_a_module
1159
- -------------------------------------
1160
-  (0.0ms) rollback transaction
1161
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1162
-  (0.1ms) begin transaction
1163
- Fixture Delete (0.5ms) DELETE FROM "contacts"
1164
- 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:12:48', '2014-05-14 23:12:48', 712064548, 637242267)
1165
- Fixture Delete (0.0ms) DELETE FROM "groups"
1166
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:12:48', '2014-05-14 23:12:48', 637242267)
1167
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:12:48', '2014-05-14 23:12:48', 866180701)
1168
- Fixture Delete (0.0ms) DELETE FROM "users"
1169
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$XWvsF1zcX5pvIZBOTy68WuKuqea5OAg68dOLnvRv5R43bDKWwhAVy', '2014-05-14 23:12:48', '2014-05-14 23:12:48', 712064548)
1170
-  (1.6ms) commit transaction
1171
-  (0.1ms) begin transaction
1172
- --------------------------------------------------
1173
- ContactsControllerTest: test_should_create_contact
1174
- --------------------------------------------------
1175
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1176
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
1177
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1178
- Processing by ContactsController#create as HTML
1179
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1180
-  (0.1ms) SAVEPOINT active_record_1
1181
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1182
- [attached] save attached
1183
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:12:48.854611"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:12:48.854611"], ["url", "http://ksylvest.com/"]]
1184
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1185
- Redirected to http://test.host/contacts
1186
- Completed 302 Found in 17ms (ActiveRecord: 0.4ms)
1187
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1188
-  (0.5ms) rollback transaction
1189
-  (0.1ms) begin transaction
1190
- --------------------------------------------
1191
- ContactsControllerTest: test_should_get_edit
1192
- --------------------------------------------
1193
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1194
- Processing by ContactsController#edit as HTML
1195
- Parameters: {"id"=>"712064548"}
1196
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1197
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1198
- Rendered contacts/_form.html.haml (13.3ms)
1199
- Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.1ms)
1200
-  (0.1ms) rollback transaction
1201
-  (0.0ms) begin transaction
1202
- ---------------------------------------------
1203
- ContactsControllerTest: test_should_get_index
1204
- ---------------------------------------------
1205
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1206
- Processing by ContactsController#index as HTML
1207
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1208
- Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
1209
-  (0.0ms) rollback transaction
1210
-  (0.0ms) begin transaction
1211
- -------------------------------------------
1212
- ContactsControllerTest: test_should_get_new
1213
- -------------------------------------------
1214
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1215
- Processing by ContactsController#new as HTML
1216
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1217
- Rendered contacts/_form.html.haml (4.6ms)
1218
- Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
1219
-  (0.0ms) rollback transaction
1220
-  (0.0ms) begin transaction
1221
- --------------------------------------------------
1222
- ContactsControllerTest: test_should_update_contact
1223
- --------------------------------------------------
1224
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1225
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1226
- Processing by ContactsController#update as HTML
1227
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1228
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1229
-  (0.0ms) SAVEPOINT active_record_1
1230
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1231
- [attached] save attached
1232
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1233
- Redirected to http://test.host/contacts
1234
- Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
1235
-  (0.0ms) rollback transaction
1236
-  (0.0ms) begin transaction
1237
- -----------------------------------------
1238
- MainControllerTest: test_should_get_index
1239
- -----------------------------------------
1240
- Processing by MainController#index as HTML
1241
- Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
1242
-  (0.0ms) rollback transaction
1243
-  (0.0ms) begin transaction
1244
- ----------------------------------
1245
- ContactFormTest: test_contact_form
1246
- ----------------------------------
1247
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:12:48 -0700
1248
- Processing by ContactsController#create as HTML
1249
- Completed 400 Bad Request in 0ms
1250
-  (0.0ms) rollback transaction
1251
-  (0.0ms) begin transaction
1252
- -------------------------------------
1253
- FormulaTest: test_formula_is_a_module
1254
- -------------------------------------
1255
-  (0.0ms) rollback transaction
1256
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1257
-  (0.1ms) begin transaction
1258
- Fixture Delete (0.2ms) DELETE FROM "contacts"
1259
- 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:13:25', '2014-05-14 23:13:25', 712064548, 637242267)
1260
- Fixture Delete (0.0ms) DELETE FROM "groups"
1261
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:13:25', '2014-05-14 23:13:25', 637242267)
1262
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:13:25', '2014-05-14 23:13:25', 866180701)
1263
- Fixture Delete (0.0ms) DELETE FROM "users"
1264
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$q56IhQZC3tHOYnnW0PKSzenuuWyGTur.vhaqFCeFiKxP.VvQHMbe6', '2014-05-14 23:13:25', '2014-05-14 23:13:25', 712064548)
1265
-  (1.4ms) commit transaction
1266
-  (0.1ms) begin transaction
1267
- --------------------------------------------------
1268
- ContactsControllerTest: test_should_create_contact
1269
- --------------------------------------------------
1270
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1271
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
1272
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1273
- Processing by ContactsController#create as HTML
1274
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1275
-  (0.0ms) SAVEPOINT active_record_1
1276
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1277
- [attached] save attached
1278
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:13:25.083500"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:13:25.083500"], ["url", "http://ksylvest.com/"]]
1279
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1280
- Redirected to http://test.host/contacts
1281
- Completed 302 Found in 16ms (ActiveRecord: 0.4ms)
1282
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1283
-  (0.5ms) rollback transaction
1284
-  (0.0ms) begin transaction
1285
- --------------------------------------------
1286
- ContactsControllerTest: test_should_get_edit
1287
- --------------------------------------------
1288
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1289
- Processing by ContactsController#edit as HTML
1290
- Parameters: {"id"=>"712064548"}
1291
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1292
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1293
- Rendered contacts/_form.html.haml (13.3ms)
1294
- Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.1ms)
1295
-  (0.1ms) rollback transaction
1296
-  (0.0ms) begin transaction
1297
- ---------------------------------------------
1298
- ContactsControllerTest: test_should_get_index
1299
- ---------------------------------------------
1300
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1301
- Processing by ContactsController#index as HTML
1302
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1303
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms)
1304
-  (0.0ms) rollback transaction
1305
-  (0.0ms) begin transaction
1306
- -------------------------------------------
1307
- ContactsControllerTest: test_should_get_new
1308
- -------------------------------------------
1309
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1310
- Processing by ContactsController#new as HTML
1311
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1312
- Rendered contacts/_form.html.haml (4.6ms)
1313
- Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
1314
-  (0.1ms) rollback transaction
1315
-  (0.0ms) begin transaction
1316
- --------------------------------------------------
1317
- ContactsControllerTest: test_should_update_contact
1318
- --------------------------------------------------
1319
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1320
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1321
- Processing by ContactsController#update as HTML
1322
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1323
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1324
-  (0.1ms) SAVEPOINT active_record_1
1325
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1326
- [attached] save attached
1327
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1328
- Redirected to http://test.host/contacts
1329
- Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
1330
-  (0.0ms) rollback transaction
1331
-  (0.0ms) begin transaction
1332
- -----------------------------------------
1333
- MainControllerTest: test_should_get_index
1334
- -----------------------------------------
1335
- Processing by MainController#index as HTML
1336
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
1337
-  (0.0ms) rollback transaction
1338
-  (0.1ms) begin transaction
1339
- ----------------------------------
1340
- ContactFormTest: test_contact_form
1341
- ----------------------------------
1342
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:13:25 -0700
1343
- Processing by ContactsController#create as HTML
1344
- Parameters: {"contact"=>{"name"=>""}}
1345
-  (0.0ms) SAVEPOINT active_record_1
1346
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1347
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1348
- Rendered contacts/_form.html.haml (5.0ms)
1349
- Completed 200 OK in 11ms (Views: 6.6ms | ActiveRecord: 0.2ms)
1350
-  (0.1ms) rollback transaction
1351
-  (0.0ms) begin transaction
1352
- -------------------------------------
1353
- FormulaTest: test_formula_is_a_module
1354
- -------------------------------------
1355
-  (0.0ms) rollback transaction
1356
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1357
-  (0.1ms) begin transaction
1358
- Fixture Delete (0.2ms) DELETE FROM "contacts"
1359
- 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:14:16', '2014-05-14 23:14:16', 712064548, 637242267)
1360
- Fixture Delete (0.1ms) DELETE FROM "groups"
1361
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:14:16', '2014-05-14 23:14:16', 637242267)
1362
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:14:16', '2014-05-14 23:14:16', 866180701)
1363
- Fixture Delete (0.1ms) DELETE FROM "users"
1364
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$wj6c4i8GujQxv0DBxMzD9uhcedjtsI4h4qxNA7K4fcX/X09KhmhPG', '2014-05-14 23:14:16', '2014-05-14 23:14:16', 712064548)
1365
-  (1.4ms) commit transaction
1366
-  (0.1ms) begin transaction
1367
- --------------------------------------------------
1368
- ContactsControllerTest: test_should_create_contact
1369
- --------------------------------------------------
1370
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1371
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1372
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1373
- Processing by ContactsController#create as HTML
1374
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1375
-  (0.0ms) SAVEPOINT active_record_1
1376
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1377
- [attached] save attached
1378
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:14:16.788898"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:14:16.788898"], ["url", "http://ksylvest.com/"]]
1379
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1380
- Redirected to http://test.host/contacts
1381
- Completed 302 Found in 17ms (ActiveRecord: 0.4ms)
1382
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1383
-  (0.4ms) rollback transaction
1384
-  (0.0ms) begin transaction
1385
- --------------------------------------------
1386
- ContactsControllerTest: test_should_get_edit
1387
- --------------------------------------------
1388
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1389
- Processing by ContactsController#edit as HTML
1390
- Parameters: {"id"=>"712064548"}
1391
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1392
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1393
- Rendered contacts/_form.html.haml (12.3ms)
1394
- Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.1ms)
1395
-  (0.1ms) rollback transaction
1396
-  (0.0ms) begin transaction
1397
- ---------------------------------------------
1398
- ContactsControllerTest: test_should_get_index
1399
- ---------------------------------------------
1400
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1401
- Processing by ContactsController#index as HTML
1402
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1403
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
1404
-  (0.0ms) rollback transaction
1405
-  (0.0ms) begin transaction
1406
- -------------------------------------------
1407
- ContactsControllerTest: test_should_get_new
1408
- -------------------------------------------
1409
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1410
- Processing by ContactsController#new as HTML
1411
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1412
- Rendered contacts/_form.html.haml (4.3ms)
1413
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.1ms)
1414
-  (0.1ms) rollback transaction
1415
-  (0.0ms) begin transaction
1416
- --------------------------------------------------
1417
- ContactsControllerTest: test_should_update_contact
1418
- --------------------------------------------------
1419
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1420
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1421
- Processing by ContactsController#update as HTML
1422
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1423
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1424
-  (0.1ms) SAVEPOINT active_record_1
1425
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1426
- [attached] save attached
1427
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1428
- Redirected to http://test.host/contacts
1429
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1430
-  (0.1ms) rollback transaction
1431
-  (0.1ms) begin transaction
1432
- -----------------------------------------
1433
- MainControllerTest: test_should_get_index
1434
- -----------------------------------------
1435
- Processing by MainController#index as HTML
1436
- Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
1437
-  (0.1ms) rollback transaction
1438
-  (0.1ms) begin transaction
1439
- ----------------------------------
1440
- ContactFormTest: test_contact_form
1441
- ----------------------------------
1442
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:14:16 -0700
1443
- Processing by ContactsController#create as HTML
1444
- Parameters: {"contact"=>{"name"=>""}}
1445
-  (0.0ms) SAVEPOINT active_record_1
1446
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1447
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1448
- Rendered contacts/_form.html.haml (4.7ms)
1449
- Completed 200 OK in 10ms (Views: 6.2ms | ActiveRecord: 0.2ms)
1450
-  (0.1ms) rollback transaction
1451
-  (0.0ms) begin transaction
1452
- -------------------------------------
1453
- FormulaTest: test_formula_is_a_module
1454
- -------------------------------------
1455
-  (0.0ms) rollback transaction
1456
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1457
-  (0.1ms) begin transaction
1458
- Fixture Delete (0.2ms) DELETE FROM "contacts"
1459
- 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:14:32', '2014-05-14 23:14:32', 712064548, 637242267)
1460
- Fixture Delete (0.1ms) DELETE FROM "groups"
1461
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:14:32', '2014-05-14 23:14:32', 637242267)
1462
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:14:32', '2014-05-14 23:14:32', 866180701)
1463
- Fixture Delete (0.1ms) DELETE FROM "users"
1464
- Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$ZUO1JXqgRJeUs6HMBsP0meVDNOGpiM6EfmobCPvnrKums4udWEurO', '2014-05-14 23:14:32', '2014-05-14 23:14:32', 712064548)
1465
-  (1.4ms) commit transaction
1466
-  (0.1ms) begin transaction
1467
- --------------------------------------------------
1468
- ContactsControllerTest: test_should_create_contact
1469
- --------------------------------------------------
1470
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1471
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1472
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1473
- Processing by ContactsController#create as HTML
1474
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1475
-  (0.1ms) SAVEPOINT active_record_1
1476
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1477
- [attached] save attached
1478
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:14:33.010531"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:14:33.010531"], ["url", "http://ksylvest.com/"]]
1479
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1480
- Redirected to http://test.host/contacts
1481
- Completed 302 Found in 16ms (ActiveRecord: 0.4ms)
1482
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1483
-  (0.5ms) rollback transaction
1484
-  (0.1ms) begin transaction
1485
- --------------------------------------------
1486
- ContactsControllerTest: test_should_get_edit
1487
- --------------------------------------------
1488
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1489
- Processing by ContactsController#edit as HTML
1490
- Parameters: {"id"=>"712064548"}
1491
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1492
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1493
- Rendered contacts/_form.html.haml (13.0ms)
1494
- Completed 200 OK in 42ms (Views: 41.5ms | ActiveRecord: 0.1ms)
1495
-  (0.1ms) rollback transaction
1496
-  (0.0ms) begin transaction
1497
- ---------------------------------------------
1498
- ContactsControllerTest: test_should_get_index
1499
- ---------------------------------------------
1500
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1501
- Processing by ContactsController#index as HTML
1502
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1503
- Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
1504
-  (0.0ms) rollback transaction
1505
-  (0.0ms) begin transaction
1506
- -------------------------------------------
1507
- ContactsControllerTest: test_should_get_new
1508
- -------------------------------------------
1509
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1510
- Processing by ContactsController#new as HTML
1511
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1512
- Rendered contacts/_form.html.haml (4.5ms)
1513
- Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.1ms)
1514
-  (0.0ms) rollback transaction
1515
-  (0.0ms) begin transaction
1516
- --------------------------------------------------
1517
- ContactsControllerTest: test_should_update_contact
1518
- --------------------------------------------------
1519
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1520
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1521
- Processing by ContactsController#update as HTML
1522
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1523
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1524
-  (0.0ms) SAVEPOINT active_record_1
1525
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1526
- [attached] save attached
1527
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1528
- Redirected to http://test.host/contacts
1529
- Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
1530
-  (0.0ms) rollback transaction
1531
-  (0.0ms) begin transaction
1532
- -----------------------------------------
1533
- MainControllerTest: test_should_get_index
1534
- -----------------------------------------
1535
- Processing by MainController#index as HTML
1536
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1537
-  (0.0ms) rollback transaction
1538
-  (0.0ms) begin transaction
1539
- ----------------------------------
1540
- ContactFormTest: test_contact_form
1541
- ----------------------------------
1542
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:14:33 -0700
1543
- Processing by ContactsController#create as HTML
1544
- Parameters: {"contact"=>{"name"=>""}}
1545
-  (0.1ms) SAVEPOINT active_record_1
1546
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1547
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1548
- Rendered contacts/_form.html.haml (6.6ms)
1549
- Completed 200 OK in 15ms (Views: 8.2ms | ActiveRecord: 0.3ms)
1550
-  (0.1ms) rollback transaction
1551
-  (0.1ms) begin transaction
1552
- -------------------------------------
1553
- FormulaTest: test_formula_is_a_module
1554
- -------------------------------------
1555
-  (0.1ms) rollback transaction
1556
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1557
-  (0.1ms) begin transaction
1558
- Fixture Delete (0.2ms) DELETE FROM "contacts"
1559
- 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:15:18', '2014-05-14 23:15:18', 712064548, 637242267)
1560
- Fixture Delete (0.0ms) DELETE FROM "groups"
1561
- Fixture Insert (0.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:15:18', '2014-05-14 23:15:18', 637242267)
1562
- Fixture Insert (0.1ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:15:18', '2014-05-14 23:15:18', 866180701)
1563
- Fixture Delete (0.0ms) DELETE FROM "users"
1564
- Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$AEzVFbLUK6PX3cDNBAc.Me1UMukYvly5e/g1t8FBeDnGtr3MhxOBi', '2014-05-14 23:15:18', '2014-05-14 23:15:18', 712064548)
1565
-  (1.4ms) commit transaction
1566
-  (0.1ms) begin transaction
1567
- --------------------------------------------------
1568
- ContactsControllerTest: test_should_create_contact
1569
- --------------------------------------------------
1570
- Contact Load (0.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1571
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
1572
- Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1573
- Processing by ContactsController#create as HTML
1574
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1575
-  (0.0ms) SAVEPOINT active_record_1
1576
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1577
- [attached] save attached
1578
- SQL (0.2ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 23:15:18.623040"], ["details", "A Ruby on Rails and Cocoa developer..."], ["email", "email@address.com"], ["group_id", 637242267], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", "2014-05-14 23:15:18.623040"], ["url", "http://ksylvest.com/"]]
1579
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1580
- Redirected to http://test.host/contacts
1581
- Completed 302 Found in 17ms (ActiveRecord: 0.4ms)
1582
-  (0.1ms) SELECT COUNT(*) FROM "contacts"
1583
-  (0.4ms) rollback transaction
1584
-  (0.0ms) begin transaction
1585
- --------------------------------------------
1586
- ContactsControllerTest: test_should_get_edit
1587
- --------------------------------------------
1588
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1589
- Processing by ContactsController#edit as HTML
1590
- Parameters: {"id"=>"712064548"}
1591
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1592
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1593
- Rendered contacts/_form.html.haml (16.5ms)
1594
- Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.1ms)
1595
-  (0.1ms) rollback transaction
1596
-  (0.0ms) begin transaction
1597
- ---------------------------------------------
1598
- ContactsControllerTest: test_should_get_index
1599
- ---------------------------------------------
1600
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1601
- Processing by ContactsController#index as HTML
1602
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts"
1603
- Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms)
1604
-  (0.0ms) rollback transaction
1605
-  (0.0ms) begin transaction
1606
- -------------------------------------------
1607
- ContactsControllerTest: test_should_get_new
1608
- -------------------------------------------
1609
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1610
- Processing by ContactsController#new as HTML
1611
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1612
- Rendered contacts/_form.html.haml (4.5ms)
1613
- Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.1ms)
1614
-  (0.0ms) rollback transaction
1615
-  (0.0ms) begin transaction
1616
- --------------------------------------------------
1617
- ContactsControllerTest: test_should_update_contact
1618
- --------------------------------------------------
1619
- Contact Load (0.1ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1620
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1621
- Processing by ContactsController#update as HTML
1622
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1623
- Contact Load (0.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT 1 [["id", 712064548]]
1624
-  (0.0ms) SAVEPOINT active_record_1
1625
- Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 637242267]]
1626
- [attached] save attached
1627
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1628
- Redirected to http://test.host/contacts
1629
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1630
-  (0.1ms) rollback transaction
1631
-  (0.0ms) begin transaction
1632
- -----------------------------------------
1633
- MainControllerTest: test_should_get_index
1634
- -----------------------------------------
1635
- Processing by MainController#index as HTML
1636
- Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
1637
-  (0.0ms) rollback transaction
1638
-  (0.0ms) begin transaction
1639
- ----------------------------------
1640
- ContactFormTest: test_contact_form
1641
- ----------------------------------
1642
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:15:18 -0700
1643
- Processing by ContactsController#create as HTML
1644
- Parameters: {"contact"=>{"name"=>""}}
1645
-  (0.0ms) SAVEPOINT active_record_1
1646
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1647
- Group Load (0.1ms) SELECT "groups".* FROM "groups"
1648
- Rendered contacts/_form.html.haml (4.8ms)
1649
- Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 0.2ms)
1650
-  (0.1ms) rollback transaction
1651
-  (0.0ms) begin transaction
1652
- -------------------------------------
1653
- FormulaTest: test_formula_is_a_module
1654
- -------------------------------------
1655
-  (0.0ms) rollback transaction
1656
-  (23.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
1657
- ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1658
-  (3.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
1659
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"
1660
-  (2.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "contacts"
1661
- Fixture Delete (4.0ms) DELETE FROM "contacts"
1662
- Fixture Insert (5.0ms) 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:18:15', '2014-05-14 23:18:15', 712064548, 637242267)
1663
-  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "groups"
1664
- Fixture Delete (1.0ms) DELETE FROM "groups"
1665
- Fixture Insert (2.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Developer', '2014-05-14 23:18:15', '2014-05-14 23:18:15', 637242267)
1666
- Fixture Insert (1.0ms) INSERT INTO "groups" ("name", "created_at", "updated_at", "id") VALUES ('Designer', '2014-05-14 23:18:15', '2014-05-14 23:18:15', 866180701)
1667
-  (1.0ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "users"
1668
- Fixture Delete (1.0ms) DELETE FROM "users"
1669
- Fixture Insert (2.0ms) INSERT INTO "users" ("name", "email", "password_digest", "created_at", "updated_at", "id") VALUES ('Kevin Sylvestre', 'kevin@vidfolia.com', '$2a$10$foCv.N9vAgqfmwisMQrEvu.HdKoRbT03QHfCBSW7oguz3YoMNiDbW', '2014-05-14 23:18:15', '2014-05-14 23:18:15', 712064548)
1670
- --------------------------------------------------
1671
- ContactsControllerTest: test_should_create_contact
1672
- --------------------------------------------------
1673
- Contact Load (4.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1674
-  (1.0ms) SELECT COUNT(*) FROM "contacts"
1675
- Group Load (3.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
1676
- Processing by ContactsController#create as HTML
1677
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}}
1678
- Savepoint (4.0ms) SAVEPOINT active_record_1
1679
- Group Load (5.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
1680
- [attached] save attached
1681
- SQL (4.0ms) INSERT INTO "contacts" ("created_at", "details", "email", "group_id", "name", "phone", "updated_at", "url") VALUES ('2014-05-14 23:18:16.807000', 'A Ruby on Rails and Cocoa developer...', 'email@address.com', 637242267, 'Kevin', '(555) 555-5555', '2014-05-14 23:18:16.807000', 'http://ksylvest.com/')
1682
- Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
1683
- Redirected to http://test.host/contacts
1684
- Completed 302 Found in 101ms (ActiveRecord: 13.0ms)
1685
-  (0.0ms) SELECT COUNT(*) FROM "contacts"
1686
- --------------------------------------------
1687
- ContactsControllerTest: test_should_get_edit
1688
- --------------------------------------------
1689
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1690
- Processing by ContactsController#edit as HTML
1691
- Parameters: {"id"=>"712064548"}
1692
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1693
- Group Load (2.0ms) SELECT "groups".* FROM "groups"
1694
- Rendered contacts/_form.html.haml (333.0ms)
1695
- Completed 200 OK in 1476ms (Views: 1458.0ms | ActiveRecord: 5.0ms)
1696
- ---------------------------------------------
1697
- ContactsControllerTest: test_should_get_index
1698
- ---------------------------------------------
1699
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1700
- Processing by ContactsController#index as HTML
1701
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts"
1702
- Completed 200 OK in 164ms (Views: 158.0ms | ActiveRecord: 3.0ms)
1703
- -------------------------------------------
1704
- ContactsControllerTest: test_should_get_new
1705
- -------------------------------------------
1706
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1707
- Processing by ContactsController#new as HTML
1708
- Group Load (7.0ms) SELECT "groups".* FROM "groups"
1709
- Rendered contacts/_form.html.haml (207.0ms)
1710
- Completed 200 OK in 261ms (Views: 246.0ms | ActiveRecord: 7.0ms)
1711
- --------------------------------------------------
1712
- ContactsControllerTest: test_should_update_contact
1713
- --------------------------------------------------
1714
- Contact Load (5.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1715
- Group Load (2.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
1716
- Processing by ContactsController#update as HTML
1717
- Parameters: {"contact"=>{"group_id"=>"637242267", "name"=>"Kevin", "details"=>"A Ruby on Rails and Cocoa developer...", "phone"=>"(555) 555-5555", "email"=>"email@address.com", "url"=>"http://ksylvest.com/"}, "id"=>"712064548"}
1718
- Contact Load (3.0ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = 712064548 LIMIT 1
1719
- Savepoint (1.0ms) SAVEPOINT active_record_1
1720
- Group Load (2.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = 637242267 LIMIT 1
1721
- [attached] save attached
1722
- Savepoint (0.0ms) RELEASE SAVEPOINT active_record_1
1723
- Redirected to http://test.host/contacts
1724
- Completed 302 Found in 67ms (ActiveRecord: 6.0ms)
1725
- -----------------------------------------
1726
- MainControllerTest: test_should_get_index
1727
- -----------------------------------------
1728
- Processing by MainController#index as HTML
1729
- Completed 200 OK in 67ms (Views: 62.0ms | ActiveRecord: 0.0ms)
1730
- ----------------------------------
1731
- ContactFormTest: test_contact_form
1732
- ----------------------------------
1733
- Started POST "/contacts" for 127.0.0.1 at 2014-05-14 16:18:19 -0700
1734
- Processing by ContactsController#create as HTML
1735
- Parameters: {"contact"=>{"name"=>""}}
1736
- Savepoint (1.0ms) SAVEPOINT active_record_1
1737
- Savepoint (1.0ms) ROLLBACK TO SAVEPOINT active_record_1
1738
- Group Load (2.0ms) SELECT "groups".* FROM "groups"
1739
- Rendered contacts/_form.html.haml (202.0ms)
1740
- Completed 200 OK in 436ms (Views: 224.0ms | ActiveRecord: 4.0ms)
1741
- -------------------------------------
1742
- FormulaTest: test_formula_is_a_module
1743
- -------------------------------------