qlive-rspec 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. data/.gitignore +9 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE +22 -0
  4. data/README.md +77 -0
  5. data/Rakefile +2 -0
  6. data/lib/qlive-rspec.rb +12 -0
  7. data/lib/qlive-rspec/version.rb +3 -0
  8. data/lib/qlive/matchers.rb +28 -0
  9. data/lib/qlive/rspec.rb +74 -0
  10. data/qlive-rspec.gemspec +24 -0
  11. data/spec/dummy/Gemfile +29 -0
  12. data/spec/dummy/README.md +19 -0
  13. data/spec/dummy/Rakefile +7 -0
  14. data/spec/dummy/app/assets/images/rails.png +0 -0
  15. data/spec/dummy/app/assets/javascripts/application.js +25 -0
  16. data/spec/dummy/app/assets/javascripts/backbone_on_rails_todo.js.coffee +11 -0
  17. data/spec/dummy/app/assets/javascripts/collections/todos.js.coffee +5 -0
  18. data/spec/dummy/app/assets/javascripts/models/todo.js.coffee +3 -0
  19. data/spec/dummy/app/assets/javascripts/routers/todo_app_router.js.coffee +14 -0
  20. data/spec/dummy/app/assets/javascripts/views/todo_app/todo_app.js.coffee +29 -0
  21. data/spec/dummy/app/assets/javascripts/views/todos/todo.js.coffee +12 -0
  22. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  23. data/spec/dummy/app/assets/stylesheets/todos.scss +45 -0
  24. data/spec/dummy/app/assets/templates/todo_list/index.jst.eco +11 -0
  25. data/spec/dummy/app/assets/templates/todos/index.jst.eco +1 -0
  26. data/spec/dummy/app/controllers/application_controller.rb +10 -0
  27. data/spec/dummy/app/controllers/todo_list_controller.rb +11 -0
  28. data/spec/dummy/app/controllers/todos_controller.rb +18 -0
  29. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  30. data/spec/dummy/app/helpers/todos_helper.rb +2 -0
  31. data/spec/dummy/app/mailers/.gitkeep +0 -0
  32. data/spec/dummy/app/models/todo.rb +12 -0
  33. data/spec/dummy/app/models/todo_list.rb +9 -0
  34. data/spec/dummy/app/views/layouts/application.html.erb +19 -0
  35. data/spec/dummy/app/views/todo_list/index.html.erb +11 -0
  36. data/spec/dummy/app/views/todos/create.html.erb +2 -0
  37. data/spec/dummy/app/views/todos/index.html.erb +2 -0
  38. data/spec/dummy/app/views/todos/new.html.erb +2 -0
  39. data/spec/dummy/config.ru +4 -0
  40. data/spec/dummy/config/application.rb +59 -0
  41. data/spec/dummy/config/boot.rb +6 -0
  42. data/spec/dummy/config/database.yml +20 -0
  43. data/spec/dummy/config/environment.rb +5 -0
  44. data/spec/dummy/config/environments/development.rb +37 -0
  45. data/spec/dummy/config/environments/production.rb +67 -0
  46. data/spec/dummy/config/environments/test.rb +37 -0
  47. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  48. data/spec/dummy/config/initializers/inflections.rb +15 -0
  49. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  50. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  51. data/spec/dummy/config/initializers/session_store.rb +8 -0
  52. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  53. data/spec/dummy/config/locales/en.yml +5 -0
  54. data/spec/dummy/config/routes.rb +15 -0
  55. data/spec/dummy/db/development.sqlite3 +0 -0
  56. data/spec/dummy/db/migrate/20120317122010_create_todos.rb +14 -0
  57. data/spec/dummy/db/schema.rb +29 -0
  58. data/spec/dummy/db/seeds.rb +7 -0
  59. data/spec/dummy/db/test.sqlite3 +0 -0
  60. data/spec/dummy/doc/README_FOR_APP +2 -0
  61. data/spec/dummy/lib/assets/.gitkeep +0 -0
  62. data/spec/dummy/lib/tasks/.gitkeep +0 -0
  63. data/spec/dummy/log/.gitkeep +0 -0
  64. data/spec/dummy/log/development.log +7086 -0
  65. data/spec/dummy/log/test.log +460 -0
  66. data/spec/dummy/public/404.html +26 -0
  67. data/spec/dummy/public/422.html +26 -0
  68. data/spec/dummy/public/500.html +25 -0
  69. data/spec/dummy/public/favicon.ico +0 -0
  70. data/spec/dummy/public/robots.txt +5 -0
  71. data/spec/dummy/script/rails +6 -0
  72. data/spec/dummy/script/test +1 -0
  73. data/spec/dummy/spec/factories/todo_lists.rb +7 -0
  74. data/spec/dummy/spec/factories/todos.rb +14 -0
  75. data/spec/dummy/spec/qunits/.DS_Store +0 -0
  76. data/spec/dummy/spec/qunits/adding_todos/adding_todos_qlive.rb +13 -0
  77. data/spec/dummy/spec/qunits/adding_todos/ajax-creation.js +18 -0
  78. data/spec/dummy/spec/qunits/qunit_support/qlive_helper.rb +0 -0
  79. data/spec/dummy/spec/qunits/qunit_support/qunit-starter.js +6 -0
  80. data/spec/dummy/spec/qunits/qunit_support/wait-for.js +24 -0
  81. data/spec/dummy/tmp/cache/assets/C5B/9C0/sprockets%2Faa69c6a6967552862782c17a264616f0 +0 -0
  82. data/spec/dummy/tmp/cache/assets/C85/B80/sprockets%2F98af874023c7cc2924ae87e605711532 +0 -0
  83. data/spec/dummy/tmp/cache/assets/C9A/C40/sprockets%2F729f761526e6c21ed96511f7277fe982 +0 -0
  84. data/spec/dummy/tmp/cache/assets/C9F/9A0/sprockets%2F1db451c19d955625f00aa51437df3152 +0 -0
  85. data/spec/dummy/tmp/cache/assets/CA5/800/sprockets%2F353700484461b1229e7cfb7b7c0ce640 +0 -0
  86. data/spec/dummy/tmp/cache/assets/CAB/1F0/sprockets%2F5bc32b49750b54325270c34377ede81e +0 -0
  87. data/spec/dummy/tmp/cache/assets/CAF/6B0/sprockets%2F2b7b92f831e2b43c590ca91b62708395 +0 -0
  88. data/spec/dummy/tmp/cache/assets/CBB/2E0/sprockets%2F9f57f2f115170a931f96bdb689312b94 +0 -0
  89. data/spec/dummy/tmp/cache/assets/CC1/EC0/sprockets%2Fe6256cd8969bf71b9e18729e631072a2 +0 -0
  90. data/spec/dummy/tmp/cache/assets/CD4/C30/sprockets%2Fd166012e1da02d12697c2ee0f574f690 +0 -0
  91. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  92. data/spec/dummy/tmp/cache/assets/CDC/F50/sprockets%2F614a5858458b9422d8e266fbaa6310ab +0 -0
  93. data/spec/dummy/tmp/cache/assets/CDF/CB0/sprockets%2Fd6f984ec9cf105b484172a66c00f0561 +0 -0
  94. data/spec/dummy/tmp/cache/assets/CFF/170/sprockets%2F4af4a5f916847c198f92a79e8f04287f +0 -0
  95. data/spec/dummy/tmp/cache/assets/D0D/830/sprockets%2F15213ba08baca38d909585e736bb9f44 +0 -0
  96. data/spec/dummy/tmp/cache/assets/D10/F10/sprockets%2F349a7d73940a1643fb3de693ca7cd244 +0 -0
  97. data/spec/dummy/tmp/cache/assets/D11/2F0/sprockets%2F36fc2e765d9cc09c50c0e55b1933a737 +0 -0
  98. data/spec/dummy/tmp/cache/assets/D26/620/sprockets%2F6926777d652a664ceb5aa28666efa7c9 +0 -0
  99. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  100. data/spec/dummy/tmp/cache/assets/D3E/F10/sprockets%2F75dd8ecd20427d22139517ae9f25ee2a +0 -0
  101. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  102. data/spec/dummy/tmp/cache/assets/D4E/F70/sprockets%2Fcf5cf57efa2c53a409b80285278e5f77 +0 -0
  103. data/spec/dummy/tmp/cache/assets/D52/090/sprockets%2F826a9bb15e4093dd94d248d9f90f9ed2 +0 -0
  104. data/spec/dummy/tmp/cache/assets/D53/7D0/sprockets%2F43c0246147f6192dfffbf8f68d793a6e +0 -0
  105. data/spec/dummy/tmp/cache/assets/D53/E30/sprockets%2Fffde997b0d35826e3175caa159968dc4 +0 -0
  106. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  107. data/spec/dummy/tmp/cache/assets/D5B/1B0/sprockets%2F36c7e9792a69fd67c686a16e382b5ffa +0 -0
  108. data/spec/dummy/tmp/cache/assets/D68/7D0/sprockets%2Fde9b9f45d0b5fa19cf672371102a1f0f +0 -0
  109. data/spec/dummy/tmp/cache/assets/D6F/C80/sprockets%2F69d138071bef8c9a34324bfdf2fd530d +0 -0
  110. data/spec/dummy/tmp/cache/assets/D71/020/sprockets%2Fe303c90d58293dcd7eb29d633c9cb54a +0 -0
  111. data/spec/dummy/tmp/cache/assets/D76/C40/sprockets%2F5dc3f2334568fee3c23c086463fefa8c +0 -0
  112. data/spec/dummy/tmp/cache/assets/D82/AD0/sprockets%2F042cc68bc2ce132b356c704abfaf107a +0 -0
  113. data/spec/dummy/tmp/cache/assets/D89/0B0/sprockets%2F7c8dc9875c0c22e89fdc595cdd9605f2 +0 -0
  114. data/spec/dummy/tmp/cache/assets/D8E/A00/sprockets%2Ff89d78b78be9a45cf7e944a57c82b26c +0 -0
  115. data/spec/dummy/tmp/cache/assets/D90/690/sprockets%2Fce78782d3fc61622015a80c2acc6cdba +0 -0
  116. data/spec/dummy/tmp/cache/assets/D99/330/sprockets%2Fe2a2a8724fee0fb701e358ee266cda62 +0 -0
  117. data/spec/dummy/tmp/cache/assets/D99/B80/sprockets%2Fc608b81fe3a10ffee85e0b63e9ca9201 +0 -0
  118. data/spec/dummy/tmp/cache/assets/DB0/B80/sprockets%2F96f6192adc54bf98a98d6fa190ebb74b +0 -0
  119. data/spec/dummy/tmp/cache/assets/DC6/AD0/sprockets%2Fcfcccca451e28002deb96721d94e25ce +0 -0
  120. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  121. data/spec/dummy/tmp/cache/assets/DE6/CE0/sprockets%2F6fda7e975c6df54bffda6598f431e5d1 +0 -0
  122. data/spec/dummy/tmp/cache/assets/DFD/350/sprockets%2Fdbea6b4a1f0b88258c29c6836bcca6ed +0 -0
  123. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  124. data/spec/dummy/tmp/cache/assets/E39/3B0/sprockets%2F9ae1c4c883d1dd6fc84cdbf1ff55d44f +0 -0
  125. data/spec/dummy/tmp/cache/sass/3a7aef2f892362e6596155ab72cedacbd9a1a7ed/todos.scssc +0 -0
  126. data/spec/dummy/tmp/cache/sass/3ac4a8f3985b4a79a98fc03388b5ded5e9bdc4aa/todos.scssc +0 -0
  127. data/spec/dummy/vendor/assets/javascripts/.gitkeep +0 -0
  128. data/spec/dummy/vendor/assets/stylesheets/.gitkeep +0 -0
  129. data/spec/dummy/vendor/plugins/.gitkeep +0 -0
  130. data/spec/qunits_spec.rb +7 -0
  131. data/spec/spec_helper.rb +14 -0
  132. metadata +365 -0
@@ -0,0 +1,460 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
5
+ Connecting to database specified by database.yml
6
+ Connecting to database specified by database.yml
7
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
8
+  (0.2ms) select sqlite_version(*)
9
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10
+  (0.1ms) PRAGMA index_list("schema_migrations")
11
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
+ Migrating to CreateTodos (20120317122010)
14
+  (0.0ms) begin transaction
15
+  (1.7ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "todo_list_id" integer, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
16
+  (0.2ms) CREATE TABLE "todo_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
17
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120317122010')
18
+  (349.7ms) commit transaction
19
+  (0.4ms) select sqlite_version(*)
20
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
21
+  (0.0ms) PRAGMA index_list("todo_lists")
22
+  (0.0ms) PRAGMA index_list("todos")
23
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
24
+ Connecting to database specified by database.yml
25
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
26
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
27
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
28
+ Connecting to database specified by database.yml
29
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
30
+ Connecting to database specified by database.yml
31
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
32
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
33
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
34
+ Connecting to database specified by database.yml
35
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
36
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
37
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
38
+ Connecting to database specified by database.yml
39
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
40
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
41
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
42
+ Connecting to database specified by database.yml
43
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
44
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
45
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
46
+ Connecting to database specified by database.yml
47
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
48
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
49
+ Connecting to database specified by database.yml
50
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
51
+ TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
52
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
53
+ Connecting to database specified by database.yml
54
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
55
+ Connecting to database specified by database.yml
56
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
57
+ TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
58
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
59
+ Connecting to database specified by database.yml
60
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
61
+ Connecting to database specified by database.yml
62
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
63
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
64
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
65
+ Connecting to database specified by database.yml
66
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
67
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
68
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
69
+ Connecting to database specified by database.yml
70
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
71
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
72
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
73
+ Connecting to database specified by database.yml
74
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
75
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
76
+  (0.1ms) begin transaction
77
+ SQL (30.3ms) INSERT INTO "todo_lists" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["name", "My ToDo List"], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
78
+  (1.4ms) commit transaction
79
+  (0.1ms) begin transaction
80
+ SQL (1.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Umv the Fwbg"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
81
+  (13.5ms) commit transaction
82
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
83
+  (0.1ms) begin transaction
84
+ SQL (1.3ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Oiu the Nnse"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
85
+  (2.1ms) commit transaction
86
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
87
+  (0.1ms) begin transaction
88
+ SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Dwo the Cekt"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
89
+  (3.9ms) commit transaction
90
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
91
+  (0.0ms) begin transaction
92
+ SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Tsy the Wtfk"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
93
+  (3.2ms) commit transaction
94
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
95
+
96
+
97
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:15:05 -0700
98
+ Processing by TodoListController#index as HTML
99
+ Parameters: {"qlive"=>"adding_todos"}
100
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
101
+ Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
102
+ Rendered todo_list/index.html.erb within layouts/application (1.0ms)
103
+ Completed 200 OK in 238ms (Views: 93.6ms | ActiveRecord: 1.0ms)
104
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
105
+
106
+
107
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:15:05 -0700
108
+ Processing by TodoListController#index as HTML
109
+ Parameters: {"qlive"=>"adding_todos"}
110
+ TodoList Load (0.9ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
111
+ Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
112
+ Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 1.3ms)
113
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
114
+ Connecting to database specified by database.yml
115
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
116
+ Todo Load (17.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 1]]
117
+  (0.1ms) begin transaction
118
+ SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
119
+  (1.1ms) commit transaction
120
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 2]]
121
+  (0.1ms) begin transaction
122
+ SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
123
+  (0.8ms) commit transaction
124
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 3]]
125
+  (0.1ms) begin transaction
126
+ SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
127
+  (1.2ms) commit transaction
128
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 4]]
129
+  (0.1ms) begin transaction
130
+ SQL (1.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
131
+  (1.8ms) commit transaction
132
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
133
+  (0.1ms) begin transaction
134
+ SQL (11.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Zbf the Efhr"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
135
+  (228.1ms) commit transaction
136
+ TodoList Load (0.9ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
137
+  (0.1ms) begin transaction
138
+ SQL (1.5ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Uxw the Tckb"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
139
+  (1.3ms) commit transaction
140
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
141
+  (0.1ms) begin transaction
142
+ SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Pse the Btgs"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
143
+  (3.3ms) commit transaction
144
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
145
+  (0.0ms) begin transaction
146
+ SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Jvx the Rolf"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
147
+  (4.0ms) commit transaction
148
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
149
+
150
+
151
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
152
+ Processing by TodoListController#index as HTML
153
+ Parameters: {"qlive"=>"adding_todos"}
154
+ TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
155
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
156
+ Rendered todo_list/index.html.erb within layouts/application (1.1ms)
157
+ Completed 200 OK in 203ms (Views: 55.3ms | ActiveRecord: 2.5ms)
158
+
159
+
160
+ Started GET "/assets/application.css" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
161
+ Compiled todos.css (55ms) (pid 18464)
162
+ Compiled application.css (78ms) (pid 18464)
163
+ Served asset /application.css - 200 OK (147ms)
164
+
165
+
166
+ Started GET "/assets/application.js" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
167
+ Compiled jquery.js (4ms) (pid 18464)
168
+ Compiled jquery_ujs.js (0ms) (pid 18464)
169
+ Compiled underscore.js (1ms) (pid 18464)
170
+ Compiled backbone.js (1ms) (pid 18464)
171
+ Compiled backbone_on_rails_todo.js (242ms) (pid 18464)
172
+ Compiled todo_list/index.js (247ms) (pid 18464)
173
+ Compiled todos/index.js (199ms) (pid 18464)
174
+ Compiled models/todo.js (239ms) (pid 18464)
175
+ Compiled collections/todos.js (185ms) (pid 18464)
176
+ Compiled views/todo_app/todo_app.js (198ms) (pid 18464)
177
+ Compiled views/todos/todo.js (189ms) (pid 18464)
178
+ Compiled routers/todo_app_router.js (197ms) (pid 18464)
179
+ Compiled application.js (1987ms) (pid 18464)
180
+ Served asset /application.js - 200 OK (2112ms)
181
+
182
+
183
+ Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
184
+ Processing by Qlive::SourcesController#show as JS
185
+ Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
186
+ Rendered text template (0.0ms)
187
+ Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.0ms)
188
+
189
+
190
+ Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
191
+ Processing by Qlive::SourcesController#show as JS
192
+ Parameters: {"rel_path"=>"qunit_support/wait-for"}
193
+ Rendered text template (0.0ms)
194
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
195
+
196
+
197
+ Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
198
+ Processing by Qlive::SourcesController#show as JS
199
+ Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
200
+ Rendered text template (0.0ms)
201
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
202
+
203
+
204
+ Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
205
+ Processing by TodosController#index as JSON
206
+ TodoList Load (1.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
207
+ Todo Load (1.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
208
+ Completed 200 OK in 24ms (Views: 0.6ms | ActiveRecord: 0.0ms)
209
+
210
+
211
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
212
+ Processing by TodoListController#index as */*
213
+ Parameters: {"qlive"=>"adding_todos"}
214
+ TodoList Load (0.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
215
+ Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
216
+ Rendered todo_list/index.html.erb within layouts/application (0.4ms)
217
+ Completed 200 OK in 9ms (Views: 3.2ms | ActiveRecord: 1.1ms)
218
+
219
+
220
+ Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:16:09 -0700
221
+ Processing by TodosController#create as JSON
222
+ Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
223
+ TodoList Load (1.2ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
224
+  (0.1ms) begin transaction
225
+ SQL (1.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:16:09 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:16:09 UTC +00:00]]
226
+  (1.0ms) commit transaction
227
+ Rendered todos/create.html.erb within layouts/application (0.7ms)
228
+ Completed 200 OK in 56ms (Views: 45.1ms | ActiveRecord: 4.0ms)
229
+ http://127.0.0.1:35694/?qlive=adding_todos#colors/blue passed: 2, failed: 0
230
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
231
+
232
+
233
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
234
+ Processing by TodoListController#index as HTML
235
+ Parameters: {"qlive"=>"adding_todos"}
236
+ TodoList Load (24.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
237
+ Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
238
+ Completed 200 OK in 30ms (Views: 1.7ms | ActiveRecord: 25.2ms)
239
+
240
+
241
+ Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
242
+ Processing by Qlive::SourcesController#show as JS
243
+ Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
244
+ Completed 200 OK in 28ms (Views: 0.4ms | ActiveRecord: 0.0ms)
245
+
246
+
247
+ Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
248
+ Processing by Qlive::SourcesController#show as JS
249
+ Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
250
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
251
+
252
+
253
+ Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
254
+ Processing by Qlive::SourcesController#show as JS
255
+ Parameters: {"rel_path"=>"qunit_support/wait-for"}
256
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
257
+
258
+
259
+ Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
260
+ Processing by TodosController#index as JSON
261
+ TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
262
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
263
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
264
+
265
+
266
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
267
+ Processing by TodoListController#index as */*
268
+ Parameters: {"qlive"=>"adding_todos"}
269
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
270
+ Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
271
+ Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.9ms)
272
+
273
+
274
+ Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:16:15 -0700
275
+ Processing by TodosController#create as JSON
276
+ Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
277
+ TodoList Load (1.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
278
+  (0.1ms) begin transaction
279
+ SQL (1.5ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:16:15 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:16:15 UTC +00:00]]
280
+  (1.2ms) commit transaction
281
+ Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 3.9ms)
282
+ http://127.0.0.1:35694/?qlive=adding_todos#colors/brown passed: 2, failed: 0
283
+ Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
284
+ Connecting to database specified by database.yml
285
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
286
+ Todo Load (46.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 5]]
287
+  (0.1ms) begin transaction
288
+ SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
289
+  (1.2ms) commit transaction
290
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 6]]
291
+  (0.1ms) begin transaction
292
+ SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
293
+  (0.8ms) commit transaction
294
+ Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 7]]
295
+  (0.1ms) begin transaction
296
+ SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
297
+  (0.9ms) commit transaction
298
+ Todo Load (2.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 8]]
299
+  (0.1ms) begin transaction
300
+ SQL (1.0ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
301
+  (0.9ms) commit transaction
302
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 9]]
303
+  (0.0ms) begin transaction
304
+ SQL (1.1ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
305
+  (0.8ms) commit transaction
306
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 10]]
307
+  (0.0ms) begin transaction
308
+ SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
309
+  (0.9ms) commit transaction
310
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
311
+  (0.1ms) begin transaction
312
+ SQL (12.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Tyd the Hfxp"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
313
+  (1.0ms) commit transaction
314
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
315
+  (0.0ms) begin transaction
316
+ SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Unr the Pxji"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
317
+  (1.0ms) commit transaction
318
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
319
+  (0.0ms) begin transaction
320
+ SQL (2.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Wll the Wtmr"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
321
+  (7.0ms) commit transaction
322
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
323
+  (0.1ms) begin transaction
324
+ SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Cce the Eguq"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
325
+  (4.1ms) commit transaction
326
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
327
+
328
+
329
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
330
+ Processing by TodoListController#index as HTML
331
+ Parameters: {"qlive"=>"adding_todos"}
332
+ TodoList Load (0.2ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
333
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
334
+ Rendered todo_list/index.html.erb within layouts/application (1.0ms)
335
+ Completed 200 OK in 207ms (Views: 88.4ms | ActiveRecord: 1.8ms)
336
+
337
+
338
+ Started GET "/assets/application.css" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
339
+ Compiled todos.css (72ms) (pid 18741)
340
+ Compiled application.css (89ms) (pid 18741)
341
+ Served asset /application.css - 200 OK (117ms)
342
+
343
+
344
+ Started GET "/assets/application.js" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
345
+ Compiled jquery.js (4ms) (pid 18741)
346
+ Compiled jquery_ujs.js (0ms) (pid 18741)
347
+ Compiled underscore.js (1ms) (pid 18741)
348
+ Compiled backbone.js (1ms) (pid 18741)
349
+ Compiled backbone_on_rails_todo.js (239ms) (pid 18741)
350
+ Compiled todo_list/index.js (226ms) (pid 18741)
351
+ Compiled todos/index.js (194ms) (pid 18741)
352
+ Compiled models/todo.js (248ms) (pid 18741)
353
+ Compiled collections/todos.js (306ms) (pid 18741)
354
+ Compiled views/todo_app/todo_app.js (202ms) (pid 18741)
355
+ Compiled views/todos/todo.js (192ms) (pid 18741)
356
+ Compiled routers/todo_app_router.js (195ms) (pid 18741)
357
+ Compiled application.js (2060ms) (pid 18741)
358
+ Served asset /application.js - 200 OK (2159ms)
359
+
360
+
361
+ Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
362
+ Processing by Qlive::SourcesController#show as JS
363
+ Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
364
+ Rendered text template (0.0ms)
365
+ Completed 200 OK in 45ms (Views: 37.2ms | ActiveRecord: 0.0ms)
366
+
367
+
368
+ Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
369
+ Processing by Qlive::SourcesController#show as JS
370
+ Parameters: {"rel_path"=>"qunit_support/wait-for"}
371
+ Rendered text template (0.0ms)
372
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
373
+
374
+
375
+ Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
376
+ Processing by Qlive::SourcesController#show as JS
377
+ Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
378
+ Rendered text template (0.0ms)
379
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
380
+
381
+
382
+ Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
383
+ Processing by TodosController#index as JSON
384
+ TodoList Load (2.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
385
+ Todo Load (0.6ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
386
+ Completed 200 OK in 25ms (Views: 0.6ms | ActiveRecord: 0.0ms)
387
+
388
+
389
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
390
+ Processing by TodoListController#index as */*
391
+ Parameters: {"qlive"=>"adding_todos"}
392
+ TodoList Load (0.8ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
393
+ Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
394
+ Rendered todo_list/index.html.erb within layouts/application (0.4ms)
395
+ Completed 200 OK in 9ms (Views: 3.2ms | ActiveRecord: 1.2ms)
396
+
397
+
398
+ Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:24:26 -0700
399
+ Processing by TodosController#create as JSON
400
+ Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
401
+ TodoList Load (3.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
402
+  (0.2ms) begin transaction
403
+ SQL (1.8ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:24:26 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:26 UTC +00:00]]
404
+  (1.2ms) commit transaction
405
+ Rendered todos/create.html.erb within layouts/application (1.3ms)
406
+ Completed 200 OK in 81ms (Views: 56.8ms | ActiveRecord: 6.3ms)
407
+ http://127.0.0.1:56889/?qlive=adding_todos#colors/blue passed: 2, failed: 0
408
+ Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
409
+
410
+
411
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
412
+ Processing by TodoListController#index as HTML
413
+ Parameters: {"qlive"=>"adding_todos"}
414
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
415
+ Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
416
+ Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.7ms)
417
+
418
+
419
+ Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
420
+ Processing by Qlive::SourcesController#show as JS
421
+ Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
422
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
423
+
424
+
425
+ Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
426
+ Processing by Qlive::SourcesController#show as JS
427
+ Parameters: {"rel_path"=>"qunit_support/wait-for"}
428
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
429
+
430
+
431
+ Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
432
+ Processing by Qlive::SourcesController#show as JS
433
+ Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
434
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
435
+
436
+
437
+ Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
438
+ Processing by TodosController#index as JSON
439
+ TodoList Load (1.0ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
440
+ Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
441
+ Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
442
+
443
+
444
+ Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
445
+ Processing by TodoListController#index as */*
446
+ Parameters: {"qlive"=>"adding_todos"}
447
+ TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
448
+ Todo Load (0.7ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
449
+ Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 1.1ms)
450
+
451
+
452
+ Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:24:32 -0700
453
+ Processing by TodosController#create as JSON
454
+ Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
455
+ TodoList Load (1.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
456
+  (0.1ms) begin transaction
457
+ SQL (11.3ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:24:32 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:32 UTC +00:00]]
458
+  (1.0ms) commit transaction
459
+ Completed 200 OK in 20ms (Views: 2.0ms | ActiveRecord: 13.6ms)
460
+ http://127.0.0.1:56889/?qlive=adding_todos#colors/brown passed: 2, failed: 0