stopover 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +62 -0
  4. data/Rakefile +37 -0
  5. data/app/controllers/stopover/application_controller.rb +20 -0
  6. data/app/controllers/stopover/pages_controller.rb +13 -0
  7. data/config/routes.rb +4 -0
  8. data/lib/generators/stopover/install_generator.rb +45 -0
  9. data/lib/generators/stopover/templates/README +12 -0
  10. data/lib/generators/stopover/templates/layouts/stopover.html.erb +11 -0
  11. data/lib/generators/stopover/templates/layouts/stopover.html.haml +8 -0
  12. data/lib/generators/stopover/templates/layouts/stopover.html.slim +8 -0
  13. data/lib/generators/stopover/templates/stopover.rb +30 -0
  14. data/lib/generators/stopover/templates/views/404.html.erb +8 -0
  15. data/lib/generators/stopover/templates/views/404.html.haml +6 -0
  16. data/lib/generators/stopover/templates/views/404.html.slim +6 -0
  17. data/lib/stopover.rb +18 -0
  18. data/lib/stopover/engine.rb +9 -0
  19. data/lib/stopover/version.rb +3 -0
  20. data/lib/tasks/stopover_tasks.rake +27 -0
  21. data/test/controllers/stopover/application_controller_test.rb +30 -0
  22. data/test/controllers/stopover/pages_controller_test.rb +29 -0
  23. data/test/dummy/README.rdoc +28 -0
  24. data/test/dummy/Rakefile +6 -0
  25. data/test/dummy/app/assets/javascripts/application.js +13 -0
  26. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  27. data/test/dummy/app/controllers/application_controller.rb +5 -0
  28. data/test/dummy/app/helpers/application_helper.rb +2 -0
  29. data/test/dummy/app/views/layouts/stopover.html.erb +11 -0
  30. data/test/dummy/app/views/stopover/404.html.erb +2 -0
  31. data/test/dummy/app/views/stopover/test/500.html.erb +2 -0
  32. data/test/dummy/bin/bundle +3 -0
  33. data/test/dummy/bin/rails +4 -0
  34. data/test/dummy/bin/rake +4 -0
  35. data/test/dummy/bin/setup +29 -0
  36. data/test/dummy/config.ru +4 -0
  37. data/test/dummy/config/application.rb +26 -0
  38. data/test/dummy/config/boot.rb +5 -0
  39. data/test/dummy/config/database.yml +25 -0
  40. data/test/dummy/config/environment.rb +5 -0
  41. data/test/dummy/config/environments/development.rb +41 -0
  42. data/test/dummy/config/environments/production.rb +79 -0
  43. data/test/dummy/config/environments/test.rb +42 -0
  44. data/test/dummy/config/initializers/assets.rb +11 -0
  45. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  46. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  47. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  48. data/test/dummy/config/initializers/inflections.rb +16 -0
  49. data/test/dummy/config/initializers/mime_types.rb +4 -0
  50. data/test/dummy/config/initializers/session_store.rb +3 -0
  51. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  52. data/test/dummy/config/locales/en.yml +23 -0
  53. data/test/dummy/config/routes.rb +3 -0
  54. data/test/dummy/config/secrets.yml +22 -0
  55. data/test/dummy/db/development.sqlite3 +0 -0
  56. data/test/dummy/db/schema.rb +16 -0
  57. data/test/dummy/db/test.sqlite3 +0 -0
  58. data/test/dummy/log/development.log +6 -0
  59. data/test/dummy/log/test.log +3350 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/13vFgNREPJM6Q8uLzd_z5G1eFfryVsQ1GQyRIJG8NRU.cache +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/2tm-e99ymMHuCoxaFkkX5OgigBW0K13P6BMH1_ivfGU.cache +1 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/6NyIf2w9_5CWgdkA89rQhiYmMbPusAvh-o7FOC_Vw2Q.cache +0 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/6f30urS0bttAC6K9JYgN7stn6oclePZ202zy7l2Ufvk.cache +1 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/CnONmHGCRiQ727ok7kGB0YwxYscxe83JLjy4AzZNz4k.cache +1 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/D-10qsBPbfzvNUjLOyRt2vOHrL8iPIyceK6pAQahwH0.cache +3 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/DGHWN5jyVTB2n3oSDd3YcuGM_aF5pZzzJtMJ58EC3lo.cache +3 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/FaRsT96yvgVFtV7oPH-IhUZ9Bn1YGRFiE4Fy7ODRiEU.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/QI_-z3Hh8vBUbmQVDiwhttPisx2TvQ-JDRtgSO7KYp8.cache +2 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/RWJovNYBk5mPs9mt7icXK1Q7ZejYWSnTgW_RPh2yPsc.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/XGv0dHwvdx4ZrClMO7EmXRi_1INBHV8g1i6dhvLreUM.cache +2 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/fBxkp09ZPnLOYmhbOJ-fY55TWfX973dCnY1eCF1C3Sg.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/mBVphRNXPLk8YAIiv5VPpPJGiHb--uXF9ZNZXJybRh8.cache +1 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ohLVSCeVwQvwjrdIxsv2eECG6-IyZcWWW8y-0x4pRCo.cache +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/uZjbH7kkiVoYz8GRNqDkgL-RM5WVG78uReJ7zkfJv0o.cache +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/yf4qOZ9fx_rhzxUx3Ay47EfAq6mzp2D8yoX5h56obpo.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0MVN8QA5tZIhCEKQBt6AWm2KeNNxbnGc5kBsQqNiarg.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2tm-e99ymMHuCoxaFkkX5OgigBW0K13P6BMH1_ivfGU.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3Gtp_19FjdmPmlbq4QM4uDXt4R2zK-fjgy94XtDDuwU.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3lli2cTmF9c4JfqMPjXiHdOZUz0S1xAVlx9K-8N4sU0.cache +1 -0
  80. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  81. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5zZypkw-gGU-QXfTz-sWzePaFz2PkraQGdoyP0bubuI.cache +0 -0
  82. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6QDkwlPXVlLG2emSnijdvKk80JZ-c23QFnDOWNwX4lk.cache +0 -0
  83. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6f30urS0bttAC6K9JYgN7stn6oclePZ202zy7l2Ufvk.cache +1 -0
  84. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/C-9wKSeSqCI1o_SjAxrJdq-ECzoCeBXcjkL7o96zZp8.cache +1 -0
  85. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/D-10qsBPbfzvNUjLOyRt2vOHrL8iPIyceK6pAQahwH0.cache +3 -0
  86. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DGHWN5jyVTB2n3oSDd3YcuGM_aF5pZzzJtMJ58EC3lo.cache +3 -0
  87. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/EY--dhVs1ktxMPXJFeuBmPMGjStGSp-X72LjFaL6mMY.cache +1 -0
  88. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FaRsT96yvgVFtV7oPH-IhUZ9Bn1YGRFiE4Fy7ODRiEU.cache +1 -0
  89. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Gw1gxrLzIItc-0Sgwy77rUEnDJcjU9CmnaJzTN9yem8.cache +0 -0
  90. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/H_iZrHOKqT1GwN2ufPs5HziB4Tq3IoK1IjC7UFk29RQ.cache +0 -0
  91. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/L-x78Fq9kFKWV2F13IYl6UvAzTDLSLXJ5ZErenDEn-k.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OECBy5kwNa6ryMp16fLOcu5l2lc70_CepSBlMXIa98A.cache +1 -0
  93. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OGV1tT8vwWuWSDQd4syfNdP0YAgmCm5y7nejTUGYwvs.cache +1 -0
  94. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  95. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QI_-z3Hh8vBUbmQVDiwhttPisx2TvQ-JDRtgSO7KYp8.cache +2 -0
  96. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QK8axMgeUcCpzvrnF_r5wmCi1ybTwmQRn16oYMIPnII.cache +0 -0
  97. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UH3uylfh-PiSZCE0cN8ymqjLaJ_3psZU0NVyt3CNMiI.cache +1 -0
  98. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Uf2fTm8SSgrcE1oOSf2MBAoRAGPJezIimIMsMgLiaKI.cache +1 -0
  99. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XGv0dHwvdx4ZrClMO7EmXRi_1INBHV8g1i6dhvLreUM.cache +2 -0
  100. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ccyGxyLBkUoYXDGX8CU2ku12qvoWxDQ6WhW3cRVdKlg.cache +0 -0
  101. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/epkkzDsbsm4X2xAXfhfHOZwSjrWaaQcTM3RNQ4d3TrI.cache +1 -0
  102. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +3 -0
  103. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ohLVSCeVwQvwjrdIxsv2eECG6-IyZcWWW8y-0x4pRCo.cache +0 -0
  104. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  105. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qsrJG3imazXv3T6TJL_880mjSVvFbZCz4PNI7KjZmHA.cache +1 -0
  106. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sjuu5y9lO1NU_vgfyQ3braG-vZTP2ja4bIBliE5nFzQ.cache +0 -0
  107. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ugaZYXd1A2DLz9kv85NnzQ65kbiZN2YiD-GU-JlcQUY.cache +0 -0
  108. data/test/rake_test.rb +22 -0
  109. data/test/stopover_test.rb +9 -0
  110. data/test/test_helper.rb +20 -0
  111. metadata +271 -0
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ mount Stopover::Engine => "/stopover"
3
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: e5eeafc3f14a667caa951317b975030f41ce681d40dd2f40dc3aac29dfe318c46d3d4cbea1ec740c243c3b09eef93ff1c93e538983e9290b4f302bb6132347ac
15
+
16
+ test:
17
+ secret_key_base: 7a64e9c7fd4691ab7186edcef796531cee77a99ba869bf04f32a2775df2d70800374c49f507c6ac8209583a47b9611db2b17fc3bc00ff1da370cdd0c373dd3d2
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Binary file
@@ -0,0 +1,16 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 0) do
15
+
16
+ end
Binary file
@@ -0,0 +1,6 @@
1
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
+  (0.1ms) select sqlite_version(*)
3
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Rendered stopover/404.html.erb within layouts/stopover (5.1ms)
6
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.9ms)
@@ -0,0 +1,3350 @@
1
+  (0.1ms) begin transaction
2
+ ---------------------------------------------
3
+ Stopover::PagesControllerTest: test_the_truth
4
+ ---------------------------------------------
5
+  (0.1ms) rollback transaction
6
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
7
+  (0.1ms) select sqlite_version(*)
8
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
+  (0.1ms) SELECT version FROM "schema_migrations"
10
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
11
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12
+  (0.1ms) begin transaction
13
+ ---------------------------------------------
14
+ Stopover::PagesControllerTest: test_the_truth
15
+ ---------------------------------------------
16
+  (0.1ms) rollback transaction
17
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
19
+  (0.1ms) select sqlite_version(*)
20
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
+  (0.1ms) SELECT version FROM "schema_migrations"
22
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24
+  (0.1ms) begin transaction
25
+ ---------------------------------------------
26
+ Stopover::PagesControllerTest: test_the_truth
27
+ ---------------------------------------------
28
+  (0.1ms) rollback transaction
29
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
30
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
31
+  (0.1ms) select sqlite_version(*)
32
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33
+  (0.1ms) SELECT version FROM "schema_migrations"
34
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
35
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
36
+  (0.1ms) begin transaction
37
+ ---------------------------------------------
38
+ Stopover::PagesControllerTest: test_the_truth
39
+ ---------------------------------------------
40
+ Processing by Stopover::PagesController#index as HTML
41
+ Rendered text template (0.0ms)
42
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
43
+  (0.1ms) rollback transaction
44
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
45
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
46
+  (0.1ms) select sqlite_version(*)
47
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
48
+  (0.1ms) SELECT version FROM "schema_migrations"
49
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
50
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
51
+  (0.1ms) begin transaction
52
+ ---------------------------------------------
53
+ Stopover::PagesControllerTest: test_the_truth
54
+ ---------------------------------------------
55
+ Processing by Stopover::PagesController#index as HTML
56
+ Rendered text template (0.0ms)
57
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
58
+  (0.1ms) rollback transaction
59
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
60
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
61
+  (0.1ms) select sqlite_version(*)
62
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
63
+  (0.1ms) SELECT version FROM "schema_migrations"
64
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
65
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66
+  (0.1ms) begin transaction
67
+ ---------------------------------------------
68
+ Stopover::PagesControllerTest: test_the_truth
69
+ ---------------------------------------------
70
+ Processing by Stopover::PagesController#index as HTML
71
+ Rendered text template (0.0ms)
72
+ Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
73
+  (0.1ms) rollback transaction
74
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
75
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
76
+  (0.1ms) select sqlite_version(*)
77
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
78
+  (0.1ms) SELECT version FROM "schema_migrations"
79
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
80
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
81
+  (0.1ms) begin transaction
82
+ ---------------------------------------------
83
+ Stopover::PagesControllerTest: test_the_truth
84
+ ---------------------------------------------
85
+ Processing by Stopover::PagesController#index as HTML
86
+ Rendered text template (0.0ms)
87
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
88
+  (0.1ms) rollback transaction
89
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
90
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
91
+  (0.1ms) select sqlite_version(*)
92
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
93
+  (0.1ms) SELECT version FROM "schema_migrations"
94
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
95
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
96
+  (0.1ms) begin transaction
97
+ --------------------------------------------
98
+ Stopover::PagesControllerTest: test_GET_show
99
+ --------------------------------------------
100
+ Processing by Stopover::PagesController#show as HTML
101
+ Parameters: {"id"=>"404"}
102
+ Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
103
+  (0.1ms) rollback transaction
104
+  (0.0ms) begin transaction
105
+ ---------------------------------------------
106
+ Stopover::PagesControllerTest: test_GET_index
107
+ ---------------------------------------------
108
+ Processing by Stopover::PagesController#index as HTML
109
+ Rendered text template (0.0ms)
110
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
111
+  (0.0ms) rollback transaction
112
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
113
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
114
+  (0.1ms) select sqlite_version(*)
115
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
116
+  (0.1ms) SELECT version FROM "schema_migrations"
117
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
118
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
119
+  (0.1ms) begin transaction
120
+ ---------------------------------------------
121
+ Stopover::PagesControllerTest: test_GET_index
122
+ ---------------------------------------------
123
+ Processing by Stopover::PagesController#index as HTML
124
+ Rendered text template (0.0ms)
125
+ Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
126
+  (0.1ms) rollback transaction
127
+  (0.1ms) begin transaction
128
+ --------------------------------------------
129
+ Stopover::PagesControllerTest: test_GET_show
130
+ --------------------------------------------
131
+ Processing by Stopover::PagesController#show as HTML
132
+ Parameters: {"id"=>"404"}
133
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
134
+  (0.1ms) rollback transaction
135
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
136
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
137
+  (0.1ms) select sqlite_version(*)
138
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
139
+  (0.1ms) SELECT version FROM "schema_migrations"
140
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
141
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
142
+  (0.1ms) begin transaction
143
+ --------------------------------------------
144
+ Stopover::PagesControllerTest: test_GET_show
145
+ --------------------------------------------
146
+ Processing by Stopover::PagesController#show as HTML
147
+ Parameters: {"id"=>"404"}
148
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
149
+ Completed 200 OK in 150ms (Views: 150.1ms | ActiveRecord: 0.0ms)
150
+  (0.1ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ ---------------------------------------------
153
+ Stopover::PagesControllerTest: test_GET_index
154
+ ---------------------------------------------
155
+ Processing by Stopover::PagesController#index as HTML
156
+ Rendered text template (0.0ms)
157
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
158
+  (0.1ms) rollback transaction
159
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
160
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
161
+  (0.1ms) select sqlite_version(*)
162
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
163
+  (0.1ms) SELECT version FROM "schema_migrations"
164
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
165
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
166
+  (0.1ms) begin transaction
167
+ ---------------------------------------------
168
+ Stopover::PagesControllerTest: test_GET_index
169
+ ---------------------------------------------
170
+ Processing by Stopover::PagesController#index as HTML
171
+ Rendered text template (0.0ms)
172
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
173
+  (0.1ms) rollback transaction
174
+  (0.0ms) begin transaction
175
+ --------------------------------------------
176
+ Stopover::PagesControllerTest: test_GET_show
177
+ --------------------------------------------
178
+ Processing by Stopover::PagesController#show as HTML
179
+ Parameters: {"id"=>"404"}
180
+ Rendered stopover/404.html.erb within layouts/stopover (1.1ms)
181
+ Completed 200 OK in 131ms (Views: 130.9ms | ActiveRecord: 0.0ms)
182
+  (0.1ms) rollback transaction
183
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
184
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
185
+  (0.4ms) select sqlite_version(*)
186
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
+  (0.1ms) SELECT version FROM "schema_migrations"
188
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
189
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
190
+  (0.1ms) begin transaction
191
+ ---------------------------------------------
192
+ Stopover::PagesControllerTest: test_GET_index
193
+ ---------------------------------------------
194
+ Processing by Stopover::PagesController#index as HTML
195
+ Rendered text template (0.1ms)
196
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
197
+  (0.1ms) rollback transaction
198
+  (0.0ms) begin transaction
199
+ --------------------------------------------
200
+ Stopover::PagesControllerTest: test_GET_show
201
+ --------------------------------------------
202
+ Processing by Stopover::PagesController#show as HTML
203
+ Parameters: {"id"=>"404"}
204
+ Rendered stopover/404.html.erb within layouts/stopover (1.0ms)
205
+ Completed 200 OK in 134ms (Views: 133.4ms | ActiveRecord: 0.0ms)
206
+  (0.1ms) rollback transaction
207
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
208
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
209
+  (0.1ms) select sqlite_version(*)
210
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
211
+  (0.1ms) SELECT version FROM "schema_migrations"
212
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
213
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
214
+  (0.1ms) begin transaction
215
+ ---------------------------------------------
216
+ Stopover::PagesControllerTest: test_GET_index
217
+ ---------------------------------------------
218
+ Processing by Stopover::PagesController#index as HTML
219
+ Rendered text template (0.0ms)
220
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
221
+  (0.1ms) rollback transaction
222
+  (0.0ms) begin transaction
223
+ --------------------------------------------
224
+ Stopover::PagesControllerTest: test_GET_show
225
+ --------------------------------------------
226
+ Processing by Stopover::PagesController#show as HTML
227
+ Parameters: {"id"=>"404"}
228
+ Rendered stopover/404.html.erb within layouts/stopover (1.1ms)
229
+ Completed 200 OK in 132ms (Views: 131.5ms | ActiveRecord: 0.0ms)
230
+  (0.2ms) rollback transaction
231
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
232
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
233
+  (0.1ms) select sqlite_version(*)
234
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
235
+  (0.1ms) SELECT version FROM "schema_migrations"
236
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
237
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
238
+  (0.1ms) begin transaction
239
+ ---------------------------------------------
240
+ Stopover::PagesControllerTest: test_GET_index
241
+ ---------------------------------------------
242
+ Processing by Stopover::PagesController#index as HTML
243
+ Rendered text template (0.0ms)
244
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
245
+  (0.1ms) rollback transaction
246
+  (0.0ms) begin transaction
247
+ --------------------------------------------
248
+ Stopover::PagesControllerTest: test_GET_show
249
+ --------------------------------------------
250
+ Processing by Stopover::PagesController#show as HTML
251
+ Parameters: {"id"=>"404"}
252
+ Rendered stopover/404.html.erb within layouts/stopover (1.1ms)
253
+ Completed 200 OK in 126ms (Views: 126.0ms | ActiveRecord: 0.0ms)
254
+  (0.1ms) rollback transaction
255
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
256
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
257
+  (0.1ms) select sqlite_version(*)
258
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
259
+  (0.1ms) SELECT version FROM "schema_migrations"
260
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
261
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
262
+  (0.2ms) begin transaction
263
+ ---------------------------------------------
264
+ Stopover::PagesControllerTest: test_GET_index
265
+ ---------------------------------------------
266
+ Processing by Stopover::PagesController#index as HTML
267
+ Rendered text template (0.0ms)
268
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
269
+  (0.1ms) rollback transaction
270
+  (0.0ms) begin transaction
271
+ --------------------------------------------
272
+ Stopover::PagesControllerTest: test_GET_show
273
+ --------------------------------------------
274
+ Processing by Stopover::PagesController#show as HTML
275
+ Parameters: {"id"=>"404"}
276
+ Rendered stopover/404.html.erb within layouts/stopover (1.3ms)
277
+ Completed 200 OK in 125ms (Views: 125.1ms | ActiveRecord: 0.0ms)
278
+  (0.1ms) rollback transaction
279
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
280
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
281
+  (0.1ms) select sqlite_version(*)
282
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
283
+  (0.1ms) SELECT version FROM "schema_migrations"
284
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
285
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
286
+  (0.1ms) begin transaction
287
+ --------------------------------------------
288
+ Stopover::PagesControllerTest: test_GET_show
289
+ --------------------------------------------
290
+ Processing by Stopover::PagesController#show as HTML
291
+ Parameters: {"id"=>"404"}
292
+ Rendered stopover/404.html.erb within layouts/stopover (1.1ms)
293
+ Completed 200 OK in 140ms (Views: 140.1ms | ActiveRecord: 0.0ms)
294
+  (0.1ms) rollback transaction
295
+  (0.1ms) begin transaction
296
+ ---------------------------------------------
297
+ Stopover::PagesControllerTest: test_GET_index
298
+ ---------------------------------------------
299
+ Processing by Stopover::PagesController#index as HTML
300
+ Rendered text template (0.0ms)
301
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
302
+  (0.1ms) rollback transaction
303
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
304
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
305
+  (0.1ms) select sqlite_version(*)
306
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
307
+  (0.1ms) SELECT version FROM "schema_migrations"
308
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
309
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
310
+  (0.1ms) begin transaction
311
+ ---------------------------------------------
312
+ Stopover::PagesControllerTest: test_GET_index
313
+ ---------------------------------------------
314
+ Processing by Stopover::PagesController#index as HTML
315
+ Rendered text template (0.0ms)
316
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
317
+  (0.1ms) rollback transaction
318
+  (0.1ms) begin transaction
319
+ --------------------------------------------
320
+ Stopover::PagesControllerTest: test_GET_show
321
+ --------------------------------------------
322
+ Processing by Stopover::PagesController#show as HTML
323
+ Parameters: {"id"=>"404"}
324
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
325
+ Completed 200 OK in 136ms (Views: 135.2ms | ActiveRecord: 0.0ms)
326
+  (0.1ms) rollback transaction
327
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
328
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
329
+  (0.1ms) select sqlite_version(*)
330
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
331
+  (0.1ms) SELECT version FROM "schema_migrations"
332
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
333
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
334
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
335
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
336
+  (0.1ms) select sqlite_version(*)
337
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
338
+  (0.1ms) SELECT version FROM "schema_migrations"
339
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
340
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
341
+  (0.1ms) begin transaction
342
+ ------------------------
343
+ StopoverTest: test_truth
344
+ ------------------------
345
+  (0.0ms) rollback transaction
346
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
347
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
348
+  (0.4ms) select sqlite_version(*)
349
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
350
+  (0.1ms) SELECT version FROM "schema_migrations"
351
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
352
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
353
+  (0.2ms) begin transaction
354
+ ------------------------
355
+ StopoverTest: test_truth
356
+ ------------------------
357
+  (0.0ms) rollback transaction
358
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
359
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
360
+  (0.1ms) select sqlite_version(*)
361
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
362
+  (0.1ms) SELECT version FROM "schema_migrations"
363
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
364
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
365
+  (0.1ms) begin transaction
366
+ ------------------------
367
+ StopoverTest: test_truth
368
+ ------------------------
369
+  (0.0ms) rollback transaction
370
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
371
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
372
+  (0.1ms) select sqlite_version(*)
373
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
374
+  (0.1ms) SELECT version FROM "schema_migrations"
375
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
376
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
377
+  (0.1ms) begin transaction
378
+ -----------------------------
379
+ StopoverTest: test_attributes
380
+ -----------------------------
381
+  (0.0ms) rollback transaction
382
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
383
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
384
+  (0.4ms) select sqlite_version(*)
385
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
386
+  (0.1ms) SELECT version FROM "schema_migrations"
387
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
388
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
389
+  (0.1ms) begin transaction
390
+ ------------------------------------------
391
+ StopoverCustomMethodsTest: test_attributes
392
+ ------------------------------------------
393
+  (0.0ms) rollback transaction
394
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
395
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
396
+  (0.1ms) select sqlite_version(*)
397
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
398
+  (0.1ms) SELECT version FROM "schema_migrations"
399
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
400
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
401
+  (0.1ms) begin transaction
402
+ ------------------------------------------
403
+ StopoverCustomMethodsTest: test_attributes
404
+ ------------------------------------------
405
+  (0.0ms) rollback transaction
406
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
407
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
408
+  (0.1ms) select sqlite_version(*)
409
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
410
+  (0.1ms) SELECT version FROM "schema_migrations"
411
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
412
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
413
+  (0.2ms) begin transaction
414
+ ------------------------------------------
415
+ StopoverCustomMethodsTest: test_attributes
416
+ ------------------------------------------
417
+  (0.1ms) rollback transaction
418
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
419
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
420
+  (0.1ms) select sqlite_version(*)
421
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
422
+  (0.1ms) SELECT version FROM "schema_migrations"
423
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
424
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
425
+  (0.1ms) begin transaction
426
+ ------------------------------------------
427
+ StopoverCustomMethodsTest: test_attributes
428
+ ------------------------------------------
429
+  (0.1ms) rollback transaction
430
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
431
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
432
+  (0.1ms) select sqlite_version(*)
433
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
434
+  (0.1ms) SELECT version FROM "schema_migrations"
435
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
436
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
437
+  (0.1ms) begin transaction
438
+ ------------------------------------------
439
+ StopoverCustomMethodsTest: test_attributes
440
+ ------------------------------------------
441
+  (0.1ms) rollback transaction
442
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
443
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
444
+  (0.1ms) select sqlite_version(*)
445
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
446
+  (0.1ms) SELECT version FROM "schema_migrations"
447
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
448
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
449
+  (0.1ms) begin transaction
450
+ ------------------------------------------
451
+ StopoverCustomMethodsTest: test_attributes
452
+ ------------------------------------------
453
+  (0.0ms) rollback transaction
454
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
455
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
456
+  (0.1ms) select sqlite_version(*)
457
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
458
+  (0.1ms) SELECT version FROM "schema_migrations"
459
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
460
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
461
+  (0.1ms) begin transaction
462
+ ------------------------------------------
463
+ StopoverCustomMethodsTest: test_attributes
464
+ ------------------------------------------
465
+  (0.1ms) rollback transaction
466
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
467
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
468
+  (0.1ms) select sqlite_version(*)
469
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
470
+  (0.1ms) SELECT version FROM "schema_migrations"
471
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
472
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
473
+  (0.1ms) begin transaction
474
+ ------------------------------------------
475
+ StopoverCustomMethodsTest: test_attributes
476
+ ------------------------------------------
477
+  (0.1ms) rollback transaction
478
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
479
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
480
+  (0.4ms) select sqlite_version(*)
481
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
482
+  (0.1ms) SELECT version FROM "schema_migrations"
483
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
484
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
485
+  (0.1ms) begin transaction
486
+ ------------------------------------------------
487
+ StopoverCustomMethodsTest: test_instance_methods
488
+ ------------------------------------------------
489
+  (0.1ms) rollback transaction
490
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
491
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
492
+  (0.1ms) select sqlite_version(*)
493
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
494
+  (0.1ms) SELECT version FROM "schema_migrations"
495
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
496
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
497
+  (0.2ms) begin transaction
498
+ ------------------------------------------------
499
+ StopoverCustomMethodsTest: test_instance_methods
500
+ ------------------------------------------------
501
+  (0.1ms) rollback transaction
502
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
503
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
504
+  (0.1ms) select sqlite_version(*)
505
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
506
+  (0.1ms) SELECT version FROM "schema_migrations"
507
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
508
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
509
+  (0.1ms) begin transaction
510
+ ------------------------------------------------
511
+ StopoverCustomMethodsTest: test_instance_methods
512
+ ------------------------------------------------
513
+  (0.0ms) rollback transaction
514
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
515
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
516
+  (0.1ms) select sqlite_version(*)
517
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
518
+  (0.3ms) SELECT version FROM "schema_migrations"
519
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
520
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
521
+  (0.1ms) begin transaction
522
+ ------------------------------------------------
523
+ StopoverCustomMethodsTest: test_instance_methods
524
+ ------------------------------------------------
525
+  (0.0ms) rollback transaction
526
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
527
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
528
+  (0.1ms) select sqlite_version(*)
529
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
530
+  (0.1ms) SELECT version FROM "schema_migrations"
531
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
532
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
533
+  (0.1ms) begin transaction
534
+ ------------------------------------------------
535
+ StopoverCustomMethodsTest: test_instance_methods
536
+ ------------------------------------------------
537
+  (0.1ms) rollback transaction
538
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
539
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
540
+  (0.1ms) select sqlite_version(*)
541
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
542
+  (0.1ms) SELECT version FROM "schema_migrations"
543
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
544
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
545
+  (0.2ms) begin transaction
546
+ ----------------------------------------------------------
547
+ Stopover::ApplicationControllerTest: test_instance_methods
548
+ ----------------------------------------------------------
549
+  (0.0ms) rollback transaction
550
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
551
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
552
+  (0.1ms) select sqlite_version(*)
553
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
554
+  (0.1ms) SELECT version FROM "schema_migrations"
555
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
556
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
557
+  (0.1ms) begin transaction
558
+ ----------------------------------------------------------
559
+ Stopover::ApplicationControllerTest: test_instance_methods
560
+ ----------------------------------------------------------
561
+  (0.0ms) rollback transaction
562
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
563
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
564
+  (0.1ms) select sqlite_version(*)
565
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
566
+  (0.1ms) SELECT version FROM "schema_migrations"
567
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
568
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
569
+  (0.1ms) begin transaction
570
+ ---------------------------------------------------
571
+ Stopover::ApplicationControllerTest: test_.renderer
572
+ ---------------------------------------------------
573
+ Rendered stopover/404.html.erb within layouts/stopover (1.6ms)
574
+  (0.1ms) rollback transaction
575
+  (0.1ms) begin transaction
576
+ ---------------------------------------------------------------------------
577
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
578
+ ---------------------------------------------------------------------------
579
+  (0.0ms) rollback transaction
580
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
581
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
582
+  (0.1ms) select sqlite_version(*)
583
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
584
+  (0.1ms) SELECT version FROM "schema_migrations"
585
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
586
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
587
+  (0.1ms) begin transaction
588
+ ---------------------------------------------------
589
+ Stopover::ApplicationControllerTest: test_.renderer
590
+ ---------------------------------------------------
591
+ Rendered stopover/404.html.erb within layouts/stopover (1.0ms)
592
+  (0.1ms) rollback transaction
593
+  (0.0ms) begin transaction
594
+ ---------------------------------------------------------------------------
595
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
596
+ ---------------------------------------------------------------------------
597
+  (0.0ms) rollback transaction
598
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
599
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
600
+  (0.1ms) select sqlite_version(*)
601
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
602
+  (0.1ms) SELECT version FROM "schema_migrations"
603
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
604
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
605
+  (0.1ms) begin transaction
606
+ --------------------------------------------
607
+ Stopover::PagesControllerTest: test_GET_show
608
+ --------------------------------------------
609
+ Processing by Stopover::PagesController#show as HTML
610
+ Parameters: {"id"=>"404"}
611
+ Rendered stopover/404.html.erb within layouts/stopover (1.6ms)
612
+ Completed 200 OK in 144ms (Views: 143.9ms | ActiveRecord: 0.0ms)
613
+  (0.1ms) rollback transaction
614
+  (0.1ms) begin transaction
615
+ ---------------------------------------------
616
+ Stopover::PagesControllerTest: test_GET_index
617
+ ---------------------------------------------
618
+ Processing by Stopover::PagesController#index as HTML
619
+ Rendered text template (0.0ms)
620
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
621
+  (0.1ms) rollback transaction
622
+  (0.0ms) begin transaction
623
+ -----------------------------
624
+ StopoverTest: test_attributes
625
+ -----------------------------
626
+  (0.0ms) rollback transaction
627
+  (0.0ms) begin transaction
628
+ ---------------------------------------------------
629
+ Stopover::ApplicationControllerTest: test_.renderer
630
+ ---------------------------------------------------
631
+ Rendered stopover/404.html.erb within layouts/stopover (0.3ms)
632
+  (0.1ms) rollback transaction
633
+  (0.1ms) begin transaction
634
+ ---------------------------------------------------------------------------
635
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
636
+ ---------------------------------------------------------------------------
637
+  (0.0ms) rollback transaction
638
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
639
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
640
+  (0.1ms) select sqlite_version(*)
641
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
642
+  (0.1ms) SELECT version FROM "schema_migrations"
643
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
644
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
645
+  (0.1ms) begin transaction
646
+ ----------------------------------
647
+ StopoverTest: test_class_variables
648
+ ----------------------------------
649
+  (0.0ms) rollback transaction
650
+  (0.0ms) begin transaction
651
+ ---------------------------------------------------------------------------
652
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
653
+ ---------------------------------------------------------------------------
654
+  (0.1ms) rollback transaction
655
+  (0.1ms) begin transaction
656
+ ---------------------------------------------------
657
+ Stopover::ApplicationControllerTest: test_.renderer
658
+ ---------------------------------------------------
659
+ Rendered stopover/404.html.erb within layouts/stopover (1.3ms)
660
+  (0.1ms) rollback transaction
661
+  (0.1ms) begin transaction
662
+ ---------------------------------------------
663
+ Stopover::PagesControllerTest: test_GET_index
664
+ ---------------------------------------------
665
+ Processing by Stopover::PagesController#index as HTML
666
+ Rendered text template (0.0ms)
667
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
668
+  (0.1ms) rollback transaction
669
+  (0.1ms) begin transaction
670
+ --------------------------------------------
671
+ Stopover::PagesControllerTest: test_GET_show
672
+ --------------------------------------------
673
+ Processing by Stopover::PagesController#show as HTML
674
+ Parameters: {"id"=>"404"}
675
+ Rendered stopover/404.html.erb within layouts/stopover (0.4ms)
676
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
677
+  (0.1ms) rollback transaction
678
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
679
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
680
+  (0.1ms) select sqlite_version(*)
681
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
682
+  (0.1ms) SELECT version FROM "schema_migrations"
683
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
684
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
685
+  (0.1ms) begin transaction
686
+ ----------------------------------
687
+ StopoverTest: test_class_variables
688
+ ----------------------------------
689
+  (0.0ms) rollback transaction
690
+  (0.1ms) begin transaction
691
+ ---------------------------------------------------
692
+ Stopover::ApplicationControllerTest: test_.renderer
693
+ ---------------------------------------------------
694
+ Rendered stopover/404.html.erb within layouts/stopover (2.9ms)
695
+  (0.1ms) rollback transaction
696
+  (0.1ms) begin transaction
697
+ ---------------------------------------------------------------------------
698
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
699
+ ---------------------------------------------------------------------------
700
+  (0.0ms) rollback transaction
701
+  (0.0ms) begin transaction
702
+ ---------------------------------------------
703
+ Stopover::PagesControllerTest: test_GET_index
704
+ ---------------------------------------------
705
+ Processing by Stopover::PagesController#index as HTML
706
+ Rendered text template (0.0ms)
707
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
708
+  (0.1ms) rollback transaction
709
+  (0.1ms) begin transaction
710
+ --------------------------------------------
711
+ Stopover::PagesControllerTest: test_GET_show
712
+ --------------------------------------------
713
+ Processing by Stopover::PagesController#show as HTML
714
+ Parameters: {"id"=>"404"}
715
+ Rendered stopover/404.html.erb within layouts/stopover (0.4ms)
716
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
717
+  (0.1ms) rollback transaction
718
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
719
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
720
+  (0.1ms) select sqlite_version(*)
721
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
722
+  (0.1ms) SELECT version FROM "schema_migrations"
723
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
724
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
725
+  (0.1ms) begin transaction
726
+ ----------------------------------
727
+ StopoverTest: test_class_variables
728
+ ----------------------------------
729
+  (0.0ms) rollback transaction
730
+  (0.1ms) begin transaction
731
+ ---------------------------------------------
732
+ Stopover::PagesControllerTest: test_GET_index
733
+ ---------------------------------------------
734
+ Processing by Stopover::PagesController#index as HTML
735
+ Rendered text template (0.0ms)
736
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
737
+  (0.1ms) rollback transaction
738
+  (0.1ms) begin transaction
739
+ --------------------------------------------
740
+ Stopover::PagesControllerTest: test_GET_show
741
+ --------------------------------------------
742
+ Processing by Stopover::PagesController#show as HTML
743
+ Parameters: {"id"=>"404"}
744
+ Rendered stopover/404.html.erb within layouts/stopover (11.5ms)
745
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
746
+  (0.1ms) rollback transaction
747
+  (0.0ms) begin transaction
748
+ ---------------------------------------------------
749
+ Stopover::ApplicationControllerTest: test_.renderer
750
+ ---------------------------------------------------
751
+ Rendered stopover/404.html.erb within layouts/stopover (10.6ms)
752
+  (0.1ms) rollback transaction
753
+  (0.0ms) begin transaction
754
+ ---------------------------------------------------------------------------
755
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
756
+ ---------------------------------------------------------------------------
757
+  (0.0ms) rollback transaction
758
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
759
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
760
+  (0.1ms) select sqlite_version(*)
761
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
762
+  (0.1ms) SELECT version FROM "schema_migrations"
763
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
764
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
765
+  (0.1ms) begin transaction
766
+ ---------------------------------------------------
767
+ Stopover::ApplicationControllerTest: test_.renderer
768
+ ---------------------------------------------------
769
+ Rendered stopover/404.html.erb within layouts/stopover (4.0ms)
770
+  (0.1ms) rollback transaction
771
+  (0.1ms) begin transaction
772
+ ---------------------------------------------------------------------------
773
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
774
+ ---------------------------------------------------------------------------
775
+  (0.0ms) rollback transaction
776
+  (0.0ms) begin transaction
777
+ ---------------------------------------------
778
+ Stopover::PagesControllerTest: test_GET_index
779
+ ---------------------------------------------
780
+ Processing by Stopover::PagesController#index as HTML
781
+ Rendered text template (0.0ms)
782
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
783
+  (0.1ms) rollback transaction
784
+  (0.0ms) begin transaction
785
+ --------------------------------------------
786
+ Stopover::PagesControllerTest: test_GET_show
787
+ --------------------------------------------
788
+ Processing by Stopover::PagesController#show as HTML
789
+ Parameters: {"id"=>"404"}
790
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
791
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
792
+  (0.1ms) rollback transaction
793
+  (0.1ms) begin transaction
794
+ ----------------------------------
795
+ StopoverTest: test_class_variables
796
+ ----------------------------------
797
+  (0.0ms) rollback transaction
798
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
799
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
800
+  (0.1ms) select sqlite_version(*)
801
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
802
+  (0.1ms) SELECT version FROM "schema_migrations"
803
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
804
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
805
+  (0.1ms) begin transaction
806
+ ---------------------------------------------
807
+ Stopover::PagesControllerTest: test_GET_index
808
+ ---------------------------------------------
809
+ Processing by Stopover::PagesController#index as HTML
810
+ Rendered text template (0.0ms)
811
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
812
+  (0.1ms) rollback transaction
813
+  (0.0ms) begin transaction
814
+ --------------------------------------------
815
+ Stopover::PagesControllerTest: test_GET_show
816
+ --------------------------------------------
817
+ Processing by Stopover::PagesController#show as HTML
818
+ Parameters: {"id"=>"404"}
819
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
820
+ Completed 200 OK in 131ms (Views: 130.7ms | ActiveRecord: 0.0ms)
821
+  (0.1ms) rollback transaction
822
+  (0.0ms) begin transaction
823
+ ----------------------------------
824
+ StopoverTest: test_class_variables
825
+ ----------------------------------
826
+  (0.0ms) rollback transaction
827
+  (0.0ms) begin transaction
828
+ ---------------------------------------------------
829
+ Stopover::ApplicationControllerTest: test_.renderer
830
+ ---------------------------------------------------
831
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
832
+  (0.1ms) rollback transaction
833
+  (0.1ms) begin transaction
834
+ ---------------------------------------------------------------------------
835
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
836
+ ---------------------------------------------------------------------------
837
+  (0.1ms) rollback transaction
838
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
839
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
840
+  (0.1ms) select sqlite_version(*)
841
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
842
+  (0.1ms) SELECT version FROM "schema_migrations"
843
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
844
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
845
+  (0.1ms) begin transaction
846
+ ---------------------------------------------
847
+ Stopover::PagesControllerTest: test_GET_index
848
+ ---------------------------------------------
849
+ Processing by Stopover::PagesController#index as HTML
850
+ Rendered text template (0.0ms)
851
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
852
+  (0.1ms) rollback transaction
853
+  (0.1ms) begin transaction
854
+ --------------------------------------------
855
+ Stopover::PagesControllerTest: test_GET_show
856
+ --------------------------------------------
857
+ Processing by Stopover::PagesController#show as HTML
858
+ Parameters: {"id"=>"404"}
859
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
860
+ Completed 200 OK in 134ms (Views: 133.7ms | ActiveRecord: 0.0ms)
861
+  (0.1ms) rollback transaction
862
+  (0.1ms) begin transaction
863
+ ----------------------------------
864
+ StopoverTest: test_class_variables
865
+ ----------------------------------
866
+  (0.0ms) rollback transaction
867
+  (0.0ms) begin transaction
868
+ ---------------------------------------------------
869
+ Stopover::ApplicationControllerTest: test_.renderer
870
+ ---------------------------------------------------
871
+ Rendered stopover/404.html.erb within layouts/stopover (1.0ms)
872
+  (0.1ms) rollback transaction
873
+  (0.1ms) begin transaction
874
+ ---------------------------------------------------------------------------
875
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
876
+ ---------------------------------------------------------------------------
877
+  (0.1ms) rollback transaction
878
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
879
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
880
+  (0.1ms) select sqlite_version(*)
881
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
882
+  (0.1ms) SELECT version FROM "schema_migrations"
883
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
884
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
885
+  (0.1ms) begin transaction
886
+ ----------------------------------
887
+ StopoverTest: test_class_variables
888
+ ----------------------------------
889
+  (0.0ms) rollback transaction
890
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
891
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
892
+  (0.1ms) select sqlite_version(*)
893
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
894
+  (0.1ms) SELECT version FROM "schema_migrations"
895
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
896
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
897
+  (0.1ms) begin transaction
898
+ ---------------------------------------------
899
+ Stopover::PagesControllerTest: test_GET_index
900
+ ---------------------------------------------
901
+ Processing by Stopover::PagesController#index as HTML
902
+ Rendered text template (0.0ms)
903
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
904
+  (0.1ms) rollback transaction
905
+  (0.1ms) begin transaction
906
+ --------------------------------------------
907
+ Stopover::PagesControllerTest: test_GET_show
908
+ --------------------------------------------
909
+ Processing by Stopover::PagesController#show as HTML
910
+ Parameters: {"id"=>"404"}
911
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
912
+ Completed 200 OK in 146ms (Views: 145.7ms | ActiveRecord: 0.0ms)
913
+  (0.1ms) rollback transaction
914
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
915
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
916
+  (0.1ms) select sqlite_version(*)
917
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
918
+  (0.1ms) SELECT version FROM "schema_migrations"
919
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
920
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
921
+  (0.1ms) begin transaction
922
+ ---------------------------------------------
923
+ Stopover::PagesControllerTest: test_GET_index
924
+ ---------------------------------------------
925
+ Processing by Stopover::PagesController#index as HTML
926
+ Rendered text template (0.0ms)
927
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
928
+  (0.1ms) rollback transaction
929
+  (0.0ms) begin transaction
930
+ --------------------------------------------
931
+ Stopover::PagesControllerTest: test_GET_show
932
+ --------------------------------------------
933
+ Processing by Stopover::PagesController#show as HTML
934
+ Parameters: {"id"=>"404"}
935
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
936
+ Completed 200 OK in 134ms (Views: 133.7ms | ActiveRecord: 0.0ms)
937
+  (0.1ms) rollback transaction
938
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
939
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
940
+  (0.3ms) select sqlite_version(*)
941
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
942
+  (0.1ms) SELECT version FROM "schema_migrations"
943
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
944
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
945
+  (0.1ms) begin transaction
946
+ ----------------------------------
947
+ StopoverTest: test_class_variables
948
+ ----------------------------------
949
+  (0.0ms) rollback transaction
950
+  (0.0ms) begin transaction
951
+ ---------------------------------------------
952
+ Stopover::PagesControllerTest: test_GET_index
953
+ ---------------------------------------------
954
+ Processing by Stopover::PagesController#index as HTML
955
+ Rendered text template (0.0ms)
956
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
957
+  (0.1ms) rollback transaction
958
+  (0.0ms) begin transaction
959
+ --------------------------------------------
960
+ Stopover::PagesControllerTest: test_GET_show
961
+ --------------------------------------------
962
+ Processing by Stopover::PagesController#show as HTML
963
+ Parameters: {"id"=>"404"}
964
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
965
+ Completed 200 OK in 144ms (Views: 143.4ms | ActiveRecord: 0.0ms)
966
+  (0.1ms) rollback transaction
967
+  (0.1ms) begin transaction
968
+ ---------------------------------------------------
969
+ Stopover::ApplicationControllerTest: test_.renderer
970
+ ---------------------------------------------------
971
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
972
+  (0.1ms) rollback transaction
973
+  (0.1ms) begin transaction
974
+ ---------------------------------------------------------------------------
975
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
976
+ ---------------------------------------------------------------------------
977
+  (0.1ms) rollback transaction
978
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
979
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
980
+  (0.1ms) select sqlite_version(*)
981
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
982
+  (0.1ms) SELECT version FROM "schema_migrations"
983
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
984
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
985
+  (0.1ms) begin transaction
986
+ ---------------------------------------------------
987
+ Stopover::ApplicationControllerTest: test_.renderer
988
+ ---------------------------------------------------
989
+ Rendered stopover/404.html.erb within layouts/stopover (2.5ms)
990
+  (0.1ms) rollback transaction
991
+  (0.0ms) begin transaction
992
+ ---------------------------------------------------------------------------
993
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
994
+ ---------------------------------------------------------------------------
995
+  (0.0ms) rollback transaction
996
+  (0.1ms) begin transaction
997
+ --------------------------------------------
998
+ Stopover::PagesControllerTest: test_GET_show
999
+ --------------------------------------------
1000
+ Processing by Stopover::PagesController#show as HTML
1001
+ Parameters: {"id"=>"404"}
1002
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
1003
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1004
+  (0.1ms) rollback transaction
1005
+  (0.1ms) begin transaction
1006
+ ---------------------------------------------
1007
+ Stopover::PagesControllerTest: test_GET_index
1008
+ ---------------------------------------------
1009
+ Processing by Stopover::PagesController#index as HTML
1010
+ Rendered text template (0.0ms)
1011
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1012
+  (0.1ms) rollback transaction
1013
+  (0.1ms) begin transaction
1014
+ ----------------------------------
1015
+ StopoverTest: test_class_variables
1016
+ ----------------------------------
1017
+  (0.0ms) rollback transaction
1018
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1019
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1020
+  (0.1ms) select sqlite_version(*)
1021
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1022
+  (0.1ms) SELECT version FROM "schema_migrations"
1023
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1024
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1025
+  (0.1ms) begin transaction
1026
+ --------------------------------------------
1027
+ Stopover::PagesControllerTest: test_GET_show
1028
+ --------------------------------------------
1029
+ Processing by Stopover::PagesController#show as HTML
1030
+ Parameters: {"id"=>"404"}
1031
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1032
+ Completed 200 OK in 137ms (Views: 136.6ms | ActiveRecord: 0.0ms)
1033
+  (0.1ms) rollback transaction
1034
+  (0.1ms) begin transaction
1035
+ ---------------------------------------------
1036
+ Stopover::PagesControllerTest: test_GET_index
1037
+ ---------------------------------------------
1038
+ Processing by Stopover::PagesController#index as HTML
1039
+ Rendered text template (0.0ms)
1040
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1041
+  (0.1ms) rollback transaction
1042
+  (0.0ms) begin transaction
1043
+ ---------------------------------------------------
1044
+ Stopover::ApplicationControllerTest: test_.renderer
1045
+ ---------------------------------------------------
1046
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1047
+  (0.1ms) rollback transaction
1048
+  (0.1ms) begin transaction
1049
+ ---------------------------------------------------------------------------
1050
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1051
+ ---------------------------------------------------------------------------
1052
+  (0.0ms) rollback transaction
1053
+  (0.0ms) begin transaction
1054
+ ----------------------------------
1055
+ StopoverTest: test_class_variables
1056
+ ----------------------------------
1057
+  (0.0ms) rollback transaction
1058
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1059
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1060
+  (0.1ms) select sqlite_version(*)
1061
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1062
+  (0.1ms) SELECT version FROM "schema_migrations"
1063
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1064
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1065
+  (0.1ms) begin transaction
1066
+ ----------------------------------
1067
+ StopoverTest: test_class_variables
1068
+ ----------------------------------
1069
+  (0.0ms) rollback transaction
1070
+  (0.0ms) begin transaction
1071
+ ---------------------------------------------
1072
+ Stopover::PagesControllerTest: test_GET_index
1073
+ ---------------------------------------------
1074
+ Processing by Stopover::PagesController#index as HTML
1075
+ Rendered text template (0.0ms)
1076
+ Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
1077
+  (0.1ms) rollback transaction
1078
+  (0.0ms) begin transaction
1079
+ --------------------------------------------
1080
+ Stopover::PagesControllerTest: test_GET_show
1081
+ --------------------------------------------
1082
+ Processing by Stopover::PagesController#show as HTML
1083
+ Parameters: {"id"=>"404"}
1084
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1085
+ Completed 200 OK in 138ms (Views: 137.7ms | ActiveRecord: 0.0ms)
1086
+  (0.1ms) rollback transaction
1087
+  (0.1ms) begin transaction
1088
+ ---------------------------------------------------
1089
+ Stopover::ApplicationControllerTest: test_.renderer
1090
+ ---------------------------------------------------
1091
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1092
+  (0.1ms) rollback transaction
1093
+  (0.1ms) begin transaction
1094
+ ---------------------------------------------------------------------------
1095
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1096
+ ---------------------------------------------------------------------------
1097
+  (0.0ms) rollback transaction
1098
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1099
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1100
+  (0.1ms) select sqlite_version(*)
1101
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1102
+  (0.1ms) SELECT version FROM "schema_migrations"
1103
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1104
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1105
+  (0.1ms) begin transaction
1106
+ --------------------------------------------
1107
+ Stopover::PagesControllerTest: test_GET_show
1108
+ --------------------------------------------
1109
+ Processing by Stopover::PagesController#show as HTML
1110
+ Parameters: {"id"=>"404"}
1111
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
1112
+ Completed 200 OK in 136ms (Views: 135.9ms | ActiveRecord: 0.0ms)
1113
+  (0.1ms) rollback transaction
1114
+  (0.1ms) begin transaction
1115
+ ---------------------------------------------
1116
+ Stopover::PagesControllerTest: test_GET_index
1117
+ ---------------------------------------------
1118
+ Processing by Stopover::PagesController#index as HTML
1119
+ Rendered text template (0.0ms)
1120
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1121
+  (0.1ms) rollback transaction
1122
+  (0.0ms) begin transaction
1123
+ ----------------------------------
1124
+ StopoverTest: test_class_variables
1125
+ ----------------------------------
1126
+  (0.0ms) rollback transaction
1127
+  (0.0ms) begin transaction
1128
+ ---------------------------------------------------
1129
+ Stopover::ApplicationControllerTest: test_.renderer
1130
+ ---------------------------------------------------
1131
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1132
+  (0.1ms) rollback transaction
1133
+  (0.1ms) begin transaction
1134
+ ---------------------------------------------------------------------------
1135
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1136
+ ---------------------------------------------------------------------------
1137
+  (0.0ms) rollback transaction
1138
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1139
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1140
+  (0.1ms) select sqlite_version(*)
1141
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1142
+  (0.1ms) SELECT version FROM "schema_migrations"
1143
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1144
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1145
+  (0.1ms) begin transaction
1146
+ ----------------------------------
1147
+ StopoverTest: test_class_variables
1148
+ ----------------------------------
1149
+  (0.0ms) rollback transaction
1150
+  (0.0ms) begin transaction
1151
+ ---------------------------------------------
1152
+ Stopover::PagesControllerTest: test_GET_index
1153
+ ---------------------------------------------
1154
+ Processing by Stopover::PagesController#index as HTML
1155
+ Rendered text template (0.0ms)
1156
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
1157
+  (0.1ms) rollback transaction
1158
+  (0.1ms) begin transaction
1159
+ --------------------------------------------
1160
+ Stopover::PagesControllerTest: test_GET_show
1161
+ --------------------------------------------
1162
+ Processing by Stopover::PagesController#show as HTML
1163
+ Parameters: {"id"=>"404"}
1164
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1165
+ Completed 200 OK in 132ms (Views: 132.0ms | ActiveRecord: 0.0ms)
1166
+  (0.1ms) rollback transaction
1167
+  (0.1ms) begin transaction
1168
+ ---------------------------------------------------
1169
+ Stopover::ApplicationControllerTest: test_.renderer
1170
+ ---------------------------------------------------
1171
+ Rendered stopover/404.html.erb within layouts/stopover (0.6ms)
1172
+  (0.1ms) rollback transaction
1173
+  (0.0ms) begin transaction
1174
+ ---------------------------------------------------------------------------
1175
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1176
+ ---------------------------------------------------------------------------
1177
+  (0.0ms) rollback transaction
1178
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1179
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1180
+  (0.1ms) select sqlite_version(*)
1181
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1182
+  (0.1ms) SELECT version FROM "schema_migrations"
1183
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1184
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1185
+  (0.1ms) begin transaction
1186
+ ----------------------------------
1187
+ StopoverTest: test_class_variables
1188
+ ----------------------------------
1189
+  (0.0ms) rollback transaction
1190
+  (0.0ms) begin transaction
1191
+ --------------------------------------------
1192
+ Stopover::PagesControllerTest: test_GET_show
1193
+ --------------------------------------------
1194
+ Processing by Stopover::PagesController#show as HTML
1195
+ Parameters: {"id"=>"404"}
1196
+ Rendered stopover/404.html.erb within layouts/stopover (2.7ms)
1197
+ Completed 200 OK in 132ms (Views: 132.0ms | ActiveRecord: 0.0ms)
1198
+  (0.1ms) rollback transaction
1199
+  (0.1ms) begin transaction
1200
+ ---------------------------------------------
1201
+ Stopover::PagesControllerTest: test_GET_index
1202
+ ---------------------------------------------
1203
+ Processing by Stopover::PagesController#index as HTML
1204
+ Rendered text template (0.0ms)
1205
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1206
+  (0.1ms) rollback transaction
1207
+  (0.0ms) begin transaction
1208
+ ---------------------------------------------------
1209
+ Stopover::ApplicationControllerTest: test_.renderer
1210
+ ---------------------------------------------------
1211
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
1212
+  (0.1ms) rollback transaction
1213
+  (0.1ms) begin transaction
1214
+ ---------------------------------------------------------------------------
1215
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1216
+ ---------------------------------------------------------------------------
1217
+  (0.0ms) rollback transaction
1218
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1219
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1220
+  (0.1ms) select sqlite_version(*)
1221
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1222
+  (0.1ms) SELECT version FROM "schema_migrations"
1223
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1224
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1225
+  (0.1ms) begin transaction
1226
+ ---------------------------------------------
1227
+ Stopover::PagesControllerTest: test_GET_index
1228
+ ---------------------------------------------
1229
+ Processing by Stopover::PagesController#index as HTML
1230
+ Rendered text template (0.0ms)
1231
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
1232
+  (0.1ms) rollback transaction
1233
+  (0.1ms) begin transaction
1234
+ --------------------------------------------
1235
+ Stopover::PagesControllerTest: test_GET_show
1236
+ --------------------------------------------
1237
+ Processing by Stopover::PagesController#show as HTML
1238
+ Parameters: {"id"=>"404"}
1239
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1240
+ Completed 200 OK in 146ms (Views: 145.5ms | ActiveRecord: 0.0ms)
1241
+  (0.1ms) rollback transaction
1242
+  (0.0ms) begin transaction
1243
+ ---------------------------------------------------
1244
+ Stopover::ApplicationControllerTest: test_.renderer
1245
+ ---------------------------------------------------
1246
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
1247
+  (0.1ms) rollback transaction
1248
+  (0.1ms) begin transaction
1249
+ ---------------------------------------------------------------------------
1250
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1251
+ ---------------------------------------------------------------------------
1252
+  (0.0ms) rollback transaction
1253
+  (0.1ms) begin transaction
1254
+ ----------------------------------
1255
+ StopoverTest: test_class_variables
1256
+ ----------------------------------
1257
+  (0.0ms) rollback transaction
1258
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1259
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1260
+  (0.1ms) select sqlite_version(*)
1261
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1262
+  (0.1ms) SELECT version FROM "schema_migrations"
1263
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1264
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1265
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1266
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1267
+  (0.1ms) select sqlite_version(*)
1268
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1269
+  (0.2ms) SELECT version FROM "schema_migrations"
1270
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1271
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1272
+  (0.1ms) begin transaction
1273
+ -------------------
1274
+ RakeTest: test_hoge
1275
+ -------------------
1276
+  (0.0ms) rollback transaction
1277
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1278
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1279
+  (0.1ms) select sqlite_version(*)
1280
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1281
+  (0.1ms) SELECT version FROM "schema_migrations"
1282
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1283
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1284
+  (0.6ms) begin transaction
1285
+ -------------------
1286
+ RakeTest: test_hoge
1287
+ -------------------
1288
+  (0.1ms) rollback transaction
1289
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1290
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1291
+  (0.1ms) select sqlite_version(*)
1292
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1293
+  (0.1ms) SELECT version FROM "schema_migrations"
1294
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1295
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1296
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1297
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1298
+  (0.1ms) select sqlite_version(*)
1299
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1300
+  (0.1ms) SELECT version FROM "schema_migrations"
1301
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1302
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1303
+  (1.8ms) begin transaction
1304
+ -------------------
1305
+ RakeTest: test_hoge
1306
+ -------------------
1307
+  (0.3ms) rollback transaction
1308
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1309
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1310
+  (0.1ms) select sqlite_version(*)
1311
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1312
+  (0.1ms) SELECT version FROM "schema_migrations"
1313
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1314
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1315
+  (0.7ms) begin transaction
1316
+ -------------------
1317
+ RakeTest: test_hoge
1318
+ -------------------
1319
+ Rendered stopover/404.html.erb within layouts/stopover (2.9ms)
1320
+  (0.1ms) rollback transaction
1321
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1322
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1323
+  (0.1ms) select sqlite_version(*)
1324
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1325
+  (0.1ms) SELECT version FROM "schema_migrations"
1326
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1327
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1328
+  (0.1ms) begin transaction
1329
+ ------------------------------
1330
+ RakeTest: test_stopover:create
1331
+ ------------------------------
1332
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1333
+  (0.2ms) rollback transaction
1334
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1335
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1336
+  (0.1ms) select sqlite_version(*)
1337
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1338
+  (0.1ms) SELECT version FROM "schema_migrations"
1339
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1340
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1341
+  (0.1ms) begin transaction
1342
+ ------------------------------
1343
+ RakeTest: test_stopover:create
1344
+ ------------------------------
1345
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1346
+  (0.2ms) rollback transaction
1347
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1348
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1349
+  (0.1ms) select sqlite_version(*)
1350
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1351
+  (0.1ms) SELECT version FROM "schema_migrations"
1352
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1353
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1354
+  (0.1ms) begin transaction
1355
+ ------------------------------
1356
+ RakeTest: test_stopover:create
1357
+ ------------------------------
1358
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1359
+  (0.1ms) rollback transaction
1360
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1361
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1362
+  (0.1ms) select sqlite_version(*)
1363
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1364
+  (0.1ms) SELECT version FROM "schema_migrations"
1365
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1366
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1367
+  (0.1ms) begin transaction
1368
+ ------------------------------
1369
+ RakeTest: test_stopover:create
1370
+ ------------------------------
1371
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
1372
+  (0.2ms) rollback transaction
1373
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1374
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1375
+  (0.1ms) select sqlite_version(*)
1376
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1377
+  (0.1ms) SELECT version FROM "schema_migrations"
1378
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1379
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1380
+  (0.1ms) begin transaction
1381
+ ------------------------------
1382
+ RakeTest: test_stopover:create
1383
+ ------------------------------
1384
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1385
+  (0.1ms) rollback transaction
1386
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1387
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1388
+  (0.1ms) select sqlite_version(*)
1389
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1390
+  (0.1ms) SELECT version FROM "schema_migrations"
1391
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1392
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1393
+  (0.1ms) begin transaction
1394
+ ------------------------------
1395
+ RakeTest: test_stopover:create
1396
+ ------------------------------
1397
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1398
+  (0.1ms) rollback transaction
1399
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1400
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1401
+  (0.1ms) select sqlite_version(*)
1402
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1403
+  (0.1ms) SELECT version FROM "schema_migrations"
1404
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1405
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1406
+  (0.1ms) begin transaction
1407
+ ------------------------------
1408
+ RakeTest: test_stopover:create
1409
+ ------------------------------
1410
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1411
+  (0.1ms) rollback transaction
1412
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1413
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1414
+  (0.1ms) select sqlite_version(*)
1415
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1416
+  (0.1ms) SELECT version FROM "schema_migrations"
1417
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1418
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1419
+  (0.1ms) begin transaction
1420
+ ------------------------------
1421
+ RakeTest: test_stopover:create
1422
+ ------------------------------
1423
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1424
+  (0.2ms) rollback transaction
1425
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1426
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1427
+  (0.1ms) select sqlite_version(*)
1428
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1429
+  (0.1ms) SELECT version FROM "schema_migrations"
1430
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1431
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1432
+  (0.1ms) begin transaction
1433
+ ------------------------------
1434
+ RakeTest: test_stopover:create
1435
+ ------------------------------
1436
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1437
+  (0.1ms) rollback transaction
1438
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1439
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1440
+  (0.1ms) select sqlite_version(*)
1441
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1442
+  (0.1ms) SELECT version FROM "schema_migrations"
1443
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1444
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1445
+  (0.1ms) begin transaction
1446
+ ------------------------------
1447
+ RakeTest: test_stopover:create
1448
+ ------------------------------
1449
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1450
+  (0.1ms) rollback transaction
1451
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1452
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1453
+  (0.1ms) select sqlite_version(*)
1454
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1455
+  (0.1ms) SELECT version FROM "schema_migrations"
1456
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1457
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1458
+  (0.1ms) begin transaction
1459
+ ------------------------------
1460
+ RakeTest: test_stopover:create
1461
+ ------------------------------
1462
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1463
+  (0.1ms) rollback transaction
1464
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1465
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1466
+  (0.1ms) select sqlite_version(*)
1467
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1468
+  (0.4ms) SELECT version FROM "schema_migrations"
1469
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1470
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1471
+  (0.1ms) begin transaction
1472
+ ------------------------------
1473
+ RakeTest: test_stopover:create
1474
+ ------------------------------
1475
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1476
+  (0.2ms) rollback transaction
1477
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1478
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1479
+  (0.1ms) select sqlite_version(*)
1480
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1481
+  (0.1ms) SELECT version FROM "schema_migrations"
1482
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1483
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1484
+  (0.1ms) begin transaction
1485
+ ---------------------------------------------------
1486
+ Stopover::ApplicationControllerTest: test_.renderer
1487
+ ---------------------------------------------------
1488
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1489
+  (0.1ms) rollback transaction
1490
+  (0.0ms) begin transaction
1491
+ ---------------------------------------------------------------------------
1492
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1493
+ ---------------------------------------------------------------------------
1494
+  (0.0ms) rollback transaction
1495
+  (0.0ms) begin transaction
1496
+ ------------------------------
1497
+ RakeTest: test_stopover:create
1498
+ ------------------------------
1499
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
1500
+  (0.1ms) rollback transaction
1501
+  (0.1ms) begin transaction
1502
+ ---------------------------------------------
1503
+ Stopover::PagesControllerTest: test_GET_index
1504
+ ---------------------------------------------
1505
+ Processing by Stopover::PagesController#index as HTML
1506
+ Rendered text template (0.0ms)
1507
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1508
+  (0.1ms) rollback transaction
1509
+  (0.1ms) begin transaction
1510
+ --------------------------------------------
1511
+ Stopover::PagesControllerTest: test_GET_show
1512
+ --------------------------------------------
1513
+ Processing by Stopover::PagesController#show as HTML
1514
+ Parameters: {"id"=>"404"}
1515
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
1516
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
1517
+  (0.1ms) rollback transaction
1518
+  (0.1ms) begin transaction
1519
+ ----------------------------------
1520
+ StopoverTest: test_class_variables
1521
+ ----------------------------------
1522
+  (0.0ms) rollback transaction
1523
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1524
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1525
+  (0.1ms) select sqlite_version(*)
1526
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1527
+  (0.1ms) SELECT version FROM "schema_migrations"
1528
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1529
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1530
+  (0.1ms) begin transaction
1531
+ ------------------------------
1532
+ RakeTest: test_stopover:create
1533
+ ------------------------------
1534
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1535
+  (0.2ms) rollback transaction
1536
+  (0.2ms) begin transaction
1537
+ ---------------------------------------------
1538
+ Stopover::PagesControllerTest: test_GET_index
1539
+ ---------------------------------------------
1540
+ Processing by Stopover::PagesController#index as HTML
1541
+ Rendered text template (0.0ms)
1542
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
1543
+  (0.1ms) rollback transaction
1544
+  (0.1ms) begin transaction
1545
+ --------------------------------------------
1546
+ Stopover::PagesControllerTest: test_GET_show
1547
+ --------------------------------------------
1548
+ Processing by Stopover::PagesController#show as HTML
1549
+ Parameters: {"id"=>"404"}
1550
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
1551
+ Completed 200 OK in 142ms (Views: 142.3ms | ActiveRecord: 0.0ms)
1552
+  (0.1ms) rollback transaction
1553
+  (0.1ms) begin transaction
1554
+ ---------------------------------------------------
1555
+ Stopover::ApplicationControllerTest: test_.renderer
1556
+ ---------------------------------------------------
1557
+ Rendered stopover/404.html.erb within layouts/stopover (0.6ms)
1558
+  (0.1ms) rollback transaction
1559
+  (0.0ms) begin transaction
1560
+ ---------------------------------------------------------------------------
1561
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1562
+ ---------------------------------------------------------------------------
1563
+  (0.0ms) rollback transaction
1564
+  (0.0ms) begin transaction
1565
+ ----------------------------------
1566
+ StopoverTest: test_class_variables
1567
+ ----------------------------------
1568
+  (0.0ms) rollback transaction
1569
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1570
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1571
+  (0.1ms) select sqlite_version(*)
1572
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1573
+  (0.1ms) SELECT version FROM "schema_migrations"
1574
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1575
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1576
+  (0.1ms) begin transaction
1577
+ ----------------------------------
1578
+ StopoverTest: test_class_variables
1579
+ ----------------------------------
1580
+  (0.0ms) rollback transaction
1581
+  (0.0ms) begin transaction
1582
+ ------------------------------
1583
+ RakeTest: test_stopover:create
1584
+ ------------------------------
1585
+ Rendered stopover/404.html.erb within layouts/stopover (2.5ms)
1586
+  (0.2ms) rollback transaction
1587
+  (0.1ms) begin transaction
1588
+ --------------------------------------------
1589
+ Stopover::PagesControllerTest: test_GET_show
1590
+ --------------------------------------------
1591
+ Processing by Stopover::PagesController#show as HTML
1592
+ Parameters: {"id"=>"404"}
1593
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1594
+ Completed 200 OK in 140ms (Views: 140.2ms | ActiveRecord: 0.0ms)
1595
+  (0.1ms) rollback transaction
1596
+  (0.1ms) begin transaction
1597
+ ---------------------------------------------
1598
+ Stopover::PagesControllerTest: test_GET_index
1599
+ ---------------------------------------------
1600
+ Processing by Stopover::PagesController#index as HTML
1601
+ Rendered text template (0.0ms)
1602
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1603
+  (0.0ms) rollback transaction
1604
+  (0.0ms) begin transaction
1605
+ ---------------------------------------------------------------------------
1606
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1607
+ ---------------------------------------------------------------------------
1608
+  (0.0ms) rollback transaction
1609
+  (0.0ms) begin transaction
1610
+ ---------------------------------------------------
1611
+ Stopover::ApplicationControllerTest: test_.renderer
1612
+ ---------------------------------------------------
1613
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
1614
+  (0.1ms) rollback transaction
1615
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1616
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1617
+  (0.1ms) select sqlite_version(*)
1618
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1619
+  (0.1ms) SELECT version FROM "schema_migrations"
1620
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1621
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1622
+  (0.1ms) begin transaction
1623
+ ------------------------------
1624
+ RakeTest: test_stopover:create
1625
+ ------------------------------
1626
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
1627
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.9ms)
1628
+  (0.1ms) rollback transaction
1629
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1630
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1631
+  (0.1ms) select sqlite_version(*)
1632
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1633
+  (0.1ms) SELECT version FROM "schema_migrations"
1634
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1635
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1636
+  (0.1ms) begin transaction
1637
+ ------------------------------
1638
+ RakeTest: test_stopover:create
1639
+ ------------------------------
1640
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
1641
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
1642
+  (0.2ms) rollback transaction
1643
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1644
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1645
+  (0.1ms) select sqlite_version(*)
1646
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1647
+  (0.1ms) SELECT version FROM "schema_migrations"
1648
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1649
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1650
+  (0.1ms) begin transaction
1651
+ ------------------------------
1652
+ RakeTest: test_stopover:create
1653
+ ------------------------------
1654
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1655
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
1656
+  (0.1ms) rollback transaction
1657
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1658
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1659
+  (0.1ms) select sqlite_version(*)
1660
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1661
+  (0.1ms) SELECT version FROM "schema_migrations"
1662
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1663
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1664
+  (0.1ms) begin transaction
1665
+ ---------------------------------------------
1666
+ Stopover::PagesControllerTest: test_GET_index
1667
+ ---------------------------------------------
1668
+ Processing by Stopover::PagesController#index as HTML
1669
+ Rendered text template (0.0ms)
1670
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
1671
+  (0.1ms) rollback transaction
1672
+  (0.0ms) begin transaction
1673
+ --------------------------------------------
1674
+ Stopover::PagesControllerTest: test_GET_show
1675
+ --------------------------------------------
1676
+ Processing by Stopover::PagesController#show as HTML
1677
+ Parameters: {"id"=>"404"}
1678
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
1679
+ Completed 200 OK in 134ms (Views: 134.2ms | ActiveRecord: 0.0ms)
1680
+  (0.1ms) rollback transaction
1681
+  (0.1ms) begin transaction
1682
+ ------------------------------
1683
+ RakeTest: test_stopover:create
1684
+ ------------------------------
1685
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
1686
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.9ms)
1687
+  (0.1ms) rollback transaction
1688
+  (0.1ms) begin transaction
1689
+ ---------------------------------------------------------------------------
1690
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1691
+ ---------------------------------------------------------------------------
1692
+  (0.0ms) rollback transaction
1693
+  (0.1ms) begin transaction
1694
+ ---------------------------------------------------
1695
+ Stopover::ApplicationControllerTest: test_.renderer
1696
+ ---------------------------------------------------
1697
+ Rendered stopover/404.html.erb within layouts/stopover (1.1ms)
1698
+  (0.2ms) rollback transaction
1699
+  (0.1ms) begin transaction
1700
+ ----------------------------------
1701
+ StopoverTest: test_class_variables
1702
+ ----------------------------------
1703
+  (0.0ms) rollback transaction
1704
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1705
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1706
+  (0.1ms) select sqlite_version(*)
1707
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1708
+  (0.1ms) SELECT version FROM "schema_migrations"
1709
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1710
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1711
+  (0.1ms) begin transaction
1712
+ ------------------------------
1713
+ RakeTest: test_stopover:create
1714
+ ------------------------------
1715
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
1716
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
1717
+  (0.2ms) rollback transaction
1718
+  (0.1ms) begin transaction
1719
+ ---------------------------------------------------------------------------
1720
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1721
+ ---------------------------------------------------------------------------
1722
+  (0.1ms) rollback transaction
1723
+  (0.1ms) begin transaction
1724
+ ---------------------------------------------------
1725
+ Stopover::ApplicationControllerTest: test_.renderer
1726
+ ---------------------------------------------------
1727
+ Rendered stopover/404.html.erb within layouts/stopover (2.8ms)
1728
+  (0.1ms) rollback transaction
1729
+  (0.0ms) begin transaction
1730
+ ----------------------------------
1731
+ StopoverTest: test_class_variables
1732
+ ----------------------------------
1733
+  (0.0ms) rollback transaction
1734
+  (0.0ms) begin transaction
1735
+ ---------------------------------------------
1736
+ Stopover::PagesControllerTest: test_GET_index
1737
+ ---------------------------------------------
1738
+ Processing by Stopover::PagesController#index as HTML
1739
+ Rendered text template (0.0ms)
1740
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1741
+  (0.1ms) rollback transaction
1742
+  (0.1ms) begin transaction
1743
+ --------------------------------------------
1744
+ Stopover::PagesControllerTest: test_GET_show
1745
+ --------------------------------------------
1746
+ Processing by Stopover::PagesController#show as HTML
1747
+ Parameters: {"id"=>"404"}
1748
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1749
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1750
+  (0.1ms) rollback transaction
1751
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1752
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1753
+  (0.1ms) select sqlite_version(*)
1754
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1755
+  (0.1ms) SELECT version FROM "schema_migrations"
1756
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1757
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1758
+  (0.1ms) begin transaction
1759
+ ----------------------------------
1760
+ StopoverTest: test_class_variables
1761
+ ----------------------------------
1762
+  (0.0ms) rollback transaction
1763
+  (0.0ms) begin transaction
1764
+ ------------------------------
1765
+ RakeTest: test_stopover:create
1766
+ ------------------------------
1767
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
1768
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
1769
+  (0.1ms) rollback transaction
1770
+  (0.1ms) begin transaction
1771
+ ---------------------------------------------
1772
+ Stopover::PagesControllerTest: test_GET_index
1773
+ ---------------------------------------------
1774
+ Processing by Stopover::PagesController#index as HTML
1775
+ Rendered text template (0.0ms)
1776
+ Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
1777
+  (0.1ms) rollback transaction
1778
+  (0.1ms) begin transaction
1779
+ --------------------------------------------
1780
+ Stopover::PagesControllerTest: test_GET_show
1781
+ --------------------------------------------
1782
+ Processing by Stopover::PagesController#show as HTML
1783
+ Parameters: {"id"=>"404"}
1784
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1785
+ Completed 200 OK in 139ms (Views: 139.2ms | ActiveRecord: 0.0ms)
1786
+  (0.1ms) rollback transaction
1787
+  (0.1ms) begin transaction
1788
+ ---------------------------------------------------
1789
+ Stopover::ApplicationControllerTest: test_.renderer
1790
+ ---------------------------------------------------
1791
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1792
+  (0.1ms) rollback transaction
1793
+  (0.1ms) begin transaction
1794
+ ---------------------------------------------------------------------------
1795
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1796
+ ---------------------------------------------------------------------------
1797
+  (0.0ms) rollback transaction
1798
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1799
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1800
+  (0.1ms) select sqlite_version(*)
1801
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1802
+  (0.1ms) SELECT version FROM "schema_migrations"
1803
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1804
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1805
+  (0.1ms) begin transaction
1806
+ ----------------------------------
1807
+ StopoverTest: test_class_variables
1808
+ ----------------------------------
1809
+  (0.0ms) rollback transaction
1810
+  (0.1ms) begin transaction
1811
+ ------------------------------
1812
+ RakeTest: test_stopover:create
1813
+ ------------------------------
1814
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1815
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
1816
+  (0.1ms) rollback transaction
1817
+  (0.1ms) begin transaction
1818
+ ---------------------------------------------------
1819
+ Stopover::ApplicationControllerTest: test_.renderer
1820
+ ---------------------------------------------------
1821
+ Rendered stopover/404.html.erb within layouts/stopover (2.5ms)
1822
+  (0.1ms) rollback transaction
1823
+  (0.1ms) begin transaction
1824
+ ---------------------------------------------------------------------------
1825
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1826
+ ---------------------------------------------------------------------------
1827
+  (0.1ms) rollback transaction
1828
+  (0.1ms) begin transaction
1829
+ ---------------------------------------------
1830
+ Stopover::PagesControllerTest: test_GET_index
1831
+ ---------------------------------------------
1832
+ Processing by Stopover::PagesController#index as HTML
1833
+ Rendered text template (0.0ms)
1834
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1835
+  (0.1ms) rollback transaction
1836
+  (0.1ms) begin transaction
1837
+ --------------------------------------------
1838
+ Stopover::PagesControllerTest: test_GET_show
1839
+ --------------------------------------------
1840
+ Processing by Stopover::PagesController#show as HTML
1841
+ Parameters: {"id"=>"404"}
1842
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1843
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
1844
+  (0.1ms) rollback transaction
1845
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1846
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1847
+  (0.1ms) select sqlite_version(*)
1848
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1849
+  (0.1ms) SELECT version FROM "schema_migrations"
1850
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1851
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1852
+  (0.1ms) begin transaction
1853
+ ------------------------------
1854
+ RakeTest: test_stopover:create
1855
+ ------------------------------
1856
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1857
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
1858
+  (0.1ms) rollback transaction
1859
+  (0.1ms) begin transaction
1860
+ --------------------------------------------
1861
+ Stopover::PagesControllerTest: test_GET_show
1862
+ --------------------------------------------
1863
+ Processing by Stopover::PagesController#show as HTML
1864
+ Parameters: {"id"=>"404"}
1865
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
1866
+ Completed 200 OK in 133ms (Views: 132.7ms | ActiveRecord: 0.0ms)
1867
+  (0.1ms) rollback transaction
1868
+  (0.0ms) begin transaction
1869
+ ---------------------------------------------
1870
+ Stopover::PagesControllerTest: test_GET_index
1871
+ ---------------------------------------------
1872
+ Processing by Stopover::PagesController#index as HTML
1873
+ Rendered text template (0.0ms)
1874
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1875
+  (0.0ms) rollback transaction
1876
+  (0.1ms) begin transaction
1877
+ ---------------------------------------------------
1878
+ Stopover::ApplicationControllerTest: test_.renderer
1879
+ ---------------------------------------------------
1880
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
1881
+  (0.1ms) rollback transaction
1882
+  (0.1ms) begin transaction
1883
+ ---------------------------------------------------------------------------
1884
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1885
+ ---------------------------------------------------------------------------
1886
+  (0.0ms) rollback transaction
1887
+  (0.0ms) begin transaction
1888
+ ----------------------------------
1889
+ StopoverTest: test_class_variables
1890
+ ----------------------------------
1891
+  (0.0ms) rollback transaction
1892
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1893
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1894
+  (0.1ms) select sqlite_version(*)
1895
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1896
+  (0.1ms) SELECT version FROM "schema_migrations"
1897
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1898
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1899
+  (0.1ms) begin transaction
1900
+ ---------------------------------------------------
1901
+ Stopover::ApplicationControllerTest: test_.renderer
1902
+ ---------------------------------------------------
1903
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
1904
+  (0.1ms) rollback transaction
1905
+  (0.1ms) begin transaction
1906
+ ---------------------------------------------------------------------------
1907
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1908
+ ---------------------------------------------------------------------------
1909
+  (0.0ms) rollback transaction
1910
+  (0.0ms) begin transaction
1911
+ ---------------------------------------------
1912
+ Stopover::PagesControllerTest: test_GET_index
1913
+ ---------------------------------------------
1914
+ Processing by Stopover::PagesController#index as HTML
1915
+ Rendered text template (0.0ms)
1916
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1917
+  (0.1ms) rollback transaction
1918
+  (0.2ms) begin transaction
1919
+ --------------------------------------------
1920
+ Stopover::PagesControllerTest: test_GET_show
1921
+ --------------------------------------------
1922
+ Processing by Stopover::PagesController#show as HTML
1923
+ Parameters: {"id"=>"404"}
1924
+ Rendered stopover/404.html.erb within layouts/stopover (0.6ms)
1925
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1926
+  (0.1ms) rollback transaction
1927
+  (0.1ms) begin transaction
1928
+ ------------------------------
1929
+ RakeTest: test_stopover:create
1930
+ ------------------------------
1931
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
1932
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
1933
+  (0.1ms) rollback transaction
1934
+  (0.1ms) begin transaction
1935
+ ----------------------------------
1936
+ StopoverTest: test_class_variables
1937
+ ----------------------------------
1938
+  (0.0ms) rollback transaction
1939
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1940
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1941
+  (0.1ms) select sqlite_version(*)
1942
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1943
+  (0.1ms) SELECT version FROM "schema_migrations"
1944
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1945
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1946
+  (0.1ms) begin transaction
1947
+ ----------------------------------
1948
+ StopoverTest: test_class_variables
1949
+ ----------------------------------
1950
+  (0.0ms) rollback transaction
1951
+  (0.1ms) begin transaction
1952
+ --------------------------------------------
1953
+ Stopover::PagesControllerTest: test_GET_show
1954
+ --------------------------------------------
1955
+ Processing by Stopover::PagesController#show as HTML
1956
+ Parameters: {"id"=>"404"}
1957
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
1958
+ Completed 200 OK in 144ms (Views: 143.4ms | ActiveRecord: 0.0ms)
1959
+  (0.1ms) rollback transaction
1960
+  (0.1ms) begin transaction
1961
+ ---------------------------------------------
1962
+ Stopover::PagesControllerTest: test_GET_index
1963
+ ---------------------------------------------
1964
+ Processing by Stopover::PagesController#index as HTML
1965
+ Rendered text template (0.0ms)
1966
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1967
+  (0.1ms) rollback transaction
1968
+  (0.1ms) begin transaction
1969
+ ------------------------------
1970
+ RakeTest: test_stopover:create
1971
+ ------------------------------
1972
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
1973
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
1974
+  (0.1ms) rollback transaction
1975
+  (0.1ms) begin transaction
1976
+ ---------------------------------------------------------------------------
1977
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
1978
+ ---------------------------------------------------------------------------
1979
+  (0.0ms) rollback transaction
1980
+  (0.1ms) begin transaction
1981
+ ---------------------------------------------------
1982
+ Stopover::ApplicationControllerTest: test_.renderer
1983
+ ---------------------------------------------------
1984
+ Rendered stopover/404.html.erb within layouts/stopover (1.0ms)
1985
+  (0.1ms) rollback transaction
1986
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1987
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1988
+  (0.1ms) select sqlite_version(*)
1989
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1990
+  (0.4ms) SELECT version FROM "schema_migrations"
1991
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1992
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1993
+  (0.1ms) begin transaction
1994
+ ----------------------------------
1995
+ StopoverTest: test_class_variables
1996
+ ----------------------------------
1997
+  (0.0ms) rollback transaction
1998
+  (0.1ms) begin transaction
1999
+ ------------------------------
2000
+ RakeTest: test_stopover:create
2001
+ ------------------------------
2002
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2003
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2004
+  (0.1ms) rollback transaction
2005
+  (0.1ms) begin transaction
2006
+ ---------------------------------------------
2007
+ Stopover::PagesControllerTest: test_GET_index
2008
+ ---------------------------------------------
2009
+ Processing by Stopover::PagesController#index as HTML
2010
+ Rendered text template (0.0ms)
2011
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
2012
+  (0.1ms) rollback transaction
2013
+  (0.1ms) begin transaction
2014
+ --------------------------------------------
2015
+ Stopover::PagesControllerTest: test_GET_show
2016
+ --------------------------------------------
2017
+ Processing by Stopover::PagesController#show as HTML
2018
+ Parameters: {"id"=>"404"}
2019
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2020
+ Completed 200 OK in 140ms (Views: 139.7ms | ActiveRecord: 0.0ms)
2021
+  (0.1ms) rollback transaction
2022
+  (0.1ms) begin transaction
2023
+ ---------------------------------------------------
2024
+ Stopover::ApplicationControllerTest: test_.renderer
2025
+ ---------------------------------------------------
2026
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
2027
+  (0.1ms) rollback transaction
2028
+  (0.1ms) begin transaction
2029
+ ---------------------------------------------------------------------------
2030
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2031
+ ---------------------------------------------------------------------------
2032
+  (0.0ms) rollback transaction
2033
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2034
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2035
+  (0.3ms) select sqlite_version(*)
2036
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2037
+  (0.1ms) SELECT version FROM "schema_migrations"
2038
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2039
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2040
+  (0.1ms) begin transaction
2041
+ ---------------------------------------------------
2042
+ Stopover::ApplicationControllerTest: test_.renderer
2043
+ ---------------------------------------------------
2044
+ Rendered stopover/404.html.erb within layouts/stopover (2.6ms)
2045
+  (0.1ms) rollback transaction
2046
+  (0.1ms) begin transaction
2047
+ ---------------------------------------------------------------------------
2048
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2049
+ ---------------------------------------------------------------------------
2050
+  (0.0ms) rollback transaction
2051
+  (0.0ms) begin transaction
2052
+ ------------------------------
2053
+ RakeTest: test_stopover:create
2054
+ ------------------------------
2055
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2056
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
2057
+  (0.1ms) rollback transaction
2058
+  (0.1ms) begin transaction
2059
+ ----------------------------------
2060
+ StopoverTest: test_class_variables
2061
+ ----------------------------------
2062
+  (0.0ms) rollback transaction
2063
+  (0.0ms) begin transaction
2064
+ ---------------------------------------------
2065
+ Stopover::PagesControllerTest: test_GET_index
2066
+ ---------------------------------------------
2067
+  (0.1ms) rollback transaction
2068
+  (0.1ms) begin transaction
2069
+ --------------------------------------------
2070
+ Stopover::PagesControllerTest: test_GET_show
2071
+ --------------------------------------------
2072
+  (0.0ms) rollback transaction
2073
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2074
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2075
+  (0.1ms) select sqlite_version(*)
2076
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2077
+  (0.1ms) SELECT version FROM "schema_migrations"
2078
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2079
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2080
+  (0.1ms) begin transaction
2081
+ ------------------------------
2082
+ RakeTest: test_stopover:create
2083
+ ------------------------------
2084
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2085
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2086
+  (0.1ms) rollback transaction
2087
+  (0.1ms) begin transaction
2088
+ ---------------------------------------------------
2089
+ Stopover::ApplicationControllerTest: test_.renderer
2090
+ ---------------------------------------------------
2091
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2092
+  (0.1ms) rollback transaction
2093
+  (0.2ms) begin transaction
2094
+ ---------------------------------------------------------------------------
2095
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2096
+ ---------------------------------------------------------------------------
2097
+  (0.2ms) rollback transaction
2098
+  (0.1ms) begin transaction
2099
+ ----------------------------------
2100
+ StopoverTest: test_class_variables
2101
+ ----------------------------------
2102
+  (0.0ms) rollback transaction
2103
+  (0.1ms) begin transaction
2104
+ ---------------------------------------------
2105
+ Stopover::PagesControllerTest: test_GET_index
2106
+ ---------------------------------------------
2107
+  (0.1ms) rollback transaction
2108
+  (0.1ms) begin transaction
2109
+ --------------------------------------------
2110
+ Stopover::PagesControllerTest: test_GET_show
2111
+ --------------------------------------------
2112
+  (0.1ms) rollback transaction
2113
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2114
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2115
+  (0.1ms) select sqlite_version(*)
2116
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2117
+  (0.1ms) SELECT version FROM "schema_migrations"
2118
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2119
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2120
+  (0.1ms) begin transaction
2121
+ ----------------------------------
2122
+ StopoverTest: test_class_variables
2123
+ ----------------------------------
2124
+  (0.0ms) rollback transaction
2125
+  (0.0ms) begin transaction
2126
+ ---------------------------------------------
2127
+ Stopover::PagesControllerTest: test_GET_index
2128
+ ---------------------------------------------
2129
+ Processing by Stopover::PagesController#index as HTML
2130
+ Rendered text template (0.0ms)
2131
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
2132
+  (0.1ms) rollback transaction
2133
+  (0.0ms) begin transaction
2134
+ --------------------------------------------
2135
+ Stopover::PagesControllerTest: test_GET_show
2136
+ --------------------------------------------
2137
+ Processing by Stopover::PagesController#show as HTML
2138
+ Parameters: {"id"=>"404"}
2139
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2140
+ Completed 200 OK in 130ms (Views: 129.4ms | ActiveRecord: 0.0ms)
2141
+  (0.1ms) rollback transaction
2142
+  (0.1ms) begin transaction
2143
+ ------------------------------
2144
+ RakeTest: test_stopover:create
2145
+ ------------------------------
2146
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2147
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
2148
+  (0.1ms) rollback transaction
2149
+  (0.1ms) begin transaction
2150
+ ---------------------------------------------------------------------------
2151
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2152
+ ---------------------------------------------------------------------------
2153
+  (0.0ms) rollback transaction
2154
+  (0.0ms) begin transaction
2155
+ ---------------------------------------------------
2156
+ Stopover::ApplicationControllerTest: test_.renderer
2157
+ ---------------------------------------------------
2158
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
2159
+  (0.1ms) rollback transaction
2160
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2161
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2162
+  (0.1ms) select sqlite_version(*)
2163
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2164
+  (0.1ms) SELECT version FROM "schema_migrations"
2165
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2166
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2167
+  (0.1ms) begin transaction
2168
+ ------------------------------
2169
+ RakeTest: test_stopover:create
2170
+ ------------------------------
2171
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2172
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2173
+  (0.1ms) rollback transaction
2174
+  (0.0ms) begin transaction
2175
+ ----------------------------------
2176
+ StopoverTest: test_class_variables
2177
+ ----------------------------------
2178
+  (0.0ms) rollback transaction
2179
+  (0.0ms) begin transaction
2180
+ ---------------------------------------------
2181
+ Stopover::PagesControllerTest: test_GET_index
2182
+ ---------------------------------------------
2183
+ Processing by Stopover::PagesController#index as HTML
2184
+ Rendered text template (0.0ms)
2185
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
2186
+  (0.1ms) rollback transaction
2187
+  (0.0ms) begin transaction
2188
+ --------------------------------------------
2189
+ Stopover::PagesControllerTest: test_GET_show
2190
+ --------------------------------------------
2191
+ Processing by Stopover::PagesController#show as HTML
2192
+ Parameters: {"id"=>"404"}
2193
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2194
+ Completed 200 OK in 137ms (Views: 136.6ms | ActiveRecord: 0.0ms)
2195
+  (0.1ms) rollback transaction
2196
+  (0.1ms) begin transaction
2197
+ ---------------------------------------------------------------------------
2198
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2199
+ ---------------------------------------------------------------------------
2200
+  (0.0ms) rollback transaction
2201
+  (0.1ms) begin transaction
2202
+ ---------------------------------------------------
2203
+ Stopover::ApplicationControllerTest: test_.renderer
2204
+ ---------------------------------------------------
2205
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
2206
+  (0.1ms) rollback transaction
2207
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2208
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2209
+  (0.1ms) select sqlite_version(*)
2210
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2211
+  (0.1ms) SELECT version FROM "schema_migrations"
2212
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2213
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2214
+  (0.1ms) begin transaction
2215
+ ---------------------------------------------------
2216
+ Stopover::ApplicationControllerTest: test_.renderer
2217
+ ---------------------------------------------------
2218
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2219
+  (0.2ms) rollback transaction
2220
+  (0.1ms) begin transaction
2221
+ ---------------------------------------------------------------------------
2222
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2223
+ ---------------------------------------------------------------------------
2224
+  (0.0ms) rollback transaction
2225
+  (0.1ms) begin transaction
2226
+ ----------------------------------
2227
+ StopoverTest: test_class_variables
2228
+ ----------------------------------
2229
+  (0.0ms) rollback transaction
2230
+  (0.0ms) begin transaction
2231
+ ---------------------------------------------
2232
+ Stopover::PagesControllerTest: test_GET_index
2233
+ ---------------------------------------------
2234
+ Processing by Stopover::PagesController#index as HTML
2235
+ Rendered text template (0.0ms)
2236
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2237
+  (0.1ms) rollback transaction
2238
+  (0.1ms) begin transaction
2239
+ --------------------------------------------
2240
+ Stopover::PagesControllerTest: test_GET_show
2241
+ --------------------------------------------
2242
+ Processing by Stopover::PagesController#show as HTML
2243
+ Parameters: {"id"=>"404"}
2244
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
2245
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
2246
+  (0.2ms) rollback transaction
2247
+  (0.1ms) begin transaction
2248
+ ------------------------------
2249
+ RakeTest: test_stopover:create
2250
+ ------------------------------
2251
+ Rendered stopover/404.html.erb within layouts/stopover (2.9ms)
2252
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2253
+  (0.1ms) rollback transaction
2254
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2255
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2256
+  (0.1ms) select sqlite_version(*)
2257
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2258
+  (0.1ms) SELECT version FROM "schema_migrations"
2259
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2260
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2261
+  (0.1ms) begin transaction
2262
+ ------------------------------
2263
+ RakeTest: test_stopover:create
2264
+ ------------------------------
2265
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
2266
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2267
+  (0.2ms) rollback transaction
2268
+  (0.1ms) begin transaction
2269
+ ---------------------------------------------------
2270
+ Stopover::ApplicationControllerTest: test_.renderer
2271
+ ---------------------------------------------------
2272
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2273
+  (0.1ms) rollback transaction
2274
+  (0.0ms) begin transaction
2275
+ ---------------------------------------------------------------------------
2276
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2277
+ ---------------------------------------------------------------------------
2278
+  (0.0ms) rollback transaction
2279
+  (0.0ms) begin transaction
2280
+ ----------------------------------
2281
+ StopoverTest: test_class_variables
2282
+ ----------------------------------
2283
+  (0.0ms) rollback transaction
2284
+  (0.0ms) begin transaction
2285
+ ---------------------------------------------
2286
+ Stopover::PagesControllerTest: test_GET_index
2287
+ ---------------------------------------------
2288
+ Processing by Stopover::PagesController#index as HTML
2289
+ Rendered text template (0.0ms)
2290
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2291
+  (0.1ms) rollback transaction
2292
+  (0.0ms) begin transaction
2293
+ --------------------------------------------
2294
+ Stopover::PagesControllerTest: test_GET_show
2295
+ --------------------------------------------
2296
+ Processing by Stopover::PagesController#show as HTML
2297
+ Parameters: {"id"=>"404"}
2298
+ Rendered stopover/404.html.erb within layouts/stopover (0.6ms)
2299
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
2300
+  (0.1ms) rollback transaction
2301
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2302
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2303
+  (0.1ms) select sqlite_version(*)
2304
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2305
+  (0.1ms) SELECT version FROM "schema_migrations"
2306
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2307
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2308
+  (0.1ms) begin transaction
2309
+ ---------------------------------------------
2310
+ Stopover::PagesControllerTest: test_GET_index
2311
+ ---------------------------------------------
2312
+ Processing by Stopover::PagesController#index as HTML
2313
+ Rendered text template (0.0ms)
2314
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
2315
+  (0.2ms) rollback transaction
2316
+  (0.1ms) begin transaction
2317
+ --------------------------------------------
2318
+ Stopover::PagesControllerTest: test_GET_show
2319
+ --------------------------------------------
2320
+ Processing by Stopover::PagesController#show as HTML
2321
+ Parameters: {"id"=>"404"}
2322
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2323
+ Completed 200 OK in 131ms (Views: 130.5ms | ActiveRecord: 0.0ms)
2324
+  (0.1ms) rollback transaction
2325
+  (0.1ms) begin transaction
2326
+ ------------------------------
2327
+ RakeTest: test_stopover:create
2328
+ ------------------------------
2329
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2330
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.8ms)
2331
+  (0.1ms) rollback transaction
2332
+  (0.1ms) begin transaction
2333
+ ---------------------------------------------------
2334
+ Stopover::ApplicationControllerTest: test_.renderer
2335
+ ---------------------------------------------------
2336
+ Rendered stopover/404.html.erb within layouts/stopover (0.9ms)
2337
+  (0.1ms) rollback transaction
2338
+  (0.1ms) begin transaction
2339
+ ---------------------------------------------------------------------------
2340
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
2341
+ ---------------------------------------------------------------------------
2342
+  (0.0ms) rollback transaction
2343
+  (0.0ms) begin transaction
2344
+ ----------------------------------
2345
+ StopoverTest: test_class_variables
2346
+ ----------------------------------
2347
+  (0.0ms) rollback transaction
2348
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2349
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2350
+  (0.1ms) select sqlite_version(*)
2351
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2352
+  (0.1ms) SELECT version FROM "schema_migrations"
2353
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2354
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2355
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2356
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2357
+  (0.1ms) select sqlite_version(*)
2358
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2359
+  (0.1ms) SELECT version FROM "schema_migrations"
2360
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2361
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2362
+  (0.1ms) begin transaction
2363
+ -------------------------------------
2364
+ RakeTest: test_rake_assets:precompile
2365
+ -------------------------------------
2366
+  (0.1ms) rollback transaction
2367
+  (0.1ms) begin transaction
2368
+ ------------------------------
2369
+ RakeTest: test_stopover:create
2370
+ ------------------------------
2371
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2372
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2373
+  (0.1ms) rollback transaction
2374
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2375
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2376
+  (0.1ms) select sqlite_version(*)
2377
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2378
+  (0.1ms) SELECT version FROM "schema_migrations"
2379
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2380
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2381
+  (0.1ms) begin transaction
2382
+ --------------------------------
2383
+ RakeTest: test_assets:precompile
2384
+ --------------------------------
2385
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2386
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2387
+  (0.1ms) rollback transaction
2388
+  (0.1ms) begin transaction
2389
+ ------------------------------
2390
+ RakeTest: test_stopover:create
2391
+ ------------------------------
2392
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2393
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2394
+  (0.1ms) rollback transaction
2395
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2396
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2397
+  (0.1ms) select sqlite_version(*)
2398
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2399
+  (0.1ms) SELECT version FROM "schema_migrations"
2400
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2401
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2402
+  (0.1ms) begin transaction
2403
+ --------------------------------
2404
+ RakeTest: test_assets:precompile
2405
+ --------------------------------
2406
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
2407
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2408
+  (0.1ms) rollback transaction
2409
+  (0.1ms) begin transaction
2410
+ ------------------------------
2411
+ RakeTest: test_stopover:create
2412
+ ------------------------------
2413
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2414
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2415
+  (0.1ms) rollback transaction
2416
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2417
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2418
+  (0.4ms) select sqlite_version(*)
2419
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2420
+  (0.1ms) SELECT version FROM "schema_migrations"
2421
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2422
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2423
+  (0.1ms) begin transaction
2424
+ --------------------------------
2425
+ RakeTest: test_assets:precompile
2426
+ --------------------------------
2427
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
2428
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.8ms)
2429
+  (0.1ms) rollback transaction
2430
+  (0.1ms) begin transaction
2431
+ ------------------------------
2432
+ RakeTest: test_stopover:create
2433
+ ------------------------------
2434
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2435
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2436
+  (0.1ms) rollback transaction
2437
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2438
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2439
+  (0.1ms) select sqlite_version(*)
2440
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2441
+  (0.1ms) SELECT version FROM "schema_migrations"
2442
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2443
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2444
+  (0.1ms) begin transaction
2445
+ --------------------------------
2446
+ RakeTest: test_assets:precompile
2447
+ --------------------------------
2448
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2449
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2450
+  (0.1ms) rollback transaction
2451
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2452
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2453
+  (0.1ms) select sqlite_version(*)
2454
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2455
+  (0.1ms) SELECT version FROM "schema_migrations"
2456
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2457
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2458
+  (0.1ms) begin transaction
2459
+ ------------------------------
2460
+ RakeTest: test_stopover:create
2461
+ ------------------------------
2462
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2463
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2464
+  (0.1ms) rollback transaction
2465
+  (0.1ms) begin transaction
2466
+ --------------------------------------------------------------------
2467
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2468
+ --------------------------------------------------------------------
2469
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2470
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2471
+  (0.1ms) rollback transaction
2472
+  (0.1ms) begin transaction
2473
+ --------------------------------
2474
+ RakeTest: test_assets:precompile
2475
+ --------------------------------
2476
+ Rendered stopover/404.html.erb within layouts/stopover (2.9ms)
2477
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2478
+  (0.2ms) rollback transaction
2479
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2480
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2481
+  (0.1ms) select sqlite_version(*)
2482
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2483
+  (0.1ms) SELECT version FROM "schema_migrations"
2484
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2485
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2486
+  (0.1ms) begin transaction
2487
+ --------------------------------
2488
+ RakeTest: test_assets:precompile
2489
+ --------------------------------
2490
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2491
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2492
+  (0.1ms) rollback transaction
2493
+  (0.1ms) begin transaction
2494
+ --------------------------------------------------------------------
2495
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2496
+ --------------------------------------------------------------------
2497
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2498
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2499
+  (0.1ms) rollback transaction
2500
+  (0.1ms) begin transaction
2501
+ ------------------------------
2502
+ RakeTest: test_stopover:create
2503
+ ------------------------------
2504
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2505
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2506
+  (0.1ms) rollback transaction
2507
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2508
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2509
+  (0.1ms) select sqlite_version(*)
2510
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2511
+  (0.1ms) SELECT version FROM "schema_migrations"
2512
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2513
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2514
+  (0.1ms) begin transaction
2515
+ --------------------------------
2516
+ RakeTest: test_assets:precompile
2517
+ --------------------------------
2518
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2519
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2520
+  (0.1ms) rollback transaction
2521
+  (0.2ms) begin transaction
2522
+ --------------------------------------------------------------------
2523
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2524
+ --------------------------------------------------------------------
2525
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2526
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2527
+  (0.1ms) rollback transaction
2528
+  (0.1ms) begin transaction
2529
+ ------------------------------
2530
+ RakeTest: test_stopover:create
2531
+ ------------------------------
2532
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2533
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2534
+  (0.1ms) rollback transaction
2535
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2536
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2537
+  (0.1ms) select sqlite_version(*)
2538
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2539
+  (0.1ms) SELECT version FROM "schema_migrations"
2540
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2541
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2542
+  (0.1ms) begin transaction
2543
+ --------------------------------
2544
+ RakeTest: test_assets:precompile
2545
+ --------------------------------
2546
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2547
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2548
+  (0.1ms) rollback transaction
2549
+  (0.1ms) begin transaction
2550
+ --------------------------------------------------------------------
2551
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2552
+ --------------------------------------------------------------------
2553
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2554
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2555
+  (0.1ms) rollback transaction
2556
+  (0.1ms) begin transaction
2557
+ ------------------------------
2558
+ RakeTest: test_stopover:create
2559
+ ------------------------------
2560
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2561
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2562
+  (0.1ms) rollback transaction
2563
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2564
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2565
+  (0.1ms) select sqlite_version(*)
2566
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2567
+  (0.1ms) SELECT version FROM "schema_migrations"
2568
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2569
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2570
+  (0.1ms) begin transaction
2571
+ --------------------------------
2572
+ RakeTest: test_assets:precompile
2573
+ --------------------------------
2574
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2575
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2576
+  (0.2ms) rollback transaction
2577
+  (0.1ms) begin transaction
2578
+ --------------------------------------------------------------------
2579
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2580
+ --------------------------------------------------------------------
2581
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2582
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2583
+  (0.2ms) rollback transaction
2584
+  (0.0ms) begin transaction
2585
+ ------------------------------
2586
+ RakeTest: test_stopover:create
2587
+ ------------------------------
2588
+ Rendered stopover/404.html.erb within layouts/stopover (3.0ms)
2589
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2590
+  (0.2ms) rollback transaction
2591
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2592
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2593
+  (0.1ms) select sqlite_version(*)
2594
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2595
+  (0.1ms) SELECT version FROM "schema_migrations"
2596
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2597
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2598
+  (0.1ms) begin transaction
2599
+ --------------------------------------------------------------------
2600
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2601
+ --------------------------------------------------------------------
2602
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2603
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2604
+  (0.1ms) rollback transaction
2605
+  (0.1ms) begin transaction
2606
+ ------------------------------
2607
+ RakeTest: test_stopover:create
2608
+ ------------------------------
2609
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2610
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2611
+  (0.1ms) rollback transaction
2612
+  (0.1ms) begin transaction
2613
+ --------------------------------
2614
+ RakeTest: test_assets:precompile
2615
+ --------------------------------
2616
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2617
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2618
+  (0.1ms) rollback transaction
2619
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2620
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2621
+  (0.1ms) select sqlite_version(*)
2622
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2623
+  (0.1ms) SELECT version FROM "schema_migrations"
2624
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2625
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2626
+  (0.1ms) begin transaction
2627
+ ------------------------------
2628
+ RakeTest: test_stopover:create
2629
+ ------------------------------
2630
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2631
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2632
+  (0.1ms) rollback transaction
2633
+  (0.1ms) begin transaction
2634
+ --------------------------------------------------------------------
2635
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2636
+ --------------------------------------------------------------------
2637
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2638
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.4ms)
2639
+  (0.1ms) rollback transaction
2640
+  (0.1ms) begin transaction
2641
+ --------------------------------
2642
+ RakeTest: test_assets:precompile
2643
+ --------------------------------
2644
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2645
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.4ms)
2646
+  (0.2ms) rollback transaction
2647
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2648
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2649
+  (0.1ms) select sqlite_version(*)
2650
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2651
+  (0.1ms) SELECT version FROM "schema_migrations"
2652
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2653
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2654
+  (0.1ms) begin transaction
2655
+ ------------------------------
2656
+ RakeTest: test_stopover:create
2657
+ ------------------------------
2658
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2659
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2660
+  (0.1ms) rollback transaction
2661
+  (0.1ms) begin transaction
2662
+ --------------------------------------------------------------------
2663
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2664
+ --------------------------------------------------------------------
2665
+  (0.1ms) rollback transaction
2666
+  (0.1ms) begin transaction
2667
+ --------------------------------
2668
+ RakeTest: test_assets:precompile
2669
+ --------------------------------
2670
+  (0.1ms) rollback transaction
2671
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2672
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2673
+  (0.1ms) select sqlite_version(*)
2674
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2675
+  (0.1ms) SELECT version FROM "schema_migrations"
2676
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2677
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2678
+  (0.1ms) begin transaction
2679
+ --------------------------------------------------------------------
2680
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2681
+ --------------------------------------------------------------------
2682
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2683
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2684
+  (0.1ms) rollback transaction
2685
+  (0.1ms) begin transaction
2686
+ --------------------------------
2687
+ RakeTest: test_assets:precompile
2688
+ --------------------------------
2689
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2690
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2691
+  (0.1ms) rollback transaction
2692
+  (0.1ms) begin transaction
2693
+ ------------------------------
2694
+ RakeTest: test_stopover:create
2695
+ ------------------------------
2696
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2697
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2698
+  (0.1ms) rollback transaction
2699
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2700
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2701
+  (0.1ms) select sqlite_version(*)
2702
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2703
+  (0.1ms) SELECT version FROM "schema_migrations"
2704
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2705
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2706
+  (0.1ms) begin transaction
2707
+ --------------------------------
2708
+ RakeTest: test_assets:precompile
2709
+ --------------------------------
2710
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2711
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2712
+  (0.1ms) rollback transaction
2713
+  (0.1ms) begin transaction
2714
+ ------------------------------
2715
+ RakeTest: test_stopover:create
2716
+ ------------------------------
2717
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2718
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2719
+  (0.1ms) rollback transaction
2720
+  (0.1ms) begin transaction
2721
+ --------------------------------------------------------------------
2722
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2723
+ --------------------------------------------------------------------
2724
+  (0.0ms) rollback transaction
2725
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2726
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2727
+  (0.1ms) select sqlite_version(*)
2728
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2729
+  (0.1ms) SELECT version FROM "schema_migrations"
2730
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2731
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2732
+  (0.1ms) begin transaction
2733
+ --------------------------------
2734
+ RakeTest: test_assets:precompile
2735
+ --------------------------------
2736
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2737
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2738
+  (0.1ms) rollback transaction
2739
+  (0.0ms) begin transaction
2740
+ --------------------------------------------------------------------
2741
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2742
+ --------------------------------------------------------------------
2743
+  (0.0ms) rollback transaction
2744
+  (0.1ms) begin transaction
2745
+ ------------------------------
2746
+ RakeTest: test_stopover:create
2747
+ ------------------------------
2748
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2749
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2750
+  (0.1ms) rollback transaction
2751
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2752
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2753
+  (0.1ms) select sqlite_version(*)
2754
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2755
+  (0.1ms) SELECT version FROM "schema_migrations"
2756
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2757
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2758
+  (0.1ms) begin transaction
2759
+ ------------------------------
2760
+ RakeTest: test_stopover:create
2761
+ ------------------------------
2762
+ Rendered stopover/404.html.erb within layouts/stopover (2.9ms)
2763
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2764
+  (0.1ms) rollback transaction
2765
+  (0.1ms) begin transaction
2766
+ --------------------------------
2767
+ RakeTest: test_assets:precompile
2768
+ --------------------------------
2769
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2770
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2771
+  (0.1ms) rollback transaction
2772
+  (0.1ms) begin transaction
2773
+ --------------------------------------------------------------------
2774
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2775
+ --------------------------------------------------------------------
2776
+  (0.0ms) rollback transaction
2777
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2778
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2779
+  (0.1ms) select sqlite_version(*)
2780
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2781
+  (0.1ms) SELECT version FROM "schema_migrations"
2782
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2783
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2784
+  (0.1ms) begin transaction
2785
+ --------------------------------
2786
+ RakeTest: test_assets:precompile
2787
+ --------------------------------
2788
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2789
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2790
+  (0.1ms) rollback transaction
2791
+  (0.0ms) begin transaction
2792
+ --------------------------------------------------------------------
2793
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2794
+ --------------------------------------------------------------------
2795
+  (0.0ms) rollback transaction
2796
+  (0.1ms) begin transaction
2797
+ ------------------------------
2798
+ RakeTest: test_stopover:create
2799
+ ------------------------------
2800
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2801
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.9ms)
2802
+  (0.1ms) rollback transaction
2803
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2804
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2805
+  (0.1ms) select sqlite_version(*)
2806
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2807
+  (0.1ms) SELECT version FROM "schema_migrations"
2808
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2809
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2810
+  (0.1ms) begin transaction
2811
+ --------------------------------------------------------------------
2812
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2813
+ --------------------------------------------------------------------
2814
+ Rendered stopover/404.html.erb within layouts/stopover (2.8ms)
2815
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
2816
+  (0.1ms) rollback transaction
2817
+  (0.1ms) begin transaction
2818
+ --------------------------------
2819
+ RakeTest: test_assets:precompile
2820
+ --------------------------------
2821
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2822
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.4ms)
2823
+  (0.1ms) rollback transaction
2824
+  (0.1ms) begin transaction
2825
+ ------------------------------
2826
+ RakeTest: test_stopover:create
2827
+ ------------------------------
2828
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
2829
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2830
+  (0.1ms) rollback transaction
2831
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2832
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2833
+  (0.1ms) select sqlite_version(*)
2834
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2835
+  (0.1ms) SELECT version FROM "schema_migrations"
2836
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2837
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2838
+  (0.1ms) begin transaction
2839
+ ------------------------------
2840
+ RakeTest: test_stopover:create
2841
+ ------------------------------
2842
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2843
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2844
+  (0.2ms) rollback transaction
2845
+  (0.1ms) begin transaction
2846
+ --------------------------------
2847
+ RakeTest: test_assets:precompile
2848
+ --------------------------------
2849
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
2850
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2851
+  (0.1ms) rollback transaction
2852
+  (0.1ms) begin transaction
2853
+ --------------------------------------------------------------------
2854
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2855
+ --------------------------------------------------------------------
2856
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
2857
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2858
+  (0.1ms) rollback transaction
2859
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2860
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2861
+  (0.1ms) select sqlite_version(*)
2862
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2863
+  (0.1ms) SELECT version FROM "schema_migrations"
2864
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2865
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2866
+  (0.1ms) begin transaction
2867
+ --------------------------------------------------------------------
2868
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2869
+ --------------------------------------------------------------------
2870
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2871
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2872
+  (0.1ms) rollback transaction
2873
+  (0.1ms) begin transaction
2874
+ ------------------------------
2875
+ RakeTest: test_stopover:create
2876
+ ------------------------------
2877
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2878
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2879
+  (0.1ms) rollback transaction
2880
+  (0.1ms) begin transaction
2881
+ --------------------------------
2882
+ RakeTest: test_assets:precompile
2883
+ --------------------------------
2884
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2885
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2886
+  (0.1ms) rollback transaction
2887
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2888
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2889
+  (0.1ms) select sqlite_version(*)
2890
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2891
+  (0.1ms) SELECT version FROM "schema_migrations"
2892
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2893
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2894
+  (0.1ms) begin transaction
2895
+ --------------------------------------------------------------------
2896
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2897
+ --------------------------------------------------------------------
2898
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
2899
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2900
+  (0.4ms) rollback transaction
2901
+  (0.1ms) begin transaction
2902
+ ------------------------------
2903
+ RakeTest: test_stopover:create
2904
+ ------------------------------
2905
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2906
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2907
+  (0.1ms) rollback transaction
2908
+  (0.1ms) begin transaction
2909
+ --------------------------------
2910
+ RakeTest: test_assets:precompile
2911
+ --------------------------------
2912
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2913
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2914
+  (0.1ms) rollback transaction
2915
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2916
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2917
+  (0.1ms) select sqlite_version(*)
2918
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2919
+  (0.3ms) SELECT version FROM "schema_migrations"
2920
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2921
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2922
+  (0.1ms) begin transaction
2923
+ --------------------------------------------------------------------
2924
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2925
+ --------------------------------------------------------------------
2926
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2927
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.4ms)
2928
+  (0.1ms) rollback transaction
2929
+  (0.2ms) begin transaction
2930
+ --------------------------------
2931
+ RakeTest: test_assets:precompile
2932
+ --------------------------------
2933
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
2934
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2935
+  (0.1ms) rollback transaction
2936
+  (0.1ms) begin transaction
2937
+ ------------------------------
2938
+ RakeTest: test_stopover:create
2939
+ ------------------------------
2940
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
2941
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2942
+  (0.1ms) rollback transaction
2943
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2944
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2945
+  (0.1ms) select sqlite_version(*)
2946
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2947
+  (0.1ms) SELECT version FROM "schema_migrations"
2948
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2949
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2950
+  (0.1ms) begin transaction
2951
+ --------------------------------------------------------------------
2952
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2953
+ --------------------------------------------------------------------
2954
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2955
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2956
+  (0.1ms) rollback transaction
2957
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2958
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2959
+  (0.2ms) select sqlite_version(*)
2960
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2961
+  (0.1ms) SELECT version FROM "schema_migrations"
2962
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2963
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2964
+  (0.1ms) begin transaction
2965
+ --------------------------------------------------------------------
2966
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2967
+ --------------------------------------------------------------------
2968
+ Rendered stopover/404.html.erb within layouts/stopover (2.5ms)
2969
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2970
+  (0.1ms) rollback transaction
2971
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2972
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2973
+  (0.1ms) select sqlite_version(*)
2974
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2975
+  (0.2ms) SELECT version FROM "schema_migrations"
2976
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2977
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2978
+  (0.1ms) begin transaction
2979
+ --------------------------------------------------------------------
2980
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2981
+ --------------------------------------------------------------------
2982
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
2983
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
2984
+  (0.1ms) rollback transaction
2985
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2986
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2987
+  (0.1ms) select sqlite_version(*)
2988
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2989
+  (0.1ms) SELECT version FROM "schema_migrations"
2990
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2991
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2992
+  (0.1ms) begin transaction
2993
+ --------------------------------------------------------------------
2994
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
2995
+ --------------------------------------------------------------------
2996
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
2997
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
2998
+  (0.1ms) rollback transaction
2999
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3000
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3001
+  (0.4ms) select sqlite_version(*)
3002
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3003
+  (0.1ms) SELECT version FROM "schema_migrations"
3004
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3005
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3006
+  (0.1ms) begin transaction
3007
+ --------------------------------------------------------------------
3008
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
3009
+ --------------------------------------------------------------------
3010
+ Rendered stopover/404.html.erb within layouts/stopover (2.7ms)
3011
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
3012
+  (0.1ms) rollback transaction
3013
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3014
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3015
+  (0.1ms) select sqlite_version(*)
3016
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3017
+  (0.1ms) SELECT version FROM "schema_migrations"
3018
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3019
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3020
+  (0.1ms) begin transaction
3021
+ --------------------------------------------------------------------
3022
+ RakeTest: test_assets:precompile_with_disable_hook_assets_precompile
3023
+ --------------------------------------------------------------------
3024
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
3025
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3026
+  (0.1ms) rollback transaction
3027
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
3028
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3029
+  (0.1ms) select sqlite_version(*)
3030
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3031
+  (0.1ms) SELECT version FROM "schema_migrations"
3032
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3033
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3034
+  (0.1ms) begin transaction
3035
+ ----------------------------------
3036
+ StopoverTest: test_class_variables
3037
+ ----------------------------------
3038
+  (0.0ms) rollback transaction
3039
+  (0.1ms) begin transaction
3040
+ --------------------------------
3041
+ RakeTest: test_assets:precompile
3042
+ --------------------------------
3043
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
3044
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
3045
+  (0.1ms) rollback transaction
3046
+  (0.1ms) begin transaction
3047
+ ------------------------------
3048
+ RakeTest: test_stopover:create
3049
+ ------------------------------
3050
+ Rendered stopover/404.html.erb within layouts/stopover (2.3ms)
3051
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3052
+  (0.1ms) rollback transaction
3053
+  (0.1ms) begin transaction
3054
+ --------------------------------------------
3055
+ Stopover::PagesControllerTest: test_GET_show
3056
+ --------------------------------------------
3057
+ Processing by Stopover::PagesController#show as HTML
3058
+ Parameters: {"id"=>"404"}
3059
+ Rendered stopover/404.html.erb within layouts/stopover (2.5ms)
3060
+ Completed 200 OK in 141ms (Views: 140.7ms | ActiveRecord: 0.0ms)
3061
+  (0.1ms) rollback transaction
3062
+  (0.1ms) begin transaction
3063
+ ---------------------------------------------
3064
+ Stopover::PagesControllerTest: test_GET_index
3065
+ ---------------------------------------------
3066
+ Processing by Stopover::PagesController#index as HTML
3067
+ Rendered text template (0.0ms)
3068
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3069
+  (0.1ms) rollback transaction
3070
+  (0.0ms) begin transaction
3071
+ ---------------------------------------------------
3072
+ Stopover::ApplicationControllerTest: test_.renderer
3073
+ ---------------------------------------------------
3074
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
3075
+  (0.1ms) rollback transaction
3076
+  (0.1ms) begin transaction
3077
+ ---------------------------------------------------------------------------
3078
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3079
+ ---------------------------------------------------------------------------
3080
+  (0.0ms) rollback transaction
3081
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3082
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3083
+  (0.1ms) select sqlite_version(*)
3084
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3085
+  (0.1ms) SELECT version FROM "schema_migrations"
3086
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3087
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3088
+  (0.1ms) begin transaction
3089
+ ---------------------------------------------
3090
+ Stopover::PagesControllerTest: test_GET_index
3091
+ ---------------------------------------------
3092
+ Processing by Stopover::PagesController#index as HTML
3093
+ Rendered text template (0.0ms)
3094
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
3095
+  (0.2ms) rollback transaction
3096
+  (0.1ms) begin transaction
3097
+ --------------------------------------------
3098
+ Stopover::PagesControllerTest: test_GET_show
3099
+ --------------------------------------------
3100
+ Processing by Stopover::PagesController#show as HTML
3101
+ Parameters: {"id"=>"404"}
3102
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
3103
+ Completed 200 OK in 132ms (Views: 131.8ms | ActiveRecord: 0.0ms)
3104
+  (0.1ms) rollback transaction
3105
+  (0.0ms) begin transaction
3106
+ ------------------------------
3107
+ RakeTest: test_stopover:create
3108
+ ------------------------------
3109
+ Rendered stopover/404.html.erb within layouts/stopover (2.7ms)
3110
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.6ms)
3111
+  (0.1ms) rollback transaction
3112
+  (0.1ms) begin transaction
3113
+ --------------------------------
3114
+ RakeTest: test_assets:precompile
3115
+ --------------------------------
3116
+ Rendered stopover/404.html.erb within layouts/stopover (2.8ms)
3117
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.8ms)
3118
+  (0.1ms) rollback transaction
3119
+  (0.1ms) begin transaction
3120
+ ----------------------------------
3121
+ StopoverTest: test_class_variables
3122
+ ----------------------------------
3123
+  (0.0ms) rollback transaction
3124
+  (0.0ms) begin transaction
3125
+ ---------------------------------------------------
3126
+ Stopover::ApplicationControllerTest: test_.renderer
3127
+ ---------------------------------------------------
3128
+ Rendered stopover/404.html.erb within layouts/stopover (1.2ms)
3129
+  (0.1ms) rollback transaction
3130
+  (0.1ms) begin transaction
3131
+ ---------------------------------------------------------------------------
3132
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3133
+ ---------------------------------------------------------------------------
3134
+  (0.0ms) rollback transaction
3135
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
3136
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3137
+  (0.1ms) select sqlite_version(*)
3138
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3139
+  (0.1ms) SELECT version FROM "schema_migrations"
3140
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3141
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3142
+  (0.1ms) begin transaction
3143
+ ---------------------------------------------------
3144
+ Stopover::ApplicationControllerTest: test_.renderer
3145
+ ---------------------------------------------------
3146
+ Rendered stopover/404.html.erb within layouts/stopover (3.8ms)
3147
+  (0.1ms) rollback transaction
3148
+  (0.1ms) begin transaction
3149
+ ---------------------------------------------------------------------------
3150
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3151
+ ---------------------------------------------------------------------------
3152
+  (0.1ms) rollback transaction
3153
+  (0.1ms) begin transaction
3154
+ --------------------------------
3155
+ RakeTest: test_assets:precompile
3156
+ --------------------------------
3157
+ Rendered stopover/404.html.erb within layouts/stopover (2.2ms)
3158
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3159
+  (0.1ms) rollback transaction
3160
+  (0.1ms) begin transaction
3161
+ ------------------------------
3162
+ RakeTest: test_stopover:create
3163
+ ------------------------------
3164
+ Rendered stopover/404.html.erb within layouts/stopover (2.1ms)
3165
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3166
+  (0.1ms) rollback transaction
3167
+  (0.1ms) begin transaction
3168
+ ----------------------------------
3169
+ StopoverTest: test_class_variables
3170
+ ----------------------------------
3171
+  (0.0ms) rollback transaction
3172
+  (0.2ms) begin transaction
3173
+ ---------------------------------------------
3174
+ Stopover::PagesControllerTest: test_GET_index
3175
+ ---------------------------------------------
3176
+ Processing by Stopover::PagesController#index as HTML
3177
+ Rendered text template (0.0ms)
3178
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
3179
+  (0.1ms) rollback transaction
3180
+  (0.1ms) begin transaction
3181
+ --------------------------------------------
3182
+ Stopover::PagesControllerTest: test_GET_show
3183
+ --------------------------------------------
3184
+ Processing by Stopover::PagesController#show as HTML
3185
+ Parameters: {"id"=>"404"}
3186
+ Rendered stopover/404.html.erb within layouts/stopover (0.7ms)
3187
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
3188
+  (0.1ms) rollback transaction
3189
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3190
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3191
+  (0.1ms) select sqlite_version(*)
3192
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3193
+  (0.1ms) SELECT version FROM "schema_migrations"
3194
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3195
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3196
+  (0.1ms) begin transaction
3197
+ ---------------------------------------------
3198
+ Stopover::PagesControllerTest: test_GET_index
3199
+ ---------------------------------------------
3200
+ Processing by Stopover::PagesController#index as HTML
3201
+ Rendered text template (0.0ms)
3202
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
3203
+  (0.1ms) rollback transaction
3204
+  (0.1ms) begin transaction
3205
+ --------------------------------------------
3206
+ Stopover::PagesControllerTest: test_GET_show
3207
+ --------------------------------------------
3208
+ Processing by Stopover::PagesController#show as HTML
3209
+ Parameters: {"id"=>"404"}
3210
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
3211
+ Completed 200 OK in 126ms (Views: 126.2ms | ActiveRecord: 0.0ms)
3212
+  (0.1ms) rollback transaction
3213
+  (0.0ms) begin transaction
3214
+ ---------------------------------------------------
3215
+ Stopover::ApplicationControllerTest: test_.renderer
3216
+ ---------------------------------------------------
3217
+ Rendered stopover/404.html.erb within layouts/stopover (1.0ms)
3218
+  (0.1ms) rollback transaction
3219
+  (0.1ms) begin transaction
3220
+ ---------------------------------------------------------------------------
3221
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3222
+ ---------------------------------------------------------------------------
3223
+  (0.0ms) rollback transaction
3224
+  (0.1ms) begin transaction
3225
+ ----------------------------------
3226
+ StopoverTest: test_class_variables
3227
+ ----------------------------------
3228
+  (0.0ms) rollback transaction
3229
+  (0.1ms) begin transaction
3230
+ --------------------------------
3231
+ RakeTest: test_assets:precompile
3232
+ --------------------------------
3233
+ Rendered stopover/404.html.erb within layouts/stopover (2.7ms)
3234
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.7ms)
3235
+  (0.1ms) rollback transaction
3236
+  (0.1ms) begin transaction
3237
+ ------------------------------
3238
+ RakeTest: test_stopover:create
3239
+ ------------------------------
3240
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
3241
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.8ms)
3242
+  (0.1ms) rollback transaction
3243
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
3244
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3245
+  (0.2ms) select sqlite_version(*)
3246
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3247
+  (0.1ms) SELECT version FROM "schema_migrations"
3248
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3249
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3250
+  (0.1ms) begin transaction
3251
+ ---------------------------------------------------------------------------
3252
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3253
+ ---------------------------------------------------------------------------
3254
+  (0.1ms) rollback transaction
3255
+  (0.2ms) begin transaction
3256
+ ---------------------------------------------------
3257
+ Stopover::ApplicationControllerTest: test_.renderer
3258
+ ---------------------------------------------------
3259
+ Rendered stopover/404.html.erb within layouts/stopover (2.4ms)
3260
+  (0.1ms) rollback transaction
3261
+  (0.0ms) begin transaction
3262
+ ----------------------------------
3263
+ StopoverTest: test_class_variables
3264
+ ----------------------------------
3265
+  (0.0ms) rollback transaction
3266
+  (0.1ms) begin transaction
3267
+ ------------------------------
3268
+ RakeTest: test_stopover:create
3269
+ ------------------------------
3270
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
3271
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3272
+  (0.1ms) rollback transaction
3273
+  (0.0ms) begin transaction
3274
+ --------------------------------
3275
+ RakeTest: test_assets:precompile
3276
+ --------------------------------
3277
+ Rendered stopover/404.html.erb within layouts/stopover (1.9ms)
3278
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3279
+  (0.1ms) rollback transaction
3280
+  (0.1ms) begin transaction
3281
+ ---------------------------------------------
3282
+ Stopover::PagesControllerTest: test_GET_index
3283
+ ---------------------------------------------
3284
+ Processing by Stopover::PagesController#index as HTML
3285
+ Rendered text template (0.0ms)
3286
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3287
+  (0.1ms) rollback transaction
3288
+  (0.1ms) begin transaction
3289
+ --------------------------------------------
3290
+ Stopover::PagesControllerTest: test_GET_show
3291
+ --------------------------------------------
3292
+ Processing by Stopover::PagesController#show as HTML
3293
+ Parameters: {"id"=>"404"}
3294
+ Rendered stopover/404.html.erb within layouts/stopover (0.8ms)
3295
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
3296
+  (0.1ms) rollback transaction
3297
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3298
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
3299
+  (0.1ms) select sqlite_version(*)
3300
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3301
+  (0.1ms) SELECT version FROM "schema_migrations"
3302
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3303
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
3304
+  (0.1ms) begin transaction
3305
+ ---------------------------------------------
3306
+ Stopover::PagesControllerTest: test_GET_index
3307
+ ---------------------------------------------
3308
+ Processing by Stopover::PagesController#index as HTML
3309
+ Rendered text template (0.0ms)
3310
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
3311
+  (0.1ms) rollback transaction
3312
+  (0.0ms) begin transaction
3313
+ --------------------------------------------
3314
+ Stopover::PagesControllerTest: test_GET_show
3315
+ --------------------------------------------
3316
+ Processing by Stopover::PagesController#show as HTML
3317
+ Parameters: {"id"=>"404"}
3318
+ Rendered stopover/404.html.erb within layouts/stopover (2.0ms)
3319
+ Completed 200 OK in 140ms (Views: 139.9ms | ActiveRecord: 0.0ms)
3320
+  (0.1ms) rollback transaction
3321
+  (0.1ms) begin transaction
3322
+ ---------------------------------------------------
3323
+ Stopover::ApplicationControllerTest: test_.renderer
3324
+ ---------------------------------------------------
3325
+ Rendered stopover/404.html.erb within layouts/stopover (0.6ms)
3326
+  (0.1ms) rollback transaction
3327
+  (0.1ms) begin transaction
3328
+ ---------------------------------------------------------------------------
3329
+ Stopover::ApplicationControllerTest: test_instance_methods_from_module_eval
3330
+ ---------------------------------------------------------------------------
3331
+  (0.0ms) rollback transaction
3332
+  (0.0ms) begin transaction
3333
+ ----------------------------------
3334
+ StopoverTest: test_class_variables
3335
+ ----------------------------------
3336
+  (0.0ms) rollback transaction
3337
+  (0.0ms) begin transaction
3338
+ --------------------------------
3339
+ RakeTest: test_assets:precompile
3340
+ --------------------------------
3341
+ Rendered stopover/404.html.erb within layouts/stopover (1.8ms)
3342
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3343
+  (0.1ms) rollback transaction
3344
+  (0.1ms) begin transaction
3345
+ ------------------------------
3346
+ RakeTest: test_stopover:create
3347
+ ------------------------------
3348
+ Rendered stopover/404.html.erb within layouts/stopover (1.7ms)
3349
+ Rendered stopover/test/500.html.erb within layouts/stopover (0.5ms)
3350
+  (0.1ms) rollback transaction