qlive-rspec 0.1.0
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.
- data/.gitignore +9 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +77 -0
- data/Rakefile +2 -0
- data/lib/qlive-rspec.rb +12 -0
- data/lib/qlive-rspec/version.rb +3 -0
- data/lib/qlive/matchers.rb +28 -0
- data/lib/qlive/rspec.rb +74 -0
- data/qlive-rspec.gemspec +24 -0
- data/spec/dummy/Gemfile +29 -0
- data/spec/dummy/README.md +19 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/images/rails.png +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +25 -0
- data/spec/dummy/app/assets/javascripts/backbone_on_rails_todo.js.coffee +11 -0
- data/spec/dummy/app/assets/javascripts/collections/todos.js.coffee +5 -0
- data/spec/dummy/app/assets/javascripts/models/todo.js.coffee +3 -0
- data/spec/dummy/app/assets/javascripts/routers/todo_app_router.js.coffee +14 -0
- data/spec/dummy/app/assets/javascripts/views/todo_app/todo_app.js.coffee +29 -0
- data/spec/dummy/app/assets/javascripts/views/todos/todo.js.coffee +12 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/assets/stylesheets/todos.scss +45 -0
- data/spec/dummy/app/assets/templates/todo_list/index.jst.eco +11 -0
- data/spec/dummy/app/assets/templates/todos/index.jst.eco +1 -0
- data/spec/dummy/app/controllers/application_controller.rb +10 -0
- data/spec/dummy/app/controllers/todo_list_controller.rb +11 -0
- data/spec/dummy/app/controllers/todos_controller.rb +18 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/helpers/todos_helper.rb +2 -0
- data/spec/dummy/app/mailers/.gitkeep +0 -0
- data/spec/dummy/app/models/todo.rb +12 -0
- data/spec/dummy/app/models/todo_list.rb +9 -0
- data/spec/dummy/app/views/layouts/application.html.erb +19 -0
- data/spec/dummy/app/views/todo_list/index.html.erb +11 -0
- data/spec/dummy/app/views/todos/create.html.erb +2 -0
- data/spec/dummy/app/views/todos/index.html.erb +2 -0
- data/spec/dummy/app/views/todos/new.html.erb +2 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +59 -0
- data/spec/dummy/config/boot.rb +6 -0
- data/spec/dummy/config/database.yml +20 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +37 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +15 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20120317122010_create_todos.rb +14 -0
- data/spec/dummy/db/schema.rb +29 -0
- data/spec/dummy/db/seeds.rb +7 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/doc/README_FOR_APP +2 -0
- data/spec/dummy/lib/assets/.gitkeep +0 -0
- data/spec/dummy/lib/tasks/.gitkeep +0 -0
- data/spec/dummy/log/.gitkeep +0 -0
- data/spec/dummy/log/development.log +7086 -0
- data/spec/dummy/log/test.log +460 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/robots.txt +5 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/dummy/script/test +1 -0
- data/spec/dummy/spec/factories/todo_lists.rb +7 -0
- data/spec/dummy/spec/factories/todos.rb +14 -0
- data/spec/dummy/spec/qunits/.DS_Store +0 -0
- data/spec/dummy/spec/qunits/adding_todos/adding_todos_qlive.rb +13 -0
- data/spec/dummy/spec/qunits/adding_todos/ajax-creation.js +18 -0
- data/spec/dummy/spec/qunits/qunit_support/qlive_helper.rb +0 -0
- data/spec/dummy/spec/qunits/qunit_support/qunit-starter.js +6 -0
- data/spec/dummy/spec/qunits/qunit_support/wait-for.js +24 -0
- data/spec/dummy/tmp/cache/assets/C5B/9C0/sprockets%2Faa69c6a6967552862782c17a264616f0 +0 -0
- data/spec/dummy/tmp/cache/assets/C85/B80/sprockets%2F98af874023c7cc2924ae87e605711532 +0 -0
- data/spec/dummy/tmp/cache/assets/C9A/C40/sprockets%2F729f761526e6c21ed96511f7277fe982 +0 -0
- data/spec/dummy/tmp/cache/assets/C9F/9A0/sprockets%2F1db451c19d955625f00aa51437df3152 +0 -0
- data/spec/dummy/tmp/cache/assets/CA5/800/sprockets%2F353700484461b1229e7cfb7b7c0ce640 +0 -0
- data/spec/dummy/tmp/cache/assets/CAB/1F0/sprockets%2F5bc32b49750b54325270c34377ede81e +0 -0
- data/spec/dummy/tmp/cache/assets/CAF/6B0/sprockets%2F2b7b92f831e2b43c590ca91b62708395 +0 -0
- data/spec/dummy/tmp/cache/assets/CBB/2E0/sprockets%2F9f57f2f115170a931f96bdb689312b94 +0 -0
- data/spec/dummy/tmp/cache/assets/CC1/EC0/sprockets%2Fe6256cd8969bf71b9e18729e631072a2 +0 -0
- data/spec/dummy/tmp/cache/assets/CD4/C30/sprockets%2Fd166012e1da02d12697c2ee0f574f690 +0 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/CDC/F50/sprockets%2F614a5858458b9422d8e266fbaa6310ab +0 -0
- data/spec/dummy/tmp/cache/assets/CDF/CB0/sprockets%2Fd6f984ec9cf105b484172a66c00f0561 +0 -0
- data/spec/dummy/tmp/cache/assets/CFF/170/sprockets%2F4af4a5f916847c198f92a79e8f04287f +0 -0
- data/spec/dummy/tmp/cache/assets/D0D/830/sprockets%2F15213ba08baca38d909585e736bb9f44 +0 -0
- data/spec/dummy/tmp/cache/assets/D10/F10/sprockets%2F349a7d73940a1643fb3de693ca7cd244 +0 -0
- data/spec/dummy/tmp/cache/assets/D11/2F0/sprockets%2F36fc2e765d9cc09c50c0e55b1933a737 +0 -0
- data/spec/dummy/tmp/cache/assets/D26/620/sprockets%2F6926777d652a664ceb5aa28666efa7c9 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D3E/F10/sprockets%2F75dd8ecd20427d22139517ae9f25ee2a +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/F70/sprockets%2Fcf5cf57efa2c53a409b80285278e5f77 +0 -0
- data/spec/dummy/tmp/cache/assets/D52/090/sprockets%2F826a9bb15e4093dd94d248d9f90f9ed2 +0 -0
- data/spec/dummy/tmp/cache/assets/D53/7D0/sprockets%2F43c0246147f6192dfffbf8f68d793a6e +0 -0
- data/spec/dummy/tmp/cache/assets/D53/E30/sprockets%2Fffde997b0d35826e3175caa159968dc4 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/D5B/1B0/sprockets%2F36c7e9792a69fd67c686a16e382b5ffa +0 -0
- data/spec/dummy/tmp/cache/assets/D68/7D0/sprockets%2Fde9b9f45d0b5fa19cf672371102a1f0f +0 -0
- data/spec/dummy/tmp/cache/assets/D6F/C80/sprockets%2F69d138071bef8c9a34324bfdf2fd530d +0 -0
- data/spec/dummy/tmp/cache/assets/D71/020/sprockets%2Fe303c90d58293dcd7eb29d633c9cb54a +0 -0
- data/spec/dummy/tmp/cache/assets/D76/C40/sprockets%2F5dc3f2334568fee3c23c086463fefa8c +0 -0
- data/spec/dummy/tmp/cache/assets/D82/AD0/sprockets%2F042cc68bc2ce132b356c704abfaf107a +0 -0
- data/spec/dummy/tmp/cache/assets/D89/0B0/sprockets%2F7c8dc9875c0c22e89fdc595cdd9605f2 +0 -0
- data/spec/dummy/tmp/cache/assets/D8E/A00/sprockets%2Ff89d78b78be9a45cf7e944a57c82b26c +0 -0
- data/spec/dummy/tmp/cache/assets/D90/690/sprockets%2Fce78782d3fc61622015a80c2acc6cdba +0 -0
- data/spec/dummy/tmp/cache/assets/D99/330/sprockets%2Fe2a2a8724fee0fb701e358ee266cda62 +0 -0
- data/spec/dummy/tmp/cache/assets/D99/B80/sprockets%2Fc608b81fe3a10ffee85e0b63e9ca9201 +0 -0
- data/spec/dummy/tmp/cache/assets/DB0/B80/sprockets%2F96f6192adc54bf98a98d6fa190ebb74b +0 -0
- data/spec/dummy/tmp/cache/assets/DC6/AD0/sprockets%2Fcfcccca451e28002deb96721d94e25ce +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/DE6/CE0/sprockets%2F6fda7e975c6df54bffda6598f431e5d1 +0 -0
- data/spec/dummy/tmp/cache/assets/DFD/350/sprockets%2Fdbea6b4a1f0b88258c29c6836bcca6ed +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/E39/3B0/sprockets%2F9ae1c4c883d1dd6fc84cdbf1ff55d44f +0 -0
- data/spec/dummy/tmp/cache/sass/3a7aef2f892362e6596155ab72cedacbd9a1a7ed/todos.scssc +0 -0
- data/spec/dummy/tmp/cache/sass/3ac4a8f3985b4a79a98fc03388b5ded5e9bdc4aa/todos.scssc +0 -0
- data/spec/dummy/vendor/assets/javascripts/.gitkeep +0 -0
- data/spec/dummy/vendor/assets/stylesheets/.gitkeep +0 -0
- data/spec/dummy/vendor/plugins/.gitkeep +0 -0
- data/spec/qunits_spec.rb +7 -0
- data/spec/spec_helper.rb +14 -0
- 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
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
|
9
|
+
[1m[35m (2.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
10
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
11
|
+
[1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
12
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
13
|
+
Migrating to CreateTodos (20120317122010)
|
|
14
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
15
|
+
[1m[36m (1.7ms)[0m [1mCREATE 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) [0m
|
|
16
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120317122010')[0m
|
|
18
|
+
[1m[35m (349.7ms)[0m commit transaction
|
|
19
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
|
20
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
21
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("todo_lists")[0m
|
|
22
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
26
|
+
[1m[35mTodoList Load (0.5ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
32
|
+
[1m[35mTodoList Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
36
|
+
[1m[35mTodoList Load (0.5ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
40
|
+
[1m[35mTodoList Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
44
|
+
[1m[35mTodoList Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
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
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
51
|
+
[1m[35mTodoList Load (0.6ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
57
|
+
[1m[35mTodoList Load (0.6ms)[0m 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
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
63
|
+
[1m[35mTodoList Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
67
|
+
[1m[35mTodoList Load (0.5ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
71
|
+
[1m[35mTodoList Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
75
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
76
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77
|
+
[1m[35mSQL (30.3ms)[0m 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
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
|
79
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
80
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (13.5ms)[0m commit transaction
|
|
82
|
+
[1m[36mTodoList Load (0.4ms)[0m [1mSELECT "todo_lists".* FROM "todo_lists" LIMIT 1[0m
|
|
83
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
84
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.1ms)[0m commit transaction
|
|
86
|
+
[1m[36mTodoList Load (0.5ms)[0m [1mSELECT "todo_lists".* FROM "todo_lists" LIMIT 1[0m
|
|
87
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
88
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (3.9ms)[0m commit transaction
|
|
90
|
+
[1m[36mTodoList Load (0.4ms)[0m [1mSELECT "todo_lists".* FROM "todo_lists" LIMIT 1[0m
|
|
91
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
92
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (3.2ms)[0m 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
|
+
[1m[36mTodoList Load (0.5ms)[0m [1mSELECT "todo_lists".* FROM "todo_lists" LIMIT 1[0m
|
|
101
|
+
[1m[35mTodo Load (0.4ms)[0m 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
|
+
[1m[36mTodoList Load (0.9ms)[0m [1mSELECT "todo_lists".* FROM "todo_lists" LIMIT 1[0m
|
|
111
|
+
[1m[35mTodo Load (0.4ms)[0m 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
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
116
|
+
[1m[35mTodo Load (17.4ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 1]]
|
|
117
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
118
|
+
[1m[35mSQL (1.2ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
|
|
119
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
|
120
|
+
[1m[35mTodo Load (0.3ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 2]]
|
|
121
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
122
|
+
[1m[35mSQL (0.9ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
|
|
123
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
124
|
+
[1m[35mTodo Load (0.2ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 3]]
|
|
125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
126
|
+
[1m[35mSQL (0.9ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
|
|
127
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
128
|
+
[1m[35mTodo Load (0.3ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 4]]
|
|
129
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
130
|
+
[1m[35mSQL (1.3ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
|
|
131
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
|
132
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
133
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
134
|
+
[1m[35mSQL (11.7ms)[0m 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
|
+
[1m[36m (228.1ms)[0m [1mcommit transaction[0m
|
|
136
|
+
[1m[35mTodoList Load (0.9ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
137
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
138
|
+
[1m[35mSQL (1.5ms)[0m 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
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
|
140
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
141
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
142
|
+
[1m[35mSQL (1.2ms)[0m 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
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
|
144
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
146
|
+
[1m[35mSQL (1.2ms)[0m 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
|
+
[1m[36m (4.0ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mTodoList Load (0.6ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
155
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (1.7ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
207
|
+
[1m[36mTodo Load (1.2ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (0.7ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
215
|
+
[1m[36mTodo Load (0.4ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (1.2ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
224
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
225
|
+
[1m[35mSQL (1.7ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mTodoList Load (24.7ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
237
|
+
[1m[36mTodo Load (0.5ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (0.5ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
262
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
270
|
+
[1m[36mTodo Load (0.5ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (1.1ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
278
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
279
|
+
[1m[35mSQL (1.5ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" [0m
|
|
286
|
+
[1m[35mTodo Load (46.3ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 5]]
|
|
287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
288
|
+
[1m[35mSQL (1.2ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
|
|
289
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
290
|
+
[1m[35mTodo Load (0.3ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 6]]
|
|
291
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
292
|
+
[1m[35mSQL (0.9ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
|
|
293
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
294
|
+
[1m[35mTodo Load (0.5ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 7]]
|
|
295
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
296
|
+
[1m[35mSQL (1.2ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
|
|
297
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
298
|
+
[1m[35mTodo Load (2.2ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 8]]
|
|
299
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
300
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
|
|
301
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
302
|
+
[1m[35mTodo Load (0.2ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 9]]
|
|
303
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
304
|
+
[1m[35mSQL (1.1ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
|
|
305
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
306
|
+
[1m[35mTodo Load (0.2ms)[0m SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 10]]
|
|
307
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
308
|
+
[1m[35mSQL (0.9ms)[0m DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
|
|
309
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
310
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
311
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
312
|
+
[1m[35mSQL (12.7ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
314
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
315
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
316
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
318
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
319
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
320
|
+
[1m[35mSQL (2.1ms)[0m 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
|
+
[1m[36m (7.0ms)[0m [1mcommit transaction[0m
|
|
322
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
323
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
324
|
+
[1m[35mSQL (1.2ms)[0m 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
|
+
[1m[36m (4.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mTodoList Load (0.2ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
333
|
+
[1m[36mTodo Load (0.2ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (2.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
385
|
+
[1m[36mTodo Load (0.6ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (0.8ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
393
|
+
[1m[36mTodo Load (0.4ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (3.1ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
402
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
403
|
+
[1m[35mSQL (1.8ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
415
|
+
[1m[36mTodo Load (0.3ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (1.0ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
440
|
+
[1m[36mTodo Load (0.4ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (0.4ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
448
|
+
[1m[36mTodo Load (0.7ms)[0m [1mSELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1[0m
|
|
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
|
+
[1m[35mTodoList Load (1.1ms)[0m SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
|
|
456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
457
|
+
[1m[35mSQL (11.3ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
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
|