breakpointer-surveyor 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. data/.gitignore +6 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +20 -0
  4. data/Rakefile +57 -0
  5. data/VERSION +1 -0
  6. data/app/controllers/answers_controller.rb +87 -0
  7. data/app/controllers/dependencies_controller.rb +87 -0
  8. data/app/controllers/dependency_conditions_controller.rb +87 -0
  9. data/app/controllers/questions_controller.rb +85 -0
  10. data/app/controllers/sections_controller.rb +87 -0
  11. data/app/controllers/surveying_controller.rb +139 -0
  12. data/app/controllers/surveys_controller.rb +87 -0
  13. data/app/helpers/answers_helper.rb +2 -0
  14. data/app/helpers/application_helper.rb +3 -0
  15. data/app/helpers/questions_helper.rb +2 -0
  16. data/app/helpers/sections_helper.rb +2 -0
  17. data/app/helpers/survey_form_builder.rb +38 -0
  18. data/app/helpers/survey_importer_helper.rb +2 -0
  19. data/app/helpers/surveying_helper.rb +91 -0
  20. data/app/helpers/surveys_helper.rb +2 -0
  21. data/app/models/answer.rb +18 -0
  22. data/app/models/dependency.rb +43 -0
  23. data/app/models/dependency_condition.rb +76 -0
  24. data/app/models/question.rb +44 -0
  25. data/app/models/question_group.rb +5 -0
  26. data/app/models/response.rb +58 -0
  27. data/app/models/response_set.rb +174 -0
  28. data/app/models/survey.rb +54 -0
  29. data/app/models/survey_section.rb +19 -0
  30. data/app/models/user.rb +5 -0
  31. data/app/views/answer_display_types/_any_answer.html.haml +3 -0
  32. data/app/views/answer_display_types/_any_other_and_string.html.haml +5 -0
  33. data/app/views/answer_display_types/_any_string.html.haml +4 -0
  34. data/app/views/answer_display_types/_date.html.haml +3 -0
  35. data/app/views/answer_display_types/_datetime.html.haml +2 -0
  36. data/app/views/answer_display_types/_default.html.haml +1 -0
  37. data/app/views/answer_display_types/_float.html.haml +5 -0
  38. data/app/views/answer_display_types/_grid_any_answer.html.haml +2 -0
  39. data/app/views/answer_display_types/_grid_default.html.haml +2 -0
  40. data/app/views/answer_display_types/_grid_float.html.haml +2 -0
  41. data/app/views/answer_display_types/_grid_integer.html.haml +2 -0
  42. data/app/views/answer_display_types/_grid_one_answer.html.haml +2 -0
  43. data/app/views/answer_display_types/_grid_string.html.haml +2 -0
  44. data/app/views/answer_display_types/_integer.html.haml +6 -0
  45. data/app/views/answer_display_types/_one_answer.html.haml +3 -0
  46. data/app/views/answer_display_types/_one_string.html.haml +6 -0
  47. data/app/views/answer_display_types/_repeater_integer.html.haml +6 -0
  48. data/app/views/answer_display_types/_repeater_string.html.haml +7 -0
  49. data/app/views/answer_display_types/_string.html.haml +7 -0
  50. data/app/views/answer_display_types/_text.html.haml +6 -0
  51. data/app/views/answer_display_types/_time.html.haml +2 -0
  52. data/app/views/layouts/surveys.html.erb +17 -0
  53. data/app/views/question_display_types/_default.html.haml +12 -0
  54. data/app/views/question_display_types/_dropdown.html.haml +12 -0
  55. data/app/views/question_display_types/_grid_default.html.haml +14 -0
  56. data/app/views/question_display_types/_grid_dropdown.html.haml +15 -0
  57. data/app/views/question_display_types/_group_default.html.haml +8 -0
  58. data/app/views/question_display_types/_group_dropdown.html.haml +6 -0
  59. data/app/views/question_display_types/_image.html.haml +2 -0
  60. data/app/views/question_display_types/_inline.html.haml +12 -0
  61. data/app/views/question_display_types/_label.html.haml +4 -0
  62. data/app/views/question_display_types/_repeater_default.html.haml +10 -0
  63. data/app/views/question_display_types/_repeater_dropdown.html.haml +8 -0
  64. data/app/views/question_display_types/_slider.html.haml +17 -0
  65. data/app/views/question_group_display_types/_default.html.haml +13 -0
  66. data/app/views/question_group_display_types/_grid.html.haml +24 -0
  67. data/app/views/question_group_display_types/_repeater.html.haml +20 -0
  68. data/app/views/surveying/edit.html.haml +38 -0
  69. data/app/views/surveying/finish.html.haml +1 -0
  70. data/app/views/surveying/index.html.erb +19 -0
  71. data/app/views/surveying/new.html.haml +17 -0
  72. data/app/views/surveying/show.html.haml +8 -0
  73. data/config/routes.rb +10 -0
  74. data/generators/surveyor/surveyor_generator.rb +38 -0
  75. data/generators/surveyor/templates/README +9 -0
  76. data/generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_leftright.gif +0 -0
  77. data/generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_updown.gif +0 -0
  78. data/generators/surveyor/templates/assets/images/222222_11x11_icon_close.gif +0 -0
  79. data/generators/surveyor/templates/assets/images/222222_11x11_icon_doc.gif +0 -0
  80. data/generators/surveyor/templates/assets/images/222222_11x11_icon_folder_closed.gif +0 -0
  81. data/generators/surveyor/templates/assets/images/222222_11x11_icon_folder_open.gif +0 -0
  82. data/generators/surveyor/templates/assets/images/222222_11x11_icon_minus.gif +0 -0
  83. data/generators/surveyor/templates/assets/images/222222_11x11_icon_plus.gif +0 -0
  84. data/generators/surveyor/templates/assets/images/222222_11x11_icon_resize_se.gif +0 -0
  85. data/generators/surveyor/templates/assets/images/222222_35x9_colorpicker_indicator.gif.gif +0 -0
  86. data/generators/surveyor/templates/assets/images/222222_7x7_arrow_down.gif +0 -0
  87. data/generators/surveyor/templates/assets/images/222222_7x7_arrow_left.gif +0 -0
  88. data/generators/surveyor/templates/assets/images/222222_7x7_arrow_right.gif +0 -0
  89. data/generators/surveyor/templates/assets/images/222222_7x7_arrow_up.gif +0 -0
  90. data/generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_leftright.gif +0 -0
  91. data/generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_updown.gif +0 -0
  92. data/generators/surveyor/templates/assets/images/454545_11x11_icon_close.gif +0 -0
  93. data/generators/surveyor/templates/assets/images/454545_11x11_icon_doc.gif +0 -0
  94. data/generators/surveyor/templates/assets/images/454545_11x11_icon_folder_closed.gif +0 -0
  95. data/generators/surveyor/templates/assets/images/454545_11x11_icon_folder_open.gif +0 -0
  96. data/generators/surveyor/templates/assets/images/454545_11x11_icon_minus.gif +0 -0
  97. data/generators/surveyor/templates/assets/images/454545_11x11_icon_plus.gif +0 -0
  98. data/generators/surveyor/templates/assets/images/454545_7x7_arrow_down.gif +0 -0
  99. data/generators/surveyor/templates/assets/images/454545_7x7_arrow_left.gif +0 -0
  100. data/generators/surveyor/templates/assets/images/454545_7x7_arrow_right.gif +0 -0
  101. data/generators/surveyor/templates/assets/images/454545_7x7_arrow_up.gif +0 -0
  102. data/generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_leftright.gif +0 -0
  103. data/generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_updown.gif +0 -0
  104. data/generators/surveyor/templates/assets/images/888888_11x11_icon_close.gif +0 -0
  105. data/generators/surveyor/templates/assets/images/888888_11x11_icon_doc.gif +0 -0
  106. data/generators/surveyor/templates/assets/images/888888_11x11_icon_folder_closed.gif +0 -0
  107. data/generators/surveyor/templates/assets/images/888888_11x11_icon_folder_open.gif +0 -0
  108. data/generators/surveyor/templates/assets/images/888888_11x11_icon_minus.gif +0 -0
  109. data/generators/surveyor/templates/assets/images/888888_11x11_icon_plus.gif +0 -0
  110. data/generators/surveyor/templates/assets/images/888888_7x7_arrow_down.gif +0 -0
  111. data/generators/surveyor/templates/assets/images/888888_7x7_arrow_left.gif +0 -0
  112. data/generators/surveyor/templates/assets/images/888888_7x7_arrow_right.gif +0 -0
  113. data/generators/surveyor/templates/assets/images/888888_7x7_arrow_up.gif +0 -0
  114. data/generators/surveyor/templates/assets/images/dadada_40x100_textures_02_glass_75.png +0 -0
  115. data/generators/surveyor/templates/assets/images/e6e6e6_40x100_textures_02_glass_75.png +0 -0
  116. data/generators/surveyor/templates/assets/images/ffffff_40x100_textures_01_flat_0.png +0 -0
  117. data/generators/surveyor/templates/assets/images/ffffff_40x100_textures_02_glass_65.png +0 -0
  118. data/generators/surveyor/templates/assets/javascripts/accessibleUISlider.jQuery.js +201 -0
  119. data/generators/surveyor/templates/assets/javascripts/jquery-1.2.6.js +3549 -0
  120. data/generators/surveyor/templates/assets/javascripts/jquery-ui-personalized-1.5.3.js +7616 -0
  121. data/generators/surveyor/templates/assets/javascripts/jquery.form.js +637 -0
  122. data/generators/surveyor/templates/assets/javascripts/surveyor.js +35 -0
  123. data/generators/surveyor/templates/assets/stylesheets/jquery-ui-slider-additions.css +71 -0
  124. data/generators/surveyor/templates/assets/stylesheets/reset.css +46 -0
  125. data/generators/surveyor/templates/assets/stylesheets/sass/surveyor.sass +321 -0
  126. data/generators/surveyor/templates/assets/stylesheets/surveyor.css +245 -0
  127. data/generators/surveyor/templates/assets/stylesheets/ui.theme.css +851 -0
  128. data/generators/surveyor/templates/migrate/create_answers.rb +46 -0
  129. data/generators/surveyor/templates/migrate/create_dependencies.rb +21 -0
  130. data/generators/surveyor/templates/migrate/create_dependency_conditions.rb +29 -0
  131. data/generators/surveyor/templates/migrate/create_question_groups.rb +18 -0
  132. data/generators/surveyor/templates/migrate/create_questions.rb +33 -0
  133. data/generators/surveyor/templates/migrate/create_response_sets.rb +22 -0
  134. data/generators/surveyor/templates/migrate/create_responses.rb +33 -0
  135. data/generators/surveyor/templates/migrate/create_survey_sections.rb +25 -0
  136. data/generators/surveyor/templates/migrate/create_surveys.rb +25 -0
  137. data/generators/surveyor/templates/surveys/kitchen_sink_survey.rb +201 -0
  138. data/init.rb +1 -0
  139. data/install.rb +1 -0
  140. data/lib/tasks/surveyor_tasks.rake +29 -0
  141. data/lib/tiny_code.rb +58 -0
  142. data/lib/user_manager.rb +9 -0
  143. data/lib/xml_formatter.rb +12 -0
  144. data/script/surveyor/answer.rb +84 -0
  145. data/script/surveyor/columnizer.rb +36 -0
  146. data/script/surveyor/dependency.rb +43 -0
  147. data/script/surveyor/dependency_condition.rb +74 -0
  148. data/script/surveyor/dslparse.rb +66 -0
  149. data/script/surveyor/question.rb +76 -0
  150. data/script/surveyor/question_group.rb +33 -0
  151. data/script/surveyor/specs/answer_spec.rb +66 -0
  152. data/script/surveyor/specs/question_dependency_spec.rb +46 -0
  153. data/script/surveyor/specs/question_group_spec.rb +9 -0
  154. data/script/surveyor/specs/question_spec.rb +111 -0
  155. data/script/surveyor/specs/section_spec.rb +58 -0
  156. data/script/surveyor/survey.rb +108 -0
  157. data/script/surveyor/survey_section.rb +153 -0
  158. data/script/surveyor/whr_dsl.tmproj +244 -0
  159. data/spec/controllers/answers_controller_spec.rb +64 -0
  160. data/spec/controllers/dependencies_controller_spec.rb +63 -0
  161. data/spec/controllers/dependency_conditions_controller_spec.rb +64 -0
  162. data/spec/controllers/questions_controller_spec.rb +64 -0
  163. data/spec/controllers/sections_controller_spec.rb +64 -0
  164. data/spec/controllers/surveying_controller_spec.rb +328 -0
  165. data/spec/controllers/surveying_routing_spec.rb +45 -0
  166. data/spec/controllers/surveys_controller_spec.rb +64 -0
  167. data/spec/fixtures/answers.yml +9 -0
  168. data/spec/fixtures/dependencies.yml +7 -0
  169. data/spec/fixtures/dependency_conditions.yml +27 -0
  170. data/spec/fixtures/question_groups.yml +7 -0
  171. data/spec/fixtures/questions.yml +15 -0
  172. data/spec/fixtures/response_sets.yml +13 -0
  173. data/spec/fixtures/responses.yml +9 -0
  174. data/spec/fixtures/survey_sections.yml +11 -0
  175. data/spec/fixtures/surveys.yml +9 -0
  176. data/spec/fixtures/users.yml +7 -0
  177. data/spec/helpers/survey_importer_helper_spec.rb +11 -0
  178. data/spec/helpers/surveying_helper_spec.rb +11 -0
  179. data/spec/models/answer_spec.rb +62 -0
  180. data/spec/models/dependency_condition_spec.rb +347 -0
  181. data/spec/models/dependency_spec.rb +82 -0
  182. data/spec/models/question_group_spec.rb +11 -0
  183. data/spec/models/question_spec.rb +70 -0
  184. data/spec/models/response_set_spec.rb +172 -0
  185. data/spec/models/response_spec.rb +94 -0
  186. data/spec/models/survey_section_spec.rb +34 -0
  187. data/spec/models/survey_spec.rb +72 -0
  188. data/spec/models/user_spec.rb +11 -0
  189. data/spec/rcov.opts +2 -0
  190. data/spec/spec.opts +4 -0
  191. data/spec/spec_helper.rb +72 -0
  192. data/spec/views/app/edit.html.erb_spec.rb +20 -0
  193. data/spec/views/app/index.html.erb_spec.rb +19 -0
  194. data/spec/views/app/new.html.erb_spec.rb +21 -0
  195. data/spec/views/app/show.html.erb_spec.rb +17 -0
  196. data/surveyor.gemspec +258 -0
  197. data/uninstall.rb +1 -0
  198. metadata +286 -0
data/uninstall.rb ADDED
@@ -0,0 +1 @@
1
+ # Uninstall hook code here
metadata ADDED
@@ -0,0 +1,286 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: breakpointer-surveyor
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Brian Chamberlain
8
+ - Mark Yoon
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-09-22 00:00:00 -07:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: haml
18
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: "0"
25
+ version:
26
+ description:
27
+ email:
28
+ - b-chamberlain@northwestern.edu
29
+ - yoon@northwestern.edu
30
+ executables: []
31
+
32
+ extensions: []
33
+
34
+ extra_rdoc_files:
35
+ - README.md
36
+ files:
37
+ - .gitignore
38
+ - MIT-LICENSE
39
+ - README.md
40
+ - Rakefile
41
+ - VERSION
42
+ - app/controllers/answers_controller.rb
43
+ - app/controllers/dependencies_controller.rb
44
+ - app/controllers/dependency_conditions_controller.rb
45
+ - app/controllers/questions_controller.rb
46
+ - app/controllers/sections_controller.rb
47
+ - app/controllers/surveying_controller.rb
48
+ - app/controllers/surveys_controller.rb
49
+ - app/helpers/answers_helper.rb
50
+ - app/helpers/application_helper.rb
51
+ - app/helpers/questions_helper.rb
52
+ - app/helpers/sections_helper.rb
53
+ - app/helpers/survey_form_builder.rb
54
+ - app/helpers/survey_importer_helper.rb
55
+ - app/helpers/surveying_helper.rb
56
+ - app/helpers/surveys_helper.rb
57
+ - app/models/answer.rb
58
+ - app/models/dependency.rb
59
+ - app/models/dependency_condition.rb
60
+ - app/models/question.rb
61
+ - app/models/question_group.rb
62
+ - app/models/response.rb
63
+ - app/models/response_set.rb
64
+ - app/models/survey.rb
65
+ - app/models/survey_section.rb
66
+ - app/models/user.rb
67
+ - app/views/answer_display_types/_any_answer.html.haml
68
+ - app/views/answer_display_types/_any_other_and_string.html.haml
69
+ - app/views/answer_display_types/_any_string.html.haml
70
+ - app/views/answer_display_types/_date.html.haml
71
+ - app/views/answer_display_types/_datetime.html.haml
72
+ - app/views/answer_display_types/_default.html.haml
73
+ - app/views/answer_display_types/_float.html.haml
74
+ - app/views/answer_display_types/_grid_any_answer.html.haml
75
+ - app/views/answer_display_types/_grid_default.html.haml
76
+ - app/views/answer_display_types/_grid_float.html.haml
77
+ - app/views/answer_display_types/_grid_integer.html.haml
78
+ - app/views/answer_display_types/_grid_one_answer.html.haml
79
+ - app/views/answer_display_types/_grid_string.html.haml
80
+ - app/views/answer_display_types/_integer.html.haml
81
+ - app/views/answer_display_types/_one_answer.html.haml
82
+ - app/views/answer_display_types/_one_string.html.haml
83
+ - app/views/answer_display_types/_repeater_integer.html.haml
84
+ - app/views/answer_display_types/_repeater_string.html.haml
85
+ - app/views/answer_display_types/_string.html.haml
86
+ - app/views/answer_display_types/_text.html.haml
87
+ - app/views/answer_display_types/_time.html.haml
88
+ - app/views/layouts/surveys.html.erb
89
+ - app/views/question_display_types/_default.html.haml
90
+ - app/views/question_display_types/_dropdown.html.haml
91
+ - app/views/question_display_types/_grid_default.html.haml
92
+ - app/views/question_display_types/_grid_dropdown.html.haml
93
+ - app/views/question_display_types/_group_default.html.haml
94
+ - app/views/question_display_types/_group_dropdown.html.haml
95
+ - app/views/question_display_types/_image.html.haml
96
+ - app/views/question_display_types/_inline.html.haml
97
+ - app/views/question_display_types/_label.html.haml
98
+ - app/views/question_display_types/_repeater_default.html.haml
99
+ - app/views/question_display_types/_repeater_dropdown.html.haml
100
+ - app/views/question_display_types/_slider.html.haml
101
+ - app/views/question_group_display_types/_default.html.haml
102
+ - app/views/question_group_display_types/_grid.html.haml
103
+ - app/views/question_group_display_types/_repeater.html.haml
104
+ - app/views/surveying/edit.html.haml
105
+ - app/views/surveying/finish.html.haml
106
+ - app/views/surveying/index.html.erb
107
+ - app/views/surveying/new.html.haml
108
+ - app/views/surveying/show.html.haml
109
+ - config/routes.rb
110
+ - generators/surveyor/surveyor_generator.rb
111
+ - generators/surveyor/templates/README
112
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_leftright.gif
113
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_arrows_updown.gif
114
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_close.gif
115
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_doc.gif
116
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_folder_closed.gif
117
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_folder_open.gif
118
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_minus.gif
119
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_plus.gif
120
+ - generators/surveyor/templates/assets/images/222222_11x11_icon_resize_se.gif
121
+ - generators/surveyor/templates/assets/images/222222_35x9_colorpicker_indicator.gif.gif
122
+ - generators/surveyor/templates/assets/images/222222_7x7_arrow_down.gif
123
+ - generators/surveyor/templates/assets/images/222222_7x7_arrow_left.gif
124
+ - generators/surveyor/templates/assets/images/222222_7x7_arrow_right.gif
125
+ - generators/surveyor/templates/assets/images/222222_7x7_arrow_up.gif
126
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_leftright.gif
127
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_arrows_updown.gif
128
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_close.gif
129
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_doc.gif
130
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_folder_closed.gif
131
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_folder_open.gif
132
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_minus.gif
133
+ - generators/surveyor/templates/assets/images/454545_11x11_icon_plus.gif
134
+ - generators/surveyor/templates/assets/images/454545_7x7_arrow_down.gif
135
+ - generators/surveyor/templates/assets/images/454545_7x7_arrow_left.gif
136
+ - generators/surveyor/templates/assets/images/454545_7x7_arrow_right.gif
137
+ - generators/surveyor/templates/assets/images/454545_7x7_arrow_up.gif
138
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_leftright.gif
139
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_arrows_updown.gif
140
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_close.gif
141
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_doc.gif
142
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_folder_closed.gif
143
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_folder_open.gif
144
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_minus.gif
145
+ - generators/surveyor/templates/assets/images/888888_11x11_icon_plus.gif
146
+ - generators/surveyor/templates/assets/images/888888_7x7_arrow_down.gif
147
+ - generators/surveyor/templates/assets/images/888888_7x7_arrow_left.gif
148
+ - generators/surveyor/templates/assets/images/888888_7x7_arrow_right.gif
149
+ - generators/surveyor/templates/assets/images/888888_7x7_arrow_up.gif
150
+ - generators/surveyor/templates/assets/images/dadada_40x100_textures_02_glass_75.png
151
+ - generators/surveyor/templates/assets/images/e6e6e6_40x100_textures_02_glass_75.png
152
+ - generators/surveyor/templates/assets/images/ffffff_40x100_textures_01_flat_0.png
153
+ - generators/surveyor/templates/assets/images/ffffff_40x100_textures_02_glass_65.png
154
+ - generators/surveyor/templates/assets/javascripts/accessibleUISlider.jQuery.js
155
+ - generators/surveyor/templates/assets/javascripts/jquery-1.2.6.js
156
+ - generators/surveyor/templates/assets/javascripts/jquery-ui-personalized-1.5.3.js
157
+ - generators/surveyor/templates/assets/javascripts/jquery.form.js
158
+ - generators/surveyor/templates/assets/javascripts/surveyor.js
159
+ - generators/surveyor/templates/assets/stylesheets/jquery-ui-slider-additions.css
160
+ - generators/surveyor/templates/assets/stylesheets/reset.css
161
+ - generators/surveyor/templates/assets/stylesheets/sass/surveyor.sass
162
+ - generators/surveyor/templates/assets/stylesheets/surveyor.css
163
+ - generators/surveyor/templates/assets/stylesheets/ui.theme.css
164
+ - generators/surveyor/templates/migrate/create_answers.rb
165
+ - generators/surveyor/templates/migrate/create_dependencies.rb
166
+ - generators/surveyor/templates/migrate/create_dependency_conditions.rb
167
+ - generators/surveyor/templates/migrate/create_question_groups.rb
168
+ - generators/surveyor/templates/migrate/create_questions.rb
169
+ - generators/surveyor/templates/migrate/create_response_sets.rb
170
+ - generators/surveyor/templates/migrate/create_responses.rb
171
+ - generators/surveyor/templates/migrate/create_survey_sections.rb
172
+ - generators/surveyor/templates/migrate/create_surveys.rb
173
+ - generators/surveyor/templates/surveys/kitchen_sink_survey.rb
174
+ - init.rb
175
+ - install.rb
176
+ - lib/tasks/surveyor_tasks.rake
177
+ - lib/tiny_code.rb
178
+ - lib/user_manager.rb
179
+ - lib/xml_formatter.rb
180
+ - script/surveyor/answer.rb
181
+ - script/surveyor/columnizer.rb
182
+ - script/surveyor/dependency.rb
183
+ - script/surveyor/dependency_condition.rb
184
+ - script/surveyor/dslparse.rb
185
+ - script/surveyor/question.rb
186
+ - script/surveyor/question_group.rb
187
+ - script/surveyor/specs/answer_spec.rb
188
+ - script/surveyor/specs/question_dependency_spec.rb
189
+ - script/surveyor/specs/question_group_spec.rb
190
+ - script/surveyor/specs/question_spec.rb
191
+ - script/surveyor/specs/section_spec.rb
192
+ - script/surveyor/survey.rb
193
+ - script/surveyor/survey_section.rb
194
+ - script/surveyor/whr_dsl.tmproj
195
+ - spec/controllers/answers_controller_spec.rb
196
+ - spec/controllers/dependencies_controller_spec.rb
197
+ - spec/controllers/dependency_conditions_controller_spec.rb
198
+ - spec/controllers/questions_controller_spec.rb
199
+ - spec/controllers/sections_controller_spec.rb
200
+ - spec/controllers/surveying_controller_spec.rb
201
+ - spec/controllers/surveying_routing_spec.rb
202
+ - spec/controllers/surveys_controller_spec.rb
203
+ - spec/fixtures/answers.yml
204
+ - spec/fixtures/dependencies.yml
205
+ - spec/fixtures/dependency_conditions.yml
206
+ - spec/fixtures/question_groups.yml
207
+ - spec/fixtures/questions.yml
208
+ - spec/fixtures/response_sets.yml
209
+ - spec/fixtures/responses.yml
210
+ - spec/fixtures/survey_sections.yml
211
+ - spec/fixtures/surveys.yml
212
+ - spec/fixtures/users.yml
213
+ - spec/helpers/survey_importer_helper_spec.rb
214
+ - spec/helpers/surveying_helper_spec.rb
215
+ - spec/models/answer_spec.rb
216
+ - spec/models/dependency_condition_spec.rb
217
+ - spec/models/dependency_spec.rb
218
+ - spec/models/question_group_spec.rb
219
+ - spec/models/question_spec.rb
220
+ - spec/models/response_set_spec.rb
221
+ - spec/models/response_spec.rb
222
+ - spec/models/survey_section_spec.rb
223
+ - spec/models/survey_spec.rb
224
+ - spec/models/user_spec.rb
225
+ - spec/rcov.opts
226
+ - spec/spec.opts
227
+ - spec/spec_helper.rb
228
+ - spec/views/app/edit.html.erb_spec.rb
229
+ - spec/views/app/index.html.erb_spec.rb
230
+ - spec/views/app/new.html.erb_spec.rb
231
+ - spec/views/app/show.html.erb_spec.rb
232
+ - surveyor.gemspec
233
+ - uninstall.rb
234
+ has_rdoc: false
235
+ homepage: http://github.com/breakpointer/surveyor
236
+ licenses:
237
+ post_install_message:
238
+ rdoc_options:
239
+ - --charset=UTF-8
240
+ require_paths:
241
+ - lib
242
+ required_ruby_version: !ruby/object:Gem::Requirement
243
+ requirements:
244
+ - - ">="
245
+ - !ruby/object:Gem::Version
246
+ version: "0"
247
+ version:
248
+ required_rubygems_version: !ruby/object:Gem::Requirement
249
+ requirements:
250
+ - - ">="
251
+ - !ruby/object:Gem::Version
252
+ version: "0"
253
+ version:
254
+ requirements: []
255
+
256
+ rubyforge_project:
257
+ rubygems_version: 1.3.5
258
+ signing_key:
259
+ specification_version: 3
260
+ summary: A rails (gem) plugin to enable surveys in your application
261
+ test_files:
262
+ - spec/controllers/answers_controller_spec.rb
263
+ - spec/controllers/dependencies_controller_spec.rb
264
+ - spec/controllers/dependency_conditions_controller_spec.rb
265
+ - spec/controllers/questions_controller_spec.rb
266
+ - spec/controllers/sections_controller_spec.rb
267
+ - spec/controllers/surveying_controller_spec.rb
268
+ - spec/controllers/surveying_routing_spec.rb
269
+ - spec/controllers/surveys_controller_spec.rb
270
+ - spec/helpers/survey_importer_helper_spec.rb
271
+ - spec/helpers/surveying_helper_spec.rb
272
+ - spec/models/answer_spec.rb
273
+ - spec/models/dependency_condition_spec.rb
274
+ - spec/models/dependency_spec.rb
275
+ - spec/models/question_group_spec.rb
276
+ - spec/models/question_spec.rb
277
+ - spec/models/response_set_spec.rb
278
+ - spec/models/response_spec.rb
279
+ - spec/models/survey_section_spec.rb
280
+ - spec/models/survey_spec.rb
281
+ - spec/models/user_spec.rb
282
+ - spec/spec_helper.rb
283
+ - spec/views/app/edit.html.erb_spec.rb
284
+ - spec/views/app/index.html.erb_spec.rb
285
+ - spec/views/app/new.html.erb_spec.rb
286
+ - spec/views/app/show.html.erb_spec.rb