activeadmin 1.1.0 → 2.14.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (592) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +871 -111
  3. data/CODE_OF_CONDUCT.md +64 -12
  4. data/CONTRIBUTING.md +84 -63
  5. data/README.md +73 -19
  6. data/app/assets/javascripts/active_admin/base.js +521 -0
  7. data/app/assets/stylesheets/active_admin/_base.scss +53 -37
  8. data/app/assets/stylesheets/active_admin/_forms.scss +4 -26
  9. data/app/assets/stylesheets/active_admin/_header.scss +40 -8
  10. data/app/assets/stylesheets/active_admin/_mixins.scss +1 -1
  11. data/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +25 -123
  12. data/app/assets/stylesheets/active_admin/{print.scss → _print.scss} +2 -2
  13. data/app/assets/stylesheets/active_admin/components/_comments.scss +2 -2
  14. data/app/assets/stylesheets/active_admin/components/_date_picker.scss +1 -2
  15. data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -1
  16. data/app/assets/stylesheets/active_admin/components/_scopes.scss +3 -0
  17. data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -5
  18. data/app/assets/stylesheets/active_admin/components/_tables.scss +1 -2
  19. data/app/assets/stylesheets/active_admin/components/_tabs.scss +1 -1
  20. data/app/assets/stylesheets/active_admin/mixins/_all.scss +8 -8
  21. data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +1 -1
  22. data/app/assets/stylesheets/active_admin/mixins/_variables.scss +17 -0
  23. data/app/assets/stylesheets/active_admin/structure/_footer.scss +6 -1
  24. data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
  25. data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -1
  26. data/app/javascript/active_admin/base.js +28 -0
  27. data/app/javascript/active_admin/ext/jquery-ui.js +7 -0
  28. data/app/javascript/active_admin/ext/jquery.js +9 -0
  29. data/app/javascript/active_admin/initializers/batch-actions.js +61 -0
  30. data/app/javascript/active_admin/initializers/checkbox-toggler.js +3 -0
  31. data/app/javascript/active_admin/initializers/datepicker.js +16 -0
  32. data/app/javascript/active_admin/initializers/dropdown-menu.js +9 -0
  33. data/app/javascript/active_admin/initializers/filters.js +10 -0
  34. data/app/javascript/active_admin/initializers/has-many.js +98 -0
  35. data/app/javascript/active_admin/initializers/per-page.js +13 -0
  36. data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +3 -0
  37. data/app/javascript/active_admin/initializers/tabs.js +6 -0
  38. data/app/javascript/active_admin/lib/checkbox-toggler.js +49 -0
  39. data/app/javascript/active_admin/lib/dropdown-menu.js +116 -0
  40. data/app/javascript/active_admin/lib/filters.js +39 -0
  41. data/app/javascript/active_admin/lib/modal-dialog.js +63 -0
  42. data/app/javascript/active_admin/lib/per-page.js +38 -0
  43. data/app/javascript/active_admin/lib/table-checkbox-toggler.js +38 -0
  44. data/app/javascript/active_admin/lib/utils.js +40 -0
  45. data/app/views/active_admin/devise/confirmations/new.html.erb +2 -2
  46. data/app/views/active_admin/devise/mailer/reset_password_instructions.html.erb +1 -1
  47. data/app/views/active_admin/devise/mailer/unlock_instructions.html.erb +2 -2
  48. data/app/views/active_admin/devise/passwords/edit.html.erb +2 -2
  49. data/app/views/active_admin/devise/passwords/new.html.erb +2 -2
  50. data/app/views/active_admin/devise/registrations/new.html.erb +2 -3
  51. data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
  52. data/app/views/active_admin/devise/shared/_error_messages.html.erb +15 -0
  53. data/app/views/active_admin/devise/shared/_links.erb +1 -1
  54. data/app/views/active_admin/devise/unlocks/new.html.erb +2 -2
  55. data/app/views/active_admin/page/index.html.arb +1 -0
  56. data/app/views/active_admin/resource/edit.html.arb +1 -0
  57. data/app/views/active_admin/resource/index.html.arb +1 -0
  58. data/app/views/active_admin/resource/new.html.arb +1 -0
  59. data/app/views/active_admin/resource/show.html.arb +1 -0
  60. data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
  61. data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
  62. data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
  63. data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
  64. data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
  65. data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
  66. data/app/views/layouts/active_admin.html.arb +1 -0
  67. data/app/views/layouts/active_admin_logged_out.html.erb +20 -9
  68. data/config/locales/ar.yml +9 -8
  69. data/config/locales/az.yml +138 -0
  70. data/config/locales/bg.yml +1 -1
  71. data/config/locales/bs.yml +1 -0
  72. data/config/locales/ca.yml +1 -1
  73. data/config/locales/cs.yml +1 -0
  74. data/config/locales/da.yml +1 -0
  75. data/config/locales/de-CH.yml +1 -0
  76. data/config/locales/de.yml +29 -0
  77. data/config/locales/el.yml +1 -0
  78. data/config/locales/en-CA.yml +4 -3
  79. data/config/locales/en-GB.yml +4 -3
  80. data/config/locales/en.yml +24 -4
  81. data/config/locales/eo.yml +145 -0
  82. data/config/locales/es-MX.yml +3 -1
  83. data/config/locales/es.yml +26 -6
  84. data/config/locales/fa.yml +1 -0
  85. data/config/locales/fi.yml +2 -1
  86. data/config/locales/fr.yml +9 -8
  87. data/config/locales/he.yml +1 -1
  88. data/config/locales/hr.yml +1 -0
  89. data/config/locales/hu.yml +5 -0
  90. data/config/locales/id.yml +1 -0
  91. data/config/locales/it.yml +31 -3
  92. data/config/locales/ja.yml +8 -2
  93. data/config/locales/ko.yml +2 -1
  94. data/config/locales/lt.yml +3 -2
  95. data/config/locales/lv.yml +3 -2
  96. data/config/locales/mk.yml +134 -0
  97. data/config/locales/nb.yml +16 -5
  98. data/config/locales/nl.yml +13 -1
  99. data/config/locales/pl.yml +72 -3
  100. data/config/locales/pt-BR.yml +9 -0
  101. data/config/locales/pt-PT.yml +1 -0
  102. data/config/locales/ro.yml +4 -2
  103. data/config/locales/ru.yml +3 -0
  104. data/config/locales/sk.yml +60 -0
  105. data/config/locales/sv-SE.yml +3 -0
  106. data/config/locales/tr.yml +10 -0
  107. data/config/locales/uk.yml +3 -0
  108. data/config/locales/vi.yml +82 -12
  109. data/config/locales/zh-CN.yml +68 -20
  110. data/config/locales/zh-TW.yml +1 -0
  111. data/lib/active_admin/abstract_view_factory.rb +14 -51
  112. data/lib/active_admin/application.rb +65 -172
  113. data/lib/active_admin/application_settings.rb +43 -0
  114. data/lib/active_admin/asset_registration.rb +4 -11
  115. data/lib/active_admin/authorization_adapter.rb +6 -3
  116. data/lib/active_admin/base_controller/authorization.rb +18 -18
  117. data/lib/active_admin/base_controller/menu.rb +1 -0
  118. data/lib/active_admin/base_controller.rb +12 -11
  119. data/lib/active_admin/batch_actions/controller.rb +6 -5
  120. data/lib/active_admin/batch_actions/resource_extension.rb +16 -10
  121. data/lib/active_admin/batch_actions/views/batch_action_form.rb +4 -3
  122. data/lib/active_admin/batch_actions/views/batch_action_selector.rb +7 -6
  123. data/lib/active_admin/batch_actions/views/selection_cells.rb +4 -3
  124. data/lib/active_admin/batch_actions.rb +1 -0
  125. data/lib/active_admin/callbacks.rb +2 -1
  126. data/lib/active_admin/cancan_adapter.rb +2 -1
  127. data/lib/active_admin/collection_decorator.rb +32 -0
  128. data/lib/active_admin/component.rb +1 -0
  129. data/lib/active_admin/controller_action.rb +3 -1
  130. data/lib/active_admin/csv_builder.rb +15 -21
  131. data/lib/active_admin/dependency.rb +12 -79
  132. data/lib/active_admin/deprecation.rb +1 -25
  133. data/lib/active_admin/devise.rb +16 -5
  134. data/lib/active_admin/dsl.rb +3 -9
  135. data/lib/active_admin/dynamic_setting.rb +39 -0
  136. data/lib/active_admin/dynamic_settings_node.rb +29 -0
  137. data/lib/active_admin/engine.rb +16 -7
  138. data/lib/active_admin/error.rb +5 -4
  139. data/lib/active_admin/filters/active.rb +2 -1
  140. data/lib/active_admin/filters/active_filter.rb +52 -15
  141. data/lib/active_admin/filters/active_sidebar.rb +8 -30
  142. data/lib/active_admin/filters/dsl.rb +1 -0
  143. data/lib/active_admin/filters/forms.rb +13 -9
  144. data/lib/active_admin/filters/formtastic_addons.rb +3 -7
  145. data/lib/active_admin/filters/resource_extension.rb +34 -9
  146. data/lib/active_admin/filters.rb +8 -7
  147. data/lib/active_admin/form_builder.rb +110 -70
  148. data/lib/active_admin/generators/boilerplate.rb +13 -4
  149. data/lib/active_admin/helpers/collection.rb +2 -0
  150. data/lib/active_admin/helpers/i18n.rb +1 -0
  151. data/lib/active_admin/helpers/optional_display.rb +3 -2
  152. data/lib/active_admin/helpers/routes/url_helpers.rb +1 -0
  153. data/lib/active_admin/helpers/scope_chain.rb +2 -0
  154. data/lib/active_admin/inputs/datepicker_input.rb +10 -2
  155. data/lib/active_admin/inputs/filters/base/search_method_select.rb +7 -6
  156. data/lib/active_admin/inputs/filters/base.rb +2 -1
  157. data/lib/active_admin/inputs/filters/boolean_input.rb +2 -1
  158. data/lib/active_admin/inputs/filters/check_boxes_input.rb +2 -1
  159. data/lib/active_admin/inputs/filters/date_picker_input.rb +1 -0
  160. data/lib/active_admin/inputs/filters/date_range_input.rb +16 -12
  161. data/lib/active_admin/inputs/filters/numeric_input.rb +1 -0
  162. data/lib/active_admin/inputs/filters/select_input.rb +8 -3
  163. data/lib/active_admin/inputs/filters/string_input.rb +1 -0
  164. data/lib/active_admin/inputs/filters/text_input.rb +1 -0
  165. data/lib/active_admin/inputs.rb +1 -0
  166. data/lib/active_admin/localizers/resource_localizer.rb +4 -3
  167. data/lib/active_admin/localizers.rb +2 -1
  168. data/lib/active_admin/menu.rb +9 -11
  169. data/lib/active_admin/menu_collection.rb +1 -0
  170. data/lib/active_admin/menu_item.rb +11 -38
  171. data/lib/active_admin/namespace.rb +33 -20
  172. data/lib/active_admin/namespace_settings.rb +127 -0
  173. data/lib/active_admin/order_clause.rb +4 -3
  174. data/lib/active_admin/orm/active_record/comments/comment.rb +5 -4
  175. data/lib/active_admin/orm/active_record/comments/namespace_helper.rb +1 -0
  176. data/lib/active_admin/orm/active_record/comments/resource_helper.rb +1 -0
  177. data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +1 -0
  178. data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +36 -25
  179. data/lib/active_admin/orm/active_record/comments/views.rb +3 -2
  180. data/lib/active_admin/orm/active_record/comments.rb +41 -29
  181. data/lib/active_admin/orm/active_record.rb +2 -1
  182. data/lib/active_admin/orm/mongoid.rb +1 -0
  183. data/lib/active_admin/page.rb +2 -1
  184. data/lib/active_admin/page_controller.rb +1 -0
  185. data/lib/active_admin/page_dsl.rb +2 -1
  186. data/lib/active_admin/page_presenter.rb +3 -1
  187. data/lib/active_admin/pundit_adapter.rb +71 -16
  188. data/lib/active_admin/resource/action_items.rb +12 -6
  189. data/lib/active_admin/resource/attributes.rb +9 -5
  190. data/lib/active_admin/resource/belongs_to.rb +9 -3
  191. data/lib/active_admin/resource/controllers.rb +2 -1
  192. data/lib/active_admin/resource/includes.rb +1 -0
  193. data/lib/active_admin/resource/menu.rb +6 -5
  194. data/lib/active_admin/resource/model.rb +16 -0
  195. data/lib/active_admin/resource/naming.rb +6 -5
  196. data/lib/active_admin/resource/ordering.rb +1 -0
  197. data/lib/active_admin/resource/page_presenters.rb +1 -0
  198. data/lib/active_admin/resource/pagination.rb +1 -0
  199. data/lib/active_admin/resource/routes.rb +26 -14
  200. data/lib/active_admin/resource/scope_to.rb +8 -7
  201. data/lib/active_admin/resource/scopes.rb +4 -3
  202. data/lib/active_admin/resource/sidebars.rb +3 -2
  203. data/lib/active_admin/resource.rb +37 -22
  204. data/lib/active_admin/resource_collection.rb +3 -2
  205. data/lib/active_admin/resource_controller/action_builder.rb +11 -0
  206. data/lib/active_admin/resource_controller/data_access.rb +35 -5
  207. data/lib/active_admin/resource_controller/decorators.rb +10 -31
  208. data/lib/active_admin/resource_controller/polymorphic_routes.rb +38 -0
  209. data/lib/active_admin/resource_controller/resource_class_methods.rb +3 -0
  210. data/lib/active_admin/resource_controller/scoping.rb +2 -1
  211. data/lib/active_admin/resource_controller/sidebars.rb +1 -0
  212. data/lib/active_admin/resource_controller/streaming.rb +9 -7
  213. data/lib/active_admin/resource_controller.rb +14 -10
  214. data/lib/active_admin/resource_dsl.rb +17 -27
  215. data/lib/active_admin/router.rb +91 -84
  216. data/lib/active_admin/scope.rb +20 -11
  217. data/lib/active_admin/settings_node.rb +20 -0
  218. data/lib/active_admin/sidebar_section.rb +4 -1
  219. data/lib/active_admin/version.rb +2 -1
  220. data/lib/active_admin/view_factory.rb +18 -17
  221. data/lib/active_admin/view_helpers/active_admin_application_helper.rb +1 -0
  222. data/lib/active_admin/view_helpers/auto_link_helper.rb +2 -1
  223. data/lib/active_admin/view_helpers/breadcrumb_helper.rb +6 -5
  224. data/lib/active_admin/view_helpers/display_helper.rb +25 -8
  225. data/lib/active_admin/view_helpers/download_format_links_helper.rb +3 -1
  226. data/lib/active_admin/view_helpers/fields_for.rb +3 -2
  227. data/lib/active_admin/view_helpers/flash_helper.rb +1 -0
  228. data/lib/active_admin/view_helpers/form_helper.rb +1 -0
  229. data/lib/active_admin/view_helpers/method_or_proc_helper.rb +4 -0
  230. data/lib/active_admin/view_helpers/scope_name_helper.rb +1 -0
  231. data/lib/active_admin/view_helpers/sidebar_helper.rb +1 -0
  232. data/lib/active_admin/view_helpers/title_helper.rb +1 -0
  233. data/lib/active_admin/view_helpers/view_factory_helper.rb +1 -0
  234. data/lib/active_admin/view_helpers.rb +2 -1
  235. data/lib/active_admin/views/action_items.rb +1 -0
  236. data/lib/active_admin/views/components/active_admin_form.rb +14 -8
  237. data/lib/active_admin/views/components/active_filters_sidebar_content.rb +59 -0
  238. data/lib/active_admin/views/components/attributes_table.rb +9 -8
  239. data/lib/active_admin/views/components/blank_slate.rb +2 -1
  240. data/lib/active_admin/views/components/columns.rb +1 -0
  241. data/lib/active_admin/views/components/dropdown_menu.rb +7 -9
  242. data/lib/active_admin/views/components/index_list.rb +4 -3
  243. data/lib/active_admin/views/components/menu.rb +33 -0
  244. data/lib/active_admin/views/components/menu_item.rb +59 -0
  245. data/lib/active_admin/views/components/paginated_collection.rb +22 -20
  246. data/lib/active_admin/views/components/panel.rb +2 -1
  247. data/lib/active_admin/views/components/scopes.rb +18 -8
  248. data/lib/active_admin/views/components/sidebar.rb +14 -0
  249. data/lib/active_admin/views/components/sidebar_section.rb +1 -0
  250. data/lib/active_admin/views/components/site_title.rb +7 -7
  251. data/lib/active_admin/views/components/status_tag.rb +14 -26
  252. data/lib/active_admin/views/components/table_for.rb +22 -29
  253. data/lib/active_admin/views/components/tabs.rb +18 -5
  254. data/lib/active_admin/views/components/unsupported_browser.rb +1 -0
  255. data/lib/active_admin/views/footer.rb +6 -8
  256. data/lib/active_admin/views/header.rb +4 -15
  257. data/lib/active_admin/views/index_as_block.rb +1 -0
  258. data/lib/active_admin/views/index_as_blog.rb +3 -2
  259. data/lib/active_admin/views/index_as_grid.rb +27 -26
  260. data/lib/active_admin/views/index_as_table.rb +34 -25
  261. data/lib/active_admin/views/pages/base.rb +47 -62
  262. data/lib/active_admin/views/pages/form.rb +1 -0
  263. data/lib/active_admin/views/pages/index.rb +16 -13
  264. data/lib/active_admin/views/pages/layout.rb +1 -0
  265. data/lib/active_admin/views/pages/page.rb +1 -0
  266. data/lib/active_admin/views/pages/show.rb +1 -0
  267. data/lib/active_admin/views/tabbed_navigation.rb +5 -59
  268. data/lib/active_admin/views/title_bar.rb +2 -1
  269. data/lib/active_admin/views.rb +2 -1
  270. data/lib/active_admin.rb +68 -63
  271. data/lib/activeadmin.rb +2 -1
  272. data/lib/generators/active_admin/assets/assets_generator.rb +3 -2
  273. data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
  274. data/lib/generators/active_admin/assets/templates/active_admin.scss +2 -2
  275. data/lib/generators/active_admin/devise/devise_generator.rb +6 -5
  276. data/lib/generators/active_admin/install/install_generator.rb +19 -8
  277. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +62 -3
  278. data/lib/generators/active_admin/install/templates/dashboard.rb +3 -3
  279. data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb.erb +1 -15
  280. data/lib/generators/active_admin/page/page_generator.rb +2 -1
  281. data/lib/generators/active_admin/page/templates/page.rb +1 -0
  282. data/lib/generators/active_admin/resource/resource_generator.rb +5 -4
  283. data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
  284. data/lib/generators/active_admin/webpacker/plugins/jquery.js +7 -0
  285. data/lib/generators/active_admin/webpacker/templates/active_admin.js +5 -0
  286. data/lib/generators/active_admin/webpacker/templates/active_admin.scss +17 -0
  287. data/lib/generators/active_admin/webpacker/templates/print.scss +2 -0
  288. data/lib/generators/active_admin/webpacker/webpacker_generator.rb +27 -0
  289. data/lib/ransack_ext.rb +10 -9
  290. data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
  291. data/vendor/assets/javascripts/jquery-ui/form.js +22 -0
  292. data/vendor/assets/javascripts/jquery-ui/labels.js +65 -0
  293. data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +274 -283
  294. metadata +123 -595
  295. data/.github/ISSUE_TEMPLATE.md +0 -20
  296. data/.gitignore +0 -49
  297. data/.mdlrc +0 -1
  298. data/.rubocop.yml +0 -76
  299. data/.simplecov +0 -13
  300. data/.travis.yml +0 -51
  301. data/.yardopts +0 -7
  302. data/Gemfile +0 -58
  303. data/Rakefile +0 -54
  304. data/activeadmin.gemspec +0 -32
  305. data/app/assets/images/active_admin/nested_menu_arrow.gif +0 -0
  306. data/app/assets/images/active_admin/nested_menu_arrow_dark.gif +0 -0
  307. data/app/assets/images/active_admin/orderable.png +0 -0
  308. data/app/assets/javascripts/active_admin/base.js.coffee +0 -13
  309. data/app/assets/javascripts/active_admin/ext/jquery-ui.js.coffee +0 -6
  310. data/app/assets/javascripts/active_admin/ext/jquery.js.coffee +0 -7
  311. data/app/assets/javascripts/active_admin/initializers/batch_actions.js.coffee +0 -11
  312. data/app/assets/javascripts/active_admin/initializers/datepicker.js.coffee +0 -14
  313. data/app/assets/javascripts/active_admin/initializers/filters.js.coffee +0 -26
  314. data/app/assets/javascripts/active_admin/initializers/tabs.js.coffee +0 -7
  315. data/app/assets/javascripts/active_admin/lib/batch_actions.js.coffee +0 -42
  316. data/app/assets/javascripts/active_admin/lib/checkbox-toggler.js.coffee +0 -46
  317. data/app/assets/javascripts/active_admin/lib/dropdown-menu.js.coffee +0 -104
  318. data/app/assets/javascripts/active_admin/lib/flash.js.coffee +0 -19
  319. data/app/assets/javascripts/active_admin/lib/has_many.js.coffee +0 -79
  320. data/app/assets/javascripts/active_admin/lib/modal_dialog.js.coffee +0 -45
  321. data/app/assets/javascripts/active_admin/lib/per_page.js.coffee +0 -46
  322. data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.js.coffee +0 -22
  323. data/codecov.yml +0 -25
  324. data/config/i18n-tasks.yml +0 -26
  325. data/config/mdl_style.rb +0 -9
  326. data/cucumber.yml +0 -3
  327. data/docs/0-installation.md +0 -118
  328. data/docs/1-general-configuration.md +0 -189
  329. data/docs/10-custom-pages.md +0 -136
  330. data/docs/11-decorators.md +0 -59
  331. data/docs/12-arbre-components.md +0 -174
  332. data/docs/13-authorization-adapter.md +0 -266
  333. data/docs/14-gotchas.md +0 -138
  334. data/docs/2-resource-customization.md +0 -461
  335. data/docs/3-index-pages/custom-index.md +0 -35
  336. data/docs/3-index-pages/index-as-block.md +0 -19
  337. data/docs/3-index-pages/index-as-blog.md +0 -69
  338. data/docs/3-index-pages/index-as-grid.md +0 -27
  339. data/docs/3-index-pages/index-as-table.md +0 -227
  340. data/docs/3-index-pages.md +0 -311
  341. data/docs/4-csv-format.md +0 -74
  342. data/docs/5-forms.md +0 -218
  343. data/docs/6-show-pages.md +0 -81
  344. data/docs/7-sidebars.md +0 -75
  345. data/docs/8-custom-actions.md +0 -166
  346. data/docs/9-batch-actions.md +0 -237
  347. data/docs/CNAME +0 -1
  348. data/docs/Gemfile +0 -2
  349. data/docs/README.md +0 -24
  350. data/docs/_config.yml +0 -2
  351. data/docs/_includes/footer.html +0 -8
  352. data/docs/_includes/google-analytics.html +0 -16
  353. data/docs/_includes/head.html +0 -7
  354. data/docs/_includes/toc.html +0 -98
  355. data/docs/_includes/top-menu.html +0 -9
  356. data/docs/_layouts/default.html +0 -21
  357. data/docs/documentation.md +0 -60
  358. data/docs/images/activeadmin.png +0 -0
  359. data/docs/images/code-header.png +0 -0
  360. data/docs/images/divider.png +0 -0
  361. data/docs/images/features.png +0 -0
  362. data/docs/index.html +0 -125
  363. data/docs/stylesheets/main.css +0 -1152
  364. data/features/action_item.feature +0 -73
  365. data/features/authorization.feature +0 -64
  366. data/features/authorization_cancan.feature +0 -52
  367. data/features/authorization_pundit.feature +0 -37
  368. data/features/belongs_to.feature +0 -124
  369. data/features/breadcrumb.feature +0 -75
  370. data/features/comments/commenting.feature +0 -178
  371. data/features/comments/viewing_index.feature +0 -19
  372. data/features/create_another.feature +0 -55
  373. data/features/dashboard.feature +0 -16
  374. data/features/decorators.feature +0 -43
  375. data/features/development_reloading.feature +0 -28
  376. data/features/edit_page.feature +0 -116
  377. data/features/favicon.feature +0 -20
  378. data/features/first_boot.feature +0 -16
  379. data/features/footer.feature +0 -28
  380. data/features/global_navigation.feature +0 -29
  381. data/features/i18n.feature +0 -55
  382. data/features/index/batch_actions.feature +0 -218
  383. data/features/index/filters.feature +0 -239
  384. data/features/index/format_as_csv.feature +0 -220
  385. data/features/index/formats.feature +0 -88
  386. data/features/index/index_as_block.feature +0 -15
  387. data/features/index/index_as_blog.feature +0 -69
  388. data/features/index/index_as_grid.feature +0 -45
  389. data/features/index/index_as_table.feature +0 -291
  390. data/features/index/index_blank_slate.feature +0 -83
  391. data/features/index/index_parameters.feature +0 -75
  392. data/features/index/index_scope_to.feature +0 -56
  393. data/features/index/index_scopes.feature +0 -285
  394. data/features/index/page_title.feature +0 -41
  395. data/features/index/pagination.feature +0 -63
  396. data/features/index/switch_index_view.feature +0 -73
  397. data/features/menu.feature +0 -72
  398. data/features/meta_tags.feature +0 -21
  399. data/features/new_page.feature +0 -107
  400. data/features/registering_assets.feature +0 -38
  401. data/features/registering_pages.feature +0 -237
  402. data/features/registering_resources.feature +0 -33
  403. data/features/renamed_resource.feature +0 -30
  404. data/features/root_to.feature +0 -17
  405. data/features/show/attributes_table_title.feature +0 -54
  406. data/features/show/columns.feature +0 -40
  407. data/features/show/default_content.feature +0 -44
  408. data/features/show/page_title.feature +0 -58
  409. data/features/show/tabs.feature +0 -33
  410. data/features/sidebar_sections.feature +0 -210
  411. data/features/site_title.feature +0 -47
  412. data/features/specifying_actions.feature +0 -118
  413. data/features/step_definitions/action_item_steps.rb +0 -7
  414. data/features/step_definitions/action_link_steps.rb +0 -19
  415. data/features/step_definitions/additional_web_steps.rb +0 -81
  416. data/features/step_definitions/asset_steps.rb +0 -15
  417. data/features/step_definitions/attribute_steps.rb +0 -18
  418. data/features/step_definitions/attributes_table_title_steps.rb +0 -11
  419. data/features/step_definitions/batch_action_steps.rb +0 -81
  420. data/features/step_definitions/blog_steps.rb +0 -3
  421. data/features/step_definitions/breadcrumb_steps.rb +0 -3
  422. data/features/step_definitions/column_steps.rb +0 -8
  423. data/features/step_definitions/comment_steps.rb +0 -32
  424. data/features/step_definitions/configuration_steps.rb +0 -100
  425. data/features/step_definitions/dashboard_steps.rb +0 -15
  426. data/features/step_definitions/factory_steps.rb +0 -35
  427. data/features/step_definitions/filter_steps.rb +0 -48
  428. data/features/step_definitions/flash_steps.rb +0 -11
  429. data/features/step_definitions/footer_steps.rb +0 -11
  430. data/features/step_definitions/format_steps.rb +0 -56
  431. data/features/step_definitions/i18n_steps.rb +0 -11
  432. data/features/step_definitions/index_scope_steps.rb +0 -29
  433. data/features/step_definitions/index_views_steps.rb +0 -3
  434. data/features/step_definitions/layout_steps.rb +0 -3
  435. data/features/step_definitions/member_link_steps.rb +0 -7
  436. data/features/step_definitions/menu_steps.rb +0 -11
  437. data/features/step_definitions/meta_tag_steps.rb +0 -3
  438. data/features/step_definitions/pagination_steps.rb +0 -15
  439. data/features/step_definitions/sidebar_steps.rb +0 -11
  440. data/features/step_definitions/site_title_steps.rb +0 -17
  441. data/features/step_definitions/tab_steps.rb +0 -8
  442. data/features/step_definitions/table_steps.rb +0 -116
  443. data/features/step_definitions/user_steps.rb +0 -52
  444. data/features/step_definitions/web_steps.rb +0 -86
  445. data/features/sti_resource.feature +0 -65
  446. data/features/strong_parameters.feature +0 -69
  447. data/features/support/env.rb +0 -122
  448. data/features/support/paths.rb +0 -73
  449. data/features/support/regular_env.rb +0 -7
  450. data/features/support/reload_env.rb +0 -7
  451. data/features/support/selectors.rb +0 -45
  452. data/features/users/logging_in.feature +0 -36
  453. data/features/users/logging_out.feature +0 -13
  454. data/features/users/resetting_password.feature +0 -34
  455. data/gemfiles/rails_42.gemfile +0 -10
  456. data/gemfiles/rails_50.gemfile +0 -10
  457. data/gemfiles/rails_51.gemfile +0 -10
  458. data/lib/active_admin/event.rb +0 -24
  459. data/lib/active_admin/helpers/settings.rb +0 -114
  460. data/lib/active_admin/reloader.rb +0 -25
  461. data/lib/bug_report_templates/active_admin_master.rb +0 -113
  462. data/lib/generators/active_admin/assets/templates/active_admin.js.coffee +0 -1
  463. data/spec/bug_report_templates_spec.rb +0 -26
  464. data/spec/javascripts/coffeescripts/jquery.aa.checkbox-toggler-spec.js.coffee +0 -50
  465. data/spec/javascripts/coffeescripts/jquery.aa.flash.js.coffee +0 -25
  466. data/spec/javascripts/coffeescripts/jquery.aa.table-checkbox-toggler-spec.js.coffee +0 -34
  467. data/spec/javascripts/fixtures/checkboxes.html +0 -9
  468. data/spec/javascripts/fixtures/flashes.html +0 -2
  469. data/spec/javascripts/fixtures/table_checkboxes.html +0 -17
  470. data/spec/javascripts/helpers/SpecHelper.js +0 -3
  471. data/spec/javascripts/support/jasmine.yml +0 -74
  472. data/spec/javascripts/support/jasmine_runner.rb +0 -19
  473. data/spec/rails_helper.rb +0 -59
  474. data/spec/requests/default_namespace_spec.rb +0 -81
  475. data/spec/requests/memory_spec.rb +0 -25
  476. data/spec/requests/stylesheets_spec.rb +0 -18
  477. data/spec/spec_helper.rb +0 -1
  478. data/spec/support/active_admin_integration_spec_helper.rb +0 -73
  479. data/spec/support/active_admin_request_helpers.rb +0 -39
  480. data/spec/support/rails_template.rb +0 -150
  481. data/spec/support/rails_template_with_data.rb +0 -327
  482. data/spec/support/templates/admin/stores.rb +0 -7
  483. data/spec/support/templates/en.yml +0 -8
  484. data/spec/support/templates/manifest.js +0 -3
  485. data/spec/support/templates/policies/active_admin/comment_policy.rb +0 -9
  486. data/spec/support/templates/policies/active_admin/page_policy.rb +0 -18
  487. data/spec/support/templates/policies/admin_user_policy.rb +0 -11
  488. data/spec/support/templates/policies/application_policy.rb +0 -44
  489. data/spec/support/templates/policies/category_policy.rb +0 -7
  490. data/spec/support/templates/policies/post_policy.rb +0 -15
  491. data/spec/support/templates/policies/store_policy.rb +0 -11
  492. data/spec/support/templates/policies/user_policy.rb +0 -11
  493. data/spec/support/templates/post_decorator.rb +0 -10
  494. data/spec/unit/abstract_view_factory_spec.rb +0 -78
  495. data/spec/unit/action_builder_spec.rb +0 -125
  496. data/spec/unit/active_admin_spec.rb +0 -11
  497. data/spec/unit/application_spec.rb +0 -184
  498. data/spec/unit/asset_registration_spec.rb +0 -81
  499. data/spec/unit/authorization/authorization_adapter_spec.rb +0 -61
  500. data/spec/unit/authorization/controller_authorization_spec.rb +0 -43
  501. data/spec/unit/authorization/index_overriding_spec.rb +0 -23
  502. data/spec/unit/auto_link_spec.rb +0 -93
  503. data/spec/unit/batch_actions/resource_spec.rb +0 -84
  504. data/spec/unit/batch_actions/settings_spec.rb +0 -61
  505. data/spec/unit/belongs_to_spec.rb +0 -76
  506. data/spec/unit/cancan_adapter_spec.rb +0 -43
  507. data/spec/unit/comments_spec.rb +0 -176
  508. data/spec/unit/component_spec.rb +0 -18
  509. data/spec/unit/config_shared_examples.rb +0 -59
  510. data/spec/unit/controller_filters_spec.rb +0 -41
  511. data/spec/unit/csv_builder_spec.rb +0 -304
  512. data/spec/unit/dependency_spec.rb +0 -135
  513. data/spec/unit/devise_spec.rb +0 -110
  514. data/spec/unit/dsl_spec.rb +0 -120
  515. data/spec/unit/filters/active_filter_spec.rb +0 -135
  516. data/spec/unit/filters/active_spec.rb +0 -24
  517. data/spec/unit/filters/filter_form_builder_spec.rb +0 -502
  518. data/spec/unit/filters/resource_spec.rb +0 -128
  519. data/spec/unit/form_builder_spec.rb +0 -990
  520. data/spec/unit/generators/install_spec.rb +0 -31
  521. data/spec/unit/helpers/collection_spec.rb +0 -68
  522. data/spec/unit/helpers/scope_chain_spec.rb +0 -35
  523. data/spec/unit/helpers/settings_spec.rb +0 -30
  524. data/spec/unit/i18n_spec.rb +0 -29
  525. data/spec/unit/localizers/resource_localizer_spec.rb +0 -36
  526. data/spec/unit/menu_collection_spec.rb +0 -62
  527. data/spec/unit/menu_item_spec.rb +0 -141
  528. data/spec/unit/menu_spec.rb +0 -71
  529. data/spec/unit/namespace/authorization_spec.rb +0 -27
  530. data/spec/unit/namespace/register_page_spec.rb +0 -99
  531. data/spec/unit/namespace/register_resource_spec.rb +0 -162
  532. data/spec/unit/namespace_spec.rb +0 -124
  533. data/spec/unit/order_clause_spec.rb +0 -81
  534. data/spec/unit/page_controller_spec.rb +0 -5
  535. data/spec/unit/page_spec.rb +0 -128
  536. data/spec/unit/pretty_format_spec.rb +0 -82
  537. data/spec/unit/pundit_adapter_spec.rb +0 -98
  538. data/spec/unit/resource/action_items_spec.rb +0 -69
  539. data/spec/unit/resource/attributes_spec.rb +0 -49
  540. data/spec/unit/resource/includes_spec.rb +0 -21
  541. data/spec/unit/resource/menu_spec.rb +0 -18
  542. data/spec/unit/resource/naming_spec.rb +0 -122
  543. data/spec/unit/resource/ordering_spec.rb +0 -35
  544. data/spec/unit/resource/page_presenters_spec.rb +0 -44
  545. data/spec/unit/resource/pagination_spec.rb +0 -38
  546. data/spec/unit/resource/routes_spec.rb +0 -125
  547. data/spec/unit/resource/scopes_spec.rb +0 -50
  548. data/spec/unit/resource/sidebars_spec.rb +0 -43
  549. data/spec/unit/resource_collection_spec.rb +0 -175
  550. data/spec/unit/resource_controller/data_access_spec.rb +0 -230
  551. data/spec/unit/resource_controller/decorators_spec.rb +0 -94
  552. data/spec/unit/resource_controller/sidebars_spec.rb +0 -37
  553. data/spec/unit/resource_controller_spec.rb +0 -273
  554. data/spec/unit/resource_registration_spec.rb +0 -61
  555. data/spec/unit/resource_spec.rb +0 -320
  556. data/spec/unit/routing_spec.rb +0 -211
  557. data/spec/unit/scope_spec.rb +0 -209
  558. data/spec/unit/settings_spec.rb +0 -117
  559. data/spec/unit/view_factory_spec.rb +0 -19
  560. data/spec/unit/view_helpers/breadcrumbs_spec.rb +0 -252
  561. data/spec/unit/view_helpers/display_helper_spec.rb +0 -195
  562. data/spec/unit/view_helpers/download_format_links_helper_spec.rb +0 -39
  563. data/spec/unit/view_helpers/fields_for_spec.rb +0 -50
  564. data/spec/unit/view_helpers/flash_helper_spec.rb +0 -24
  565. data/spec/unit/view_helpers/form_helper_spec.rb +0 -42
  566. data/spec/unit/view_helpers/method_or_proc_helper_spec.rb +0 -138
  567. data/spec/unit/views/components/attributes_table_spec.rb +0 -271
  568. data/spec/unit/views/components/batch_action_selector_spec.rb +0 -43
  569. data/spec/unit/views/components/blank_slate_spec.rb +0 -27
  570. data/spec/unit/views/components/columns_spec.rb +0 -187
  571. data/spec/unit/views/components/index_list_spec.rb +0 -49
  572. data/spec/unit/views/components/index_table_for_spec.rb +0 -127
  573. data/spec/unit/views/components/paginated_collection_spec.rb +0 -249
  574. data/spec/unit/views/components/panel_spec.rb +0 -58
  575. data/spec/unit/views/components/sidebar_section_spec.rb +0 -68
  576. data/spec/unit/views/components/site_title_spec.rb +0 -76
  577. data/spec/unit/views/components/status_tag_spec.rb +0 -265
  578. data/spec/unit/views/components/table_for_spec.rb +0 -436
  579. data/spec/unit/views/components/tabs_spec.rb +0 -67
  580. data/spec/unit/views/components/unsupported_browser_spec.rb +0 -41
  581. data/spec/unit/views/index_as_blog_spec.rb +0 -76
  582. data/spec/unit/views/pages/form_spec.rb +0 -54
  583. data/spec/unit/views/pages/index_spec.rb +0 -60
  584. data/spec/unit/views/pages/layout_spec.rb +0 -59
  585. data/spec/unit/views/pages/show_spec.rb +0 -32
  586. data/spec/unit/views/tabbed_navigation_spec.rb +0 -158
  587. data/tasks/docs.rake +0 -64
  588. data/tasks/lint.rake +0 -21
  589. data/tasks/local.rake +0 -25
  590. data/tasks/parallel_tests.rake +0 -66
  591. data/tasks/test.rake +0 -29
  592. /data/lib/generators/active_admin/install/templates/{admin_user.rb.erb → admin_users.rb.erb} +0 -0
data/CHANGELOG.md CHANGED
@@ -1,152 +1,607 @@
1
1
  # Changelog
2
2
 
3
- ## ## 1.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.0.0...v1.1.0)
3
+ ## Unreleased
4
+
5
+ ## 2.14.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.13.1..v2.14.0)
6
+
7
+ ### Enhancements
8
+
9
+ * Add csp_meta_tag to layout. [#7986] by [@javierjulio]
10
+ * Update config.register_javascript with options support. [#7002] by [@lanzhiheng]
11
+ * Use `csrf_meta_tags` in place of singular version. [#7985] by [@javierjulio]
12
+ * Allow different new and edit rules in authorization adapters. [#6535] by [@timwis]
4
13
 
5
14
  ### Bug Fixes
6
15
 
7
- * Fixed [#5093][] Handle table prefix & table suffix for `ActiveAdminComment` model
8
- * Fixed [#4173][] by including the default Kaminari templates [#5069][] by [@javierjulio][]
9
- * Fixed [#5043][]. Do not crash in sidebar rendering when a default scope is not
10
- specified. [#5044] by [@Fivell][].
11
- * Fixed [#3894][]. Make tab's component work with non-ascii titles. [#5046] by
12
- [@Fivell][].
16
+ * Fix form layout for hints and checkboxes. [#7772] by [@JewelSam]
17
+ * Update filters disabled error to include specific action. [#6195] by [@javawizard]
18
+ * Fix Comments controller destroy declaration. [#6482] by [@bliof]
19
+ * Stop pagination elements from overflowing outside of panel container. [#7599] by [@ray-curran]
13
20
 
14
- ### Removals
21
+ ### Translation Improvements
15
22
 
16
- * Ruby 2.1 support has been dropped [#5002][] by [@deivid-rodriguez][]
17
- * Replaced `sass-rails` with `sass` dependency [#5037][] by [@javierjulio][]
23
+ * Update vi locale with more translations. [#7984] by [@rs-phunt]
24
+ * Update zh-CN locale with multiple corrections. [#7944] by [@hfl]
25
+ * Fix typo in Vietnamese locale for filter text. [#7920] by [@tvziet]
26
+ * Improve French translation. [#7653] by [@cprodhomme]
18
27
 
19
- ### Deprecations
28
+ ### Documentation
29
+
30
+ * Add more documentation about PORO decorator requirements. [#7556] by [@sanfrecce-osaka]
31
+ * Add Load Paths docs to the active_admin.rb template. [#7541] by [@gabo-cs]
32
+
33
+ ### Performance
34
+
35
+ * Removes docs from exported gem. [#7013] by [@brunoarueira]
36
+
37
+ ## 2.13.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.13.0..v2.13.1)
38
+
39
+ ### Bug Fixes
40
+
41
+ * Honor load paths order when loading admin files. [#7488] by [@tf]
42
+ * Fix passing expected hash payload argument. [#7487] by [@ispyropoulos]
43
+
44
+ ## 2.13.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.12.0..v2.13.0)
45
+
46
+ ### Documentation
47
+
48
+ * Update validation errors documentation to account for deprecated `ActiveModel::Errors#keys`. [#7475] by [@amit]
49
+
50
+ ### Dependency Changes
51
+
52
+ * Drop rails 6.0 support. [#7476] by [@deivid-rodriguez]
53
+
54
+ ### Performance
55
+
56
+ * Fix pundit performance. [#7479] by [@deivid-rodriguez]
57
+
58
+ ## 2.12.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.2..v2.12.0)
59
+
60
+ ### Enhancements
61
+
62
+ * Add Ransack 3 compatibility. [#7453] by [@tagliala]
63
+
64
+ ### Bug Fixes
65
+
66
+ * Fix pundit namespace detection. [#7144] by [@vlad-psh]
67
+
68
+ ### Documentation
69
+
70
+ * Don't mention webpacker as the default asset generator in Rails. [#7377] by [@jaynetics]
71
+
72
+ ### Performance
73
+
74
+ * Avoid duplicate work when downloading CSV. [#7336] by [@deivid-rodriguez]
75
+
76
+ ## 2.11.2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.1..v2.11.2)
77
+
78
+ ### Bug Fixes
79
+
80
+ * Fix disappearing BOM option for `CSVBuilder`. [#7170] by [@Karoid]
81
+
82
+ ## 2.11.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.0..v2.11.1)
83
+
84
+ ### Enhancements
85
+
86
+ * Add turbolinks support to has many js. [#7384] by [@amiel]
87
+
88
+ ### Documentation
89
+
90
+ * Remove `insert_tag` from Form-Partial docs. [#7394] by [@TonyArra]
91
+
92
+ ## 2.11.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.10.1..v2.11.0)
93
+
94
+ ### Enhancements
95
+
96
+ * Add Rails 7 Support. [#7235] by [@tagliala]
97
+
98
+ ### Bug Fixes
99
+
100
+ * Fix form SCSS variables no longer being defined in the outermost scope, so no longer being accessible. [#7341] by [@gigorok]
101
+
102
+ ## 2.10.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.10.0..v2.10.1)
103
+
104
+ ### Enhancements
105
+
106
+ * Apply `box-sizing: border-box` globally. [#7349] by [@deivid-rodriguez]
107
+ * Vendor normalize 8.0.1. [#7350] by [@deivid-rodriguez]
108
+ * Remove deprecation warning using controller filters inside initializer. [#7340] by [@mgrunberg]
109
+
110
+ ### Bug Fixes
111
+
112
+ * Fix frozen string error when downloading CSV and streaming disabled. [#7332] by [@deivid-rodriguez]
113
+
114
+ ## 2.10.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.9.0..v2.10.0)
115
+
116
+ ### Enhancements
117
+
118
+ * Load favicon from Webpacker assets when use_webpacker is set to true. [#6954] by [@Fs00]
119
+ * Don't apply sorting to collection until after scoping. [#7205] by [@agrobbin]
120
+ * Resolve dart sass deprecation warning for division. [#7095] by [@tordans]
121
+ * Use `instrument` from the Notifications API instead of low level `publish`. [#7262] by [@sprql]
122
+ * Avoid mutating string literals. [#6936] by [@tomgilligan]
123
+ * Include print styles in main stylesheet. [#6922] by [@deivid-rodriguez]
124
+ * Use `POST` for OmniAuth links. [#6916] by [@deivid-rodriguez]
125
+ * Scope new record instantiation by authorization scope. [#6884] by [@ngouy]
126
+ * Make `permit_params` and `belongs_to` order independent. [#6906] by [@deivid-rodriguez]
127
+ * Use collection length instead of running COUNTs for limited collections. [#5660] by [@MmKolodziej]
128
+
129
+ ### Bug Fixes
130
+
131
+ * Show ransackable_scopes filters in search results. [#7127] by [@vlad-psh]
132
+
133
+ ### Translation Improvements
134
+
135
+ * Fix Dutch translation for password reset button. [#7181] by [@mvz]
136
+ * Add few key to RO pagination.entry. [#6915] by [@lubosch]
137
+ * Change misleading Korean translation. [#6873] by [@1000ship]
138
+
139
+ ### Documentation
140
+
141
+ * Replace deprecated update_attributes! with update!. [#6959] by [@sergey-alekseev]
142
+ * Clarify docs on user setup. [#6872] by [@javawizard]
143
+
144
+ ### Dependency Changes
145
+
146
+ * Drop rails 5.2 support. [#7293] by [@deivid-rodriguez]
147
+ * Drop support for Ruby 2.5. [#7236] by [@alejandroperea]
148
+
149
+ ## 2.9.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.1..v2.9.0)
150
+
151
+ ### Enhancements
152
+
153
+ * Support for Rails 6.1. [#6548] by [@deivid-rodriguez]
154
+ * Add ability to override "Remove" button text on has_many forms. [#6523] by [@littleforest]
155
+ * Drop git in gemspec. [#6462] by [@utkarsh2102]
156
+
157
+ ### Bug Fixes
158
+
159
+ * Pick up upstream fixes in devise templates. [#6536] by [@munen]
160
+
161
+ ### Documentation
162
+
163
+ * Fix `has_many` syntax in forms documentation. [#6583] by [@krzcho]
164
+ * Add example of using `default_main_content` in show pages. [#6487] by [@sjieg]
165
+
166
+ ### Dependency Changes
167
+
168
+ * Remove sassc and sprockets runtime dependencies. [#6584] by [@deivid-rodriguez]
169
+
170
+ ## 2.8.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.0..v2.8.1)
171
+
172
+ ### Bug Fixes
173
+
174
+ * Fix `permitted_param` generation for `belongs_to` when `:param` is used. [#6460] by [@deivid-rodriguez]
175
+ * Fix streaming CSV export. [#6451] by [@deivid-rodriguez]
176
+ * Fix input string filter no rendering dropdown input when its column name ends with a ransack predicate. [#6422] by [@Fivell]
177
+
178
+ ## 2.8.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.7.0..v2.8.0)
179
+
180
+ ### Enhancements
181
+
182
+ * Allow using PORO decorators. [#6249] by [@brunvez]
183
+ * Make sure `ActiveAdmin.routes` provides routes in a consistent order. [#6124] by [@jiikko]
184
+ * Use proper closing tags for HTML in ModalDialog component. [#6221] by [@javierjulio]
185
+
186
+ ### Bug Fixes
187
+
188
+ * Fix comment layout so regardless of size, each is aligned and spaced evenly. [#6393] by [@Ivanov-Anton]
189
+
190
+ ### Translation Improvements
191
+
192
+ * Fix several Arabic translations. [#6368] by [@mshalaby]
193
+ * Add missing `scope/all` italian translation. [#6341] by [@fuzziness]
194
+ * Improve Japanese translation. [#6315] by [@rn0rno]
195
+ * Fix es and es-MX sign_in and sign_up translation. [#6210] by [@roramirez]
196
+
197
+ ### Documentation
198
+
199
+ * Fix filter_columns_for_large_association and filter_method_for_large_association examples. [#6232] by [@ndbroadbent]
200
+
201
+ ### Dependency Changes
202
+
203
+ * Allow formtastic 4. [#6318] by [@deivid-rodriguez]
204
+ * Drop Ruby 2.4 support. [#6198] by [@deivid-rodriguez]
205
+
206
+ ## 2.7.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.6.1..v2.7.0)
207
+
208
+ ### Enhancements
209
+
210
+ * Extend menu to allow for nested submenus. [#5994] by [@taralbass]
211
+ * Add Webpacker compatibility with opt-in config switch and installation generator. [#5855] by [@sgara]
212
+
213
+ ### Bug Fixes
214
+
215
+ * Fix scopes renderer when resource has only optional scopes and their conditions are false. [#6149] by [@Looooong]
216
+ * Fix some missing wrapper markup in "logged out" layout. [#6086] by [@irmela]
217
+ * Fix some typos in Vietnamese translation. [#6099] by [@giapnhdev]
218
+
219
+ ## 2.6.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.6.0..v2.6.1)
220
+
221
+ ### Bug Fixes
222
+
223
+ * Fix some ruby 2.7 warnings about keyword args. [#6000] by [@vcsjones]
224
+ * Missing `create_another` translation in Vietnamese. [#6002] by [@imcvampire]
225
+ * Using "destroy" for user facing message is too robotic, prefer "delete". [#6047] by [@vfonic]
226
+ * Typo in confirmation message for comment deletion. [#6047] by [@vfonic]
227
+
228
+ ## 2.6.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.5.0..v2.6.0)
229
+
230
+ ### Enhancements
231
+
232
+ * Display multiple flash messages in separate elements. [#5929] by [@mirelon]
233
+ * Make delete confirmation messages in French & Spanish gender-neutral. [#5946] by [@cprodhomme]
234
+
235
+ ### Bug Fixes
236
+
237
+ * Export ModalDialog component to re-enable client side usage. [#5956] by [@sgara]
238
+ * Use default ActionView options instead of default Formtastic options for DateRangeInput [#5957] by [@mirelon]
239
+ * Fix i18n key in docs example to translate scopes. [#5943] by [@adler99]
20
240
 
21
- * Deprecated `config.register_stylesheet` and `config.register_javascript`. Import
22
- your CSS and JS files in `active_admin.scss` or `active_admin.js`. [#5060][] by [@javierjulio][]
23
- * Deprecated `type` param from `status_tag` and related CSS classes [#4989][] by [@javierjulio][]
24
- * The method signature has changed from:
241
+ ## 2.5.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.4.0..v2.5.0)
25
242
 
26
- ```ruby
27
- status_tag(status, :ok, class: 'completed', label: 'on')
28
- ```
243
+ ### Enhancements
244
+
245
+ * Azerbaijani translation. [#5078] by [@orkhan]
246
+
247
+ ### Bug Fixes
29
248
 
30
- to:
249
+ * Convert namespace to sym to prevent duplicate namespaces such as :foo and 'foo'. [#5931] by [@westonganger]
250
+ * Use filter label when condition has a predicate. [#5886] by [@ko-lem]
251
+ * Fix error when routing with array containing symbol. [#5870] by [@jwesorick]
252
+ * Fix error when there is a model named `Tag` and `meta_tags` have been configured. [#5895] by [@micred], [@FabioRos] and [@deivid-rodriguez]
253
+ * Allow specifying custom `input_html` for `DateRangeInput`. [#5867] by [@mirelon]
254
+ * Adjust `#main_content` right margin to take into account possible custom values of `$sidebar-width` and `$section-padding`. [#5887] by [@guigs]
255
+ * Improved polymorphic routes generation to avoid problems when multiple `belongs_to` are defined. [#5938] by [@leio10]
31
256
 
32
- ```ruby
33
- status_tag(status, class: 'completed ok', label: 'on')
34
- ```
257
+ ### Dependency Changes
35
258
 
36
- * The following CSS classes have been deprecated and will be removed in the future:
259
+ * Support for Rails 5.0 and Rails 5.1 has been dropped. [#5877] by [@deivid-rodriguez]
37
260
 
38
- ```css
39
- .status_tag {
40
- &.ok, &.published, &.complete, &.completed, &.green { background: #8daa92; }
41
- &.warn, &.warning, &.orange { background: #e29b20; }
42
- &.error, &.errored, &.red { background: #d45f53; }
43
- }
44
- ```
261
+ ## 2.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.1..v2.4.0)
45
262
 
46
263
  ### Enhancements
47
264
 
48
- #### Minor
265
+ * Make optimization to not use expensive COUNT queries also work for decorated actions. [#5811] by [@irmela]
266
+ * Render a text filter instead of a select for large associations (opt-in). [#5548] by [@DanielHeath]
267
+ * Improve German translations. [#5874] by [@juril33t]
268
+
269
+ ## 2.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.0..v2.3.1)
270
+
271
+ ### Bug Fixes
272
+
273
+ * Revert ransack version pinning because 2.3 has an outstanding bug that affects quite a lot of users. See [this ransack issue](https://github.com/activerecord-hackery/ransack/issues/1039) for more information. [#5854] by [@deivid-rodriguez]
274
+
275
+ ## 2.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.2.0..v2.3.0)
276
+
277
+ ### Enhancements
278
+
279
+ * Bump minimum ransack requirement to make sure everyone gets a version that works ok with all supported versions of Rails. [#5831] by [@deivid-rodriguez]
280
+
281
+ ### Bug Fixes
282
+
283
+ * Fix CSVBuilder not respecting `ActiveAdmin.application.csv_options = { humanize_name: false }` setting. [#5800] by [@HappyKadaver]
284
+ * Fix crash when displaying current filters after filtering by a nested resource. [#5816] by [@deivid-rodriguez]
285
+ * Fix pagination when `pagination_total` is false to not show a "Last" link, since it's incorrect because we don't have the total pages information. [#5822] by [@deivid-rodriguez]
286
+ * Fix optional nested resources causing incorrect routes to be generated, when renamed resources (through `:as` option) are involved. [#5826] by [@ndbroadbent], [@Kris-LIBIS] and [@deivid-rodriguez]
287
+ * Fix double modal issue in applications using turbolinks 5. [#5842] by [@sgara]
288
+
289
+ ## 2.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.1.0..v2.2.0)
290
+
291
+ ### Enhancements
292
+
293
+ * The `status_tag` component now supports different labels for `false` and `nil` boolean cases through the locale. Both default to display "No" for backwards compatibility. [#5794] by [@javierjulio]
294
+ * Add Macedonian locale. [#5710] by [@violeta-p]
295
+
296
+ ### Bug Fixes
297
+
298
+ * Fix pundit policy retrieving for static pages when the pundit namespace is `:active_admin`. [#5777] by [@kwent]
299
+ * Fix show page title not being properly escaped if title's content included HTML. [#5802] by [@deivid-rodriguez]
300
+ * Revert [21b6138f] from [#5740] since it actually caused the performance in development to regress. [#5801] by [@deivid-rodriguez]
301
+
302
+ ## 2.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0..v2.1.0)
303
+
304
+ ### Bug Fixes
305
+
306
+ * Ensure application gets reloaded only once. [#5740] by [@jscheid]
307
+ * Crash when rendering comments from a custom controller block. [#5758] by [@deivid-rodriguez]
308
+ * Switch `sass` dependency to `sassc-rails`, since `sass` is no longer supported and since it restores support for directly importing `css` files. [#5504] by [@deivid-rodriguez]
309
+
310
+ ### Dependency Changes
311
+
312
+ * Support for ruby 2.3 has been removed. [#5751] by [@deivid-rodriguez]
313
+
314
+ ## 2.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc2..v2.0.0)
49
315
 
50
- * Support proc as an input_html option value when declaring filters [#5029][] by [@Fivell][]
51
- * Base localization support, better associations handling for active filters sidebar [#4951][] by [@Fivell][]
52
- * Allow AA scopes to return paginated collections [#4996][] by [@Fivell][]
53
- * Added `scopes_show_count` configuration to setup show_count attribute for scopes globally [#4950][] by [@Fivell][]
54
- * Allow custom panel title given with `attributes_table` [#4940][] by [@ajw725][]
55
- * Allow passing a class to `action_item` block [#4997][] by [@Fivell][]
56
- * Add pagination to the comments section [#5088][] by [@alex-bogomolov][]
316
+ _No changes_.
57
317
 
58
- ## 1.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v0.6.3...master)
318
+ ## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
319
+
320
+ ### Enhancements
321
+
322
+ * Require arbre `~> 1.2, >= 1.2.1`. [#5726] by [@ionut998], and [#5738] by [@deivid-rodriguez]
323
+
324
+ ## 2.0.0.rc1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)
325
+
326
+ ### Enhancements
327
+
328
+ * Add your own content to the site `<head>`, like analytics. [#5590] by [@buren]
329
+
330
+ ```ruby
331
+ ActiveAdmin.setup do |config|
332
+ config.head = ''.html_safe
333
+ end
334
+ ```
335
+
336
+ * Consider authorization when displaying comments in show page. [#5555] by [@amiuhle]
337
+ * Add better support for rendering lists. [#5370] by [@dkniffin]
338
+ * Undeprecate `config.register_stylesheet` and `config.register_javascript` for lack of better solution for including external assets. It might be reevaluated in the future. [#5662] by [@deivid-rodriguez]
339
+
340
+ ### Security Fixes
341
+
342
+ * Prevent leaking hashed passwords via user CSV export and adds a config option for sensitive attributes. [#5486] by [@chrp]
343
+
344
+ ### Bug Fixes
345
+
346
+ * Fix for paginated collections with `per_page: Array, pagination_total: false`. [#5627] by [@bartoszkopinski]
347
+ * Restrict ransack requirement to >= 2.1.1 to play nice with Rails 5.2.2. [#5632] by [@deivid-rodriguez]
348
+ * Bad interpolation variables on pagination keys in Lithuanian translation. [#5631] by [@deivid-rodriguez]
349
+ * Tabs are not correctly created when using non-transliteratable characters as title. [#5650] by [@panasyuk]
350
+ * Sidebar title internationalization. [#5417] by [@WaKeMaTTa]
351
+ * `filter` labels not allowing a `Proc` to be passed. [#5418] by [@WaKeMaTTa]
352
+
353
+ ### Dependency Changes
354
+
355
+ * Rails 4.2 support has been dropped. [#5104] by [@javierjulio] and [@deivid-rodriguez]
356
+ * Dependency on coffee-rails has been removed. [#5081] by [@javierjulio]
357
+ If your application uses coffescript but was relying on ActiveAdmin to provide
358
+ the dependency, you need to add the `coffee-script` gem to your `Gemfile` to
359
+ restore it. If your only usage of coffescript was the
360
+ `active_admin.js.coffee` generated by ActiveAdmin's generator, you can also
361
+ convert that file to plain JS (`//= require active_admin/base` if you
362
+ didn't add any stuff to it).
363
+ * Devise 3 support has been dropped. [#5608] by [@deivid-rodriguez] and [@javierjulio]
364
+ * `action_item` without a name has been removed. [#5099] by [@javierjulio]
365
+
366
+ ## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2..v1.4.3)
367
+
368
+ ### Bug Fixes
369
+
370
+ * Fix `form` parameter to `batch_action` no longer accepting procs. [#5611] by [@buren] and [@deivid-rodriguez]
371
+ * Fix passing a proc to `scope_to`. [#5611] by [@deivid-rodriguez]
372
+
373
+ ## 1.4.2 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.1..v1.4.2)
374
+
375
+ ### Bug Fixes
376
+
377
+ * Fix `input_html` filter option evaluated only once. [#5376] by [@kjeldahl]
378
+
379
+ ## 1.4.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.0..v1.4.1)
380
+
381
+ ### Bug Fixes
382
+
383
+ * Fix menu item link with method delete. [#5583] by [@tiagotex]
384
+
385
+ ## 1.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.1..v1.4.0)
386
+
387
+ ### Enhancements
388
+
389
+ * Add missing I18n for comments. [#5458], [#5461] by [@mauriciopasquier]
390
+ * Fix batch_actions.delete_confirmation translation in zh-CN.yml. [#5453] by [@ShallmentMo]
391
+ * Add some missing italian translations. [#5433] by [@stefsava]
392
+ * Enhance some chinese translations. [#5413] by [@shouya]
393
+ * Add missing filter predicate translations to nb. [#5357] by [@rogerkk]
394
+ * Add missing norwegian comment translations. [#5375] by [@rogerkk]
395
+ * Add missing dutch translations. [#5368] by [@dennisvdvliet]
396
+ * Add missing german translations. [#5341] by [@eikes]
397
+ * Add missing spanish translation. [#5336] by [@mconiglio]
398
+ * Add from and to predicates for russian language. [#5330] by [@glebtv]
399
+ * Fix typo in finnish translation. [#5320] by [@JiiHu]
400
+ * Add missing turkish translations. [#5295] by [@kobeumut]
401
+ * Add missing chinese translations. [#5266] by [@jasl]
402
+ * Allow proc label in datepicker input. [#5408] by [@tiagotex]
403
+ * Add `group` attribute to scopes in order to show them in grouped. [#5359] by [@leio10]
404
+ * Add missing polish translations and improve existing ones. [#5537] by [@Wowu]
405
+ * Add `priority` option to `action_item`. [#5334] by [@andreslemik]
406
+
407
+ ### Bug Fixes
408
+
409
+ * Fixed the string representation of the resolved `sort_key` when no explicit `sortable` attribute is passed. [#5464] by [@chumakoff]
410
+ * Fixed docs on the column `sortable` attribute (which actually doesn't have to be explicitly specified when a block is passed to column). [#5464] by [@chumakoff]
411
+ * Fixed `if:` scope option when a lambda is passed. [#5501] by [@deivid-rodriguez]
412
+ * Comment validation adding redundant errors when resource is missing. [#5517] by [@deivid-rodriguez]
413
+ * Fixed resource filtering by association when the resource has custom primary key. [#5446] by [@wasifhossain]
414
+ * Fixed "create anoter" checkbox styling. [#5324] by [@faucct]
415
+
416
+ ## 1.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.0..v1.3.1)
417
+
418
+ ### Bug Fixes
419
+
420
+ * gemspec should have more permissive ransack dependency. [#5448] by [@varyonic]
421
+
422
+ ## 1.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.1..v1.3.0)
423
+
424
+ ### Enhancements
425
+
426
+ * Rails 5.2 support [#5343] by [@varyonic], [#5399], [#5401] by [@zorab47]
427
+
428
+ ## 1.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.0..v1.2.1)
429
+
430
+ ### Bug Fixes
431
+
432
+ * Resolve issue with [#5275] preventing XSS in filters sidebar. [#5299] by [@faucct]
433
+
434
+ ## 1.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.1.0..v1.2.0)
435
+
436
+ ### Enhancements
437
+
438
+ * Do not display pagination info when there are no comments. [#5119] by [@alex-bogomolov]
439
+ * Revert generated config files to pluralized. [#5120] by [@varyonic], [#5137] by [@deivid-rodriguez]
440
+ * Warn when action definition overwrites controller method. [#5167] by [@aarek]
441
+ * Better performance of comments show view. [#5208] by [@dhyegofernando]
442
+ * Mitigate memory bloat [#4118] with CSV exports. [#5251] by [@f1sherman]
443
+ * Fix issue applying custom decorations. [#5253] by [@faucct]
444
+ * Brazilian locale updated. [#5125] by [@renotocn]
445
+ * Japanese locale updated. [#5143] by [@5t111111], [#5157] by [@innparusu95]
446
+ * Italian locale updated. [#5180] by [@blocknotes]
447
+ * Swedish locale updated. [#5187] by [@jawa]
448
+ * Vietnamese locale updated. [#5194] by [@Nguyenanh]
449
+ * Esperanto locale added. [#5210] by [@RobinvanderVliet]
450
+
451
+ ### Bug Fixes
452
+
453
+ * Fix a couple of issues rendering filter labels. [#5223] by [@wspurgin]
454
+ * Prevent NameError when filtering on a namespaced association. [#5240] by [@DanielHeath]
455
+ * Fix undefined method error in Ransack when building filters. [#5238] by [@wspurgin]
456
+ * Fixed [#5198] Prevent XSS on sidebar's current filter rendering. [#5275] by [@deivid-rodriguez]
457
+ * Sanitize display_name. [#5284] by [@markstory]
458
+
459
+ ## 1.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.0.0..v1.1.0)
460
+
461
+ ### Bug Fixes
462
+
463
+ * Fixed [#5093] Handle table prefix & table suffix for `ActiveAdminComment` model
464
+ * Fixed [#4173] by including the default Kaminari templates. [#5069] by [@javierjulio]
465
+ * Fixed [#5043]. Do not crash in sidebar rendering when a default scope is not specified. [#5044] by [@Fivell]
466
+ * Fixed [#3894]. Make tab's component work with non-ascii titles. [#5046] by [@Fivell]
467
+
468
+ ### Dependency Changes
469
+
470
+ * Ruby 2.1 support has been dropped. [#5003] by [@deivid-rodriguez]
471
+ * Replaced `sass-rails` with `sass` dependency. [#5037] by [@javierjulio]
472
+ * Removed `jquery-ui-rails` as a dependency. [#5052] by [@javierjulio]
473
+ The specific jQuery UI assets used are now within the vendor directory. This
474
+ will be replaced by alternatives and dropped entirely in a major release.
475
+ Please remove any direct inclusions of `//= require jquery-ui`. This allows us
476
+ to upgrade to jquery v3.
477
+
478
+ ### Deprecations
479
+
480
+ * Deprecated `config.register_stylesheet` and `config.register_javascript`. Import your CSS and JS files in `active_admin.scss` or `active_admin.js`. [#5060] by [@javierjulio]
481
+ * Deprecated `type` param from `status_tag` and related CSS classes [#4989] by [@javierjulio]
482
+ The method signature has changed from:
483
+
484
+ ```ruby
485
+ status_tag(status, :ok, class: 'completed', label: 'on')
486
+ ```
487
+
488
+ to:
489
+
490
+ ```ruby
491
+ status_tag(status, class: 'completed ok', label: 'on')
492
+ ```
493
+
494
+ The following CSS classes have been deprecated and will be removed in the future:
495
+
496
+ ```css
497
+ .status_tag {
498
+ &.ok, &.published, &.complete, &.completed, &.green { background: #8daa92; }
499
+ &.warn, &.warning, &.orange { background: #e29b20; }
500
+ &.error, &.errored, &.red { background: #d45f53; }
501
+ }
502
+ ```
503
+
504
+ ### Enhancements
505
+
506
+ * Support proc as an input_html option value when declaring filters. [#5029] by [@Fivell]
507
+ * Base localization support, better associations handling for active filters sidebar. [#4951] by [@Fivell]
508
+ * Allow AA scopes to return paginated collections. [#4996] by [@Fivell]
509
+ * Added `scopes_show_count` configuration to setup show_count attribute for scopes globally. [#4950] by [@Fivell]
510
+ * Allow custom panel title given with `attributes_table`. [#4940] by [@ajw725]
511
+ * Allow passing a class to `action_item` block. [#4997] by [@Fivell]
512
+ * Add pagination to the comments section. [#5088] by [@alex-bogomolov]
513
+
514
+ ## 1.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v0.6.3..v1.0.0)
59
515
 
60
516
  ### Breaking Changes
61
517
 
62
- * Rename `allow_comments` to `comments` for more consistent naming [#3695][] by [@pranas][]
63
- * JavaScript `window.AA` has been removed, use `window.ActiveAdmin` [#3606][] by [@timoschilling][]
64
- * `f.form_buffers` has been removed [#3486][] by [@varyonic][]
65
- * Iconic has been removed [#3553][] by [@timoschilling][]
66
- * `config.show_comments_in_menu` has been removed, see `config.comments_menu` [#4187][] by [@drn][]
67
- * Rails 3.2 & Ruby 1.9.3 support has been dropped [#4848][] [@deivid-rodriguez][]
68
- * Ruby 2.0.0 support has been dropped [#4851][] [@deivid-rodriguez][]
69
- * Rails 4.0 & 4.1 support has been dropped [#4855][] [@deivid-rodriguez][]
70
-
71
- ### Enhancements
72
-
73
- #### Major
74
-
75
- * Migration from Metasearch to Ransack [#1979][] by [@seanlinsley][]
76
- * Rails 4 support [#2326][] by many people :heart:
77
- * Rails 4.2 support [#3731][] by [@gonzedge][] and [@timoschilling][]
78
- * Rails 5 support [#4254][] by [@seanlinsley][]
79
- * Rails 5.1 support [#4882][] by [@varyonic][]
80
-
81
- #### Minor
82
-
83
- * "Create another" checkbox for the new resource page. [#4477][] by [@bolshakov][]
84
- * Page supports belongs_to [#4759][] by [@Fivell][] and [@zorab47][]
85
- * Support for custom sorting strategies [#4768][] by [@Fivell][]
86
- * Stream CSV downloads as they're generated [#3038][] by [@craigmcnamara][]
87
- * Disable streaming in development for easier debugging [#3535][] by [@seanlinsley][]
88
- * Improved code reloading [#3783][] by [@chancancode][]
89
- * Do not auto link to inaccessible actions [#3686][] by [@pranas][]
90
- * Allow to enable comments on per-resource basis [#3695][] by [@pranas][]
91
- * Unify DSL for index `actions` and `actions dropdown: true` [#3463][] by [@timoschilling][]
92
- * Add DSL method `includes` for `ActiveRecord::Relation#includes` [#3464][] by [@timoschilling][]
93
- * BOM (byte order mark) configurable for CSV download [#3519][] by [@timoschilling][]
94
- * Column block on table index is now sortable by default [#3075][] by [@dmitry][]
95
- * Allow Arbre to be used inside ActiveAdmin forms [#3486][] by [@varyonic][]
96
- * Make AA ORM-agnostic [#2545][] by [@johnnyshields][]
97
- * Add multi-record support to `attributes_table_for` [#2544][] by [@zorab47][]
98
- * Table CSS classes are now prefixed to prevent clashes [#2532][] by [@TimPetricola][]
99
- * Allow Inherited Resources shorthand for redirection [#2001][] by [@seanlinsley][]
100
-
101
- ```ruby
102
- controller do
103
- # Redirects to index page instead of rendering updated resource
104
- def update
105
- update!{ collection_path }
106
- end
518
+ * Rename `allow_comments` to `comments` for more consistent naming. [#3695] by [@pranas]
519
+ * JavaScript `window.AA` has been removed, use `window.ActiveAdmin`. [#3606] by [@timoschilling]
520
+ * `f.form_buffers` has been removed. [#3486] by [@varyonic]
521
+ * Iconic has been removed. [#3553] by [@timoschilling]
522
+ * `config.show_comments_in_menu` has been removed, see `config.comments_menu`. [#4187] by [@drn]
523
+ * Rails 3.2 & Ruby 1.9.3 support has been dropped. [#4848] by [@deivid-rodriguez]
524
+ * Ruby 2.0.0 support has been dropped. [#4851] by [@deivid-rodriguez]
525
+ * Rails 4.0 & 4.1 support has been dropped. [#4870] by [@deivid-rodriguez]
526
+
527
+ ### Enhancements
528
+
529
+ * Migration from Metasearch to Ransack. [#1979] by [@seanlinsley]
530
+ * Rails 4 support. [#2326] by many people :heart:
531
+ * Rails 4.2 support. [#3731] by [@gonzedge] and [@timoschilling]
532
+ * Rails 5 support. [#4254] by [@seanlinsley]
533
+ * Rails 5.1 support. [#4882] by [@varyonic]
534
+ * "Create another" checkbox for the new resource page. [#4477] by [@bolshakov]
535
+ * Page supports belongs_to. [#4759] by [@Fivell] and [@zorab47]
536
+ * Support for custom sorting strategies. [#4768] by [@Fivell]
537
+ * Stream CSV downloads as they're generated. [#3038] by [@craigmcnamara]
538
+ * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
539
+ * Improved code reloading. [#3783] by [@chancancode]
540
+ * Do not auto link to inaccessible actions. [#3686] by [@pranas]
541
+ * Allow to enable comments on per-resource basis. [#3695] by [@pranas]
542
+ * Unify DSL for index `actions` and `actions dropdown: true`. [#3463] by [@timoschilling]
543
+ * Add DSL method `includes` for `ActiveRecord::Relation#includes`. [#3464] by [@timoschilling]
544
+ * BOM (byte order mark) configurable for CSV download. [#3519] by [@timoschilling]
545
+ * Column block on table index is now sortable by default. [#3075] by [@dmitry]
546
+ * Allow Arbre to be used inside ActiveAdmin forms. [#3486] by [@varyonic]
547
+ * Make AA ORM-agnostic. [#2545] by [@johnnyshields]
548
+ * Add multi-record support to `attributes_table_for`. [#2544] by [@zorab47]
549
+ * Table CSS classes are now prefixed to prevent clashes. [#2532] by [@TimPetricola]
550
+ * Allow Inherited Resources shorthand for redirection. [#2001] by [@seanlinsley]
551
+
552
+ ```ruby
553
+ controller do
554
+ # Redirects to index page instead of rendering updated resource
555
+ def update
556
+ update!{ collection_path }
107
557
  end
108
- ```
558
+ end
559
+ ```
109
560
 
110
- * Accept block for download links [#2040][] by [@potatosalad][]
561
+ * Accept block for download links. [#2040] by [@potatosalad]
111
562
 
112
- ```ruby
113
- index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
114
- ```
563
+ ```ruby
564
+ index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
565
+ ```
115
566
 
116
- * Comments menu can be customized via configuration passed to `config.comments_menu` [#4187][] by [@drn][]
117
- * Added `config.route_options` to namespace to customize routes [#4467][] by [@stereoscott[]]
567
+ * Comments menu can be customized via configuration passed to `config.comments_menu`. [#4187] by [@drn]
568
+ * Added `config.route_options` to namespace to customize routes. [#4731] by [@stereoscott]
118
569
 
119
570
  ### Security Fixes
120
571
 
121
- * Prevents access to formats that the user not permitted to see [#4867][] by [@Fivell][] and [@timoschilling][]
122
- * Prevents potential DOS attack via Ruby symbols [#1926][] by [@seanlinsley][]
572
+ * Prevents access to formats that the user not permitted to see. [#4867] by [@Fivell] and [@timoschilling]
573
+ * Prevents potential DOS attack via Ruby symbols. [#1926] by [@seanlinsley]
123
574
  * [this isn't an issue for those using Ruby >= 2.2](http://rubykaigi.org/2014/presentation/S-NarihiroNakamura)
124
575
 
125
576
  ### Bug Fixes
126
577
 
127
- * Fixes filters for `has_many :through` relationships [#2541][] by [@shekibobo][]
128
- * "New" action item now only shows up on the index page bf659bc by [@seanlinsley][]
129
- * Fixes comment creation bug with aliased resources 9a082486 by [@seanlinsley][]
130
- * Fixes the deletion of `:if` and `:unless` from filters [#2523][] by [@PChambino][]
578
+ * Fixes filters for `has_many :through` relationships. [#2541] by [@shekibobo]
579
+ * "New" action item now only shows up on the index page. bf659bc by [@seanlinsley]
580
+ * Fixes comment creation bug with aliased resources. 9a082486 by [@seanlinsley]
581
+ * Fixes the deletion of `:if` and `:unless` from filters. [#2523] by [@PChambino]
131
582
 
132
583
  ### Deprecations
133
584
 
134
- * `ActiveAdmin::Event` (`ActiveAdmin::EventDispatcher`) [#3435][] by [@timoschilling][]
585
+ * `ActiveAdmin::Event` (`ActiveAdmin::EventDispatcher`). [#3435] by [@timoschilling]
135
586
  `ActiveAdmin::Event` will be removed in a future version, ActiveAdmin switched
136
- to use `ActiveSupport::Notifications`.
587
+ to use `ActiveSupport::Notifications`
137
588
  NOTE: The blog parameters has changed:
138
589
 
139
- ```ruby
140
- ActiveSupport::Notifications.subscribe ActiveAdmin::Application::BeforeLoadEvent do |event, *args|
141
- # some code
142
- end
590
+ ```ruby
591
+ ActiveSupport::Notifications.subscribe ActiveAdmin::Application::BeforeLoadEvent do |event, *args|
592
+ # some code
593
+ end
594
+
595
+ ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
596
+ ```
143
597
 
144
- ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
145
- ```
598
+ * `action_item` without a name, to introduce a solution for removing action items (`remove_action_item(name)`). [#3091] by [@amiel]
146
599
 
147
600
  ## Previous Changes
148
601
 
149
- Please check [0-6-stable](https://github.com/activeadmin/activeadmin/blob/0-6-stable/CHANGELOG.md) for previous changes.
602
+ Please check [0-6-stable] for previous changes.
603
+
604
+ [0-6-stable]: https://github.com/activeadmin/activeadmin/blob/0-6-stable/CHANGELOG.md
150
605
 
151
606
  [#1926]: https://github.com/activeadmin/activeadmin/issues/1926
152
607
  [#1979]: https://github.com/activeadmin/activeadmin/issues/1979
@@ -172,17 +627,25 @@ Please check [0-6-stable](https://github.com/activeadmin/activeadmin/blob/0-6-st
172
627
  [#3731]: https://github.com/activeadmin/activeadmin/issues/3731
173
628
  [#3783]: https://github.com/activeadmin/activeadmin/issues/3783
174
629
  [#3894]: https://github.com/activeadmin/activeadmin/issues/3894
175
- [#4187]: https://github.com/activeadmin/activeadmin/issues/4187
630
+ [#4118]: https://github.com/activeadmin/activeadmin/issues/4118
176
631
  [#4173]: https://github.com/activeadmin/activeadmin/issues/4173
632
+ [#4187]: https://github.com/activeadmin/activeadmin/issues/4187
177
633
  [#4254]: https://github.com/activeadmin/activeadmin/issues/4254
178
634
  [#5043]: https://github.com/activeadmin/activeadmin/issues/5043
635
+ [#5198]: https://github.com/activeadmin/activeadmin/issues/5198
636
+
637
+ [21b6138f]: https://github.com/activeadmin/activeadmin/pull/5740/commits/21b6138fdcf58cd54c3f1d3f60cb1127b174b40f
179
638
 
639
+ [#3091]: https://github.com/activeadmin/activeadmin/pull/3091
640
+ [#3435]: https://github.com/activeadmin/activeadmin/pull/3435
180
641
  [#4477]: https://github.com/activeadmin/activeadmin/pull/4477
642
+ [#4731]: https://github.com/activeadmin/activeadmin/pull/4731
181
643
  [#4759]: https://github.com/activeadmin/activeadmin/pull/4759
182
644
  [#4768]: https://github.com/activeadmin/activeadmin/pull/4768
183
645
  [#4848]: https://github.com/activeadmin/activeadmin/pull/4848
184
646
  [#4851]: https://github.com/activeadmin/activeadmin/pull/4851
185
647
  [#4867]: https://github.com/activeadmin/activeadmin/pull/4867
648
+ [#4870]: https://github.com/activeadmin/activeadmin/pull/4870
186
649
  [#4882]: https://github.com/activeadmin/activeadmin/pull/4882
187
650
  [#4940]: https://github.com/activeadmin/activeadmin/pull/4940
188
651
  [#4950]: https://github.com/activeadmin/activeadmin/pull/4950
@@ -190,34 +653,331 @@ Please check [0-6-stable](https://github.com/activeadmin/activeadmin/blob/0-6-st
190
653
  [#4989]: https://github.com/activeadmin/activeadmin/pull/4989
191
654
  [#4996]: https://github.com/activeadmin/activeadmin/pull/4996
192
655
  [#4997]: https://github.com/activeadmin/activeadmin/pull/4997
656
+ [#5003]: https://github.com/activeadmin/activeadmin/pull/5003
193
657
  [#5029]: https://github.com/activeadmin/activeadmin/pull/5029
194
- [#5002]: https://github.com/activeadmin/activeadmin/pull/5002
195
658
  [#5037]: https://github.com/activeadmin/activeadmin/pull/5037
196
659
  [#5044]: https://github.com/activeadmin/activeadmin/pull/5044
197
660
  [#5046]: https://github.com/activeadmin/activeadmin/pull/5046
661
+ [#5052]: https://github.com/activeadmin/activeadmin/pull/5052
198
662
  [#5060]: https://github.com/activeadmin/activeadmin/pull/5060
199
663
  [#5069]: https://github.com/activeadmin/activeadmin/pull/5069
664
+ [#5078]: https://github.com/activeadmin/activeadmin/pull/5078
665
+ [#5081]: https://github.com/activeadmin/activeadmin/pull/5081
200
666
  [#5088]: https://github.com/activeadmin/activeadmin/pull/5088
201
- [#5093]: https://github.com/activeadmin/activeadmin/pull/5093
202
-
667
+ [#5093]: https://github.com/activeadmin/activeadmin/pull/5093
668
+ [#5099]: https://github.com/activeadmin/activeadmin/pull/5099
669
+ [#5104]: https://github.com/activeadmin/activeadmin/pull/5104
670
+ [#5119]: https://github.com/activeadmin/activeadmin/pull/5119
671
+ [#5120]: https://github.com/activeadmin/activeadmin/pull/5120
672
+ [#5125]: https://github.com/activeadmin/activeadmin/pull/5125
673
+ [#5137]: https://github.com/activeadmin/activeadmin/pull/5137
674
+ [#5143]: https://github.com/activeadmin/activeadmin/pull/5143
675
+ [#5157]: https://github.com/activeadmin/activeadmin/pull/5157
676
+ [#5167]: https://github.com/activeadmin/activeadmin/pull/5167
677
+ [#5180]: https://github.com/activeadmin/activeadmin/pull/5180
678
+ [#5187]: https://github.com/activeadmin/activeadmin/pull/5187
679
+ [#5194]: https://github.com/activeadmin/activeadmin/pull/5194
680
+ [#5208]: https://github.com/activeadmin/activeadmin/pull/5208
681
+ [#5210]: https://github.com/activeadmin/activeadmin/pull/5210
682
+ [#5223]: https://github.com/activeadmin/activeadmin/pull/5223
683
+ [#5238]: https://github.com/activeadmin/activeadmin/pull/5238
684
+ [#5240]: https://github.com/activeadmin/activeadmin/pull/5240
685
+ [#5251]: https://github.com/activeadmin/activeadmin/pull/5251
686
+ [#5253]: https://github.com/activeadmin/activeadmin/pull/5253
687
+ [#5266]: https://github.com/activeadmin/activeadmin/pull/5266
688
+ [#5272]: https://github.com/activeadmin/activeadmin/pull/5272
689
+ [#5275]: https://github.com/activeadmin/activeadmin/pull/5275
690
+ [#5284]: https://github.com/activeadmin/activeadmin/pull/5284
691
+ [#5295]: https://github.com/activeadmin/activeadmin/pull/5295
692
+ [#5299]: https://github.com/activeadmin/activeadmin/pull/5299
693
+ [#5320]: https://github.com/activeadmin/activeadmin/pull/5320
694
+ [#5324]: https://github.com/activeadmin/activeadmin/pull/5324
695
+ [#5330]: https://github.com/activeadmin/activeadmin/pull/5330
696
+ [#5334]: https://github.com/activeadmin/activeadmin/pull/5334
697
+ [#5336]: https://github.com/activeadmin/activeadmin/pull/5336
698
+ [#5341]: https://github.com/activeadmin/activeadmin/pull/5341
699
+ [#5343]: https://github.com/activeadmin/activeadmin/pull/5343
700
+ [#5357]: https://github.com/activeadmin/activeadmin/pull/5357
701
+ [#5359]: https://github.com/activeadmin/activeadmin/pull/5359
702
+ [#5368]: https://github.com/activeadmin/activeadmin/pull/5368
703
+ [#5370]: https://github.com/activeadmin/activeadmin/pull/5370
704
+ [#5375]: https://github.com/activeadmin/activeadmin/pull/5375
705
+ [#5376]: https://github.com/activeadmin/activeadmin/pull/5376
706
+ [#5399]: https://github.com/activeadmin/activeadmin/pull/5399
707
+ [#5401]: https://github.com/activeadmin/activeadmin/pull/5401
708
+ [#5408]: https://github.com/activeadmin/activeadmin/pull/5408
709
+ [#5413]: https://github.com/activeadmin/activeadmin/pull/5413
710
+ [#5417]: https://github.com/activeadmin/activeadmin/pull/5417
711
+ [#5418]: https://github.com/activeadmin/activeadmin/pull/5418
712
+ [#5433]: https://github.com/activeadmin/activeadmin/pull/5433
713
+ [#5446]: https://github.com/activeadmin/activeadmin/pull/5446
714
+ [#5448]: https://github.com/activeadmin/activeadmin/pull/5448
715
+ [#5453]: https://github.com/activeadmin/activeadmin/pull/5453
716
+ [#5458]: https://github.com/activeadmin/activeadmin/pull/5458
717
+ [#5461]: https://github.com/activeadmin/activeadmin/pull/5461
718
+ [#5464]: https://github.com/activeadmin/activeadmin/pull/5464
719
+ [#5486]: https://github.com/activeadmin/activeadmin/pull/5486
720
+ [#5501]: https://github.com/activeadmin/activeadmin/pull/5501
721
+ [#5504]: https://github.com/activeadmin/activeadmin/pull/5504
722
+ [#5517]: https://github.com/activeadmin/activeadmin/pull/5517
723
+ [#5537]: https://github.com/activeadmin/activeadmin/pull/5537
724
+ [#5548]: https://github.com/activeadmin/activeadmin/pull/5548
725
+ [#5555]: https://github.com/activeadmin/activeadmin/pull/5555
726
+ [#5583]: https://github.com/activeadmin/activeadmin/pull/5583
727
+ [#5590]: https://github.com/activeadmin/activeadmin/pull/5590
728
+ [#5608]: https://github.com/activeadmin/activeadmin/pull/5608
729
+ [#5611]: https://github.com/activeadmin/activeadmin/pull/5611
730
+ [#5627]: https://github.com/activeadmin/activeadmin/pull/5627
731
+ [#5631]: https://github.com/activeadmin/activeadmin/pull/5631
732
+ [#5632]: https://github.com/activeadmin/activeadmin/pull/5632
733
+ [#5650]: https://github.com/activeadmin/activeadmin/pull/5650
734
+ [#5660]: https://github.com/activeadmin/activeadmin/pull/5660
735
+ [#5662]: https://github.com/activeadmin/activeadmin/pull/5662
736
+ [#5710]: https://github.com/activeadmin/activeadmin/pull/5710
737
+ [#5726]: https://github.com/activeadmin/activeadmin/pull/5726
738
+ [#5738]: https://github.com/activeadmin/activeadmin/pull/5738
739
+ [#5740]: https://github.com/activeadmin/activeadmin/pull/5740
740
+ [#5751]: https://github.com/activeadmin/activeadmin/pull/5751
741
+ [#5758]: https://github.com/activeadmin/activeadmin/pull/5758
742
+ [#5777]: https://github.com/activeadmin/activeadmin/pull/5777
743
+ [#5794]: https://github.com/activeadmin/activeadmin/pull/5794
744
+ [#5800]: https://github.com/activeadmin/activeadmin/pull/5800
745
+ [#5801]: https://github.com/activeadmin/activeadmin/pull/5801
746
+ [#5802]: https://github.com/activeadmin/activeadmin/pull/5802
747
+ [#5811]: https://github.com/activeadmin/activeadmin/pull/5811
748
+ [#5816]: https://github.com/activeadmin/activeadmin/pull/5816
749
+ [#5822]: https://github.com/activeadmin/activeadmin/pull/5822
750
+ [#5826]: https://github.com/activeadmin/activeadmin/pull/5826
751
+ [#5831]: https://github.com/activeadmin/activeadmin/pull/5831
752
+ [#5842]: https://github.com/activeadmin/activeadmin/pull/5842
753
+ [#5854]: https://github.com/activeadmin/activeadmin/pull/5854
754
+ [#5855]: https://github.com/activeadmin/activeadmin/pull/5855
755
+ [#5867]: https://github.com/activeadmin/activeadmin/pull/5867
756
+ [#5870]: https://github.com/activeadmin/activeadmin/pull/5870
757
+ [#5874]: https://github.com/activeadmin/activeadmin/pull/5874
758
+ [#5877]: https://github.com/activeadmin/activeadmin/pull/5877
759
+ [#5886]: https://github.com/activeadmin/activeadmin/pull/5886
760
+ [#5887]: https://github.com/activeadmin/activeadmin/pull/5887
761
+ [#5894]: https://github.com/activeadmin/activeadmin/pull/5894
762
+ [#5895]: https://github.com/activeadmin/activeadmin/pull/5895
763
+ [#5929]: https://github.com/activeadmin/activeadmin/pull/5929
764
+ [#5931]: https://github.com/activeadmin/activeadmin/pull/5931
765
+ [#5938]: https://github.com/activeadmin/activeadmin/pull/5938
766
+ [#5943]: https://github.com/activeadmin/activeadmin/pull/5943
767
+ [#5946]: https://github.com/activeadmin/activeadmin/pull/5946
768
+ [#5956]: https://github.com/activeadmin/activeadmin/pull/5956
769
+ [#5957]: https://github.com/activeadmin/activeadmin/pull/5957
770
+ [#5994]: https://github.com/activeadmin/activeadmin/pull/5994
771
+ [#6000]: https://github.com/activeadmin/activeadmin/pull/6000
772
+ [#6002]: https://github.com/activeadmin/activeadmin/pull/6002
773
+ [#6047]: https://github.com/activeadmin/activeadmin/pull/6047
774
+ [#6086]: https://github.com/activeadmin/activeadmin/pull/6086
775
+ [#6099]: https://github.com/activeadmin/activeadmin/pull/6099
776
+ [#6124]: https://github.com/activeadmin/activeadmin/pull/6124
777
+ [#6149]: https://github.com/activeadmin/activeadmin/pull/6149
778
+ [#6195]: https://github.com/activeadmin/activeadmin/pull/6195
779
+ [#6198]: https://github.com/activeadmin/activeadmin/pull/6198
780
+ [#6210]: https://github.com/activeadmin/activeadmin/pull/6210
781
+ [#6221]: https://github.com/activeadmin/activeadmin/pull/6221
782
+ [#6232]: https://github.com/activeadmin/activeadmin/pull/6232
783
+ [#6249]: https://github.com/activeadmin/activeadmin/pull/6249
784
+ [#6315]: https://github.com/activeadmin/activeadmin/pull/6315
785
+ [#6318]: https://github.com/activeadmin/activeadmin/pull/6318
786
+ [#6341]: https://github.com/activeadmin/activeadmin/pull/6341
787
+ [#6368]: https://github.com/activeadmin/activeadmin/pull/6368
788
+ [#6393]: https://github.com/activeadmin/activeadmin/pull/6393
789
+ [#6422]: https://github.com/activeadmin/activeadmin/pull/6422
790
+ [#6451]: https://github.com/activeadmin/activeadmin/pull/6451
791
+ [#6460]: https://github.com/activeadmin/activeadmin/pull/6460
792
+ [#6462]: https://github.com/activeadmin/activeadmin/pull/6462
793
+ [#6482]: https://github.com/activeadmin/activeadmin/pull/6482
794
+ [#6487]: https://github.com/activeadmin/activeadmin/pull/6487
795
+ [#6523]: https://github.com/activeadmin/activeadmin/pull/6523
796
+ [#6535]: https://github.com/activeadmin/activeadmin/pull/6535
797
+ [#6536]: https://github.com/activeadmin/activeadmin/pull/6536
798
+ [#6548]: https://github.com/activeadmin/activeadmin/pull/6548
799
+ [#6583]: https://github.com/activeadmin/activeadmin/pull/6583
800
+ [#6584]: https://github.com/activeadmin/activeadmin/pull/6584
801
+ [#6872]: https://github.com/activeadmin/activeadmin/pull/6872
802
+ [#6873]: https://github.com/activeadmin/activeadmin/pull/6873
803
+ [#6884]: https://github.com/activeadmin/activeadmin/pull/6884
804
+ [#6906]: https://github.com/activeadmin/activeadmin/pull/6906
805
+ [#6915]: https://github.com/activeadmin/activeadmin/pull/6915
806
+ [#6916]: https://github.com/activeadmin/activeadmin/pull/6916
807
+ [#6922]: https://github.com/activeadmin/activeadmin/pull/6922
808
+ [#6936]: https://github.com/activeadmin/activeadmin/pull/6936
809
+ [#6954]: https://github.com/activeadmin/activeadmin/pull/6954
810
+ [#6959]: https://github.com/activeadmin/activeadmin/pull/6959
811
+ [#7002]: https://github.com/activeadmin/activeadmin/pull/7002
812
+ [#7013]: https://github.com/activeadmin/activeadmin/pull/7013
813
+ [#7095]: https://github.com/activeadmin/activeadmin/pull/7095
814
+ [#7127]: https://github.com/activeadmin/activeadmin/pull/7127
815
+ [#7144]: https://github.com/activeadmin/activeadmin/pull/7144
816
+ [#7170]: https://github.com/activeadmin/activeadmin/pull/7170
817
+ [#7181]: https://github.com/activeadmin/activeadmin/pull/7181
818
+ [#7205]: https://github.com/activeadmin/activeadmin/pull/7205
819
+ [#7235]: https://github.com/activeadmin/activeadmin/pull/7235
820
+ [#7236]: https://github.com/activeadmin/activeadmin/pull/7236
821
+ [#7262]: https://github.com/activeadmin/activeadmin/pull/7262
822
+ [#7293]: https://github.com/activeadmin/activeadmin/pull/7293
823
+ [#7332]: https://github.com/activeadmin/activeadmin/pull/7332
824
+ [#7336]: https://github.com/activeadmin/activeadmin/pull/7336
825
+ [#7340]: https://github.com/activeadmin/activeadmin/pull/7340
826
+ [#7341]: https://github.com/activeadmin/activeadmin/pull/7341
827
+ [#7349]: https://github.com/activeadmin/activeadmin/pull/7349
828
+ [#7350]: https://github.com/activeadmin/activeadmin/pull/7350
829
+ [#7377]: https://github.com/activeadmin/activeadmin/pull/7377
830
+ [#7384]: https://github.com/activeadmin/activeadmin/pull/7384
831
+ [#7394]: https://github.com/activeadmin/activeadmin/pull/7394
832
+ [#7453]: https://github.com/activeadmin/activeadmin/pull/7453
833
+ [#7475]: https://github.com/activeadmin/activeadmin/pull/7475
834
+ [#7476]: https://github.com/activeadmin/activeadmin/pull/7476
835
+ [#7479]: https://github.com/activeadmin/activeadmin/pull/7479
836
+ [#7487]: https://github.com/activeadmin/activeadmin/pull/7487
837
+ [#7488]: https://github.com/activeadmin/activeadmin/pull/7488
838
+ [#7541]: https://github.com/activeadmin/activeadmin/pull/7541
839
+ [#7556]: https://github.com/activeadmin/activeadmin/pull/7556
840
+ [#7599]: https://github.com/activeadmin/activeadmin/pull/7599
841
+ [#7653]: https://github.com/activeadmin/activeadmin/pull/7653
842
+ [#7772]: https://github.com/activeadmin/activeadmin/pull/7772
843
+ [#7920]: https://github.com/activeadmin/activeadmin/pull/7920
844
+ [#7944]: https://github.com/activeadmin/activeadmin/pull/7944
845
+ [#7984]: https://github.com/activeadmin/activeadmin/pull/7984
846
+ [#7985]: https://github.com/activeadmin/activeadmin/pull/7985
847
+ [#7986]: https://github.com/activeadmin/activeadmin/pull/7986
848
+
849
+ [@1000ship]: https://github.com/1000ship
850
+ [@5t111111]: https://github.com/5t111111
851
+ [@aarek]: https://github.com/aarek
852
+ [@adler99]: https://github.com/adler99
853
+ [@agrobbin]: https://github.com/agrobbin
203
854
  [@ajw725]: https://github.com/ajw725
855
+ [@alejandroperea]: https://github.com/alejandroperea
856
+ [@alex-bogomolov]: https://github.com/alex-bogomolov
857
+ [@amiel]: https://github.com/amiel
858
+ [@amit]: https://github.com/amit
859
+ [@amiuhle]: https://github.com/amiuhle
860
+ [@andreslemik]: https://github.com/andreslemik
861
+ [@bartoszkopinski]: https://github.com/bartoszkopinski
862
+ [@bliof]: https://github.com/bliof
863
+ [@blocknotes]: https://github.com/blocknotes
204
864
  [@bolshakov]: https://github.com/bolshakov
865
+ [@brunoarueira]: https://github.com/brunoarueira
866
+ [@brunvez]: https://github.com/brunvez
867
+ [@buren]: https://github.com/buren
205
868
  [@chancancode]: https://github.com/chancancode
869
+ [@chrp]: https://github.com/chrp
870
+ [@chumakoff]: https://github.com/chumakoff
871
+ [@cprodhomme]: https://github.com/cprodhomme
206
872
  [@craigmcnamara]: https://github.com/craigmcnamara
873
+ [@DanielHeath]: https://github.com/DanielHeath
207
874
  [@deivid-rodriguez]: https://github.com/deivid-rodriguez
875
+ [@dennisvdvliet]: https://github.com/dennisvdvliet
876
+ [@dhyegofernando]: https://github.com/dhyegofernando
877
+ [@dkniffin]: https://github.com/dkniffin
208
878
  [@dmitry]: https://github.com/dmitry
209
879
  [@drn]: https://github.com/drn
880
+ [@eikes]: https://github.com/eikes
881
+ [@f1sherman]: https://github.com/f1sherman
882
+ [@FabioRos]: https://github.com/FabioRos
883
+ [@faucct]: https://github.com/faucct
210
884
  [@Fivell]: https://github.com/Fivell
885
+ [@Fs00]: https://github.com/Fs00
886
+ [@fuzziness]: https://github.com/fuzziness
887
+ [@gabo-cs]: https://github.com/gabo-cs
888
+ [@giapnhdev]: https://github.com/giapnhdev
889
+ [@gigorok]: https://github.com/gigorok
890
+ [@glebtv]: https://github.com/glebtv
211
891
  [@gonzedge]: https://github.com/gonzedge
892
+ [@guigs]: https://github.com/guigs
893
+ [@HappyKadaver]: https://github.com/HappyKadaver
894
+ [@hfl]: https://github.com/hfl
895
+ [@imcvampire]: https://github.com/imcvampire
896
+ [@innparusu95]: https://github.com/innparusu95
897
+ [@ionut998]: https://github.com/ionut998
898
+ [@irmela]: https://github.com/irmela
899
+ [@ispyropoulos]: https://github.com/ispyropoulos
900
+ [@Ivanov-Anton]: https://github.com/Ivanov-Anton
901
+ [@jasl]: https://github.com/jasl
902
+ [@javawizard]: https://github.com/javawizard
212
903
  [@javierjulio]: https://github.com/javierjulio
904
+ [@jawa]: https://github.com/jawa
905
+ [@jaynetics]: https://github.com/jaynetics
906
+ [@JewelSam]: https://github.com/JewelSam
907
+ [@JiiHu]: https://github.com/JiiHu
908
+ [@jiikko]: https://github.com/jiikko
213
909
  [@johnnyshields]: https://github.com/johnnyshields
910
+ [@jscheid]: https://github.com/jscheid
911
+ [@juril33t]: https://github.com/juril33t
912
+ [@jwesorick]: https://github.com/jwesorick
913
+ [@Karoid]: https://github.com/Karoid
914
+ [@kjeldahl]: https://github.com/kjeldahl
915
+ [@ko-lem]: https://github.com/ko-lem
916
+ [@kobeumut]: https://github.com/kobeumut
917
+ [@Kris-LIBIS]: https://github.com/Kris-LIBIS
918
+ [@krzcho]: https://github.com/krzcho
919
+ [@kwent]: https://github.com/kwent
920
+ [@lanzhiheng]: https://github.com/lanzhiheng
921
+ [@leio10]: https://github.com/leio10
922
+ [@littleforest]: https://github.com/littleforest
923
+ [@Looooong]: https://github.com/Looooong
924
+ [@lubosch]: https://github.com/lubosch
925
+ [@markstory]: https://github.com/markstory
926
+ [@mauriciopasquier]: https://github.com/mauriciopasquier
927
+ [@mconiglio]: https://github.com/mconiglio
928
+ [@mgrunberg]: https://github.com/mgrunberg
929
+ [@micred]: https://github.com/micred
930
+ [@mirelon]: https://github.com/mirelon
931
+ [@MmKolodziej]: https://github.com/MmKolodziej
932
+ [@mshalaby]: https://github.com/mshalaby
933
+ [@munen]: https://github.com/munen
934
+ [@mvz]: https://github.com/mvz
935
+ [@ndbroadbent]: https://github.com/ndbroadbent
936
+ [@ngouy]: https://github.com/ngouy
937
+ [@Nguyenanh]: https://github.com/Nguyenanh
938
+ [@orkhan]: https://github.com/orkhan
939
+ [@panasyuk]: https://github.com/panasyuk
214
940
  [@PChambino]: https://github.com/PChambino
215
941
  [@potatosalad]: https://github.com/potatosalad
216
942
  [@pranas]: https://github.com/pranas
943
+ [@ray-curran]: https://github.com/ray-curran
944
+ [@renotocn]: https://github.com/renotocn
945
+ [@rn0rno]: https://github.com/rn0rno
946
+ [@RobinvanderVliet]: https://github.com/RobinvanderVliet
947
+ [@rogerkk]: https://github.com/rogerkk
948
+ [@roramirez]: https://github.com/roramirez
949
+ [@rs-phunt]: https://github.com/rs-phunt
950
+ [@sanfrecce-osaka]: https://github.com/sanfrecce-osaka
217
951
  [@seanlinsley]: https://github.com/seanlinsley
952
+ [@sergey-alekseev]: https://github.com/sergey-alekseev
953
+ [@sgara]: https://github.com/sgara
954
+ [@ShallmentMo]: https://github.com/ShallmentMo
218
955
  [@shekibobo]: https://github.com/shekibobo
956
+ [@shouya]: https://github.com/shouya
957
+ [@sjieg]: https://github.com/sjieg
958
+ [@sprql]: https://github.com/sprql
959
+ [@stefsava]: https://github.com/stefsava
960
+ [@stereoscott]: https://github.com/stereoscott
961
+ [@tagliala]: https://github.com/tagliala
962
+ [@taralbass]: https://github.com/taralbass
963
+ [@tf]: https://github.com/tf
964
+ [@tiagotex]: https://github.com/tiagotex
219
965
  [@timoschilling]: https://github.com/timoschilling
220
966
  [@TimPetricola]: https://github.com/TimPetricola
967
+ [@timwis]: https://github.com/timwis
968
+ [@tomgilligan]: https://github.com/tomgilligan
969
+ [@TonyArra]: https://github.com/TonyArra
970
+ [@tordans]: https://github.com/tordans
971
+ [@tvziet]: https://github.com/tvziet
972
+ [@utkarsh2102]: https://github.com/utkarsh2102
221
973
  [@varyonic]: https://github.com/varyonic
974
+ [@vcsjones]: https://github.com/vcsjones
975
+ [@vfonic]: https://github.com/vfonic
976
+ [@violeta-p]: https://github.com/violeta-p
977
+ [@vlad-psh]: https://github.com/vlad-psh
978
+ [@WaKeMaTTa]: https://github.com/WaKeMaTTa
979
+ [@wasifhossain]: https://github.com/wasifhossain
980
+ [@westonganger]: https://github.com/westonganger
981
+ [@Wowu]: https://github.com/Wowu
982
+ [@wspurgin]: https://github.com/wspurgin
222
983
  [@zorab47]: https://github.com/zorab47
223
- [@alex-bogomolov]: https://github.com/alex-bogomolov