qwester 0.1.2 → 0.1.3
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/lib/active_admin/admin/presentations.rb +1 -1
- data/lib/active_admin/admin/rule_sets.rb +7 -5
- data/lib/qwester/version.rb +4 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +527 -0
- data/test/dummy/log/test.log +4833 -0
- metadata +6 -6
|
@@ -39,7 +39,7 @@ module Qwester
|
|
|
39
39
|
f.input :title, :label => "Title (or create from name)"
|
|
40
40
|
f.input :default, :label => 'Set as default (that is, the first presentation displayed to a user). If no default, all questionnaires will be displayed'
|
|
41
41
|
if defined?(Ckeditor)
|
|
42
|
-
f.input :description, :as => :ckeditor, :input_html => { :height => 100
|
|
42
|
+
f.input :description, :as => :ckeditor, :input_html => { :height => 100}
|
|
43
43
|
else
|
|
44
44
|
f.input :description, :input_html => { :rows => 3}
|
|
45
45
|
end
|
|
@@ -23,9 +23,9 @@ module Qwester
|
|
|
23
23
|
|
|
24
24
|
para 'R2 = "a1 and not a2"'
|
|
25
25
|
|
|
26
|
-
para 'R3 = "
|
|
26
|
+
para 'R3 = "sum(:id) == 7"'
|
|
27
27
|
|
|
28
|
-
para 'R4 = "(2 in a1 a2 a3) and (
|
|
28
|
+
para 'R4 = "(2 in a1 a2 a3) and (average(:id) == 3)"'
|
|
29
29
|
|
|
30
30
|
table(:class => 'small') do
|
|
31
31
|
tr do
|
|
@@ -39,24 +39,26 @@ module Qwester
|
|
|
39
39
|
th "[a1, a2]"
|
|
40
40
|
th "true"
|
|
41
41
|
th "false"
|
|
42
|
-
th "
|
|
42
|
+
th "false"
|
|
43
43
|
th "false"
|
|
44
44
|
end
|
|
45
45
|
tr do
|
|
46
46
|
th "[a3, a4]"
|
|
47
47
|
th "true"
|
|
48
48
|
th "false"
|
|
49
|
-
th "
|
|
49
|
+
th "true"
|
|
50
50
|
th "false"
|
|
51
51
|
end
|
|
52
52
|
tr do
|
|
53
53
|
th "[a1, a3, a5]"
|
|
54
54
|
th "false"
|
|
55
55
|
th "true"
|
|
56
|
-
th "
|
|
56
|
+
th "false"
|
|
57
57
|
th "true"
|
|
58
58
|
end
|
|
59
59
|
end
|
|
60
|
+
|
|
61
|
+
para link_to('Rule engine documentation', 'https://github.com/reggieb/array_logic', :target => '_blank')
|
|
60
62
|
|
|
61
63
|
end
|
|
62
64
|
|
data/lib/qwester/version.rb
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
module Qwester
|
|
2
|
-
VERSION = "0.1.
|
|
2
|
+
VERSION = "0.1.3"
|
|
3
3
|
end
|
|
4
4
|
|
|
5
5
|
# History
|
|
6
6
|
# =======
|
|
7
7
|
#
|
|
8
|
+
# 0.1.3 - Update to use version of Array Logic that supports functions.
|
|
9
|
+
# Allows RuleSet#rule to be defined using sum, average or count functions
|
|
10
|
+
#
|
|
8
11
|
# 0.1.2 - Modification to admin pages
|
|
9
12
|
# Changes CKeditor to use default style.
|
|
10
13
|
#
|
|
Binary file
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -49983,3 +49983,530 @@ Served asset /active_admin.js - 304 Not Modified (17ms)
|
|
|
49983
49983
|
|
|
49984
49984
|
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-18 16:34:33 +0000
|
|
49985
49985
|
Served asset /application.js - 304 Not Modified (25ms)
|
|
49986
|
+
Connecting to database specified by database.yml
|
|
49987
|
+
|
|
49988
|
+
|
|
49989
|
+
Started GET "/" for 127.0.0.1 at 2013-03-27 13:39:17 +0000
|
|
49990
|
+
Processing by Qwester::QuestionnairesController#index as HTML
|
|
49991
|
+
[1m[36mQwester::Presentation Load (0.5ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1[0m
|
|
49992
|
+
[1m[35mQwester::Questionnaire Load (0.4ms)[0m SELECT "qwester_questionnaires".* FROM "qwester_questionnaires" INNER JOIN "qwester_presentation_questionnaires" ON "qwester_questionnaires"."id" = "qwester_presentation_questionnaires"."questionnaire_id" WHERE "qwester_presentation_questionnaires"."presentation_id" = 2
|
|
49993
|
+
Rendered /home/rob/web/qwester/app/views/qwester/questionnaires/index.html.erb within layouts/application (173.8ms)
|
|
49994
|
+
Completed 200 OK in 1346ms (Views: 966.8ms | ActiveRecord: 8.6ms)
|
|
49995
|
+
|
|
49996
|
+
|
|
49997
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
49998
|
+
Served asset /application.css - 200 OK (98ms)
|
|
49999
|
+
|
|
50000
|
+
|
|
50001
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50002
|
+
Served asset /active_admin.css - 200 OK (186ms)
|
|
50003
|
+
|
|
50004
|
+
|
|
50005
|
+
Started GET "/assets/questionnaires.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50006
|
+
Served asset /questionnaires.css - 200 OK (44ms)
|
|
50007
|
+
|
|
50008
|
+
|
|
50009
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50010
|
+
Served asset /jquery.js - 200 OK (21ms)
|
|
50011
|
+
|
|
50012
|
+
|
|
50013
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50014
|
+
Served asset /jquery_ujs.js - 200 OK (6ms)
|
|
50015
|
+
|
|
50016
|
+
|
|
50017
|
+
Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50018
|
+
Served asset /active_admin/lib/namespace.js - 304 Not Modified (13ms)
|
|
50019
|
+
|
|
50020
|
+
|
|
50021
|
+
Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50022
|
+
Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (8ms)
|
|
50023
|
+
|
|
50024
|
+
|
|
50025
|
+
Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50026
|
+
Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (24ms)
|
|
50027
|
+
|
|
50028
|
+
|
|
50029
|
+
Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:20 +0000
|
|
50030
|
+
Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (13ms)
|
|
50031
|
+
|
|
50032
|
+
|
|
50033
|
+
Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50034
|
+
Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (9ms)
|
|
50035
|
+
|
|
50036
|
+
|
|
50037
|
+
Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50038
|
+
Served asset /active_admin/pages/application.js - 304 Not Modified (36ms)
|
|
50039
|
+
|
|
50040
|
+
|
|
50041
|
+
Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50042
|
+
Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (10ms)
|
|
50043
|
+
|
|
50044
|
+
|
|
50045
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50046
|
+
Served asset /active_admin/application.js - 304 Not Modified (66ms)
|
|
50047
|
+
|
|
50048
|
+
|
|
50049
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50050
|
+
Served asset /active_admin.js - 304 Not Modified (69ms)
|
|
50051
|
+
|
|
50052
|
+
|
|
50053
|
+
Started GET "/assets/questionnaires.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50054
|
+
Served asset /questionnaires.js - 200 OK (14ms)
|
|
50055
|
+
|
|
50056
|
+
|
|
50057
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:21 +0000
|
|
50058
|
+
Served asset /application.js - 200 OK (106ms)
|
|
50059
|
+
|
|
50060
|
+
|
|
50061
|
+
Started GET "/admin" for 127.0.0.1 at 2013-03-27 13:39:29 +0000
|
|
50062
|
+
Processing by Admin::DashboardController#index as HTML
|
|
50063
|
+
Completed 401 Unauthorized in 8ms
|
|
50064
|
+
|
|
50065
|
+
|
|
50066
|
+
Started GET "/admin/login" for 127.0.0.1 at 2013-03-27 13:39:30 +0000
|
|
50067
|
+
Processing by ActiveAdmin::Devise::SessionsController#new as HTML
|
|
50068
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.9ms)
|
|
50069
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (577.2ms)
|
|
50070
|
+
Completed 200 OK in 882ms (Views: 847.7ms | ActiveRecord: 0.2ms)
|
|
50071
|
+
|
|
50072
|
+
|
|
50073
|
+
Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50074
|
+
Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms)
|
|
50075
|
+
|
|
50076
|
+
|
|
50077
|
+
Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50078
|
+
Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (2ms)
|
|
50079
|
+
|
|
50080
|
+
|
|
50081
|
+
Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50082
|
+
Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (11ms)
|
|
50083
|
+
|
|
50084
|
+
|
|
50085
|
+
Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50086
|
+
Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (20ms)
|
|
50087
|
+
|
|
50088
|
+
|
|
50089
|
+
Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50090
|
+
Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (35ms)
|
|
50091
|
+
|
|
50092
|
+
|
|
50093
|
+
Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50094
|
+
Served asset /active_admin/pages/application.js - 304 Not Modified (15ms)
|
|
50095
|
+
|
|
50096
|
+
|
|
50097
|
+
Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50098
|
+
Served asset /active_admin/application.js - 304 Not Modified (16ms)
|
|
50099
|
+
|
|
50100
|
+
|
|
50101
|
+
Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50102
|
+
Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms)
|
|
50103
|
+
|
|
50104
|
+
|
|
50105
|
+
Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2013-03-27 13:39:31 +0000
|
|
50106
|
+
Served asset /active_admin.js - 304 Not Modified (11ms)
|
|
50107
|
+
|
|
50108
|
+
|
|
50109
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:39:32 +0000
|
|
50110
|
+
Served asset /active_admin/print.css - 200 OK (11ms)
|
|
50111
|
+
|
|
50112
|
+
|
|
50113
|
+
Started POST "/admin/login" for 127.0.0.1 at 2013-03-27 13:39:41 +0000
|
|
50114
|
+
Processing by ActiveAdmin::Devise::SessionsController#create as HTML
|
|
50115
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NX6dBV23lW4CtE+a7xGi38Rq58S1qvRXBOkwgmU9q5A=", "admin_user"=>{"email"=>"admin@warwickshire.gov.uk", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"}
|
|
50116
|
+
[1m[36mAdminUser Load (0.3ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1[0m
|
|
50117
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
50118
|
+
[1m[36m (2.2ms)[0m [1mUPDATE "admin_users" SET "last_sign_in_at" = '2013-03-18 13:33:52.891398', "current_sign_in_at" = '2013-03-27 13:39:42.237831', "sign_in_count" = 4, "updated_at" = '2013-03-27 13:39:42.299911' WHERE "admin_users"."id" = 1[0m
|
|
50119
|
+
[1m[35m (122.4ms)[0m commit transaction
|
|
50120
|
+
Redirected to http://localhost:3000/admin
|
|
50121
|
+
Completed 302 Found in 720ms (ActiveRecord: 0.0ms)
|
|
50122
|
+
|
|
50123
|
+
|
|
50124
|
+
Started GET "/admin" for 127.0.0.1 at 2013-03-27 13:39:42 +0000
|
|
50125
|
+
Processing by Admin::DashboardController#index as HTML
|
|
50126
|
+
[1m[36mAdminUser Load (0.4ms)[0m [1mSELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1[0m
|
|
50127
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/page/index.html.arb (168.0ms)
|
|
50128
|
+
Completed 200 OK in 205ms (Views: 200.2ms | ActiveRecord: 0.4ms)
|
|
50129
|
+
|
|
50130
|
+
|
|
50131
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:39:42 +0000
|
|
50132
|
+
Served asset /application.js - 200 OK (7ms)
|
|
50133
|
+
|
|
50134
|
+
|
|
50135
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:42 +0000
|
|
50136
|
+
Served asset /active_admin.js - 304 Not Modified (11ms)
|
|
50137
|
+
|
|
50138
|
+
|
|
50139
|
+
Started GET "/assets/active_admin/nested_menu_arrow.gif" for 127.0.0.1 at 2013-03-27 13:39:43 +0000
|
|
50140
|
+
Served asset /active_admin/nested_menu_arrow.gif - 304 Not Modified (52ms)
|
|
50141
|
+
|
|
50142
|
+
|
|
50143
|
+
Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-27 13:39:44 +0000
|
|
50144
|
+
Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (21ms)
|
|
50145
|
+
|
|
50146
|
+
|
|
50147
|
+
Started GET "/admin/qwester_rule_sets" for 127.0.0.1 at 2013-03-27 13:39:46 +0000
|
|
50148
|
+
Processing by Admin::QwesterRuleSetsController#index as HTML
|
|
50149
|
+
[1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50150
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count [0m
|
|
50151
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "qwester_rule_sets"
|
|
50152
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count [0m
|
|
50153
|
+
[1m[35mQwester::RuleSet Load (0.3ms)[0m SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0
|
|
50154
|
+
[1m[36m (0.2ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 3[0m
|
|
50155
|
+
[1m[35m (0.5ms)[0m SELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 2
|
|
50156
|
+
[1m[36m (0.2ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "qwester_answers"."id") FROM "qwester_answers" INNER JOIN "qwester_answers_rule_sets" ON "qwester_answers"."id" = "qwester_answers_rule_sets"."answer_id" WHERE "qwester_answers_rule_sets"."rule_set_id" = 1[0m
|
|
50157
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (658.1ms)
|
|
50158
|
+
Completed 200 OK in 694ms (Views: 681.2ms | ActiveRecord: 2.7ms)
|
|
50159
|
+
|
|
50160
|
+
|
|
50161
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:47 +0000
|
|
50162
|
+
Served asset /active_admin.js - 304 Not Modified (2ms)
|
|
50163
|
+
|
|
50164
|
+
|
|
50165
|
+
Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2013-03-27 13:39:47 +0000
|
|
50166
|
+
Served asset /active_admin/nested_menu_arrow_dark.gif - 304 Not Modified (0ms)
|
|
50167
|
+
|
|
50168
|
+
|
|
50169
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2013-03-27 13:39:47 +0000
|
|
50170
|
+
Served asset /active_admin/orderable.png - 304 Not Modified (18ms)
|
|
50171
|
+
|
|
50172
|
+
|
|
50173
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2013-03-27 13:39:47 +0000
|
|
50174
|
+
Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (33ms)
|
|
50175
|
+
|
|
50176
|
+
|
|
50177
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:39:51 +0000
|
|
50178
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50179
|
+
[1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50180
|
+
[1m[36mQwester::Presentation Load (0.3ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50181
|
+
[1m[35mQwester::Answer Load (6.9ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50182
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50183
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50184
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50185
|
+
[1m[35mQwester::Question Load (0.3ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50186
|
+
[1m[36mCACHE (13.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50187
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50188
|
+
[1m[36mQwester::Question Load (0.4ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50189
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50190
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50191
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:138)
|
|
50192
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (780.1ms)
|
|
50193
|
+
Completed 200 OK in 822ms (Views: 787.6ms | ActiveRecord: 21.7ms)
|
|
50194
|
+
|
|
50195
|
+
|
|
50196
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:39:52 +0000
|
|
50197
|
+
Served asset /active_admin.js - 304 Not Modified (5ms)
|
|
50198
|
+
|
|
50199
|
+
|
|
50200
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:43:25 +0000
|
|
50201
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50202
|
+
[1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50203
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50204
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50205
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50206
|
+
[1m[35mCACHE (5.3ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50207
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50208
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50209
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50210
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50211
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50212
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50213
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50214
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:138)
|
|
50215
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (305.7ms)
|
|
50216
|
+
Completed 200 OK in 312ms (Views: 302.8ms | ActiveRecord: 6.8ms)
|
|
50217
|
+
|
|
50218
|
+
|
|
50219
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:26 +0000
|
|
50220
|
+
Served asset /active_admin.css - 304 Not Modified (91ms)
|
|
50221
|
+
|
|
50222
|
+
|
|
50223
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:43:26 +0000
|
|
50224
|
+
Served asset /application.js - 304 Not Modified (21ms)
|
|
50225
|
+
|
|
50226
|
+
|
|
50227
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:43:26 +0000
|
|
50228
|
+
Served asset /active_admin.js - 304 Not Modified (10ms)
|
|
50229
|
+
|
|
50230
|
+
|
|
50231
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:26 +0000
|
|
50232
|
+
Served asset /active_admin/print.css - 304 Not Modified (6ms)
|
|
50233
|
+
|
|
50234
|
+
|
|
50235
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:43:35 +0000
|
|
50236
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50237
|
+
[1m[35mAdminUser Load (0.3ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50238
|
+
[1m[36mQwester::Presentation Load (0.3ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50239
|
+
[1m[35mQwester::Answer Load (0.1ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50240
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50241
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50242
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50243
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50244
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50245
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50246
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50247
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50248
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50249
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50250
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (417.5ms)
|
|
50251
|
+
Completed 200 OK in 477ms (Views: 427.8ms | ActiveRecord: 2.1ms)
|
|
50252
|
+
|
|
50253
|
+
|
|
50254
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:36 +0000
|
|
50255
|
+
Served asset /active_admin.css - 304 Not Modified (49ms)
|
|
50256
|
+
|
|
50257
|
+
|
|
50258
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:43:36 +0000
|
|
50259
|
+
Served asset /application.js - 304 Not Modified (17ms)
|
|
50260
|
+
|
|
50261
|
+
|
|
50262
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:43:36 +0000
|
|
50263
|
+
Served asset /active_admin.js - 304 Not Modified (12ms)
|
|
50264
|
+
|
|
50265
|
+
|
|
50266
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:43:36 +0000
|
|
50267
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|
|
50268
|
+
|
|
50269
|
+
|
|
50270
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:48:25 +0000
|
|
50271
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50272
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50273
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50274
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50275
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50276
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50277
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50278
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50279
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50280
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50281
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50282
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50283
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50284
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:144)
|
|
50285
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (360.8ms)
|
|
50286
|
+
Completed 200 OK in 417ms (Views: 363.7ms | ActiveRecord: 2.4ms)
|
|
50287
|
+
|
|
50288
|
+
|
|
50289
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:48:26 +0000
|
|
50290
|
+
Served asset /active_admin.css - 304 Not Modified (52ms)
|
|
50291
|
+
|
|
50292
|
+
|
|
50293
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:48:27 +0000
|
|
50294
|
+
Served asset /application.js - 304 Not Modified (19ms)
|
|
50295
|
+
|
|
50296
|
+
|
|
50297
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:48:27 +0000
|
|
50298
|
+
Served asset /active_admin.js - 304 Not Modified (10ms)
|
|
50299
|
+
|
|
50300
|
+
|
|
50301
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:48:27 +0000
|
|
50302
|
+
Served asset /active_admin/print.css - 304 Not Modified (7ms)
|
|
50303
|
+
|
|
50304
|
+
|
|
50305
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:12 +0000
|
|
50306
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50307
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50308
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50309
|
+
[1m[35mQwester::Answer Load (0.2ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50310
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50311
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50312
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50313
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50314
|
+
[1m[36mCACHE (0.4ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50315
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50316
|
+
[1m[36mQwester::Question Load (0.1ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50317
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50318
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50319
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50320
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (313.0ms)
|
|
50321
|
+
Completed 200 OK in 428ms (Views: 315.0ms | ActiveRecord: 2.6ms)
|
|
50322
|
+
|
|
50323
|
+
|
|
50324
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:14 +0000
|
|
50325
|
+
Served asset /active_admin.css - 304 Not Modified (97ms)
|
|
50326
|
+
|
|
50327
|
+
|
|
50328
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:14 +0000
|
|
50329
|
+
Served asset /application.js - 304 Not Modified (15ms)
|
|
50330
|
+
|
|
50331
|
+
|
|
50332
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:14 +0000
|
|
50333
|
+
Served asset /active_admin.js - 304 Not Modified (22ms)
|
|
50334
|
+
|
|
50335
|
+
|
|
50336
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:14 +0000
|
|
50337
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|
|
50338
|
+
|
|
50339
|
+
|
|
50340
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:29 +0000
|
|
50341
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50342
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50343
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50344
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50345
|
+
[1m[36mQwester::Question Load (2.1ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50346
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50347
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50348
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50349
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50350
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50351
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50352
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50353
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50354
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50355
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (529.1ms)
|
|
50356
|
+
Completed 200 OK in 587ms (Views: 529.4ms | ActiveRecord: 4.2ms)
|
|
50357
|
+
|
|
50358
|
+
|
|
50359
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:31 +0000
|
|
50360
|
+
Served asset /active_admin.css - 304 Not Modified (158ms)
|
|
50361
|
+
|
|
50362
|
+
|
|
50363
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:31 +0000
|
|
50364
|
+
Served asset /application.js - 304 Not Modified (18ms)
|
|
50365
|
+
|
|
50366
|
+
|
|
50367
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:31 +0000
|
|
50368
|
+
Served asset /active_admin.js - 304 Not Modified (6ms)
|
|
50369
|
+
|
|
50370
|
+
|
|
50371
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:31 +0000
|
|
50372
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|
|
50373
|
+
|
|
50374
|
+
|
|
50375
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:51:53 +0000
|
|
50376
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50377
|
+
[1m[35mAdminUser Load (2.4ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50378
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50379
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50380
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50381
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50382
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50383
|
+
[1m[35mQwester::Question Load (0.3ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50384
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50385
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50386
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50387
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50388
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50389
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50390
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (390.5ms)
|
|
50391
|
+
Completed 200 OK in 445ms (Views: 392.4ms | ActiveRecord: 4.6ms)
|
|
50392
|
+
|
|
50393
|
+
|
|
50394
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:55 +0000
|
|
50395
|
+
Served asset /active_admin.css - 304 Not Modified (34ms)
|
|
50396
|
+
|
|
50397
|
+
|
|
50398
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:51:55 +0000
|
|
50399
|
+
Served asset /application.js - 304 Not Modified (10ms)
|
|
50400
|
+
|
|
50401
|
+
|
|
50402
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:51:55 +0000
|
|
50403
|
+
Served asset /active_admin.js - 304 Not Modified (13ms)
|
|
50404
|
+
|
|
50405
|
+
|
|
50406
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:51:55 +0000
|
|
50407
|
+
Served asset /active_admin/print.css - 304 Not Modified (8ms)
|
|
50408
|
+
|
|
50409
|
+
|
|
50410
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:52:37 +0000
|
|
50411
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50412
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50413
|
+
[1m[36mQwester::Presentation Load (0.6ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50414
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50415
|
+
[1m[36mQwester::Question Load (0.3ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50416
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50417
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50418
|
+
[1m[35mQwester::Question Load (0.2ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50419
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50420
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50421
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50422
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50423
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50424
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50425
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (317.6ms)
|
|
50426
|
+
Completed 200 OK in 381ms (Views: 322.9ms | ActiveRecord: 2.8ms)
|
|
50427
|
+
|
|
50428
|
+
|
|
50429
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:52:39 +0000
|
|
50430
|
+
Served asset /active_admin.css - 304 Not Modified (107ms)
|
|
50431
|
+
|
|
50432
|
+
|
|
50433
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:52:39 +0000
|
|
50434
|
+
Served asset /active_admin.js - 304 Not Modified (2ms)
|
|
50435
|
+
|
|
50436
|
+
|
|
50437
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:52:39 +0000
|
|
50438
|
+
Served asset /application.js - 304 Not Modified (27ms)
|
|
50439
|
+
|
|
50440
|
+
|
|
50441
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:52:39 +0000
|
|
50442
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|
|
50443
|
+
|
|
50444
|
+
|
|
50445
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:53:03 +0000
|
|
50446
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50447
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50448
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50449
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50450
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50451
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50452
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50453
|
+
[1m[35mQwester::Question Load (0.3ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50454
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50455
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50456
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50457
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50458
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50459
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50460
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (387.7ms)
|
|
50461
|
+
Completed 200 OK in 431ms (Views: 387.7ms | ActiveRecord: 4.7ms)
|
|
50462
|
+
|
|
50463
|
+
|
|
50464
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:53:04 +0000
|
|
50465
|
+
Served asset /active_admin.css - 304 Not Modified (57ms)
|
|
50466
|
+
|
|
50467
|
+
|
|
50468
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:53:04 +0000
|
|
50469
|
+
Served asset /application.js - 304 Not Modified (31ms)
|
|
50470
|
+
|
|
50471
|
+
|
|
50472
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:53:04 +0000
|
|
50473
|
+
Served asset /active_admin.js - 304 Not Modified (104ms)
|
|
50474
|
+
|
|
50475
|
+
|
|
50476
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:53:04 +0000
|
|
50477
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|
|
50478
|
+
|
|
50479
|
+
|
|
50480
|
+
Started GET "/admin/qwester_rule_sets/new" for 127.0.0.1 at 2013-03-27 13:54:58 +0000
|
|
50481
|
+
Processing by Admin::QwesterRuleSetsController#new as HTML
|
|
50482
|
+
[1m[35mAdminUser Load (0.2ms)[0m SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
|
|
50483
|
+
[1m[36mQwester::Presentation Load (0.2ms)[0m [1mSELECT "qwester_presentations".* FROM "qwester_presentations" [0m
|
|
50484
|
+
[1m[35mQwester::Answer Load (0.3ms)[0m SELECT "qwester_answers".* FROM "qwester_answers"
|
|
50485
|
+
[1m[36mQwester::Question Load (0.2ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50486
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
|
|
50487
|
+
[1m[36mCACHE (1.6ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1[0m
|
|
50488
|
+
[1m[35mQwester::Question Load (7.9ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50489
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1[0m
|
|
50490
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
|
|
50491
|
+
[1m[36mQwester::Question Load (0.3ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50492
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
|
|
50493
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1[0m
|
|
50494
|
+
DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in <module:Qwester> at /home/rob/web/qwester/lib/active_admin/admin/rule_sets.rb:140)
|
|
50495
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@qwester/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (416.3ms)
|
|
50496
|
+
Completed 200 OK in 472ms (Views: 410.9ms | ActiveRecord: 12.2ms)
|
|
50497
|
+
|
|
50498
|
+
|
|
50499
|
+
Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2013-03-27 13:55:00 +0000
|
|
50500
|
+
Served asset /active_admin.css - 304 Not Modified (50ms)
|
|
50501
|
+
|
|
50502
|
+
|
|
50503
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-03-27 13:55:00 +0000
|
|
50504
|
+
Served asset /application.js - 304 Not Modified (12ms)
|
|
50505
|
+
|
|
50506
|
+
|
|
50507
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2013-03-27 13:55:00 +0000
|
|
50508
|
+
Served asset /active_admin.js - 304 Not Modified (19ms)
|
|
50509
|
+
|
|
50510
|
+
|
|
50511
|
+
Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2013-03-27 13:55:00 +0000
|
|
50512
|
+
Served asset /active_admin/print.css - 304 Not Modified (0ms)
|