qwester 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, :toolbar => 'Basic' }
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 = "2 in a1 a2 a3"'
26
+ para 'R3 = "sum(:id) == 7"'
27
27
 
28
- para 'R4 = "(2 in a1 a2 a3) and (1 in a4 a5)"'
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 "true"
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 "false"
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 "true"
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
 
@@ -1,10 +1,13 @@
1
1
  module Qwester
2
- VERSION = "0.1.2"
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
@@ -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
+ Qwester::Presentation Load (0.5ms) SELECT "qwester_presentations".* FROM "qwester_presentations" WHERE "qwester_presentations"."default" = 't' LIMIT 1
49992
+ Qwester::Questionnaire Load (0.4ms) 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
+ AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@warwickshire.gov.uk' LIMIT 1
50117
+  (0.1ms) begin transaction
50118
+  (2.2ms) UPDATE "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
50119
+  (122.4ms) 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
+ AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
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
+ AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50150
+  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count 
50151
+  (0.0ms) SELECT COUNT(*) FROM "qwester_rule_sets"
50152
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "qwester_rule_sets" LIMIT 30 OFFSET 0) subquery_for_count 
50153
+ Qwester::RuleSet Load (0.3ms) SELECT "qwester_rule_sets".* FROM "qwester_rule_sets" ORDER BY "qwester_rule_sets"."id" desc LIMIT 30 OFFSET 0
50154
+  (0.2ms) 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" = 3
50155
+  (0.5ms) 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
+  (0.2ms) 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" = 1
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
+ AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50180
+ Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50181
+ Qwester::Answer Load (6.9ms) SELECT "qwester_answers".* FROM "qwester_answers"
50182
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50183
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50184
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50185
+ Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50186
+ CACHE (13.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50187
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50188
+ Qwester::Question Load (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50189
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50190
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50203
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50204
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50205
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50206
+ CACHE (5.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50207
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50208
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50209
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50210
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50211
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50212
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50213
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50238
+ Qwester::Presentation Load (0.3ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50239
+ Qwester::Answer Load (0.1ms) SELECT "qwester_answers".* FROM "qwester_answers"
50240
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50241
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50242
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50243
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50244
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50245
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50246
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50247
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50248
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50273
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50274
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50275
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50276
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50277
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50278
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50279
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50280
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50281
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50282
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50283
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50308
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50309
+ Qwester::Answer Load (0.2ms) SELECT "qwester_answers".* FROM "qwester_answers"
50310
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50311
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50312
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50313
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50314
+ CACHE (0.4ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50315
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50316
+ Qwester::Question Load (0.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50317
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50318
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50343
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50344
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50345
+ Qwester::Question Load (2.1ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50346
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50347
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50348
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50349
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50350
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50351
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50352
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50353
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50378
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50379
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50380
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50381
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50382
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50383
+ Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50384
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50385
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50386
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50387
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50388
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50413
+ Qwester::Presentation Load (0.6ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50414
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50415
+ Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50416
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50417
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50418
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50419
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50420
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50421
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50422
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50423
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50448
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50449
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50450
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50451
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50452
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50453
+ Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50454
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50455
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50456
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50457
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50458
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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
+ AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1
50483
+ Qwester::Presentation Load (0.2ms) SELECT "qwester_presentations".* FROM "qwester_presentations" 
50484
+ Qwester::Answer Load (0.3ms) SELECT "qwester_answers".* FROM "qwester_answers"
50485
+ Qwester::Question Load (0.2ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50486
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50487
+ CACHE (1.6ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 1 LIMIT 1
50488
+ Qwester::Question Load (7.9ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50489
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50490
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 2 LIMIT 1
50491
+ Qwester::Question Load (0.3ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50492
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
50493
+ CACHE (0.0ms) SELECT "qwester_questions".* FROM "qwester_questions" WHERE "qwester_questions"."id" = 3 LIMIT 1
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)