carnival 0.0.10

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.
Files changed (346) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +34 -0
  4. data/app/assets/images/carnival/avatar.png +0 -0
  5. data/app/assets/images/carnival/bg_button.png +0 -0
  6. data/app/assets/images/carnival/cal.png +0 -0
  7. data/app/assets/images/carnival/chosen-sprite.png +0 -0
  8. data/app/assets/images/carnival/chosen-sprite@2x.png +0 -0
  9. data/app/assets/images/carnival/datatables-loading.gif +0 -0
  10. data/app/assets/images/carnival/fonts/opensans-regular-webfont.eot +0 -0
  11. data/app/assets/images/carnival/fonts/opensans-regular-webfont.svg +252 -0
  12. data/app/assets/images/carnival/fonts/opensans-regular-webfont.ttf +0 -0
  13. data/app/assets/images/carnival/fonts/opensans-regular-webfont.woff +0 -0
  14. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.eot +0 -0
  15. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.svg +251 -0
  16. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.ttf +0 -0
  17. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.woff +0 -0
  18. data/app/assets/images/carnival/fonts/up-not.png +0 -0
  19. data/app/assets/images/carnival/header-bg.png +0 -0
  20. data/app/assets/images/carnival/novo.png +0 -0
  21. data/app/assets/images/carnival/overlay.png +0 -0
  22. data/app/assets/images/carnival/search-button.png +0 -0
  23. data/app/assets/images/carnival/search.png +0 -0
  24. data/app/assets/images/carnival/sort_asc.png +0 -0
  25. data/app/assets/images/carnival/sort_asc_disabled.png +0 -0
  26. data/app/assets/images/carnival/sort_both.png +0 -0
  27. data/app/assets/images/carnival/sort_desc.png +0 -0
  28. data/app/assets/images/carnival/sort_desc_disabled.png +0 -0
  29. data/app/assets/images/carnival/sprite.png +0 -0
  30. data/app/assets/images/carnival/sprites-active.png +0 -0
  31. data/app/assets/images/carnival/sprites.png +0 -0
  32. data/app/assets/images/carnival/up-not.png +0 -0
  33. data/app/assets/images/carnival/voltar.png +0 -0
  34. data/app/assets/javascripts/carnival/admin.js +10 -0
  35. data/app/assets/javascripts/carnival/advanced_search.js +40 -0
  36. data/app/assets/javascripts/carnival/data_tables_functions.js +75 -0
  37. data/app/assets/javascripts/carnival/external/chosen.jquery.js +1239 -0
  38. data/app/assets/javascripts/carnival/external/jquery-ui-1.9.1.custom.min.js +6 -0
  39. data/app/assets/javascripts/carnival/external/jquery.colorbox-min.js +7 -0
  40. data/app/assets/javascripts/carnival/external/jquery.dataTables.min.js +156 -0
  41. data/app/assets/javascripts/carnival/external/jquery.maskedinput.js +7 -0
  42. data/app/assets/javascripts/carnival/external/jquery.noty.js +560 -0
  43. data/app/assets/javascripts/carnival/external/jquery.noty.layout.bottom.js +34 -0
  44. data/app/assets/javascripts/carnival/external/jquery.noty.theme.default.js +156 -0
  45. data/app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.min.js +4 -0
  46. data/app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js +4 -0
  47. data/app/assets/javascripts/carnival/vizir_admin.js +137 -0
  48. data/app/assets/stylesheets/carnival/admin.css +13 -0
  49. data/app/assets/stylesheets/carnival/admin_users.css +4 -0
  50. data/app/assets/stylesheets/carnival/chosen.css +435 -0
  51. data/app/assets/stylesheets/carnival/colorbox.css +69 -0
  52. data/app/assets/stylesheets/carnival/datatable.css +131 -0
  53. data/app/assets/stylesheets/carnival/formframe.css +407 -0
  54. data/app/assets/stylesheets/carnival/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  55. data/app/assets/stylesheets/carnival/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  56. data/app/assets/stylesheets/carnival/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  57. data/app/assets/stylesheets/carnival/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  58. data/app/assets/stylesheets/carnival/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  59. data/app/assets/stylesheets/carnival/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  60. data/app/assets/stylesheets/carnival/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  61. data/app/assets/stylesheets/carnival/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  62. data/app/assets/stylesheets/carnival/images/ui-icons_222222_256x240.png +0 -0
  63. data/app/assets/stylesheets/carnival/images/ui-icons_2e83ff_256x240.png +0 -0
  64. data/app/assets/stylesheets/carnival/images/ui-icons_454545_256x240.png +0 -0
  65. data/app/assets/stylesheets/carnival/images/ui-icons_888888_256x240.png +0 -0
  66. data/app/assets/stylesheets/carnival/images/ui-icons_cd0a0a_256x240.png +0 -0
  67. data/app/assets/stylesheets/carnival/jquery-ui-1.8.11.custom.css +573 -0
  68. data/app/assets/stylesheets/carnival/jquery.noty.css +104 -0
  69. data/app/assets/stylesheets/carnival/main.css +2223 -0
  70. data/app/assets/stylesheets/carnival/noty_theme_default.css +185 -0
  71. data/app/assets/stylesheets/carnival/perfect-scrollbar-0.4.6.min.css +5 -0
  72. data/app/assets/stylesheets/carnival/vizir-grid.css +663 -0
  73. data/app/controllers/carnival/admin_user_notifications_controller.rb +19 -0
  74. data/app/controllers/carnival/admin_users_controller.rb +10 -0
  75. data/app/controllers/carnival/base_admin_controller.rb +103 -0
  76. data/app/controllers/carnival/omniauth_callbacks_controller.rb +26 -0
  77. data/app/controllers/carnival/sessions_controller.rb +23 -0
  78. data/app/datatable/carnival/generic_datatable.rb +179 -0
  79. data/app/helpers/carnival/admin_users_helper.rb +4 -0
  80. data/app/helpers/carnival/base_admin_helper.rb +75 -0
  81. data/app/inputs/admin_base_input.rb +8 -0
  82. data/app/inputs/admin_currency_input.rb +12 -0
  83. data/app/inputs/admin_date_input.rb +11 -0
  84. data/app/inputs/admin_enum_input.rb +13 -0
  85. data/app/inputs/admin_relationship_select_input.rb +13 -0
  86. data/app/inputs/admin_text_input.rb +7 -0
  87. data/app/models/carnival/action.rb +51 -0
  88. data/app/models/carnival/admin_user.rb +40 -0
  89. data/app/models/carnival/admin_user_notification.rb +20 -0
  90. data/app/models/carnival/field.rb +102 -0
  91. data/app/models/carnival/form.rb +83 -0
  92. data/app/models/carnival/notification.rb +5 -0
  93. data/app/models/carnival/scope.rb +16 -0
  94. data/app/presenters/carnival/admin_user_notification_presenter.rb +61 -0
  95. data/app/presenters/carnival/admin_user_presenter.rb +53 -0
  96. data/app/presenters/carnival/base_admin_presenter.rb +336 -0
  97. data/app/views/carnival/admin_users/_form.html.haml +21 -0
  98. data/app/views/carnival/admin_users/edit.html.haml +3 -0
  99. data/app/views/carnival/admin_users/new.html.haml +4 -0
  100. data/app/views/carnival/admin_users/show.html.haml +14 -0
  101. data/app/views/carnival/index.html.haml +93 -0
  102. data/app/views/carnival/index.pdf.haml +5 -0
  103. data/app/views/carnival/login.html.haml +20 -0
  104. data/app/views/carnival/shared/_action_default.html.haml +1 -0
  105. data/app/views/carnival/shared/_action_delete.html.haml +1 -0
  106. data/app/views/carnival/shared/_add_button.html.haml +2 -0
  107. data/app/views/carnival/shared/_advanced_search.html.haml +26 -0
  108. data/app/views/carnival/shared/_advanced_search_field.html.haml +10 -0
  109. data/app/views/carnival/shared/_application_popup_partial.html.haml +12 -0
  110. data/app/views/carnival/shared/_batch_operation_checkbox.html.haml +4 -0
  111. data/app/views/carnival/shared/_delete.html.haml +1 -0
  112. data/app/views/carnival/shared/_edit_delete.html.haml +6 -0
  113. data/app/views/carnival/shared/_extra.html.haml +3 -0
  114. data/app/views/carnival/shared/_extra_item.html.haml +21 -0
  115. data/app/views/carnival/shared/_filter_bar.html.haml +3 -0
  116. data/app/views/carnival/shared/_header.pdf.haml +13 -0
  117. data/app/views/carnival/shared/_item_buttons.html.haml +3 -0
  118. data/app/views/carnival/shared/_link_fields.html.haml +6 -0
  119. data/app/views/carnival/shared/_list_cel.html.haml +9 -0
  120. data/app/views/carnival/shared/_list_cel.pdf.haml +9 -0
  121. data/app/views/carnival/shared/_period_filter.html.haml +54 -0
  122. data/app/views/carnival/shared/_report.pdf.haml +21 -0
  123. data/app/views/carnival/shared/_scope.html.haml +75 -0
  124. data/app/views/carnival/shared/_special_scope.html.haml +1 -0
  125. data/app/views/carnival/shared/form/_edit.html.haml +1 -0
  126. data/app/views/carnival/shared/form/_field.html.haml +8 -0
  127. data/app/views/carnival/shared/form/_form.html.haml +13 -0
  128. data/app/views/carnival/shared/form/edit.html.haml +6 -0
  129. data/app/views/carnival/shared/form/new.html.haml +7 -0
  130. data/app/views/carnival/shared/form/show.html.haml +16 -0
  131. data/app/views/carnival/shared/render_popup.js.erb +2 -0
  132. data/app/views/devise/confirmations/new.html.erb +12 -0
  133. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  134. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  135. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  136. data/app/views/devise/passwords/edit.html.erb +16 -0
  137. data/app/views/devise/passwords/new.html.erb +12 -0
  138. data/app/views/devise/registrations/edit.html.erb +29 -0
  139. data/app/views/devise/registrations/new.html.erb +18 -0
  140. data/app/views/devise/sessions/new.html.erb +19 -0
  141. data/app/views/devise/shared/_links.erb +25 -0
  142. data/app/views/devise/unlocks/new.html.erb +12 -0
  143. data/app/views/layouts/carnival/_menu.html.haml +30 -0
  144. data/app/views/layouts/carnival/_notifications_list.html.haml +27 -0
  145. data/app/views/layouts/carnival/admin.html.haml +51 -0
  146. data/config/initializers/carnival_initializer.rb +41 -0
  147. data/config/initializers/devise.rb +258 -0
  148. data/config/initializers/simple_form.rb +3 -0
  149. data/config/locales/carnival.en.yml +1 -0
  150. data/config/locales/carnival.pt.yml +228 -0
  151. data/config/locales/devise.en.yml +59 -0
  152. data/config/locales/devise.pt.yml +59 -0
  153. data/config/routes.rb +8 -0
  154. data/db/migrate/20140129211859_devise_create_admin_users.rb +43 -0
  155. data/db/migrate/20140129213216_create_notifications.rb +10 -0
  156. data/db/migrate/20140129223355_create_admin_user_notifications.rb +10 -0
  157. data/db/migrate/20140206144730_add_columns_to_admin_users.rb +7 -0
  158. data/lib/carnival.rb +13 -0
  159. data/lib/carnival/config.rb +10 -0
  160. data/lib/carnival/engine.rb +5 -0
  161. data/lib/carnival/routes.rb +13 -0
  162. data/lib/carnival/version.rb +3 -0
  163. data/lib/generators/carnival/install_generator.rb +18 -0
  164. data/lib/generators/carnival/templates/carnival_initializer.rb +41 -0
  165. data/lib/tasks/carnival_tasks.rake +4 -0
  166. data/test/carnival_test.rb +7 -0
  167. data/test/dummy/README.rdoc +28 -0
  168. data/test/dummy/Rakefile +6 -0
  169. data/test/dummy/app/assets/javascripts/application.js +13 -0
  170. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  171. data/test/dummy/app/controllers/admin/cities_controller.rb +9 -0
  172. data/test/dummy/app/controllers/admin/countries_controller.rb +9 -0
  173. data/test/dummy/app/controllers/admin/people_controller.rb +9 -0
  174. data/test/dummy/app/controllers/admin/states_controller.rb +9 -0
  175. data/test/dummy/app/controllers/admin/testes_controller.rb +9 -0
  176. data/test/dummy/app/controllers/application_controller.rb +5 -0
  177. data/test/dummy/app/helpers/application_helper.rb +2 -0
  178. data/test/dummy/app/models/admin.rb +5 -0
  179. data/test/dummy/app/models/admin/association_common.rb +23 -0
  180. data/test/dummy/app/models/admin/city.rb +11 -0
  181. data/test/dummy/app/models/admin/company.rb +14 -0
  182. data/test/dummy/app/models/admin/country.rb +9 -0
  183. data/test/dummy/app/models/admin/job.rb +10 -0
  184. data/test/dummy/app/models/admin/person.rb +17 -0
  185. data/test/dummy/app/models/admin/professional_experience.rb +14 -0
  186. data/test/dummy/app/models/admin/state.rb +12 -0
  187. data/test/dummy/app/models/job.rb +8 -0
  188. data/test/dummy/app/presenters/admin/city_presenter.rb +42 -0
  189. data/test/dummy/app/presenters/admin/country_presenter.rb +28 -0
  190. data/test/dummy/app/presenters/admin/person_presenter.rb +60 -0
  191. data/test/dummy/app/presenters/admin/state_presenter.rb +35 -0
  192. data/test/dummy/app/views/admin/testes/_form.html.haml +17 -0
  193. data/test/dummy/app/views/admin/testes/edit.html.haml +3 -0
  194. data/test/dummy/app/views/admin/testes/new.html.haml +4 -0
  195. data/test/dummy/app/views/admin/testes/show.html.haml +14 -0
  196. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  197. data/test/dummy/bin/bundle +3 -0
  198. data/test/dummy/bin/rails +4 -0
  199. data/test/dummy/bin/rake +4 -0
  200. data/test/dummy/config.ru +4 -0
  201. data/test/dummy/config/application.rb +22 -0
  202. data/test/dummy/config/boot.rb +5 -0
  203. data/test/dummy/config/database.yml +25 -0
  204. data/test/dummy/config/environment.rb +5 -0
  205. data/test/dummy/config/environments/development.rb +47 -0
  206. data/test/dummy/config/environments/production.rb +80 -0
  207. data/test/dummy/config/environments/test.rb +36 -0
  208. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  209. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  210. data/test/dummy/config/initializers/inflections.rb +16 -0
  211. data/test/dummy/config/initializers/mime_types.rb +5 -0
  212. data/test/dummy/config/initializers/secret_token.rb +12 -0
  213. data/test/dummy/config/initializers/session_store.rb +3 -0
  214. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  215. data/test/dummy/config/locales/en.yml +23 -0
  216. data/test/dummy/config/routes.rb +15 -0
  217. data/test/dummy/db/development.sqlite3 +0 -0
  218. data/test/dummy/db/migrate/20140206211804_create_admin_companies.rb +16 -0
  219. data/test/dummy/db/migrate/20140206211829_create_admin_countries.rb +10 -0
  220. data/test/dummy/db/migrate/20140206211850_create_admin_states.rb +12 -0
  221. data/test/dummy/db/migrate/20140206211923_create_admin_cities.rb +11 -0
  222. data/test/dummy/db/migrate/20140206212128_create_admin_people.rb +19 -0
  223. data/test/dummy/db/migrate/20140309013000_create_jobs.rb +9 -0
  224. data/test/dummy/db/migrate/20140309013019_create_professional_experiences.rb +14 -0
  225. data/test/dummy/db/migrate/20140323020642_devise_create_admin_users.carnival_engine.rb +44 -0
  226. data/test/dummy/db/migrate/20140323020643_create_notifications.carnival_engine.rb +11 -0
  227. data/test/dummy/db/migrate/20140323020644_create_admin_user_notifications.carnival_engine.rb +11 -0
  228. data/test/dummy/db/migrate/20140323020645_add_columns_to_admin_users.carnival_engine.rb +8 -0
  229. data/test/dummy/db/schema.rb +143 -0
  230. data/test/dummy/db/test.sqlite3 +0 -0
  231. data/test/dummy/log/bullet.log +0 -0
  232. data/test/dummy/log/development.log +6933 -0
  233. data/test/dummy/public/404.html +58 -0
  234. data/test/dummy/public/422.html +58 -0
  235. data/test/dummy/public/500.html +57 -0
  236. data/test/dummy/public/favicon.ico +0 -0
  237. data/test/dummy/tmp/cache/assets/development/sprockets/01c1d1cbb942f60130f0aa01d50c98d2 +0 -0
  238. data/test/dummy/tmp/cache/assets/development/sprockets/049c6f2079e2e93f96fd228df8c265ba +0 -0
  239. data/test/dummy/tmp/cache/assets/development/sprockets/0d9971c4a3b5017a7d2122508b66bb12 +0 -0
  240. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  241. data/test/dummy/tmp/cache/assets/development/sprockets/147e4215ac96fd8b8d373567ae00ed47 +0 -0
  242. data/test/dummy/tmp/cache/assets/development/sprockets/1634e1287a9914e738e710919b7cd6e4 +0 -0
  243. data/test/dummy/tmp/cache/assets/development/sprockets/16c6027bc506317d8266573d0ae1b510 +0 -0
  244. data/test/dummy/tmp/cache/assets/development/sprockets/16e4094498947b5f36bfbb490b94d025 +0 -0
  245. data/test/dummy/tmp/cache/assets/development/sprockets/197f549b9c46ec6679bddac8e4065948 +0 -0
  246. data/test/dummy/tmp/cache/assets/development/sprockets/2109e2acf993625dc0a3f05e7e0af523 +0 -0
  247. data/test/dummy/tmp/cache/assets/development/sprockets/22e50c67b95bf23b653e7a6768d38749 +0 -0
  248. data/test/dummy/tmp/cache/assets/development/sprockets/2684dad966b304ec2aee0149dc77c657 +0 -0
  249. data/test/dummy/tmp/cache/assets/development/sprockets/2908a36318747c72030e94441a2579c4 +0 -0
  250. data/test/dummy/tmp/cache/assets/development/sprockets/2a4d4d7ea99972ea41453ec4e6bad058 +0 -0
  251. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  252. data/test/dummy/tmp/cache/assets/development/sprockets/30c8c2e6ca355103a267133f6b45b0ce +0 -0
  253. data/test/dummy/tmp/cache/assets/development/sprockets/31177aaa32db75be241353c5819450b4 +0 -0
  254. data/test/dummy/tmp/cache/assets/development/sprockets/31a6581dfe5a788b2b450403959a97c5 +0 -0
  255. data/test/dummy/tmp/cache/assets/development/sprockets/32daf8a3bfd9da8ab261f5002f66389f +0 -0
  256. data/test/dummy/tmp/cache/assets/development/sprockets/33dfbc7bdde795abfd1031ceaa315dc8 +0 -0
  257. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  258. data/test/dummy/tmp/cache/assets/development/sprockets/3636240cbc1f10d05a7e27f44c330bf9 +0 -0
  259. data/test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f +0 -0
  260. data/test/dummy/tmp/cache/assets/development/sprockets/3ac0f4fad0d3e6d3d13d4ed2189dcabe +0 -0
  261. data/test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7 +0 -0
  262. data/test/dummy/tmp/cache/assets/development/sprockets/3fd8a2a00bb4ebd69a3ecac257dbe536 +0 -0
  263. data/test/dummy/tmp/cache/assets/development/sprockets/3fdb709b3417757576eff80c0ec26b75 +0 -0
  264. data/test/dummy/tmp/cache/assets/development/sprockets/4423cb4765f66f187ffcb3be911c3600 +0 -0
  265. data/test/dummy/tmp/cache/assets/development/sprockets/45b86c586ed942b09cec2190b3c45c5a +0 -0
  266. data/test/dummy/tmp/cache/assets/development/sprockets/47ce692a80d5b075614c2489d7e3a142 +0 -0
  267. data/test/dummy/tmp/cache/assets/development/sprockets/4a7a4dcd9fea9bd2e287771c51f96631 +0 -0
  268. data/test/dummy/tmp/cache/assets/development/sprockets/4bd7e9214a07840040d269fdbf523e97 +0 -0
  269. data/test/dummy/tmp/cache/assets/development/sprockets/4c36f4196d9df171251bea6f3b587fe3 +0 -0
  270. data/test/dummy/tmp/cache/assets/development/sprockets/4e4b1f24c5e69f2f305f6d6483a1605c +0 -0
  271. data/test/dummy/tmp/cache/assets/development/sprockets/5090d7ea741c7f63994eb7b62e757f8f +0 -0
  272. data/test/dummy/tmp/cache/assets/development/sprockets/565023fdd3960225e817ec043b2d9474 +0 -0
  273. data/test/dummy/tmp/cache/assets/development/sprockets/5a4d2d875f1d8ab987ab653f896d1c39 +0 -0
  274. data/test/dummy/tmp/cache/assets/development/sprockets/5c8a4c90b3525681a2173b93b9d55293 +0 -0
  275. data/test/dummy/tmp/cache/assets/development/sprockets/5e7998a2046d512312e432aef40d3e22 +0 -0
  276. data/test/dummy/tmp/cache/assets/development/sprockets/5eacf8d05b2a79f57d54ee047a51e223 +0 -0
  277. data/test/dummy/tmp/cache/assets/development/sprockets/662125e0a3b8f685abafe02e03c6f442 +0 -0
  278. data/test/dummy/tmp/cache/assets/development/sprockets/6808736d34ec24fb10203097ff009a4d +0 -0
  279. data/test/dummy/tmp/cache/assets/development/sprockets/6c257cb7126b2e5bda4c42d414e39786 +0 -0
  280. data/test/dummy/tmp/cache/assets/development/sprockets/6ce5945ed85a31ec875a9973b5a3d3bc +0 -0
  281. data/test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc +0 -0
  282. data/test/dummy/tmp/cache/assets/development/sprockets/6f6ec88ead28d25410be2a6f62ec79b1 +0 -0
  283. data/test/dummy/tmp/cache/assets/development/sprockets/706dcf8ec253808fea35ae06a4b408b1 +0 -0
  284. data/test/dummy/tmp/cache/assets/development/sprockets/7cfe3fa955d677396ed9e22193559a64 +0 -0
  285. data/test/dummy/tmp/cache/assets/development/sprockets/7e154ca951644e8aa1a2c6221f08db4f +0 -0
  286. data/test/dummy/tmp/cache/assets/development/sprockets/822d6436044fe88b0b3fbc6f3458ff88 +0 -0
  287. data/test/dummy/tmp/cache/assets/development/sprockets/84e6a879569ca7546a93558488a6ff70 +0 -0
  288. data/test/dummy/tmp/cache/assets/development/sprockets/8576d7c22dbd8222ab27a6c47f56a65c +0 -0
  289. data/test/dummy/tmp/cache/assets/development/sprockets/88144c375f9e329812d0302be96e0eab +0 -0
  290. data/test/dummy/tmp/cache/assets/development/sprockets/8a4b32386b5d8554473df478badd6ef9 +0 -0
  291. data/test/dummy/tmp/cache/assets/development/sprockets/8bc60f31f479cd0263d897aa45b88750 +0 -0
  292. data/test/dummy/tmp/cache/assets/development/sprockets/8e22d55d0b7b958a3904e7428269df65 +0 -0
  293. data/test/dummy/tmp/cache/assets/development/sprockets/918ab452d9c4634682ff94ffbd89e16f +0 -0
  294. data/test/dummy/tmp/cache/assets/development/sprockets/9455de99a5c68705427bbec9e50865ce +0 -0
  295. data/test/dummy/tmp/cache/assets/development/sprockets/958dd41e5252627471b2b65116401512 +0 -0
  296. data/test/dummy/tmp/cache/assets/development/sprockets/996ac001c901711cabb64b7e1940c54a +0 -0
  297. data/test/dummy/tmp/cache/assets/development/sprockets/9aec27b5fa2afdfa28068452ece0e6f0 +0 -0
  298. data/test/dummy/tmp/cache/assets/development/sprockets/9db7e75f3fa621ef08ade7ffda96e39f +0 -0
  299. data/test/dummy/tmp/cache/assets/development/sprockets/9dc853d92b5d774afadacc451965059c +0 -0
  300. data/test/dummy/tmp/cache/assets/development/sprockets/a125dd8e84a82fc90705bd3710fb93c2 +0 -0
  301. data/test/dummy/tmp/cache/assets/development/sprockets/a1c5386d742fb4d01bea977ed28f4a96 +0 -0
  302. data/test/dummy/tmp/cache/assets/development/sprockets/a30288f737d428b0feb2a78b3aab9c69 +0 -0
  303. data/test/dummy/tmp/cache/assets/development/sprockets/a40d723f9a6ad5b541009b8f05ce6533 +0 -0
  304. data/test/dummy/tmp/cache/assets/development/sprockets/a908448dd851cae431aa2b4bde9b5a98 +0 -0
  305. data/test/dummy/tmp/cache/assets/development/sprockets/aa5708f6fbe7528d49c127a7f89a2511 +0 -0
  306. data/test/dummy/tmp/cache/assets/development/sprockets/aaf9dac7bb02577a8005e39ca9225482 +0 -0
  307. data/test/dummy/tmp/cache/assets/development/sprockets/ad7b50123ad008ac0730bbbdf76a6bfe +0 -0
  308. data/test/dummy/tmp/cache/assets/development/sprockets/b271e3537645a42480b3ba7bca2342f4 +0 -0
  309. data/test/dummy/tmp/cache/assets/development/sprockets/ba891185d4fda83f4c16e6bb8139359b +0 -0
  310. data/test/dummy/tmp/cache/assets/development/sprockets/c72101732682999b6ca050f007fc6467 +0 -0
  311. data/test/dummy/tmp/cache/assets/development/sprockets/c8927e934e7960fc7907b6fc02ea7f08 +0 -0
  312. data/test/dummy/tmp/cache/assets/development/sprockets/c980544b5828a643ecaa8e784897c2c2 +0 -0
  313. data/test/dummy/tmp/cache/assets/development/sprockets/ca0e1997bc6c40f955a42ee777299750 +0 -0
  314. data/test/dummy/tmp/cache/assets/development/sprockets/cc2c3f8b87c5b787305412a3076058db +0 -0
  315. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  316. data/test/dummy/tmp/cache/assets/development/sprockets/d16461dfcae4b782f721ebd81e4f8740 +0 -0
  317. data/test/dummy/tmp/cache/assets/development/sprockets/d3b5d5784361e5eb827fbcdb0332258f +0 -0
  318. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  319. data/test/dummy/tmp/cache/assets/development/sprockets/d81122f6f2520c8f0785425936756e20 +0 -0
  320. data/test/dummy/tmp/cache/assets/development/sprockets/dbf160a6439a8d0b792ff46cf0a612f6 +0 -0
  321. data/test/dummy/tmp/cache/assets/development/sprockets/dc829340258cc36c0df423725df54649 +0 -0
  322. data/test/dummy/tmp/cache/assets/development/sprockets/dd326f3f4fd1c7fd075b58d6cb623a25 +0 -0
  323. data/test/dummy/tmp/cache/assets/development/sprockets/de060f82711b4b5c465f17b140eb2a61 +0 -0
  324. data/test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af +0 -0
  325. data/test/dummy/tmp/cache/assets/development/sprockets/e1d6efce94e71965434d2dde64fd8410 +0 -0
  326. data/test/dummy/tmp/cache/assets/development/sprockets/e4298973f799acdce289752c24bfddf2 +0 -0
  327. data/test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06 +0 -0
  328. data/test/dummy/tmp/cache/assets/development/sprockets/eccab0d41d08e156ccd2f36f85949356 +0 -0
  329. data/test/dummy/tmp/cache/assets/development/sprockets/eed84a44f4e3915a39ea98ce25dc2570 +0 -0
  330. data/test/dummy/tmp/cache/assets/development/sprockets/f1e75c209067b23f5c0c7bf2006c43d0 +0 -0
  331. data/test/dummy/tmp/cache/assets/development/sprockets/f31e05a23db2e9dfc9207658cda7b799 +0 -0
  332. data/test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb +0 -0
  333. data/test/dummy/tmp/cache/assets/development/sprockets/f631443b06d6b36e666344dbaf0b64f0 +0 -0
  334. data/test/dummy/tmp/cache/assets/development/sprockets/f7ab949c8c6b7ef3f2b743ebd98f9f59 +0 -0
  335. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  336. data/test/dummy/tmp/cache/assets/development/sprockets/fc4b3bb94f52c27dfb87395841a7cb62 +0 -0
  337. data/test/dummy/tmp/cache/assets/development/sprockets/fc79e1609ba401a4408c71182ef89b3e +0 -0
  338. data/test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911 +0 -0
  339. data/test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888 +0 -0
  340. data/test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8 +0 -0
  341. data/test/dummy/tmp/pids/server.pid +1 -0
  342. data/test/fixtures/notifications.yml +11 -0
  343. data/test/integration/navigation_test.rb +10 -0
  344. data/test/models/notification_test.rb +7 -0
  345. data/test/test_helper.rb +15 -0
  346. metadata +739 -0
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class NotificationTest < ActiveSupport::TestCase
4
+ # test "the truth" do
5
+ # assert true
6
+ # end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
metadata ADDED
@@ -0,0 +1,739 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: carnival
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.10
5
+ platform: ruby
6
+ authors:
7
+ - Vizir Software Studio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-03-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 4.0.4
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 4.0.4
27
+ - !ruby/object:Gem::Dependency
28
+ name: haml
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: devise
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: simple_form
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: inherited_resources
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: will_paginate
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ! '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ! '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: omniauth-facebook
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ! '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ! '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: omniauth-google-oauth2
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ! '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: sqlite3
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ! '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ! '>='
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: better_errors
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ! '>='
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ! '>='
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: bullet
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ! '>='
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ! '>='
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: binding_of_caller
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ! '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ! '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ description: Carnival is an easy-to-use and extensible Rails Engine to speed the development
182
+ of data management interfaces. When you use Carnival you can benefit from made features
183
+ that are already done. If you need to change anything, you can write your own version
184
+ of the method, using real Ruby code without worrying about the syntax of the engine.
185
+ email:
186
+ - contato@vizir.com.br
187
+ executables: []
188
+ extensions: []
189
+ extra_rdoc_files: []
190
+ files:
191
+ - MIT-LICENSE
192
+ - Rakefile
193
+ - app/assets/images/carnival/avatar.png
194
+ - app/assets/images/carnival/bg_button.png
195
+ - app/assets/images/carnival/cal.png
196
+ - app/assets/images/carnival/chosen-sprite.png
197
+ - app/assets/images/carnival/chosen-sprite@2x.png
198
+ - app/assets/images/carnival/datatables-loading.gif
199
+ - app/assets/images/carnival/fonts/opensans-regular-webfont.eot
200
+ - app/assets/images/carnival/fonts/opensans-regular-webfont.svg
201
+ - app/assets/images/carnival/fonts/opensans-regular-webfont.ttf
202
+ - app/assets/images/carnival/fonts/opensans-regular-webfont.woff
203
+ - app/assets/images/carnival/fonts/opensans-semibold-webfont.eot
204
+ - app/assets/images/carnival/fonts/opensans-semibold-webfont.svg
205
+ - app/assets/images/carnival/fonts/opensans-semibold-webfont.ttf
206
+ - app/assets/images/carnival/fonts/opensans-semibold-webfont.woff
207
+ - app/assets/images/carnival/fonts/up-not.png
208
+ - app/assets/images/carnival/header-bg.png
209
+ - app/assets/images/carnival/novo.png
210
+ - app/assets/images/carnival/overlay.png
211
+ - app/assets/images/carnival/search-button.png
212
+ - app/assets/images/carnival/search.png
213
+ - app/assets/images/carnival/sort_asc.png
214
+ - app/assets/images/carnival/sort_asc_disabled.png
215
+ - app/assets/images/carnival/sort_both.png
216
+ - app/assets/images/carnival/sort_desc.png
217
+ - app/assets/images/carnival/sort_desc_disabled.png
218
+ - app/assets/images/carnival/sprite.png
219
+ - app/assets/images/carnival/sprites-active.png
220
+ - app/assets/images/carnival/sprites.png
221
+ - app/assets/images/carnival/up-not.png
222
+ - app/assets/images/carnival/voltar.png
223
+ - app/assets/javascripts/carnival/admin.js
224
+ - app/assets/javascripts/carnival/advanced_search.js
225
+ - app/assets/javascripts/carnival/data_tables_functions.js
226
+ - app/assets/javascripts/carnival/external/chosen.jquery.js
227
+ - app/assets/javascripts/carnival/external/jquery-ui-1.9.1.custom.min.js
228
+ - app/assets/javascripts/carnival/external/jquery.colorbox-min.js
229
+ - app/assets/javascripts/carnival/external/jquery.dataTables.min.js
230
+ - app/assets/javascripts/carnival/external/jquery.maskedinput.js
231
+ - app/assets/javascripts/carnival/external/jquery.noty.js
232
+ - app/assets/javascripts/carnival/external/jquery.noty.layout.bottom.js
233
+ - app/assets/javascripts/carnival/external/jquery.noty.theme.default.js
234
+ - app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.min.js
235
+ - app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js
236
+ - app/assets/javascripts/carnival/vizir_admin.js
237
+ - app/assets/stylesheets/carnival/admin.css
238
+ - app/assets/stylesheets/carnival/admin_users.css
239
+ - app/assets/stylesheets/carnival/chosen.css
240
+ - app/assets/stylesheets/carnival/colorbox.css
241
+ - app/assets/stylesheets/carnival/datatable.css
242
+ - app/assets/stylesheets/carnival/formframe.css
243
+ - app/assets/stylesheets/carnival/images/ui-bg_flat_0_aaaaaa_40x100.png
244
+ - app/assets/stylesheets/carnival/images/ui-bg_flat_75_ffffff_40x100.png
245
+ - app/assets/stylesheets/carnival/images/ui-bg_glass_55_fbf9ee_1x400.png
246
+ - app/assets/stylesheets/carnival/images/ui-bg_glass_65_ffffff_1x400.png
247
+ - app/assets/stylesheets/carnival/images/ui-bg_glass_75_dadada_1x400.png
248
+ - app/assets/stylesheets/carnival/images/ui-bg_glass_75_e6e6e6_1x400.png
249
+ - app/assets/stylesheets/carnival/images/ui-bg_glass_95_fef1ec_1x400.png
250
+ - app/assets/stylesheets/carnival/images/ui-bg_highlight-soft_75_cccccc_1x100.png
251
+ - app/assets/stylesheets/carnival/images/ui-icons_222222_256x240.png
252
+ - app/assets/stylesheets/carnival/images/ui-icons_2e83ff_256x240.png
253
+ - app/assets/stylesheets/carnival/images/ui-icons_454545_256x240.png
254
+ - app/assets/stylesheets/carnival/images/ui-icons_888888_256x240.png
255
+ - app/assets/stylesheets/carnival/images/ui-icons_cd0a0a_256x240.png
256
+ - app/assets/stylesheets/carnival/jquery-ui-1.8.11.custom.css
257
+ - app/assets/stylesheets/carnival/jquery.noty.css
258
+ - app/assets/stylesheets/carnival/main.css
259
+ - app/assets/stylesheets/carnival/noty_theme_default.css
260
+ - app/assets/stylesheets/carnival/perfect-scrollbar-0.4.6.min.css
261
+ - app/assets/stylesheets/carnival/vizir-grid.css
262
+ - app/controllers/carnival/admin_user_notifications_controller.rb
263
+ - app/controllers/carnival/admin_users_controller.rb
264
+ - app/controllers/carnival/base_admin_controller.rb
265
+ - app/controllers/carnival/omniauth_callbacks_controller.rb
266
+ - app/controllers/carnival/sessions_controller.rb
267
+ - app/datatable/carnival/generic_datatable.rb
268
+ - app/helpers/carnival/admin_users_helper.rb
269
+ - app/helpers/carnival/base_admin_helper.rb
270
+ - app/inputs/admin_base_input.rb
271
+ - app/inputs/admin_currency_input.rb
272
+ - app/inputs/admin_date_input.rb
273
+ - app/inputs/admin_enum_input.rb
274
+ - app/inputs/admin_relationship_select_input.rb
275
+ - app/inputs/admin_text_input.rb
276
+ - app/models/carnival/action.rb
277
+ - app/models/carnival/admin_user.rb
278
+ - app/models/carnival/admin_user_notification.rb
279
+ - app/models/carnival/field.rb
280
+ - app/models/carnival/form.rb
281
+ - app/models/carnival/notification.rb
282
+ - app/models/carnival/scope.rb
283
+ - app/presenters/carnival/admin_user_notification_presenter.rb
284
+ - app/presenters/carnival/admin_user_presenter.rb
285
+ - app/presenters/carnival/base_admin_presenter.rb
286
+ - app/views/carnival/admin_users/_form.html.haml
287
+ - app/views/carnival/admin_users/edit.html.haml
288
+ - app/views/carnival/admin_users/new.html.haml
289
+ - app/views/carnival/admin_users/show.html.haml
290
+ - app/views/carnival/index.html.haml
291
+ - app/views/carnival/index.pdf.haml
292
+ - app/views/carnival/login.html.haml
293
+ - app/views/carnival/shared/_action_default.html.haml
294
+ - app/views/carnival/shared/_action_delete.html.haml
295
+ - app/views/carnival/shared/_add_button.html.haml
296
+ - app/views/carnival/shared/_advanced_search.html.haml
297
+ - app/views/carnival/shared/_advanced_search_field.html.haml
298
+ - app/views/carnival/shared/_application_popup_partial.html.haml
299
+ - app/views/carnival/shared/_batch_operation_checkbox.html.haml
300
+ - app/views/carnival/shared/_delete.html.haml
301
+ - app/views/carnival/shared/_edit_delete.html.haml
302
+ - app/views/carnival/shared/_extra.html.haml
303
+ - app/views/carnival/shared/_extra_item.html.haml
304
+ - app/views/carnival/shared/_filter_bar.html.haml
305
+ - app/views/carnival/shared/_header.pdf.haml
306
+ - app/views/carnival/shared/_item_buttons.html.haml
307
+ - app/views/carnival/shared/_link_fields.html.haml
308
+ - app/views/carnival/shared/_list_cel.html.haml
309
+ - app/views/carnival/shared/_list_cel.pdf.haml
310
+ - app/views/carnival/shared/_period_filter.html.haml
311
+ - app/views/carnival/shared/_report.pdf.haml
312
+ - app/views/carnival/shared/_scope.html.haml
313
+ - app/views/carnival/shared/_special_scope.html.haml
314
+ - app/views/carnival/shared/form/_edit.html.haml
315
+ - app/views/carnival/shared/form/_field.html.haml
316
+ - app/views/carnival/shared/form/_form.html.haml
317
+ - app/views/carnival/shared/form/edit.html.haml
318
+ - app/views/carnival/shared/form/new.html.haml
319
+ - app/views/carnival/shared/form/show.html.haml
320
+ - app/views/carnival/shared/render_popup.js.erb
321
+ - app/views/devise/confirmations/new.html.erb
322
+ - app/views/devise/mailer/confirmation_instructions.html.erb
323
+ - app/views/devise/mailer/reset_password_instructions.html.erb
324
+ - app/views/devise/mailer/unlock_instructions.html.erb
325
+ - app/views/devise/passwords/edit.html.erb
326
+ - app/views/devise/passwords/new.html.erb
327
+ - app/views/devise/registrations/edit.html.erb
328
+ - app/views/devise/registrations/new.html.erb
329
+ - app/views/devise/sessions/new.html.erb
330
+ - app/views/devise/shared/_links.erb
331
+ - app/views/devise/unlocks/new.html.erb
332
+ - app/views/layouts/carnival/_menu.html.haml
333
+ - app/views/layouts/carnival/_notifications_list.html.haml
334
+ - app/views/layouts/carnival/admin.html.haml
335
+ - config/initializers/carnival_initializer.rb
336
+ - config/initializers/devise.rb
337
+ - config/initializers/simple_form.rb
338
+ - config/locales/carnival.en.yml
339
+ - config/locales/carnival.pt.yml
340
+ - config/locales/devise.en.yml
341
+ - config/locales/devise.pt.yml
342
+ - config/routes.rb
343
+ - db/migrate/20140129211859_devise_create_admin_users.rb
344
+ - db/migrate/20140129213216_create_notifications.rb
345
+ - db/migrate/20140129223355_create_admin_user_notifications.rb
346
+ - db/migrate/20140206144730_add_columns_to_admin_users.rb
347
+ - lib/carnival.rb
348
+ - lib/carnival/config.rb
349
+ - lib/carnival/engine.rb
350
+ - lib/carnival/routes.rb
351
+ - lib/carnival/version.rb
352
+ - lib/generators/carnival/install_generator.rb
353
+ - lib/generators/carnival/templates/carnival_initializer.rb
354
+ - lib/tasks/carnival_tasks.rake
355
+ - test/carnival_test.rb
356
+ - test/dummy/README.rdoc
357
+ - test/dummy/Rakefile
358
+ - test/dummy/app/assets/javascripts/application.js
359
+ - test/dummy/app/assets/stylesheets/application.css
360
+ - test/dummy/app/controllers/admin/cities_controller.rb
361
+ - test/dummy/app/controllers/admin/countries_controller.rb
362
+ - test/dummy/app/controllers/admin/people_controller.rb
363
+ - test/dummy/app/controllers/admin/states_controller.rb
364
+ - test/dummy/app/controllers/admin/testes_controller.rb
365
+ - test/dummy/app/controllers/application_controller.rb
366
+ - test/dummy/app/helpers/application_helper.rb
367
+ - test/dummy/app/models/admin.rb
368
+ - test/dummy/app/models/admin/association_common.rb
369
+ - test/dummy/app/models/admin/city.rb
370
+ - test/dummy/app/models/admin/company.rb
371
+ - test/dummy/app/models/admin/country.rb
372
+ - test/dummy/app/models/admin/job.rb
373
+ - test/dummy/app/models/admin/person.rb
374
+ - test/dummy/app/models/admin/professional_experience.rb
375
+ - test/dummy/app/models/admin/state.rb
376
+ - test/dummy/app/models/job.rb
377
+ - test/dummy/app/presenters/admin/city_presenter.rb
378
+ - test/dummy/app/presenters/admin/country_presenter.rb
379
+ - test/dummy/app/presenters/admin/person_presenter.rb
380
+ - test/dummy/app/presenters/admin/state_presenter.rb
381
+ - test/dummy/app/views/admin/testes/_form.html.haml
382
+ - test/dummy/app/views/admin/testes/edit.html.haml
383
+ - test/dummy/app/views/admin/testes/new.html.haml
384
+ - test/dummy/app/views/admin/testes/show.html.haml
385
+ - test/dummy/app/views/layouts/application.html.erb
386
+ - test/dummy/bin/bundle
387
+ - test/dummy/bin/rails
388
+ - test/dummy/bin/rake
389
+ - test/dummy/config.ru
390
+ - test/dummy/config/application.rb
391
+ - test/dummy/config/boot.rb
392
+ - test/dummy/config/database.yml
393
+ - test/dummy/config/environment.rb
394
+ - test/dummy/config/environments/development.rb
395
+ - test/dummy/config/environments/production.rb
396
+ - test/dummy/config/environments/test.rb
397
+ - test/dummy/config/initializers/backtrace_silencers.rb
398
+ - test/dummy/config/initializers/filter_parameter_logging.rb
399
+ - test/dummy/config/initializers/inflections.rb
400
+ - test/dummy/config/initializers/mime_types.rb
401
+ - test/dummy/config/initializers/secret_token.rb
402
+ - test/dummy/config/initializers/session_store.rb
403
+ - test/dummy/config/initializers/wrap_parameters.rb
404
+ - test/dummy/config/locales/en.yml
405
+ - test/dummy/config/routes.rb
406
+ - test/dummy/db/development.sqlite3
407
+ - test/dummy/db/migrate/20140206211804_create_admin_companies.rb
408
+ - test/dummy/db/migrate/20140206211829_create_admin_countries.rb
409
+ - test/dummy/db/migrate/20140206211850_create_admin_states.rb
410
+ - test/dummy/db/migrate/20140206211923_create_admin_cities.rb
411
+ - test/dummy/db/migrate/20140206212128_create_admin_people.rb
412
+ - test/dummy/db/migrate/20140309013000_create_jobs.rb
413
+ - test/dummy/db/migrate/20140309013019_create_professional_experiences.rb
414
+ - test/dummy/db/migrate/20140323020642_devise_create_admin_users.carnival_engine.rb
415
+ - test/dummy/db/migrate/20140323020643_create_notifications.carnival_engine.rb
416
+ - test/dummy/db/migrate/20140323020644_create_admin_user_notifications.carnival_engine.rb
417
+ - test/dummy/db/migrate/20140323020645_add_columns_to_admin_users.carnival_engine.rb
418
+ - test/dummy/db/schema.rb
419
+ - test/dummy/db/test.sqlite3
420
+ - test/dummy/log/bullet.log
421
+ - test/dummy/log/development.log
422
+ - test/dummy/public/404.html
423
+ - test/dummy/public/422.html
424
+ - test/dummy/public/500.html
425
+ - test/dummy/public/favicon.ico
426
+ - test/dummy/tmp/cache/assets/development/sprockets/01c1d1cbb942f60130f0aa01d50c98d2
427
+ - test/dummy/tmp/cache/assets/development/sprockets/049c6f2079e2e93f96fd228df8c265ba
428
+ - test/dummy/tmp/cache/assets/development/sprockets/0d9971c4a3b5017a7d2122508b66bb12
429
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
430
+ - test/dummy/tmp/cache/assets/development/sprockets/147e4215ac96fd8b8d373567ae00ed47
431
+ - test/dummy/tmp/cache/assets/development/sprockets/1634e1287a9914e738e710919b7cd6e4
432
+ - test/dummy/tmp/cache/assets/development/sprockets/16c6027bc506317d8266573d0ae1b510
433
+ - test/dummy/tmp/cache/assets/development/sprockets/16e4094498947b5f36bfbb490b94d025
434
+ - test/dummy/tmp/cache/assets/development/sprockets/197f549b9c46ec6679bddac8e4065948
435
+ - test/dummy/tmp/cache/assets/development/sprockets/2109e2acf993625dc0a3f05e7e0af523
436
+ - test/dummy/tmp/cache/assets/development/sprockets/22e50c67b95bf23b653e7a6768d38749
437
+ - test/dummy/tmp/cache/assets/development/sprockets/2684dad966b304ec2aee0149dc77c657
438
+ - test/dummy/tmp/cache/assets/development/sprockets/2908a36318747c72030e94441a2579c4
439
+ - test/dummy/tmp/cache/assets/development/sprockets/2a4d4d7ea99972ea41453ec4e6bad058
440
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
441
+ - test/dummy/tmp/cache/assets/development/sprockets/30c8c2e6ca355103a267133f6b45b0ce
442
+ - test/dummy/tmp/cache/assets/development/sprockets/31177aaa32db75be241353c5819450b4
443
+ - test/dummy/tmp/cache/assets/development/sprockets/31a6581dfe5a788b2b450403959a97c5
444
+ - test/dummy/tmp/cache/assets/development/sprockets/32daf8a3bfd9da8ab261f5002f66389f
445
+ - test/dummy/tmp/cache/assets/development/sprockets/33dfbc7bdde795abfd1031ceaa315dc8
446
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
447
+ - test/dummy/tmp/cache/assets/development/sprockets/3636240cbc1f10d05a7e27f44c330bf9
448
+ - test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f
449
+ - test/dummy/tmp/cache/assets/development/sprockets/3ac0f4fad0d3e6d3d13d4ed2189dcabe
450
+ - test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7
451
+ - test/dummy/tmp/cache/assets/development/sprockets/3fd8a2a00bb4ebd69a3ecac257dbe536
452
+ - test/dummy/tmp/cache/assets/development/sprockets/3fdb709b3417757576eff80c0ec26b75
453
+ - test/dummy/tmp/cache/assets/development/sprockets/4423cb4765f66f187ffcb3be911c3600
454
+ - test/dummy/tmp/cache/assets/development/sprockets/45b86c586ed942b09cec2190b3c45c5a
455
+ - test/dummy/tmp/cache/assets/development/sprockets/47ce692a80d5b075614c2489d7e3a142
456
+ - test/dummy/tmp/cache/assets/development/sprockets/4a7a4dcd9fea9bd2e287771c51f96631
457
+ - test/dummy/tmp/cache/assets/development/sprockets/4bd7e9214a07840040d269fdbf523e97
458
+ - test/dummy/tmp/cache/assets/development/sprockets/4c36f4196d9df171251bea6f3b587fe3
459
+ - test/dummy/tmp/cache/assets/development/sprockets/4e4b1f24c5e69f2f305f6d6483a1605c
460
+ - test/dummy/tmp/cache/assets/development/sprockets/5090d7ea741c7f63994eb7b62e757f8f
461
+ - test/dummy/tmp/cache/assets/development/sprockets/565023fdd3960225e817ec043b2d9474
462
+ - test/dummy/tmp/cache/assets/development/sprockets/5a4d2d875f1d8ab987ab653f896d1c39
463
+ - test/dummy/tmp/cache/assets/development/sprockets/5c8a4c90b3525681a2173b93b9d55293
464
+ - test/dummy/tmp/cache/assets/development/sprockets/5e7998a2046d512312e432aef40d3e22
465
+ - test/dummy/tmp/cache/assets/development/sprockets/5eacf8d05b2a79f57d54ee047a51e223
466
+ - test/dummy/tmp/cache/assets/development/sprockets/662125e0a3b8f685abafe02e03c6f442
467
+ - test/dummy/tmp/cache/assets/development/sprockets/6808736d34ec24fb10203097ff009a4d
468
+ - test/dummy/tmp/cache/assets/development/sprockets/6c257cb7126b2e5bda4c42d414e39786
469
+ - test/dummy/tmp/cache/assets/development/sprockets/6ce5945ed85a31ec875a9973b5a3d3bc
470
+ - test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc
471
+ - test/dummy/tmp/cache/assets/development/sprockets/6f6ec88ead28d25410be2a6f62ec79b1
472
+ - test/dummy/tmp/cache/assets/development/sprockets/706dcf8ec253808fea35ae06a4b408b1
473
+ - test/dummy/tmp/cache/assets/development/sprockets/7cfe3fa955d677396ed9e22193559a64
474
+ - test/dummy/tmp/cache/assets/development/sprockets/7e154ca951644e8aa1a2c6221f08db4f
475
+ - test/dummy/tmp/cache/assets/development/sprockets/822d6436044fe88b0b3fbc6f3458ff88
476
+ - test/dummy/tmp/cache/assets/development/sprockets/84e6a879569ca7546a93558488a6ff70
477
+ - test/dummy/tmp/cache/assets/development/sprockets/8576d7c22dbd8222ab27a6c47f56a65c
478
+ - test/dummy/tmp/cache/assets/development/sprockets/88144c375f9e329812d0302be96e0eab
479
+ - test/dummy/tmp/cache/assets/development/sprockets/8a4b32386b5d8554473df478badd6ef9
480
+ - test/dummy/tmp/cache/assets/development/sprockets/8bc60f31f479cd0263d897aa45b88750
481
+ - test/dummy/tmp/cache/assets/development/sprockets/8e22d55d0b7b958a3904e7428269df65
482
+ - test/dummy/tmp/cache/assets/development/sprockets/918ab452d9c4634682ff94ffbd89e16f
483
+ - test/dummy/tmp/cache/assets/development/sprockets/9455de99a5c68705427bbec9e50865ce
484
+ - test/dummy/tmp/cache/assets/development/sprockets/958dd41e5252627471b2b65116401512
485
+ - test/dummy/tmp/cache/assets/development/sprockets/996ac001c901711cabb64b7e1940c54a
486
+ - test/dummy/tmp/cache/assets/development/sprockets/9aec27b5fa2afdfa28068452ece0e6f0
487
+ - test/dummy/tmp/cache/assets/development/sprockets/9db7e75f3fa621ef08ade7ffda96e39f
488
+ - test/dummy/tmp/cache/assets/development/sprockets/9dc853d92b5d774afadacc451965059c
489
+ - test/dummy/tmp/cache/assets/development/sprockets/a125dd8e84a82fc90705bd3710fb93c2
490
+ - test/dummy/tmp/cache/assets/development/sprockets/a1c5386d742fb4d01bea977ed28f4a96
491
+ - test/dummy/tmp/cache/assets/development/sprockets/a30288f737d428b0feb2a78b3aab9c69
492
+ - test/dummy/tmp/cache/assets/development/sprockets/a40d723f9a6ad5b541009b8f05ce6533
493
+ - test/dummy/tmp/cache/assets/development/sprockets/a908448dd851cae431aa2b4bde9b5a98
494
+ - test/dummy/tmp/cache/assets/development/sprockets/aa5708f6fbe7528d49c127a7f89a2511
495
+ - test/dummy/tmp/cache/assets/development/sprockets/aaf9dac7bb02577a8005e39ca9225482
496
+ - test/dummy/tmp/cache/assets/development/sprockets/ad7b50123ad008ac0730bbbdf76a6bfe
497
+ - test/dummy/tmp/cache/assets/development/sprockets/b271e3537645a42480b3ba7bca2342f4
498
+ - test/dummy/tmp/cache/assets/development/sprockets/ba891185d4fda83f4c16e6bb8139359b
499
+ - test/dummy/tmp/cache/assets/development/sprockets/c72101732682999b6ca050f007fc6467
500
+ - test/dummy/tmp/cache/assets/development/sprockets/c8927e934e7960fc7907b6fc02ea7f08
501
+ - test/dummy/tmp/cache/assets/development/sprockets/c980544b5828a643ecaa8e784897c2c2
502
+ - test/dummy/tmp/cache/assets/development/sprockets/ca0e1997bc6c40f955a42ee777299750
503
+ - test/dummy/tmp/cache/assets/development/sprockets/cc2c3f8b87c5b787305412a3076058db
504
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
505
+ - test/dummy/tmp/cache/assets/development/sprockets/d16461dfcae4b782f721ebd81e4f8740
506
+ - test/dummy/tmp/cache/assets/development/sprockets/d3b5d5784361e5eb827fbcdb0332258f
507
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
508
+ - test/dummy/tmp/cache/assets/development/sprockets/d81122f6f2520c8f0785425936756e20
509
+ - test/dummy/tmp/cache/assets/development/sprockets/dbf160a6439a8d0b792ff46cf0a612f6
510
+ - test/dummy/tmp/cache/assets/development/sprockets/dc829340258cc36c0df423725df54649
511
+ - test/dummy/tmp/cache/assets/development/sprockets/dd326f3f4fd1c7fd075b58d6cb623a25
512
+ - test/dummy/tmp/cache/assets/development/sprockets/de060f82711b4b5c465f17b140eb2a61
513
+ - test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af
514
+ - test/dummy/tmp/cache/assets/development/sprockets/e1d6efce94e71965434d2dde64fd8410
515
+ - test/dummy/tmp/cache/assets/development/sprockets/e4298973f799acdce289752c24bfddf2
516
+ - test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06
517
+ - test/dummy/tmp/cache/assets/development/sprockets/eccab0d41d08e156ccd2f36f85949356
518
+ - test/dummy/tmp/cache/assets/development/sprockets/eed84a44f4e3915a39ea98ce25dc2570
519
+ - test/dummy/tmp/cache/assets/development/sprockets/f1e75c209067b23f5c0c7bf2006c43d0
520
+ - test/dummy/tmp/cache/assets/development/sprockets/f31e05a23db2e9dfc9207658cda7b799
521
+ - test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb
522
+ - test/dummy/tmp/cache/assets/development/sprockets/f631443b06d6b36e666344dbaf0b64f0
523
+ - test/dummy/tmp/cache/assets/development/sprockets/f7ab949c8c6b7ef3f2b743ebd98f9f59
524
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
525
+ - test/dummy/tmp/cache/assets/development/sprockets/fc4b3bb94f52c27dfb87395841a7cb62
526
+ - test/dummy/tmp/cache/assets/development/sprockets/fc79e1609ba401a4408c71182ef89b3e
527
+ - test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911
528
+ - test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888
529
+ - test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8
530
+ - test/dummy/tmp/pids/server.pid
531
+ - test/fixtures/notifications.yml
532
+ - test/integration/navigation_test.rb
533
+ - test/models/notification_test.rb
534
+ - test/test_helper.rb
535
+ homepage: https://github.com/Vizir/carnival
536
+ licenses: []
537
+ metadata: {}
538
+ post_install_message:
539
+ rdoc_options: []
540
+ require_paths:
541
+ - lib
542
+ required_ruby_version: !ruby/object:Gem::Requirement
543
+ requirements:
544
+ - - ! '>='
545
+ - !ruby/object:Gem::Version
546
+ version: '0'
547
+ required_rubygems_version: !ruby/object:Gem::Requirement
548
+ requirements:
549
+ - - ! '>='
550
+ - !ruby/object:Gem::Version
551
+ version: '0'
552
+ requirements: []
553
+ rubyforge_project:
554
+ rubygems_version: 2.2.2
555
+ signing_key:
556
+ specification_version: 4
557
+ summary: Carnival is an easy-to-use and extensible Rails Engine to speed the development
558
+ of data management interfaces.
559
+ test_files:
560
+ - test/carnival_test.rb
561
+ - test/dummy/app/assets/javascripts/application.js
562
+ - test/dummy/app/assets/stylesheets/application.css
563
+ - test/dummy/app/controllers/admin/cities_controller.rb
564
+ - test/dummy/app/controllers/admin/countries_controller.rb
565
+ - test/dummy/app/controllers/admin/people_controller.rb
566
+ - test/dummy/app/controllers/admin/states_controller.rb
567
+ - test/dummy/app/controllers/admin/testes_controller.rb
568
+ - test/dummy/app/controllers/application_controller.rb
569
+ - test/dummy/app/helpers/application_helper.rb
570
+ - test/dummy/app/models/admin/association_common.rb
571
+ - test/dummy/app/models/admin/city.rb
572
+ - test/dummy/app/models/admin/company.rb
573
+ - test/dummy/app/models/admin/country.rb
574
+ - test/dummy/app/models/admin/job.rb
575
+ - test/dummy/app/models/admin/person.rb
576
+ - test/dummy/app/models/admin/professional_experience.rb
577
+ - test/dummy/app/models/admin/state.rb
578
+ - test/dummy/app/models/admin.rb
579
+ - test/dummy/app/models/job.rb
580
+ - test/dummy/app/presenters/admin/city_presenter.rb
581
+ - test/dummy/app/presenters/admin/country_presenter.rb
582
+ - test/dummy/app/presenters/admin/person_presenter.rb
583
+ - test/dummy/app/presenters/admin/state_presenter.rb
584
+ - test/dummy/app/views/admin/testes/_form.html.haml
585
+ - test/dummy/app/views/admin/testes/edit.html.haml
586
+ - test/dummy/app/views/admin/testes/new.html.haml
587
+ - test/dummy/app/views/admin/testes/show.html.haml
588
+ - test/dummy/app/views/layouts/application.html.erb
589
+ - test/dummy/bin/bundle
590
+ - test/dummy/bin/rails
591
+ - test/dummy/bin/rake
592
+ - test/dummy/config/application.rb
593
+ - test/dummy/config/boot.rb
594
+ - test/dummy/config/database.yml
595
+ - test/dummy/config/environment.rb
596
+ - test/dummy/config/environments/development.rb
597
+ - test/dummy/config/environments/production.rb
598
+ - test/dummy/config/environments/test.rb
599
+ - test/dummy/config/initializers/backtrace_silencers.rb
600
+ - test/dummy/config/initializers/filter_parameter_logging.rb
601
+ - test/dummy/config/initializers/inflections.rb
602
+ - test/dummy/config/initializers/mime_types.rb
603
+ - test/dummy/config/initializers/secret_token.rb
604
+ - test/dummy/config/initializers/session_store.rb
605
+ - test/dummy/config/initializers/wrap_parameters.rb
606
+ - test/dummy/config/locales/en.yml
607
+ - test/dummy/config/routes.rb
608
+ - test/dummy/config.ru
609
+ - test/dummy/db/development.sqlite3
610
+ - test/dummy/db/migrate/20140206211804_create_admin_companies.rb
611
+ - test/dummy/db/migrate/20140206211829_create_admin_countries.rb
612
+ - test/dummy/db/migrate/20140206211850_create_admin_states.rb
613
+ - test/dummy/db/migrate/20140206211923_create_admin_cities.rb
614
+ - test/dummy/db/migrate/20140206212128_create_admin_people.rb
615
+ - test/dummy/db/migrate/20140309013000_create_jobs.rb
616
+ - test/dummy/db/migrate/20140309013019_create_professional_experiences.rb
617
+ - test/dummy/db/migrate/20140323020642_devise_create_admin_users.carnival_engine.rb
618
+ - test/dummy/db/migrate/20140323020643_create_notifications.carnival_engine.rb
619
+ - test/dummy/db/migrate/20140323020644_create_admin_user_notifications.carnival_engine.rb
620
+ - test/dummy/db/migrate/20140323020645_add_columns_to_admin_users.carnival_engine.rb
621
+ - test/dummy/db/schema.rb
622
+ - test/dummy/db/test.sqlite3
623
+ - test/dummy/log/bullet.log
624
+ - test/dummy/log/development.log
625
+ - test/dummy/public/404.html
626
+ - test/dummy/public/422.html
627
+ - test/dummy/public/500.html
628
+ - test/dummy/public/favicon.ico
629
+ - test/dummy/Rakefile
630
+ - test/dummy/README.rdoc
631
+ - test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911
632
+ - test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888
633
+ - test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8
634
+ - test/dummy/tmp/cache/assets/development/sprockets/01c1d1cbb942f60130f0aa01d50c98d2
635
+ - test/dummy/tmp/cache/assets/development/sprockets/049c6f2079e2e93f96fd228df8c265ba
636
+ - test/dummy/tmp/cache/assets/development/sprockets/0d9971c4a3b5017a7d2122508b66bb12
637
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
638
+ - test/dummy/tmp/cache/assets/development/sprockets/147e4215ac96fd8b8d373567ae00ed47
639
+ - test/dummy/tmp/cache/assets/development/sprockets/1634e1287a9914e738e710919b7cd6e4
640
+ - test/dummy/tmp/cache/assets/development/sprockets/16c6027bc506317d8266573d0ae1b510
641
+ - test/dummy/tmp/cache/assets/development/sprockets/16e4094498947b5f36bfbb490b94d025
642
+ - test/dummy/tmp/cache/assets/development/sprockets/197f549b9c46ec6679bddac8e4065948
643
+ - test/dummy/tmp/cache/assets/development/sprockets/2109e2acf993625dc0a3f05e7e0af523
644
+ - test/dummy/tmp/cache/assets/development/sprockets/22e50c67b95bf23b653e7a6768d38749
645
+ - test/dummy/tmp/cache/assets/development/sprockets/2684dad966b304ec2aee0149dc77c657
646
+ - test/dummy/tmp/cache/assets/development/sprockets/2908a36318747c72030e94441a2579c4
647
+ - test/dummy/tmp/cache/assets/development/sprockets/2a4d4d7ea99972ea41453ec4e6bad058
648
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
649
+ - test/dummy/tmp/cache/assets/development/sprockets/30c8c2e6ca355103a267133f6b45b0ce
650
+ - test/dummy/tmp/cache/assets/development/sprockets/31177aaa32db75be241353c5819450b4
651
+ - test/dummy/tmp/cache/assets/development/sprockets/31a6581dfe5a788b2b450403959a97c5
652
+ - test/dummy/tmp/cache/assets/development/sprockets/32daf8a3bfd9da8ab261f5002f66389f
653
+ - test/dummy/tmp/cache/assets/development/sprockets/33dfbc7bdde795abfd1031ceaa315dc8
654
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
655
+ - test/dummy/tmp/cache/assets/development/sprockets/3636240cbc1f10d05a7e27f44c330bf9
656
+ - test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f
657
+ - test/dummy/tmp/cache/assets/development/sprockets/3ac0f4fad0d3e6d3d13d4ed2189dcabe
658
+ - test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7
659
+ - test/dummy/tmp/cache/assets/development/sprockets/3fd8a2a00bb4ebd69a3ecac257dbe536
660
+ - test/dummy/tmp/cache/assets/development/sprockets/3fdb709b3417757576eff80c0ec26b75
661
+ - test/dummy/tmp/cache/assets/development/sprockets/4423cb4765f66f187ffcb3be911c3600
662
+ - test/dummy/tmp/cache/assets/development/sprockets/45b86c586ed942b09cec2190b3c45c5a
663
+ - test/dummy/tmp/cache/assets/development/sprockets/47ce692a80d5b075614c2489d7e3a142
664
+ - test/dummy/tmp/cache/assets/development/sprockets/4a7a4dcd9fea9bd2e287771c51f96631
665
+ - test/dummy/tmp/cache/assets/development/sprockets/4bd7e9214a07840040d269fdbf523e97
666
+ - test/dummy/tmp/cache/assets/development/sprockets/4c36f4196d9df171251bea6f3b587fe3
667
+ - test/dummy/tmp/cache/assets/development/sprockets/4e4b1f24c5e69f2f305f6d6483a1605c
668
+ - test/dummy/tmp/cache/assets/development/sprockets/5090d7ea741c7f63994eb7b62e757f8f
669
+ - test/dummy/tmp/cache/assets/development/sprockets/565023fdd3960225e817ec043b2d9474
670
+ - test/dummy/tmp/cache/assets/development/sprockets/5a4d2d875f1d8ab987ab653f896d1c39
671
+ - test/dummy/tmp/cache/assets/development/sprockets/5c8a4c90b3525681a2173b93b9d55293
672
+ - test/dummy/tmp/cache/assets/development/sprockets/5e7998a2046d512312e432aef40d3e22
673
+ - test/dummy/tmp/cache/assets/development/sprockets/5eacf8d05b2a79f57d54ee047a51e223
674
+ - test/dummy/tmp/cache/assets/development/sprockets/662125e0a3b8f685abafe02e03c6f442
675
+ - test/dummy/tmp/cache/assets/development/sprockets/6808736d34ec24fb10203097ff009a4d
676
+ - test/dummy/tmp/cache/assets/development/sprockets/6c257cb7126b2e5bda4c42d414e39786
677
+ - test/dummy/tmp/cache/assets/development/sprockets/6ce5945ed85a31ec875a9973b5a3d3bc
678
+ - test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc
679
+ - test/dummy/tmp/cache/assets/development/sprockets/6f6ec88ead28d25410be2a6f62ec79b1
680
+ - test/dummy/tmp/cache/assets/development/sprockets/706dcf8ec253808fea35ae06a4b408b1
681
+ - test/dummy/tmp/cache/assets/development/sprockets/7cfe3fa955d677396ed9e22193559a64
682
+ - test/dummy/tmp/cache/assets/development/sprockets/7e154ca951644e8aa1a2c6221f08db4f
683
+ - test/dummy/tmp/cache/assets/development/sprockets/822d6436044fe88b0b3fbc6f3458ff88
684
+ - test/dummy/tmp/cache/assets/development/sprockets/84e6a879569ca7546a93558488a6ff70
685
+ - test/dummy/tmp/cache/assets/development/sprockets/8576d7c22dbd8222ab27a6c47f56a65c
686
+ - test/dummy/tmp/cache/assets/development/sprockets/88144c375f9e329812d0302be96e0eab
687
+ - test/dummy/tmp/cache/assets/development/sprockets/8a4b32386b5d8554473df478badd6ef9
688
+ - test/dummy/tmp/cache/assets/development/sprockets/8bc60f31f479cd0263d897aa45b88750
689
+ - test/dummy/tmp/cache/assets/development/sprockets/8e22d55d0b7b958a3904e7428269df65
690
+ - test/dummy/tmp/cache/assets/development/sprockets/918ab452d9c4634682ff94ffbd89e16f
691
+ - test/dummy/tmp/cache/assets/development/sprockets/9455de99a5c68705427bbec9e50865ce
692
+ - test/dummy/tmp/cache/assets/development/sprockets/958dd41e5252627471b2b65116401512
693
+ - test/dummy/tmp/cache/assets/development/sprockets/996ac001c901711cabb64b7e1940c54a
694
+ - test/dummy/tmp/cache/assets/development/sprockets/9aec27b5fa2afdfa28068452ece0e6f0
695
+ - test/dummy/tmp/cache/assets/development/sprockets/9db7e75f3fa621ef08ade7ffda96e39f
696
+ - test/dummy/tmp/cache/assets/development/sprockets/9dc853d92b5d774afadacc451965059c
697
+ - test/dummy/tmp/cache/assets/development/sprockets/a125dd8e84a82fc90705bd3710fb93c2
698
+ - test/dummy/tmp/cache/assets/development/sprockets/a1c5386d742fb4d01bea977ed28f4a96
699
+ - test/dummy/tmp/cache/assets/development/sprockets/a30288f737d428b0feb2a78b3aab9c69
700
+ - test/dummy/tmp/cache/assets/development/sprockets/a40d723f9a6ad5b541009b8f05ce6533
701
+ - test/dummy/tmp/cache/assets/development/sprockets/a908448dd851cae431aa2b4bde9b5a98
702
+ - test/dummy/tmp/cache/assets/development/sprockets/aa5708f6fbe7528d49c127a7f89a2511
703
+ - test/dummy/tmp/cache/assets/development/sprockets/aaf9dac7bb02577a8005e39ca9225482
704
+ - test/dummy/tmp/cache/assets/development/sprockets/ad7b50123ad008ac0730bbbdf76a6bfe
705
+ - test/dummy/tmp/cache/assets/development/sprockets/b271e3537645a42480b3ba7bca2342f4
706
+ - test/dummy/tmp/cache/assets/development/sprockets/ba891185d4fda83f4c16e6bb8139359b
707
+ - test/dummy/tmp/cache/assets/development/sprockets/c72101732682999b6ca050f007fc6467
708
+ - test/dummy/tmp/cache/assets/development/sprockets/c8927e934e7960fc7907b6fc02ea7f08
709
+ - test/dummy/tmp/cache/assets/development/sprockets/c980544b5828a643ecaa8e784897c2c2
710
+ - test/dummy/tmp/cache/assets/development/sprockets/ca0e1997bc6c40f955a42ee777299750
711
+ - test/dummy/tmp/cache/assets/development/sprockets/cc2c3f8b87c5b787305412a3076058db
712
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
713
+ - test/dummy/tmp/cache/assets/development/sprockets/d16461dfcae4b782f721ebd81e4f8740
714
+ - test/dummy/tmp/cache/assets/development/sprockets/d3b5d5784361e5eb827fbcdb0332258f
715
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
716
+ - test/dummy/tmp/cache/assets/development/sprockets/d81122f6f2520c8f0785425936756e20
717
+ - test/dummy/tmp/cache/assets/development/sprockets/dbf160a6439a8d0b792ff46cf0a612f6
718
+ - test/dummy/tmp/cache/assets/development/sprockets/dc829340258cc36c0df423725df54649
719
+ - test/dummy/tmp/cache/assets/development/sprockets/dd326f3f4fd1c7fd075b58d6cb623a25
720
+ - test/dummy/tmp/cache/assets/development/sprockets/de060f82711b4b5c465f17b140eb2a61
721
+ - test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af
722
+ - test/dummy/tmp/cache/assets/development/sprockets/e1d6efce94e71965434d2dde64fd8410
723
+ - test/dummy/tmp/cache/assets/development/sprockets/e4298973f799acdce289752c24bfddf2
724
+ - test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06
725
+ - test/dummy/tmp/cache/assets/development/sprockets/eccab0d41d08e156ccd2f36f85949356
726
+ - test/dummy/tmp/cache/assets/development/sprockets/eed84a44f4e3915a39ea98ce25dc2570
727
+ - test/dummy/tmp/cache/assets/development/sprockets/f1e75c209067b23f5c0c7bf2006c43d0
728
+ - test/dummy/tmp/cache/assets/development/sprockets/f31e05a23db2e9dfc9207658cda7b799
729
+ - test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb
730
+ - test/dummy/tmp/cache/assets/development/sprockets/f631443b06d6b36e666344dbaf0b64f0
731
+ - test/dummy/tmp/cache/assets/development/sprockets/f7ab949c8c6b7ef3f2b743ebd98f9f59
732
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
733
+ - test/dummy/tmp/cache/assets/development/sprockets/fc4b3bb94f52c27dfb87395841a7cb62
734
+ - test/dummy/tmp/cache/assets/development/sprockets/fc79e1609ba401a4408c71182ef89b3e
735
+ - test/dummy/tmp/pids/server.pid
736
+ - test/fixtures/notifications.yml
737
+ - test/integration/navigation_test.rb
738
+ - test/models/notification_test.rb
739
+ - test/test_helper.rb