activeadmin 3.3.0 → 4.0.0.beta1

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.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

Files changed (341) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -111
  3. data/CONTRIBUTING.md +25 -108
  4. data/README.md +19 -32
  5. data/app/assets/config/active_admin_manifest.js +2 -0
  6. data/app/controllers/active_admin/base_controller/menu.rb +39 -0
  7. data/{lib → app/controllers}/active_admin/base_controller.rb +46 -18
  8. data/{lib → app/controllers}/active_admin/page_controller.rb +0 -4
  9. data/{lib → app/controllers}/active_admin/resource_controller/action_builder.rb +1 -1
  10. data/{lib → app/controllers}/active_admin/resource_controller/data_access.rb +2 -2
  11. data/{lib → app/controllers}/active_admin/resource_controller/decorators.rb +1 -1
  12. data/{lib → app/controllers}/active_admin/resource_controller/scoping.rb +1 -1
  13. data/{lib → app/controllers}/active_admin/resource_controller/streaming.rb +2 -2
  14. data/app/controllers/active_admin/resource_controller.rb +102 -0
  15. data/app/helpers/active_admin/auto_link_helper.rb +66 -0
  16. data/app/helpers/active_admin/breadcrumb_helper.rb +41 -0
  17. data/app/helpers/active_admin/display_helper.rb +117 -0
  18. data/app/helpers/active_admin/form_helper.rb +95 -0
  19. data/app/helpers/active_admin/index_helper.rb +40 -0
  20. data/app/helpers/active_admin/layout_helper.rb +63 -0
  21. data/app/javascript/active_admin/features/batch_actions.js +89 -0
  22. data/app/javascript/active_admin/features/dark_mode_toggle.js +37 -0
  23. data/app/javascript/active_admin/features/filters.js +34 -0
  24. data/app/javascript/active_admin/features/has_many.js +28 -0
  25. data/app/javascript/active_admin/features/main_menu.js +12 -0
  26. data/app/javascript/active_admin/features/per_page.js +9 -0
  27. data/app/javascript/active_admin/utils/dom.js +17 -0
  28. data/app/javascript/active_admin.js +10 -0
  29. data/app/views/active_admin/_flash_messages.html.erb +22 -0
  30. data/app/views/active_admin/_html_head.html.erb +13 -0
  31. data/app/views/active_admin/_main_navigation.html.erb +28 -0
  32. data/app/views/active_admin/_page_header.html.erb +27 -0
  33. data/app/views/active_admin/_sidebar.html.erb +5 -0
  34. data/app/views/active_admin/_site_footer.html.erb +7 -0
  35. data/app/views/active_admin/_site_header.html.erb +30 -0
  36. data/app/views/active_admin/devise/confirmations/new.html.erb +5 -3
  37. data/app/views/active_admin/devise/passwords/edit.html.erb +5 -3
  38. data/app/views/active_admin/devise/passwords/new.html.erb +5 -4
  39. data/app/views/active_admin/devise/registrations/new.html.erb +6 -4
  40. data/app/views/active_admin/devise/sessions/new.html.erb +6 -4
  41. data/app/views/active_admin/devise/shared/_links.erb +3 -1
  42. data/app/views/active_admin/devise/unlocks/new.html.erb +6 -4
  43. data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_gap.html.erb +3 -1
  44. data/app/views/active_admin/kaminari/_next_page.html.erb +16 -0
  45. data/app/views/active_admin/kaminari/_page.html.erb +14 -0
  46. data/app/views/{kaminari/active_admin_countless → active_admin/kaminari}/_paginator.html.erb +1 -2
  47. data/app/views/active_admin/kaminari/_prev_page.html.erb +16 -0
  48. data/app/views/active_admin/page/index.html.arb +5 -1
  49. data/app/views/active_admin/resource/_active_filters.html.erb +32 -0
  50. data/app/views/active_admin/resource/_batch_actions_dropdown.html.erb +19 -0
  51. data/app/views/active_admin/resource/_form.html.arb +16 -0
  52. data/app/views/active_admin/resource/_form_default.html.arb +12 -0
  53. data/app/views/active_admin/resource/_index_as_table_default.html.arb +9 -0
  54. data/app/views/active_admin/resource/_index_blank_slate.html.erb +14 -0
  55. data/app/views/active_admin/resource/_index_empty_results.html.erb +5 -0
  56. data/app/views/active_admin/resource/_index_table_actions_default.html.erb +9 -0
  57. data/app/views/active_admin/resource/_show_default.html.arb +3 -0
  58. data/app/views/active_admin/resource/edit.html.arb +1 -1
  59. data/app/views/active_admin/resource/index.html.arb +94 -1
  60. data/app/views/active_admin/resource/new.html.arb +1 -1
  61. data/app/views/active_admin/resource/show.html.arb +12 -1
  62. data/app/views/active_admin/shared/_action_items.html.erb +3 -0
  63. data/app/views/active_admin/shared/_download_format_links.html.erb +7 -0
  64. data/app/views/active_admin/shared/_resource_comments.html.erb +51 -0
  65. data/app/views/active_admin/shared/_sidebar_section.html.arb +7 -0
  66. data/app/views/active_admin/shared/_sidebar_sections.html.erb +5 -0
  67. data/app/views/layouts/active_admin.html.erb +20 -0
  68. data/app/views/layouts/active_admin_logged_out.html.erb +8 -45
  69. data/config/locales/ar.yml +0 -16
  70. data/config/locales/az.yml +0 -16
  71. data/config/locales/bg.yml +0 -9
  72. data/config/locales/bs.yml +0 -7
  73. data/config/locales/ca.yml +0 -9
  74. data/config/locales/cs.yml +0 -9
  75. data/config/locales/da.yml +0 -16
  76. data/config/locales/de-CH.yml +0 -10
  77. data/config/locales/de.yml +0 -16
  78. data/config/locales/el.yml +0 -13
  79. data/config/locales/en-CA.yml +0 -16
  80. data/config/locales/en-GB.yml +0 -16
  81. data/config/locales/en.yml +18 -28
  82. data/config/locales/eo.yml +0 -17
  83. data/config/locales/es-MX.yml +0 -9
  84. data/config/locales/es.yml +0 -16
  85. data/config/locales/fa.yml +0 -9
  86. data/config/locales/fi.yml +0 -9
  87. data/config/locales/fr.yml +32 -26
  88. data/config/locales/he.yml +0 -16
  89. data/config/locales/hr.yml +0 -9
  90. data/config/locales/hu.yml +0 -6
  91. data/config/locales/id.yml +0 -16
  92. data/config/locales/it.yml +0 -16
  93. data/config/locales/ja.yml +0 -16
  94. data/config/locales/ko.yml +0 -9
  95. data/config/locales/lt.yml +0 -16
  96. data/config/locales/lv.yml +0 -6
  97. data/config/locales/mk.yml +0 -15
  98. data/config/locales/nb.yml +0 -12
  99. data/config/locales/nl.yml +21 -29
  100. data/config/locales/pl.yml +0 -16
  101. data/config/locales/pt-BR.yml +0 -16
  102. data/config/locales/pt-PT.yml +0 -6
  103. data/config/locales/ro.yml +0 -6
  104. data/config/locales/ru.yml +0 -16
  105. data/config/locales/sk.yml +0 -16
  106. data/config/locales/sv-SE.yml +0 -16
  107. data/config/locales/tr.yml +0 -16
  108. data/config/locales/uk.yml +0 -16
  109. data/config/locales/vi.yml +0 -16
  110. data/config/locales/zh-CN.yml +0 -16
  111. data/config/locales/zh-TW.yml +0 -16
  112. data/lib/active_admin/application.rb +1 -9
  113. data/lib/active_admin/batch_actions/controller.rb +1 -4
  114. data/lib/active_admin/batch_actions/resource_extension.rb +6 -13
  115. data/lib/active_admin/batch_actions/views/batch_action_form.rb +0 -6
  116. data/lib/active_admin/batch_actions/views/selection_cells.rb +2 -2
  117. data/lib/active_admin/batch_actions.rb +0 -5
  118. data/lib/active_admin/callbacks.rb +6 -4
  119. data/lib/active_admin/component.rb +0 -1
  120. data/lib/active_admin/csv_builder.rb +1 -1
  121. data/lib/active_admin/devise.rb +3 -3
  122. data/lib/active_admin/dsl.rb +2 -2
  123. data/lib/active_admin/dynamic_settings_node.rb +4 -4
  124. data/lib/active_admin/engine.rb +19 -6
  125. data/lib/active_admin/filters/active.rb +6 -4
  126. data/lib/active_admin/filters/active_filter.rb +1 -3
  127. data/lib/active_admin/filters/forms.rb +1 -42
  128. data/lib/active_admin/filters/resource_extension.rb +17 -9
  129. data/lib/active_admin/filters.rb +0 -2
  130. data/lib/active_admin/form_builder.rb +19 -17
  131. data/lib/active_admin/inputs/filters/base/search_method_select.rb +8 -10
  132. data/lib/active_admin/inputs/filters/base.rb +1 -1
  133. data/lib/active_admin/inputs/filters/check_boxes_input.rb +1 -6
  134. data/lib/active_admin/inputs/filters/date_range_input.rb +4 -2
  135. data/lib/active_admin/inputs/filters/select_input.rb +3 -1
  136. data/lib/active_admin/inputs.rb +0 -3
  137. data/lib/active_admin/menu.rb +10 -7
  138. data/lib/active_admin/menu_collection.rb +1 -1
  139. data/lib/active_admin/menu_item.rb +24 -3
  140. data/lib/active_admin/namespace.rb +2 -44
  141. data/lib/active_admin/namespace_settings.rb +2 -35
  142. data/lib/active_admin/order_clause.rb +4 -1
  143. data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +3 -75
  144. data/lib/active_admin/orm/active_record/comments.rb +10 -5
  145. data/lib/active_admin/pundit_adapter.rb +1 -1
  146. data/lib/active_admin/resource/action_items.rb +15 -20
  147. data/lib/active_admin/resource/attributes.rb +1 -8
  148. data/lib/active_admin/resource/belongs_to.rb +1 -0
  149. data/lib/active_admin/resource/naming.rb +1 -2
  150. data/lib/active_admin/resource.rb +1 -0
  151. data/lib/active_admin/resource_dsl.rb +1 -1
  152. data/lib/active_admin/scope.rb +1 -1
  153. data/lib/active_admin/settings_node.rb +1 -1
  154. data/lib/active_admin/sidebar_section.rb +0 -5
  155. data/lib/active_admin/version.rb +1 -1
  156. data/lib/active_admin/view_helpers.rb +0 -12
  157. data/lib/active_admin/views/components/active_admin_form.rb +21 -29
  158. data/lib/active_admin/views/components/attributes_table.rb +4 -12
  159. data/lib/active_admin/views/components/index_list.rb +10 -23
  160. data/lib/active_admin/views/components/paginated_collection.rb +34 -42
  161. data/lib/active_admin/views/components/panel.rb +2 -10
  162. data/lib/active_admin/views/components/scopes.rb +12 -21
  163. data/lib/active_admin/views/components/status_tag.rb +22 -19
  164. data/lib/active_admin/views/components/table_for.rb +19 -24
  165. data/lib/active_admin/views/components/tabs.rb +10 -11
  166. data/lib/active_admin/views/index_as_table.rb +26 -104
  167. data/lib/active_admin.rb +7 -11
  168. data/lib/generators/active_admin/assets/assets_generator.rb +4 -4
  169. data/lib/generators/active_admin/assets/templates/active_admin.css +3 -0
  170. data/lib/generators/active_admin/assets/templates/tailwind.config.js +18 -0
  171. data/lib/generators/active_admin/install/install_generator.rb +2 -8
  172. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +10 -87
  173. data/lib/generators/active_admin/install/templates/dashboard.rb +8 -25
  174. data/lib/generators/active_admin/page/page_generator.rb +0 -1
  175. data/lib/generators/active_admin/resource/resource_generator.rb +46 -7
  176. data/lib/generators/active_admin/resource/templates/resource.rb.erb +42 -0
  177. data/lib/generators/active_admin/views_generator.rb +18 -0
  178. metadata +67 -214
  179. data/app/assets/javascripts/active_admin/base.js +0 -521
  180. data/app/assets/stylesheets/active_admin/_base.scss +0 -57
  181. data/app/assets/stylesheets/active_admin/_forms.scss +0 -315
  182. data/app/assets/stylesheets/active_admin/_header.scss +0 -188
  183. data/app/assets/stylesheets/active_admin/_mixins.scss +0 -1
  184. data/app/assets/stylesheets/active_admin/_normalize.scss +0 -349
  185. data/app/assets/stylesheets/active_admin/_print.scss +0 -287
  186. data/app/assets/stylesheets/active_admin/_typography.scss +0 -100
  187. data/app/assets/stylesheets/active_admin/components/_batch_actions.scss +0 -6
  188. data/app/assets/stylesheets/active_admin/components/_blank_slates.scss +0 -30
  189. data/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss +0 -20
  190. data/app/assets/stylesheets/active_admin/components/_buttons.scss +0 -6
  191. data/app/assets/stylesheets/active_admin/components/_columns.scss +0 -3
  192. data/app/assets/stylesheets/active_admin/components/_comments.scss +0 -41
  193. data/app/assets/stylesheets/active_admin/components/_date_picker.scss +0 -148
  194. data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -154
  195. data/app/assets/stylesheets/active_admin/components/_flash_messages.scss +0 -37
  196. data/app/assets/stylesheets/active_admin/components/_grid.scss +0 -9
  197. data/app/assets/stylesheets/active_admin/components/_index_list.scss +0 -12
  198. data/app/assets/stylesheets/active_admin/components/_links.scss +0 -5
  199. data/app/assets/stylesheets/active_admin/components/_modal_dialog.scss +0 -34
  200. data/app/assets/stylesheets/active_admin/components/_pagination.scss +0 -58
  201. data/app/assets/stylesheets/active_admin/components/_panels.scss +0 -6
  202. data/app/assets/stylesheets/active_admin/components/_scopes.scss +0 -13
  203. data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -12
  204. data/app/assets/stylesheets/active_admin/components/_table_tools.scss +0 -70
  205. data/app/assets/stylesheets/active_admin/components/_tables.scss +0 -112
  206. data/app/assets/stylesheets/active_admin/components/_tabs.scss +0 -68
  207. data/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss +0 -16
  208. data/app/assets/stylesheets/active_admin/mixins/_all.scss +0 -8
  209. data/app/assets/stylesheets/active_admin/mixins/_buttons.scss +0 -65
  210. data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +0 -28
  211. data/app/assets/stylesheets/active_admin/mixins/_rounded.scss +0 -22
  212. data/app/assets/stylesheets/active_admin/mixins/_sections.scss +0 -41
  213. data/app/assets/stylesheets/active_admin/mixins/_shadows.scss +0 -15
  214. data/app/assets/stylesheets/active_admin/mixins/_typography.scss +0 -3
  215. data/app/assets/stylesheets/active_admin/mixins/_utilities.scss +0 -17
  216. data/app/assets/stylesheets/active_admin/mixins/_variables.scss +0 -51
  217. data/app/assets/stylesheets/active_admin/pages/_logged_out.scss +0 -44
  218. data/app/assets/stylesheets/active_admin/structure/_footer.scss +0 -19
  219. data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +0 -29
  220. data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -43
  221. data/app/javascript/active_admin/base.js +0 -28
  222. data/app/javascript/active_admin/ext/jquery-ui.js +0 -7
  223. data/app/javascript/active_admin/ext/jquery.js +0 -9
  224. data/app/javascript/active_admin/initializers/batch-actions.js +0 -61
  225. data/app/javascript/active_admin/initializers/checkbox-toggler.js +0 -3
  226. data/app/javascript/active_admin/initializers/datepicker.js +0 -16
  227. data/app/javascript/active_admin/initializers/dropdown-menu.js +0 -9
  228. data/app/javascript/active_admin/initializers/filters.js +0 -10
  229. data/app/javascript/active_admin/initializers/has-many.js +0 -98
  230. data/app/javascript/active_admin/initializers/per-page.js +0 -13
  231. data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +0 -3
  232. data/app/javascript/active_admin/initializers/tabs.js +0 -6
  233. data/app/javascript/active_admin/lib/checkbox-toggler.js +0 -49
  234. data/app/javascript/active_admin/lib/dropdown-menu.js +0 -116
  235. data/app/javascript/active_admin/lib/filters.js +0 -39
  236. data/app/javascript/active_admin/lib/modal-dialog.js +0 -63
  237. data/app/javascript/active_admin/lib/per-page.js +0 -38
  238. data/app/javascript/active_admin/lib/table-checkbox-toggler.js +0 -38
  239. data/app/javascript/active_admin/lib/utils.js +0 -40
  240. data/app/views/kaminari/active_admin/_first_page.html.erb +0 -11
  241. data/app/views/kaminari/active_admin/_gap.html.erb +0 -8
  242. data/app/views/kaminari/active_admin/_last_page.html.erb +0 -11
  243. data/app/views/kaminari/active_admin/_next_page.html.erb +0 -11
  244. data/app/views/kaminari/active_admin/_page.html.erb +0 -12
  245. data/app/views/kaminari/active_admin/_paginator.html.erb +0 -25
  246. data/app/views/kaminari/active_admin/_prev_page.html.erb +0 -11
  247. data/app/views/kaminari/active_admin_countless/_first_page.html.erb +0 -11
  248. data/app/views/kaminari/active_admin_countless/_next_page.html.erb +0 -11
  249. data/app/views/kaminari/active_admin_countless/_page.html.erb +0 -12
  250. data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +0 -11
  251. data/app/views/layouts/active_admin.html.arb +0 -2
  252. data/lib/active_admin/abstract_view_factory.rb +0 -48
  253. data/lib/active_admin/asset_registration.rb +0 -30
  254. data/lib/active_admin/base_controller/menu.rb +0 -35
  255. data/lib/active_admin/batch_actions/views/batch_action_selector.rb +0 -59
  256. data/lib/active_admin/filters/active_sidebar.rb +0 -28
  257. data/lib/active_admin/generators/boilerplate.rb +0 -54
  258. data/lib/active_admin/helpers/collection.rb +0 -21
  259. data/lib/active_admin/helpers/i18n.rb +0 -8
  260. data/lib/active_admin/inputs/datepicker_input.rb +0 -28
  261. data/lib/active_admin/inputs/filters/date_picker_input.rb +0 -14
  262. data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +0 -24
  263. data/lib/active_admin/orm/mongoid.rb +0 -2
  264. data/lib/active_admin/resource_controller/sidebars.rb +0 -19
  265. data/lib/active_admin/resource_controller.rb +0 -68
  266. data/lib/active_admin/view_factory.rb +0 -28
  267. data/lib/active_admin/view_helpers/active_admin_application_helper.rb +0 -13
  268. data/lib/active_admin/view_helpers/auto_link_helper.rb +0 -46
  269. data/lib/active_admin/view_helpers/breadcrumb_helper.rb +0 -34
  270. data/lib/active_admin/view_helpers/display_helper.rb +0 -119
  271. data/lib/active_admin/view_helpers/download_format_links_helper.rb +0 -60
  272. data/lib/active_admin/view_helpers/fields_for.rb +0 -51
  273. data/lib/active_admin/view_helpers/flash_helper.rb +0 -15
  274. data/lib/active_admin/view_helpers/form_helper.rb +0 -21
  275. data/lib/active_admin/view_helpers/scope_name_helper.rb +0 -17
  276. data/lib/active_admin/view_helpers/sidebar_helper.rb +0 -16
  277. data/lib/active_admin/view_helpers/title_helper.rb +0 -12
  278. data/lib/active_admin/view_helpers/view_factory_helper.rb +0 -12
  279. data/lib/active_admin/views/action_items.rb +0 -18
  280. data/lib/active_admin/views/components/active_filters_sidebar_content.rb +0 -59
  281. data/lib/active_admin/views/components/blank_slate.rb +0 -18
  282. data/lib/active_admin/views/components/columns.rb +0 -162
  283. data/lib/active_admin/views/components/dropdown_menu.rb +0 -69
  284. data/lib/active_admin/views/components/menu.rb +0 -33
  285. data/lib/active_admin/views/components/menu_item.rb +0 -59
  286. data/lib/active_admin/views/components/sidebar.rb +0 -14
  287. data/lib/active_admin/views/components/sidebar_section.rb +0 -35
  288. data/lib/active_admin/views/components/site_title.rb +0 -55
  289. data/lib/active_admin/views/components/unsupported_browser.rb +0 -12
  290. data/lib/active_admin/views/footer.rb +0 -32
  291. data/lib/active_admin/views/header.rb +0 -20
  292. data/lib/active_admin/views/index_as_block.rb +0 -37
  293. data/lib/active_admin/views/index_as_blog.rb +0 -156
  294. data/lib/active_admin/views/index_as_grid.rb +0 -81
  295. data/lib/active_admin/views/pages/base.rb +0 -134
  296. data/lib/active_admin/views/pages/form.rb +0 -65
  297. data/lib/active_admin/views/pages/index.rb +0 -166
  298. data/lib/active_admin/views/pages/layout.rb +0 -27
  299. data/lib/active_admin/views/pages/page.rb +0 -31
  300. data/lib/active_admin/views/pages/show.rb +0 -60
  301. data/lib/active_admin/views/tabbed_navigation.rb +0 -12
  302. data/lib/active_admin/views/title_bar.rb +0 -56
  303. data/lib/generators/active_admin/assets/templates/active_admin.js +0 -1
  304. data/lib/generators/active_admin/assets/templates/active_admin.scss +0 -17
  305. data/lib/generators/active_admin/resource/templates/admin.rb.erb +0 -46
  306. data/lib/generators/active_admin/webpacker/plugins/jquery.js +0 -7
  307. data/lib/generators/active_admin/webpacker/templates/active_admin.js +0 -5
  308. data/lib/generators/active_admin/webpacker/templates/active_admin.scss +0 -17
  309. data/lib/generators/active_admin/webpacker/templates/print.scss +0 -2
  310. data/lib/generators/active_admin/webpacker/webpacker_generator.rb +0 -27
  311. data/vendor/assets/javascripts/jquery-ui/data.js +0 -45
  312. data/vendor/assets/javascripts/jquery-ui/disable-selection.js +0 -51
  313. data/vendor/assets/javascripts/jquery-ui/focusable.js +0 -89
  314. data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +0 -83
  315. data/vendor/assets/javascripts/jquery-ui/form.js +0 -25
  316. data/vendor/assets/javascripts/jquery-ui/ie.js +0 -20
  317. data/vendor/assets/javascripts/jquery-ui/keycode.js +0 -51
  318. data/vendor/assets/javascripts/jquery-ui/labels.js +0 -71
  319. data/vendor/assets/javascripts/jquery-ui/plugin.js +0 -49
  320. data/vendor/assets/javascripts/jquery-ui/position.js +0 -513
  321. data/vendor/assets/javascripts/jquery-ui/safe-active-element.js +0 -46
  322. data/vendor/assets/javascripts/jquery-ui/safe-blur.js +0 -27
  323. data/vendor/assets/javascripts/jquery-ui/scroll-parent.js +0 -50
  324. data/vendor/assets/javascripts/jquery-ui/tabbable.js +0 -41
  325. data/vendor/assets/javascripts/jquery-ui/unique-id.js +0 -54
  326. data/vendor/assets/javascripts/jquery-ui/version.js +0 -20
  327. data/vendor/assets/javascripts/jquery-ui/widget.js +0 -758
  328. data/vendor/assets/javascripts/jquery-ui/widgets/button.js +0 -454
  329. data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +0 -294
  330. data/vendor/assets/javascripts/jquery-ui/widgets/controlgroup.js +0 -304
  331. data/vendor/assets/javascripts/jquery-ui/widgets/datepicker.js +0 -2243
  332. data/vendor/assets/javascripts/jquery-ui/widgets/dialog.js +0 -971
  333. data/vendor/assets/javascripts/jquery-ui/widgets/draggable.js +0 -1268
  334. data/vendor/assets/javascripts/jquery-ui/widgets/mouse.js +0 -241
  335. data/vendor/assets/javascripts/jquery-ui/widgets/resizable.js +0 -1228
  336. data/vendor/assets/javascripts/jquery-ui/widgets/sortable.js +0 -1622
  337. data/vendor/assets/javascripts/jquery-ui/widgets/tabs.js +0 -931
  338. /data/{lib → app/controllers}/active_admin/base_controller/authorization.rb +0 -0
  339. /data/{lib → app/controllers}/active_admin/resource_controller/polymorphic_routes.rb +0 -0
  340. /data/{lib → app/controllers}/active_admin/resource_controller/resource_class_methods.rb +0 -0
  341. /data/lib/{active_admin/orm/mongoid/.gitkeep → generators/active_admin/assets/templates/builds/.keep} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e080845beb483b8364c49bb199ac8b4ba61975854316d053df39b39208d863bf
4
- data.tar.gz: c30bcfde594fb30c2a8796741451f245b77ddeaa66c6a66ecbfbcbec3064918a
3
+ metadata.gz: 7854f33fa96f9ceb3ef104d2ce30dc2a347ab345037e1864fcbf25b7139f9da6
4
+ data.tar.gz: 8553d9a6fcfd189d3b60dd03526f68c8527115e7af1a4dfdca4b2ed9da78f8c2
5
5
  SHA512:
6
- metadata.gz: fe64d783c2ac39dbbc74df16985dabcbee5e300039f8b703df6ccedf7dee24dcda09dd59b154383ba0dc593310f163dd6ca51af5f59d26b11646683158eeae4a
7
- data.tar.gz: f4e988b7bf89e2cb291822c62d891d958ec48400e3ccee31fc2480b47ee1c8ab80608c939abb80733378c2f27a245044d1f89c68fe04c8fd850264df072ae8d1
6
+ metadata.gz: 25117be07ec53152259ab5b7308897d8e6288978ac8eb4bf113cbb9d38a41a2c10701604056cbebeb8d087257b5acc2bc6066e4dc2fc2d4eae42183e15463793
7
+ data.tar.gz: 0b62aafe018b86b4493a01c636dd6831c73fa54a6269977497a904fb7afe8a0ee06acb26da23f134cd4a41a699be29252b324b64c73365e324f0cdb431216c45
data/CHANGELOG.md CHANGED
@@ -2,88 +2,6 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 3.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.5..v3.3.0)
6
-
7
- ### Enhancements
8
-
9
- * Improve v3 docs regarding compatibility with vite_rails [#8548] by [@mattbrictson]
10
- * Backport test against Rails 8.0 [#8556] by [@mgrunberg] and [@tagliala]
11
- * Test against Ruby 3.4 [#8614] by [@tagliala]
12
- * Backport Support sortable argument in id_column [#8650] by [@jaynetics]
13
- * Backport Support title for id_column [#8652] by [@mgrunberg]
14
-
15
- ### Bug Fixes
16
-
17
- * Backport Fix attributes passed to form has_many not being set on new record form items [#8551] by [@Fs00]
18
- * Backport Fix deprecation warning in Ruby 3.4 [#8596] by [@tagliala]
19
- * Backport Fix circular require warning in belongs_to.rb [#8601] by [@tagliala]
20
-
21
- ## 3.2.5 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.4..v3.2.5)
22
-
23
- ### Enhancements
24
-
25
- * Backport Add favicon to template app to fix Rails 7.2 test suite run [#8468] by [@mgrunberg]
26
- * Backport Use attribute_types instead of columns_hash to determine type [#8469] by [@mgrunberg]
27
- * Backport Optimize count query for pagination_total: false option [#8470] by [@mgrunberg]
28
-
29
- ### Bug Fixes
30
-
31
- * Restore inner span tag to form inputs legend [#8467] by [@denisahearn]
32
-
33
- ## 3.2.4 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.3..v3.2.4)
34
-
35
- ### Enhancements
36
-
37
- * Test against Rails 7.2 [#8434] by [@mgrunberg]
38
-
39
- ### Bug Fixes
40
-
41
- * Backport Improve form f.inputs attributes rendering [#8446] by [@amiel]
42
-
43
- ## 3.2.3 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.2..v3.2.3)
44
-
45
- ### Enhancements
46
-
47
- * Backport better implementation of counter-cache-column check [#8412] by [@plashchynski]
48
-
49
- ### Bug Fixes
50
-
51
- * Remove deprecation warnings when building with dart sass >= 1.77.7 [#8405] by [@mgrunberg]
52
-
53
- ## 3.2.2 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.1..v3.2.2)
54
-
55
- ### Security Fixes
56
-
57
- * Backport Fix potential XSS issue when rendering form legends [#8349] by
58
- [@deivid-rodriguez]
59
-
60
- ### Enhancements
61
-
62
- * Update vendored jQuery UI to 1.13.3 [#8329] by [@tagliala]
63
-
64
- ## 3.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.0..v3.2.1)
65
-
66
- ### Enhancements
67
-
68
- * Backport Suppress ruby 3.3 warning [#8310] by [@mgrunberg]
69
- * Backport Recommend using target="_blank" instead of target="blank" [#8311] by [@mgrunberg]
70
-
71
- ## 3.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v3.1.0..v3.2.0)
72
-
73
- ### Security Fixes
74
-
75
- * Backport protect against CSV Injection. [#8167] by [@mgrunberg]
76
-
77
- ### Enhancements
78
-
79
- * Backport support citext column type in string filter. [#8165] by [@mgrunberg]
80
- * Backport provide detail in DB statement timeout error for filters. [#8163] by [@mgrunberg]
81
-
82
- ### Bug Fixes
83
-
84
- * Backport make sure menu creation does not modify menu options. [#8166] by [@mgrunberg]
85
- * Backport ransack error with filters when ActiveStorage is used. [#8164] by [@mgrunberg]
86
-
87
5
  ## 3.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v3.0.0..v3.1.0)
88
6
 
89
7
  ### Enhancements
@@ -677,7 +595,7 @@ _No changes_.
677
595
 
678
596
  * Prevents access to formats that the user not permitted to see. [#4867] by [@Fivell] and [@timoschilling]
679
597
  * Prevents potential DOS attack via Ruby symbols. [#1926] by [@seanlinsley]
680
- * [this isn't an issue for those using Ruby >= 2.2](http://rubykaigi.org/2014/presentation/S-NarihiroNakamura)
598
+ * [this isn't an issue for those using Ruby >= 2.2](https://rubykaigi.org/2014/presentation/S-NarihiroNakamura)
681
599
 
682
600
  ### Bug Fixes
683
601
 
@@ -959,31 +877,7 @@ Please check [0-6-stable] for previous changes.
959
877
  [#8102]: https://github.com/activeadmin/activeadmin/pull/8102
960
878
  [#8105]: https://github.com/activeadmin/activeadmin/pull/8105
961
879
  [#8106]: https://github.com/activeadmin/activeadmin/pull/8106
962
- [#8163]: https://github.com/activeadmin/activeadmin/pull/8163
963
- [#8164]: https://github.com/activeadmin/activeadmin/pull/8164
964
- [#8165]: https://github.com/activeadmin/activeadmin/pull/8165
965
- [#8166]: https://github.com/activeadmin/activeadmin/pull/8166
966
- [#8167]: https://github.com/activeadmin/activeadmin/pull/8167
967
- [#8310]: https://github.com/activeadmin/activeadmin/pull/8310
968
- [#8311]: https://github.com/activeadmin/activeadmin/pull/8311
969
- [#8329]: https://github.com/activeadmin/activeadmin/pull/8329
970
- [#8349]: https://github.com/activeadmin/activeadmin/pull/8349
971
- [#8405]: https://github.com/activeadmin/activeadmin/pull/8405
972
- [#8412]: https://github.com/activeadmin/activeadmin/pull/8412
973
- [#8434]: https://github.com/activeadmin/activeadmin/pull/8434
974
- [#8446]: https://github.com/activeadmin/activeadmin/pull/8446
975
- [#8467]: https://github.com/activeadmin/activeadmin/pull/8467
976
- [#8468]: https://github.com/activeadmin/activeadmin/pull/8468
977
- [#8469]: https://github.com/activeadmin/activeadmin/pull/8469
978
- [#8470]: https://github.com/activeadmin/activeadmin/pull/8470
979
- [#8548]: https://github.com/activeadmin/activeadmin/pull/8548
980
- [#8551]: https://github.com/activeadmin/activeadmin/pull/8551
981
- [#8556]: https://github.com/activeadmin/activeadmin/pull/8556
982
- [#8596]: https://github.com/activeadmin/activeadmin/pull/8596
983
- [#8601]: https://github.com/activeadmin/activeadmin/pull/8601
984
- [#8614]: https://github.com/activeadmin/activeadmin/pull/8614
985
- [#8650]: https://github.com/activeadmin/activeadmin/pull/8650
986
- [#8652]: https://github.com/activeadmin/activeadmin/pull/8652
880
+
987
881
 
988
882
  [@1000ship]: https://github.com/1000ship
989
883
  [@5t111111]: https://github.com/5t111111
@@ -1012,7 +906,6 @@ Please check [0-6-stable] for previous changes.
1012
906
  [@craigmcnamara]: https://github.com/craigmcnamara
1013
907
  [@DanielHeath]: https://github.com/DanielHeath
1014
908
  [@deivid-rodriguez]: https://github.com/deivid-rodriguez
1015
- [@denisahearn]: https://github.com/denisahearn
1016
909
  [@dennisvdvliet]: https://github.com/dennisvdvliet
1017
910
  [@dhyegofernando]: https://github.com/dhyegofernando
1018
911
  [@dkniffin]: https://github.com/dkniffin
@@ -1064,7 +957,6 @@ Please check [0-6-stable] for previous changes.
1064
957
  [@Looooong]: https://github.com/Looooong
1065
958
  [@lubosch]: https://github.com/lubosch
1066
959
  [@markstory]: https://github.com/markstory
1067
- [@mattbrictson]: https://github.com/mattbrictson
1068
960
  [@mauriciopasquier]: https://github.com/mauriciopasquier
1069
961
  [@mconiglio]: https://github.com/mconiglio
1070
962
  [@mgrunberg]: https://github.com/mgrunberg
@@ -1080,7 +972,6 @@ Please check [0-6-stable] for previous changes.
1080
972
  [@orkhan]: https://github.com/orkhan
1081
973
  [@panasyuk]: https://github.com/panasyuk
1082
974
  [@PChambino]: https://github.com/PChambino
1083
- [@plashchynski]: https://github.com/plashchynski
1084
975
  [@potatosalad]: https://github.com/potatosalad
1085
976
  [@pranas]: https://github.com/pranas
1086
977
  [@ray-curran]: https://github.com/ray-curran
data/CONTRIBUTING.md CHANGED
@@ -1,54 +1,36 @@
1
- ## Contributing
1
+ # Contributing
2
2
 
3
- First off, thank you for considering contributing to Active Admin. It's people
4
- like you that make Active Admin such a great tool.
3
+ Thanks for your interest in contributing to ActiveAdmin! Please take a moment to review this document **before submitting a pull request**.
5
4
 
6
- ### Where do I go from here?
5
+ ## Pull requests
7
6
 
8
- If you've noticed a bug or have a feature request, [make one][new issue]! It's
9
- generally best if you get confirmation of your bug or approval for your feature
10
- request this way before starting to code.
7
+ **Please ask first before starting work on any significant new features.**
11
8
 
12
- If you have a general question about activeadmin, you can post it on [Stack
13
- Overflow], the issue tracker is only for bugs and feature requests.
9
+ It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create [a feature request](https://github.com/activeadmin/activeadmin/discussions/new?category=ideas) to first discuss any new ideas. Your ideas and suggestions are welcome!
14
10
 
15
- ### Fork & create a branch
11
+ Please ensure that the tests are passing when submitting a pull request. If you're adding new features to ActiveAdmin, please include tests.
16
12
 
17
- If this is something you think you can fix, then [fork Active Admin] and create
18
- a branch with a descriptive name.
13
+ ## Where do I go from here?
19
14
 
20
- A good branch name would be (where issue #325 is the ticket you're working on):
15
+ For any questions, support, or ideas, etc. [please create a GitHub discussion](https://github.com/activeadmin/activeadmin/discussions/new). If you've noticed a bug, [please submit an issue][new issue].
21
16
 
22
- ```sh
23
- git checkout -b 325-add-japanese-translations
24
- ```
17
+ ### Fork and create a branch
25
18
 
26
- ### Get the test suite running
19
+ If this is something you think you can fix, then [fork Active Admin] and create
20
+ a branch with a descriptive name.
27
21
 
28
- Make sure you're using a recent Ruby version.
22
+ ### Get the test suite running
29
23
 
30
- You'll also need chrome installed in order to run cucumber scenarios.
24
+ Make sure you're using a recent Ruby and Node version. You'll also need Chrome installed in order to run Cucumber scenarios.
31
25
 
32
26
  Now install the development dependencies:
33
27
 
34
28
  ```sh
29
+ gem install foreman
35
30
  bundle install
36
- ```
37
-
38
- Then install javascript dependencies with [Yarn] (requires a current version of [Node.js]):
39
-
40
- ```sh
41
31
  bin/yarn install
42
32
  ```
43
33
 
44
- JS assets are located in `app/javascript/active_admin`. The config will take care of compiling a complete bundle with [Rollup] using the `build` script and exported to `app/assets/javascripts/active_admin/base.js` ready to be used by Sprockets.
45
-
46
- To update javascript bundle run (add `-w` flag for watch mode):
47
-
48
- ```sh
49
- bin/yarn build
50
- ```
51
-
52
34
  Now you should be able to run the entire suite using:
53
35
 
54
36
  ```sh
@@ -65,20 +47,13 @@ you use the correct Gemfile, for example:
65
47
  export BUNDLE_GEMFILE=gemfiles/rails_61/Gemfile
66
48
  ```
67
49
 
68
- **Warning** SCSS assets are aimed to be used indifferently with Sprockets **and** webpacker.
69
- As such, make sure not to use any sass-rails directives such as `asset-url` or `image-url`.
70
-
71
50
  ### Implement your fix or feature
72
51
 
73
- At this point, you're ready to make your changes! Feel free to ask for help;
74
- everyone is a beginner at first :smile_cat:
52
+ At this point, you're ready to make your changes. Feel free to ask for help.
75
53
 
76
54
  ### View your changes in a Rails application
77
55
 
78
- Active Admin is meant to be used by humans, not cucumbers. So make sure to take
79
- a look at your changes in a browser.
80
-
81
- To boot up a test Rails app:
56
+ Make sure to take a look at your changes in a browser. To boot up a test Rails app:
82
57
 
83
58
  ```sh
84
59
  bin/rake local server
@@ -87,11 +62,7 @@ bin/rake local server
87
62
  This will automatically create a Rails app if none already exists, and store it
88
63
  in the `tmp/development_apps` folder.
89
64
 
90
- You should now be able to open <http://localhost:3000/admin> in your browser.
91
- You can log in using:
92
-
93
- *User*: admin@example.com
94
- *Password*: password
65
+ You should now be able to open <http://localhost:3000/admin> in your browser and log in using `admin@example.com` and `password`.
95
66
 
96
67
  If you need to perform any other commands on the test application, just pass
97
68
  them to the `local` rake task. For example, to boot the rails console:
@@ -100,69 +71,24 @@ them to the `local` rake task. For example, to boot the rails console:
100
71
  bin/rake local console
101
72
  ```
102
73
 
103
- Or to migrate the database, if you create a new migration or just play around
104
- with the db:
74
+ Or to migrate the database for a new migration:
105
75
 
106
76
  ```sh
107
77
  bin/rake local db:migrate
108
78
  ```
109
79
 
110
- ### Make a Pull Request
111
-
112
- At this point, you should switch back to your master branch and make sure it's
113
- up to date with Active Admin's master branch:
114
-
115
- ```sh
116
- git remote add upstream git@github.com:activeadmin/activeadmin.git
117
- git checkout master
118
- git pull upstream master
119
- ```
120
-
121
- Then update your feature branch from your local copy of master, and push it!
122
-
123
- ```sh
124
- git checkout 325-add-japanese-translations
125
- git rebase master
126
- git push --set-upstream origin 325-add-japanese-translations
127
- ```
128
-
129
- Finally, go to GitHub and [make a Pull Request][] :D
130
-
131
- Github Actions will run our test suite against all supported Rails versions. We
132
- care about quality, so your PR won't be merged until all tests pass. It's
133
- unlikely, but it's possible that your changes pass tests in one Rails version
134
- but fail in another. In that case, you'll have to setup your development
135
- environment (as explained in step 3) to use the problematic Rails version, and
136
- investigate what's going on!
137
-
138
- ### Keeping your Pull Request updated
139
-
140
- If a maintainer asks you to "rebase" your PR, they're saying that a lot of code
141
- has changed, and that you need to update your branch so it's easier to merge.
142
-
143
- To learn more about rebasing in Git, there are a lot of [good][git rebasing]
144
- [resources][interactive rebase] but here's the suggested workflow:
145
-
146
- ```sh
147
- git checkout 325-add-japanese-translations
148
- git pull --rebase upstream master
149
- git push --force-with-lease 325-add-japanese-translations
150
- ```
80
+ ### Create a Pull Request
151
81
 
152
- ### Merging a PR (maintainers only)
82
+ At this point, if your changes look good and tests are passing, you are ready to create a pull request.
153
83
 
154
- A PR can only be merged into master by a maintainer if:
84
+ Github Actions will run our test suite against all supported Rails versions. It's possible that your changes pass tests in one Rails version but fail in another. In that case, you'll have to setup your development
85
+ environment with the Gemfile for the problematic Rails version, and investigate what's going on.
155
86
 
156
- * It is passing CI.
157
- * It has been approved by at least two maintainers. If it was a maintainer who
158
- opened the PR, only one extra approval is needed.
159
- * It has no requested changes.
160
- * It is up to date with current master.
87
+ ## Merging a PR (maintainers only)
161
88
 
162
- Any maintainer is allowed to merge a PR if all of these conditions are
163
- met.
89
+ A PR can only be merged into master by a maintainer if: CI is passing, approved by another maintainer and is up to date with the default branch. Any maintainer is allowed to merge a PR if all of these conditions ae met.
164
90
 
165
- ### Shipping a release (maintainers only)
91
+ ## Shipping a release (maintainers only)
166
92
 
167
93
  Maintainers need to do the following to push out a release:
168
94
 
@@ -175,13 +101,4 @@ Maintainers need to do the following to push out a release:
175
101
  * Run `bin/rake release` from the target branch once the PR is merged.
176
102
 
177
103
  [chandler]: https://github.com/mattbrictson/chandler#2-configure-credentials
178
- [Stack Overflow]: http://stackoverflow.com/questions/tagged/activeadmin
179
104
  [new issue]: https://github.com/activeadmin/activeadmin/issues/new
180
- [fork Active Admin]: https://help.github.com/articles/fork-a-repo
181
- [make a pull request]: https://help.github.com/articles/creating-a-pull-request
182
- [git rebasing]: http://git-scm.com/book/en/Git-Branching-Rebasing
183
- [interactive rebase]: https://help.github.com/en/github/using-git/about-git-rebase
184
- [shortcut reference links]: https://github.github.com/gfm/#shortcut-reference-link
185
- [Rollup]: https://rollupjs.org/guide/en/#quick-start
186
- [Yarn]: https://yarnpkg.com/en/docs/install
187
- [Node.js]: https://nodejs.org/en/
data/README.md CHANGED
@@ -3,11 +3,10 @@
3
3
  [Active Admin](https://activeadmin.info) is a Ruby on Rails framework for
4
4
  creating elegant backends for website administration.
5
5
 
6
- [![Version ][rubygems_badge]][rubygems]
7
- [![Github Actions ][actions_badge]][actions]
8
- [![Coverage ][coverage_badge]][coverage]
9
- [![Tidelift ][tidelift_badge]][tidelift]
10
- [![Inch CI ][inch_badge]][inch]
6
+ [![Version][rubygems_badge]][rubygems]
7
+ [![Github Actions][actions_badge]][actions]
8
+ [![Coverage][coverage_badge]][coverage]
9
+ [![Tidelift][tidelift_badge]][tidelift]
11
10
 
12
11
  ## Goals
13
12
 
@@ -17,8 +16,8 @@ creating elegant backends for website administration.
17
16
 
18
17
  ## Getting started
19
18
 
20
- * Check out [the docs][docs].
21
- * Try the [live demo][demo].
19
+ * Review [the documentation][docs].
20
+ * For help, questions, etc. [discuss ActiveAdmin on GitHub](https://github.com/activeadmin/activeadmin/discussions) or use [StackOverflow][stackoverflow]
22
21
  * The [wiki] includes links to tutorials, articles and sample projects.
23
22
 
24
23
  ## For enterprise
@@ -26,15 +25,6 @@ creating elegant backends for website administration.
26
25
  Active Admin for enterprise is available via the Tidelift subscription. [Learn
27
26
  More][tidelift_enterprise].
28
27
 
29
- ## Need help?
30
-
31
- Please use [StackOverflow][stackoverflow] for help requests and how-to questions.
32
-
33
- Please open GitHub issues for bugs and enhancements only, not general help requests.
34
- Please search previous issues (and Google and StackOverflow) before creating a new issue.
35
-
36
- Google Groups, IRC #activeadmin and Gitter are not actively monitored.
37
-
38
28
  ## Want to contribute?
39
29
 
40
30
  If you want to contribute through code or documentation, the [Contributing
@@ -58,14 +48,14 @@ sponsor for the project, and also submit expenses to it.
58
48
 
59
49
  We try not to reinvent the wheel, so Active Admin is built with other open source projects:
60
50
 
61
- Tool | Description
62
- --------------------- | -----------
63
- [Arbre] | Ruby -> HTML, just like that.
64
- [Devise] | Powerful, extensible user authentication
65
- [Formtastic] | A Rails form builder plugin with semantically rich and accessible markup
66
- [Inherited Resources] | Simplifies controllers with pre-built RESTful controller actions
67
- [Kaminari] | Elegant pagination for any sort of collection
68
- [Ransack] | Provides a simple search API to query your data
51
+ * [Arbre]
52
+ * [Devise]
53
+ * [Flowbite](https://flowbite.com)
54
+ * [Formtastic]
55
+ * [Inherited Resources]
56
+ * [Kaminari]
57
+ * [Ransack]
58
+ * [TailwindCSS](https://tailwindcss.com)
69
59
 
70
60
  ## Security contact information
71
61
 
@@ -85,29 +75,26 @@ Thanks to [Tidelift][tidelift] and all our Tidelift subscribers.
85
75
  Thanks to [Open Collective][opencollective contributors] and all our Open Collective contributors.
86
76
 
87
77
  [Arbre]: https://github.com/activeadmin/arbre
88
- [Devise]: https://github.com/heartcombo/devise
89
- [Formtastic]: https://github.com/formtastic/formtastic
78
+ [Devise]: https://github.com/plataformatec/devise
79
+ [Formtastic]: https://github.com/justinfrench/formtastic
90
80
  [Inherited Resources]: https://github.com/activeadmin/inherited_resources
91
81
  [Kaminari]: https://github.com/kaminari/kaminari
92
82
  [Ransack]: https://github.com/activerecord-hackery/ransack
93
83
 
94
- [rubygems_badge]: http://img.shields.io/gem/v/activeadmin.svg
84
+ [rubygems_badge]: https://img.shields.io/gem/v/activeadmin.svg
95
85
  [rubygems]: https://rubygems.org/gems/activeadmin
96
86
  [actions_badge]: https://github.com/activeadmin/activeadmin/workflows/ci/badge.svg
97
87
  [actions]: https://github.com/activeadmin/activeadmin/actions
98
88
  [coverage_badge]: https://codecov.io/gh/activeadmin/activeadmin/branch/master/graph/badge.svg?token=NAjeBdkQXW
99
89
  [coverage]: https://codecov.io/gh/activeadmin/activeadmin
100
- [inch_badge]: http://inch-ci.org/github/activeadmin/activeadmin.svg?branch=master
101
- [inch]: http://inch-ci.org/github/activeadmin/activeadmin
102
90
  [tidelift_badge]: https://tidelift.com/badges/github/activeadmin/activeadmin
103
91
  [tidelift]: https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=readme
104
92
  [tidelift_enterprise]: https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=referral&utm_campaign=enterprise
105
93
  [tidelift_support]: https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=referral&utm_campaign=github&utm_content=support
106
94
 
107
- [docs]: http://activeadmin.info/0-installation.html
108
- [demo]: http://demo.activeadmin.info/admin
95
+ [docs]: https://activeadmin.info/0-installation.html
109
96
  [wiki]: https://github.com/activeadmin/activeadmin/wiki
110
- [stackoverflow]: http://stackoverflow.com/questions/tagged/activeadmin
97
+ [stackoverflow]: https://stackoverflow.com/questions/tagged/activeadmin
111
98
  [contributing]: https://github.com/activeadmin/activeadmin/blob/master/CONTRIBUTING.md
112
99
  [Liberapay]: https://liberapay.com/Active-Admin/donate
113
100
  [Tidelift security contact]: https://tidelift.com/security
@@ -0,0 +1,2 @@
1
+ //= link_tree ../../javascript .js
2
+ //= link_tree ../../../vendor/javascript .js
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+ module ActiveAdmin
3
+ class BaseController < ::InheritedResources::Base
4
+ module Menu
5
+ extend ActiveSupport::Concern
6
+
7
+ included do
8
+ before_action :set_current_menu_item
9
+
10
+ helper_method :current_menu
11
+ helper_method :current_menu_item?
12
+ end
13
+
14
+ protected
15
+
16
+ def current_menu
17
+ active_admin_config.navigation_menu
18
+ end
19
+
20
+ def current_menu_item?(item)
21
+ item.current?(@current_menu_item)
22
+ end
23
+
24
+ def set_current_menu_item
25
+ @current_menu_item = if current_menu && active_admin_config.belongs_to? && parent?
26
+ parent_item = active_admin_config.belongs_to_config.target.menu_item
27
+ if current_menu.include? parent_item
28
+ parent_item
29
+ else
30
+ active_admin_config.menu_item
31
+ end
32
+ else
33
+ active_admin_config.menu_item
34
+ end
35
+ end
36
+
37
+ end
38
+ end
39
+ end
@@ -1,14 +1,17 @@
1
1
  # frozen_string_literal: true
2
- require "active_admin/base_controller/authorization"
3
- require "active_admin/base_controller/menu"
4
-
5
2
  module ActiveAdmin
6
3
  # BaseController for ActiveAdmin.
7
4
  # It implements ActiveAdmin controllers core features.
8
5
  class BaseController < ::InheritedResources::Base
9
- helper ::ActiveAdmin::ViewHelpers
6
+ helper MethodOrProcHelper
7
+ helper LayoutHelper
8
+ helper FormHelper
9
+ helper BreadcrumbHelper
10
+ helper AutoLinkHelper
11
+ helper DisplayHelper
12
+ helper IndexHelper
10
13
 
11
- layout :determine_active_admin_layout
14
+ layout "active_admin"
12
15
 
13
16
  before_action :only_render_implemented_actions
14
17
  before_action :authenticate_active_admin_user
@@ -22,8 +25,8 @@ module ActiveAdmin
22
25
  attr_accessor :active_admin_config
23
26
  end
24
27
 
25
- include Authorization
26
- include Menu
28
+ include BaseController::Authorization
29
+ include BaseController::Menu
27
30
 
28
31
  private
29
32
 
@@ -61,22 +64,47 @@ module ActiveAdmin
61
64
 
62
65
  ACTIVE_ADMIN_ACTIONS = [:index, :show, :new, :create, :edit, :update, :destroy]
63
66
 
64
- # Determine which layout to use.
65
- #
66
- # 1. If we're rendering a standard Active Admin action, we want layout(false)
67
- # because these actions are subclasses of the Base page (which implements
68
- # all the required layout code)
69
- # 2. If we're rendering a custom action, we'll use the active_admin layout so
70
- # that users can render any template inside Active Admin.
71
- def determine_active_admin_layout
72
- ACTIVE_ADMIN_ACTIONS.include?(params[:action].to_sym) ? false : "active_admin"
73
- end
74
-
75
67
  def active_admin_root
76
68
  controller, action = active_admin_namespace.root_to.split "#"
77
69
  { controller: controller, action: action }
78
70
  end
79
71
 
72
+ def page_presenter
73
+ active_admin_config.get_page_presenter(params[:action].to_sym) || default_page_presenter
74
+ end
75
+ helper_method :page_presenter
76
+
77
+ def default_page_presenter
78
+ PagePresenter.new
79
+ end
80
+
81
+ def page_title
82
+ if page_presenter[:title]
83
+ helpers.render_or_call_method_or_proc_on(self, page_presenter[:title])
84
+ else
85
+ default_page_title
86
+ end
87
+ end
88
+ helper_method :page_title
89
+
90
+ def default_page_title
91
+ active_admin_config.name
92
+ end
93
+
94
+ DEFAULT_DOWNLOAD_FORMATS = [:csv, :xml, :json]
95
+
96
+ def build_download_formats(download_links)
97
+ download_links = instance_exec(&download_links) if download_links.is_a?(Proc)
98
+ if download_links.is_a?(Array) && !download_links.empty?
99
+ download_links
100
+ elsif download_links == false
101
+ []
102
+ else
103
+ DEFAULT_DOWNLOAD_FORMATS
104
+ end
105
+ end
106
+ helper_method :build_download_formats
107
+
80
108
  ActiveSupport.run_load_hooks(:active_admin_controller, self)
81
109
  end
82
110
  end
@@ -15,10 +15,6 @@ module ActiveAdmin
15
15
  render "active_admin/page/index"
16
16
  end
17
17
 
18
- def clear_page_actions!
19
- active_admin_config.clear_page_actions!
20
- end
21
-
22
18
  private
23
19
 
24
20
  def authorize_access!
@@ -20,7 +20,7 @@ module ActiveAdmin
20
20
  private
21
21
 
22
22
  def remove_action_methods(actions_type)
23
- active_admin_config.public_send("#{actions_type}_actions").each do |action|
23
+ active_admin_config.public_send(:"#{actions_type}_actions").each do |action|
24
24
  remove_method action.name
25
25
  end
26
26
  end
@@ -57,7 +57,7 @@ module ActiveAdmin
57
57
  def find_collection(options = {})
58
58
  collection = scoped_collection
59
59
  collection_applies(options).each do |applyer|
60
- collection = send("apply_#{applyer}", collection)
60
+ collection = send(:"apply_#{applyer}", collection)
61
61
  end
62
62
  collection
63
63
  end
@@ -215,7 +215,7 @@ module ActiveAdmin
215
215
  # Applies any Ransack search methods to the currently scoped collection.
216
216
  # Both `search` and `ransack` are provided, but we use `ransack` to prevent conflicts.
217
217
  def apply_filtering(chain)
218
- @search = chain.ransack(params[:q] || {})
218
+ @search = chain.ransack(params[:q] || {}, auth_object: active_admin_authorization)
219
219
  @search.result
220
220
  end
221
221
 
@@ -61,7 +61,7 @@ module ActiveAdmin
61
61
  def self.wrap!(parent, name)
62
62
  ::Class.new parent do
63
63
  delegate :reorder, :page, :current_page, :total_pages, :limit_value,
64
- :total_count, :offset, :to_key, :group_values,
64
+ :total_count, :total_pages, :offset, :to_key, :group_values,
65
65
  :except, :find_each, :ransack, to: :object
66
66
 
67
67
  define_singleton_method(:name) { name }
@@ -16,7 +16,7 @@ module ActiveAdmin
16
16
  # Collection can be scoped conditionally with an :if or :unless proc.
17
17
  def begin_of_association_chain
18
18
  return nil unless active_admin_config.scope_to?(self)
19
- MethodOrProcHelper.render_in_context(self, active_admin_config.scope_to_method)
19
+ helpers.render_in_context(self, active_admin_config.scope_to_method)
20
20
  end
21
21
 
22
22
  # Overriding from InheritedResources::BaseHelpers