activeadmin 2.1.0 → 2.5.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 (138) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +112 -27
  3. data/CONTRIBUTING.md +50 -26
  4. data/README.md +8 -1
  5. data/app/assets/javascripts/active_admin/base.js +509 -0
  6. data/app/assets/stylesheets/active_admin/_base.scss +29 -29
  7. data/app/assets/stylesheets/active_admin/_header.scss +3 -5
  8. data/app/assets/stylesheets/active_admin/_mixins.scss +1 -1
  9. data/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +0 -0
  10. data/app/assets/stylesheets/active_admin/components/_tables.scss +1 -2
  11. data/app/assets/stylesheets/active_admin/mixins/_all.scss +8 -8
  12. data/app/assets/stylesheets/active_admin/mixins/_variables.scss +5 -0
  13. data/app/assets/stylesheets/active_admin/print.scss +2 -2
  14. data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
  15. data/app/javascript/active_admin/base.js +19 -0
  16. data/app/{assets/javascripts/active_admin/ext/jquery-ui.es6 → javascript/active_admin/ext/jquery-ui.js} +0 -0
  17. data/app/{assets/javascripts/active_admin/ext/jquery.es6 → javascript/active_admin/ext/jquery.js} +0 -0
  18. data/app/{assets/javascripts/active_admin/lib/batch_actions.es6 → javascript/active_admin/initializers/batch-actions.js} +9 -3
  19. data/app/javascript/active_admin/initializers/checkbox-toggler.js +3 -0
  20. data/app/{assets/javascripts/active_admin/initializers/datepicker.es6 → javascript/active_admin/initializers/datepicker.js} +0 -0
  21. data/app/javascript/active_admin/initializers/dropdown-menu.js +9 -0
  22. data/app/javascript/active_admin/initializers/filters.js +10 -0
  23. data/app/{assets/javascripts/active_admin/lib/has_many.es6 → javascript/active_admin/initializers/has-many.js} +0 -0
  24. data/app/javascript/active_admin/initializers/per-page.js +13 -0
  25. data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +3 -0
  26. data/app/{assets/javascripts/active_admin/initializers/tabs.es6 → javascript/active_admin/initializers/tabs.js} +0 -0
  27. data/app/{assets/javascripts/active_admin/lib/checkbox-toggler.es6 → javascript/active_admin/lib/checkbox-toggler.js} +2 -2
  28. data/app/{assets/javascripts/active_admin/lib/dropdown-menu.es6 → javascript/active_admin/lib/dropdown-menu.js} +2 -9
  29. data/app/javascript/active_admin/lib/filters.js +39 -0
  30. data/app/{assets/javascripts/active_admin/lib/modal_dialog.es6 → javascript/active_admin/lib/modal-dialog.js} +3 -1
  31. data/app/javascript/active_admin/lib/per-page.js +38 -0
  32. data/app/{assets/javascripts/active_admin/lib/table-checkbox-toggler.es6 → javascript/active_admin/lib/table-checkbox-toggler.js} +4 -2
  33. data/app/javascript/active_admin/lib/utils.js +40 -0
  34. data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
  35. data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
  36. data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
  37. data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
  38. data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
  39. data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
  40. data/config/locales/ar.yml +3 -2
  41. data/config/locales/az.yml +138 -0
  42. data/config/locales/bg.yml +1 -0
  43. data/config/locales/bs.yml +1 -0
  44. data/config/locales/ca.yml +1 -1
  45. data/config/locales/cs.yml +1 -0
  46. data/config/locales/da.yml +1 -0
  47. data/config/locales/de-CH.yml +1 -0
  48. data/config/locales/de.yml +19 -0
  49. data/config/locales/el.yml +1 -0
  50. data/config/locales/en-CA.yml +1 -0
  51. data/config/locales/en-GB.yml +1 -0
  52. data/config/locales/en.yml +1 -0
  53. data/config/locales/eo.yml +1 -0
  54. data/config/locales/es-MX.yml +1 -0
  55. data/config/locales/es.yml +1 -0
  56. data/config/locales/fa.yml +1 -0
  57. data/config/locales/fi.yml +1 -0
  58. data/config/locales/fr.yml +2 -1
  59. data/config/locales/he.yml +1 -0
  60. data/config/locales/hr.yml +1 -0
  61. data/config/locales/hu.yml +1 -0
  62. data/config/locales/id.yml +1 -0
  63. data/config/locales/it.yml +1 -0
  64. data/config/locales/ja.yml +1 -0
  65. data/config/locales/ko.yml +1 -0
  66. data/config/locales/lt.yml +1 -0
  67. data/config/locales/lv.yml +1 -0
  68. data/config/locales/mk.yml +134 -0
  69. data/config/locales/nb.yml +1 -0
  70. data/config/locales/nl.yml +1 -0
  71. data/config/locales/pl.yml +1 -0
  72. data/config/locales/pt-BR.yml +1 -0
  73. data/config/locales/pt-PT.yml +1 -0
  74. data/config/locales/ro.yml +1 -0
  75. data/config/locales/ru.yml +1 -0
  76. data/config/locales/sk.yml +60 -0
  77. data/config/locales/sv-SE.yml +1 -0
  78. data/config/locales/tr.yml +1 -0
  79. data/config/locales/uk.yml +1 -0
  80. data/config/locales/vi.yml +1 -0
  81. data/config/locales/zh-CN.yml +1 -0
  82. data/config/locales/zh-TW.yml +1 -0
  83. data/docs/1-general-configuration.md +20 -0
  84. data/docs/12-arbre-components.md +13 -0
  85. data/docs/13-authorization-adapter.md +2 -2
  86. data/docs/2-resource-customization.md +1 -1
  87. data/docs/3-index-pages/index-as-table.md +7 -0
  88. data/docs/Gemfile +0 -1
  89. data/docs/Gemfile.lock +58 -58
  90. data/docs/_config.yml +2 -0
  91. data/docs/_includes/top-menu.html +2 -2
  92. data/docs/index.html +108 -7
  93. data/docs/stylesheets/main.css +29 -0
  94. data/lib/active_admin.rb +0 -1
  95. data/lib/active_admin/application.rb +12 -3
  96. data/lib/active_admin/batch_actions/resource_extension.rb +5 -1
  97. data/lib/active_admin/controller_action.rb +2 -1
  98. data/lib/active_admin/csv_builder.rb +3 -2
  99. data/lib/active_admin/dependency.rb +0 -4
  100. data/lib/active_admin/error.rb +3 -1
  101. data/lib/active_admin/filters/active_filter.rb +3 -4
  102. data/lib/active_admin/filters/resource_extension.rb +24 -0
  103. data/lib/active_admin/generators/boilerplate.rb +12 -4
  104. data/lib/active_admin/inputs/filters/date_range_input.rb +4 -4
  105. data/lib/active_admin/namespace_settings.rb +13 -0
  106. data/lib/active_admin/order_clause.rb +1 -1
  107. data/lib/active_admin/page_presenter.rb +2 -1
  108. data/lib/active_admin/pundit_adapter.rb +7 -3
  109. data/lib/active_admin/resource.rb +16 -2
  110. data/lib/active_admin/resource/belongs_to.rb +6 -1
  111. data/lib/active_admin/resource/model.rb +15 -0
  112. data/lib/active_admin/resource/routes.rb +11 -3
  113. data/lib/active_admin/resource_controller.rb +2 -0
  114. data/lib/active_admin/resource_controller/decorators.rb +2 -2
  115. data/lib/active_admin/resource_controller/polymorphic_routes.rb +37 -0
  116. data/lib/active_admin/router.rb +2 -1
  117. data/lib/active_admin/scope.rb +7 -3
  118. data/lib/active_admin/sidebar_section.rb +3 -1
  119. data/lib/active_admin/version.rb +1 -1
  120. data/lib/active_admin/view_helpers/breadcrumb_helper.rb +2 -2
  121. data/lib/active_admin/view_helpers/display_helper.rb +3 -2
  122. data/lib/active_admin/views/components/paginated_collection.rb +3 -2
  123. data/lib/active_admin/views/components/status_tag.rb +5 -1
  124. data/lib/active_admin/views/components/table_for.rb +1 -0
  125. data/lib/active_admin/views/index_as_table.rb +7 -0
  126. data/lib/active_admin/views/pages/base.rb +1 -1
  127. data/lib/active_admin/views/pages/index.rb +1 -0
  128. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +14 -1
  129. data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
  130. data/lib/ransack_ext.rb +2 -2
  131. metadata +38 -45
  132. data/app/assets/images/active_admin/nested_menu_arrow.gif +0 -0
  133. data/app/assets/images/active_admin/nested_menu_arrow_dark.gif +0 -0
  134. data/app/assets/images/active_admin/orderable.png +0 -0
  135. data/app/assets/javascripts/active_admin/base.es6 +0 -23
  136. data/app/assets/javascripts/active_admin/initializers/filters.es6 +0 -45
  137. data/app/assets/javascripts/active_admin/lib/active_admin.es6 +0 -41
  138. data/app/assets/javascripts/active_admin/lib/per_page.es6 +0 -47
@@ -177,6 +177,19 @@ status_tag 'active', class: 'important', id: 'status_123', label: 'on'
177
177
  # => <span class='status_tag active important' id='status_123'>on</span>
178
178
  ```
179
179
 
180
+ When providing a `true` or `false` value, the `status_tag` will display "Yes"
181
+ or "No". This can be configured through the `"en.active_admin.status_tag"`
182
+ locale.
183
+
184
+ ```ruby
185
+ status_tag true
186
+ # => <span class='status_tag yes'>Yes</span>
187
+ ```
188
+
189
+ In the case that a boolean field is `nil`, it will display "No" as a default.
190
+ But using the `"en.active_admin.status_tag.unset"` locale key, it can be
191
+ configured to display something else.
192
+
180
193
  ## Tabs
181
194
 
182
195
  The Tabs component is helpful for saving page real estate. The first tab will be
@@ -244,7 +244,7 @@ To view more details about the API's, visit project pages of
244
244
  ## Using the Pundit Adapter
245
245
 
246
246
  Active Admin also provides an adapter out of the box for
247
- [Pundit](https://github.com/elabs/pundit).
247
+ [Pundit](https://github.com/varvet/pundit).
248
248
 
249
249
  To use the Pundit adapter, update the configuration in the Active Admin
250
250
  initializer:
@@ -255,7 +255,7 @@ config.authorization_adapter = ActiveAdmin::PunditAdapter
255
255
 
256
256
  Once that's done, Active Admin will pick up your Pundit policies, and use
257
257
  them for authorization. For more information about setting up Pundit, see
258
- [their documention](https://github.com/elabs/pundit#installation).
258
+ [their documentation](https://github.com/varvet/pundit#installation).
259
259
 
260
260
  Pundit also has [verify_authorized and/or verify_policy_scoped
261
261
  methods](https://github.com/varvet/pundit#ensuring-policies-and-scopes-are-used)
@@ -355,7 +355,7 @@ end
355
355
  ```
356
356
 
357
357
  If you need to completely replace the record retrieving code (e.g., you have a
358
- custom `to_param` implementation in your models), override the `resource` method
358
+ custom `to_param` implementation in your models), override the `find_resource` method
359
359
  on the controller:
360
360
 
361
361
  ```ruby
@@ -193,6 +193,13 @@ controller do
193
193
  end
194
194
  ```
195
195
 
196
+ You can also define associated objects to include outside of the
197
+ `scoped_collection` method:
198
+
199
+ ```ruby
200
+ includes :publisher
201
+ ```
202
+
196
203
  Then it's simple to sort by any Publisher attribute from within the index table:
197
204
 
198
205
  ```ruby
@@ -1,4 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem 'github-pages'
4
- gem 'jekyll-redirect-from'
@@ -1,13 +1,13 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (4.2.10)
4
+ activesupport (4.2.11.1)
5
5
  i18n (~> 0.7)
6
6
  minitest (~> 5.1)
7
7
  thread_safe (~> 0.3, >= 0.3.4)
8
8
  tzinfo (~> 1.1)
9
- addressable (2.5.2)
10
- public_suffix (>= 2.0.2, < 4.0)
9
+ addressable (2.7.0)
10
+ public_suffix (>= 2.0.2, < 5.0)
11
11
  coffee-script (2.4.1)
12
12
  coffee-script-source
13
13
  execjs
@@ -15,39 +15,39 @@ GEM
15
15
  colorator (1.1.0)
16
16
  commonmarker (0.17.13)
17
17
  ruby-enum (~> 0.5)
18
- concurrent-ruby (1.0.5)
19
- dnsruby (1.61.2)
18
+ concurrent-ruby (1.1.5)
19
+ dnsruby (1.61.3)
20
20
  addressable (~> 2.5)
21
21
  em-websocket (0.5.1)
22
22
  eventmachine (>= 0.12.9)
23
23
  http_parser.rb (~> 0.6.0)
24
- ethon (0.11.0)
24
+ ethon (0.12.0)
25
25
  ffi (>= 1.3.0)
26
26
  eventmachine (1.2.7)
27
27
  execjs (2.7.0)
28
- faraday (0.15.3)
28
+ faraday (0.17.0)
29
29
  multipart-post (>= 1.2, < 3)
30
- ffi (1.9.25)
30
+ ffi (1.11.1)
31
31
  forwardable-extended (2.6.0)
32
- gemoji (3.0.0)
33
- github-pages (192)
34
- activesupport (= 4.2.10)
35
- github-pages-health-check (= 1.8.1)
36
- jekyll (= 3.7.4)
32
+ gemoji (3.0.1)
33
+ github-pages (202)
34
+ activesupport (= 4.2.11.1)
35
+ github-pages-health-check (= 1.16.1)
36
+ jekyll (= 3.8.5)
37
37
  jekyll-avatar (= 0.6.0)
38
38
  jekyll-coffeescript (= 1.1.1)
39
- jekyll-commonmark-ghpages (= 0.1.5)
39
+ jekyll-commonmark-ghpages (= 0.1.6)
40
40
  jekyll-default-layout (= 0.1.4)
41
- jekyll-feed (= 0.10.0)
41
+ jekyll-feed (= 0.11.0)
42
42
  jekyll-gist (= 1.5.0)
43
- jekyll-github-metadata (= 2.9.4)
43
+ jekyll-github-metadata (= 2.12.1)
44
44
  jekyll-mentions (= 1.4.1)
45
45
  jekyll-optional-front-matter (= 0.3.0)
46
46
  jekyll-paginate (= 1.1.0)
47
47
  jekyll-readme-index (= 0.2.0)
48
48
  jekyll-redirect-from (= 0.14.0)
49
- jekyll-relative-links (= 0.5.3)
50
- jekyll-remote-theme (= 0.3.1)
49
+ jekyll-relative-links (= 0.6.0)
50
+ jekyll-remote-theme (= 0.4.0)
51
51
  jekyll-sass-converter (= 1.5.2)
52
52
  jekyll-seo-tag (= 2.5.0)
53
53
  jekyll-sitemap (= 1.2.0)
@@ -66,28 +66,28 @@ GEM
66
66
  jekyll-theme-tactile (= 0.1.1)
67
67
  jekyll-theme-time-machine (= 0.1.1)
68
68
  jekyll-titles-from-headings (= 0.5.1)
69
- jemoji (= 0.10.1)
69
+ jemoji (= 0.10.2)
70
70
  kramdown (= 1.17.0)
71
71
  liquid (= 4.0.0)
72
72
  listen (= 3.1.5)
73
73
  mercenary (~> 0.3)
74
74
  minima (= 2.5.0)
75
- nokogiri (>= 1.8.2, < 2.0)
76
- rouge (= 2.2.1)
75
+ nokogiri (>= 1.10.4, < 2.0)
76
+ rouge (= 3.11.0)
77
77
  terminal-table (~> 1.4)
78
- github-pages-health-check (1.8.1)
78
+ github-pages-health-check (1.16.1)
79
79
  addressable (~> 2.3)
80
80
  dnsruby (~> 1.60)
81
81
  octokit (~> 4.0)
82
- public_suffix (~> 2.0)
82
+ public_suffix (~> 3.0)
83
83
  typhoeus (~> 1.3)
84
- html-pipeline (2.8.4)
84
+ html-pipeline (2.12.0)
85
85
  activesupport (>= 2)
86
86
  nokogiri (>= 1.4)
87
87
  http_parser.rb (0.6.0)
88
88
  i18n (0.9.5)
89
89
  concurrent-ruby (~> 1.0)
90
- jekyll (3.7.4)
90
+ jekyll (3.8.5)
91
91
  addressable (~> 2.4)
92
92
  colorator (~> 1.0)
93
93
  em-websocket (~> 0.5)
@@ -105,21 +105,21 @@ GEM
105
105
  jekyll-coffeescript (1.1.1)
106
106
  coffee-script (~> 2.2)
107
107
  coffee-script-source (~> 1.11.1)
108
- jekyll-commonmark (1.2.0)
108
+ jekyll-commonmark (1.3.1)
109
109
  commonmarker (~> 0.14)
110
- jekyll (>= 3.0, < 4.0)
111
- jekyll-commonmark-ghpages (0.1.5)
110
+ jekyll (>= 3.7, < 5.0)
111
+ jekyll-commonmark-ghpages (0.1.6)
112
112
  commonmarker (~> 0.17.6)
113
- jekyll-commonmark (~> 1)
114
- rouge (~> 2)
113
+ jekyll-commonmark (~> 1.2)
114
+ rouge (>= 2.0, < 4.0)
115
115
  jekyll-default-layout (0.1.4)
116
116
  jekyll (~> 3.0)
117
- jekyll-feed (0.10.0)
117
+ jekyll-feed (0.11.0)
118
118
  jekyll (~> 3.3)
119
119
  jekyll-gist (1.5.0)
120
120
  octokit (~> 4.2)
121
- jekyll-github-metadata (2.9.4)
122
- jekyll (~> 3.1)
121
+ jekyll-github-metadata (2.12.1)
122
+ jekyll (~> 3.4)
123
123
  octokit (~> 4.0, != 4.4.0)
124
124
  jekyll-mentions (1.4.1)
125
125
  html-pipeline (~> 2.3)
@@ -131,9 +131,10 @@ GEM
131
131
  jekyll (~> 3.0)
132
132
  jekyll-redirect-from (0.14.0)
133
133
  jekyll (~> 3.3)
134
- jekyll-relative-links (0.5.3)
134
+ jekyll-relative-links (0.6.0)
135
135
  jekyll (~> 3.3)
136
- jekyll-remote-theme (0.3.1)
136
+ jekyll-remote-theme (0.4.0)
137
+ addressable (~> 2.0)
137
138
  jekyll (~> 3.5)
138
139
  rubyzip (>= 1.2.1, < 3.0)
139
140
  jekyll-sass-converter (1.5.2)
@@ -185,9 +186,9 @@ GEM
185
186
  jekyll-seo-tag (~> 2.0)
186
187
  jekyll-titles-from-headings (0.5.1)
187
188
  jekyll (~> 3.3)
188
- jekyll-watch (2.0.0)
189
+ jekyll-watch (2.2.1)
189
190
  listen (~> 3.0)
190
- jemoji (0.10.1)
191
+ jemoji (0.10.2)
191
192
  gemoji (~> 3.0)
192
193
  html-pipeline (~> 2.2)
193
194
  jekyll (~> 3.0)
@@ -198,52 +199,51 @@ GEM
198
199
  rb-inotify (~> 0.9, >= 0.9.7)
199
200
  ruby_dep (~> 1.2)
200
201
  mercenary (0.3.6)
201
- mini_portile2 (2.3.0)
202
+ mini_portile2 (2.4.0)
202
203
  minima (2.5.0)
203
204
  jekyll (~> 3.5)
204
205
  jekyll-feed (~> 0.9)
205
206
  jekyll-seo-tag (~> 2.1)
206
- minitest (5.11.3)
207
- multipart-post (2.0.0)
208
- nokogiri (1.8.5)
209
- mini_portile2 (~> 2.3.0)
210
- octokit (4.12.0)
207
+ minitest (5.12.2)
208
+ multipart-post (2.1.1)
209
+ nokogiri (1.10.5)
210
+ mini_portile2 (~> 2.4.0)
211
+ octokit (4.14.0)
211
212
  sawyer (~> 0.8.0, >= 0.5.3)
212
- pathutil (0.16.1)
213
+ pathutil (0.16.2)
213
214
  forwardable-extended (~> 2.6)
214
- public_suffix (2.0.5)
215
+ public_suffix (3.1.1)
215
216
  rb-fsevent (0.10.3)
216
- rb-inotify (0.9.10)
217
- ffi (>= 0.5.0, < 2)
218
- rouge (2.2.1)
217
+ rb-inotify (0.10.0)
218
+ ffi (~> 1.0)
219
+ rouge (3.11.0)
219
220
  ruby-enum (0.7.2)
220
221
  i18n
221
222
  ruby_dep (1.5.0)
222
- rubyzip (1.2.2)
223
- safe_yaml (1.0.4)
224
- sass (3.6.0)
223
+ rubyzip (2.0.0)
224
+ safe_yaml (1.0.5)
225
+ sass (3.7.4)
225
226
  sass-listen (~> 4.0.0)
226
227
  sass-listen (4.0.0)
227
228
  rb-fsevent (~> 0.9, >= 0.9.4)
228
229
  rb-inotify (~> 0.9, >= 0.9.7)
229
- sawyer (0.8.1)
230
- addressable (>= 2.3.5, < 2.6)
231
- faraday (~> 0.8, < 1.0)
230
+ sawyer (0.8.2)
231
+ addressable (>= 2.3.5)
232
+ faraday (> 0.8, < 2.0)
232
233
  terminal-table (1.8.0)
233
234
  unicode-display_width (~> 1.1, >= 1.1.1)
234
235
  thread_safe (0.3.6)
235
- typhoeus (1.3.0)
236
+ typhoeus (1.3.1)
236
237
  ethon (>= 0.9.0)
237
238
  tzinfo (1.2.5)
238
239
  thread_safe (~> 0.1)
239
- unicode-display_width (1.4.0)
240
+ unicode-display_width (1.6.0)
240
241
 
241
242
  PLATFORMS
242
243
  ruby
243
244
 
244
245
  DEPENDENCIES
245
246
  github-pages
246
- jekyll-redirect-from
247
247
 
248
248
  BUNDLED WITH
249
- 1.16.5
249
+ 2.0.2
@@ -1,2 +1,4 @@
1
1
  plugins:
2
+ - jekyll-default-layout
2
3
  - jekyll-redirect-from
4
+ - jekyll-relative-links
@@ -8,9 +8,9 @@
8
8
  </div>
9
9
 
10
10
  <div id="tidelift">
11
- <a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=readme" target="_blank">
11
+ <a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=homepage" target="_blank">
12
12
  <span class="cta">
13
- Get license assurances and timely security notifications
13
+ Active Admin for enterprise available via Tidelift
14
14
  </span>
15
15
  </a>
16
16
  </div>
@@ -10,81 +10,101 @@
10
10
  <p class="intro">
11
11
  The <strong>administration framework</strong> for business critical <strong>Ruby on Rails</strong> applications.
12
12
  </p>
13
+
13
14
  <p>
14
15
  Active Admin is a Ruby on Rails plugin for generating administration style interfaces. It abstracts common business application patterns to make it simple for developers to implement beautiful and elegant interfaces with very little effort.
15
16
  </p>
17
+
16
18
  <h2>
17
19
  A beautiful interface designed for real people.
18
20
  </h2>
21
+
19
22
  <div id="features">
20
23
  <div id="features-left">
21
24
  <h3 class="first">
22
25
  Global Navigation
23
26
  </h3>
27
+
24
28
  <p>
25
29
  Customizable global navigation allows you to create usable admin interfaces for your business.
26
30
  </p>
31
+
27
32
  <h3>
28
33
  Scopes
29
34
  </h3>
35
+
30
36
  <p>
31
37
  Use scopes to create sections of mutually exclusive resources for quick navigation and reporting.
32
38
  </p>
39
+
33
40
  <h3>
34
41
  Index Styles
35
42
  </h3>
43
+
36
44
  <p>
37
45
  Index screens are available in many styles. The default, shown here, is a table view, but Active Admin also supports Grids, Blocks and a Blog view.
38
46
  </p>
47
+
39
48
  <h3>
40
49
  <span class="caps">API</span> &amp; Downloads
41
50
  </h3>
51
+
42
52
  <p>
43
53
  Each resource that is registered wtih Active Admin becomes available as <span class="caps">JSON</span>, <span class="caps">XML</span> and <span class="caps">CSV</span> download. Customize the output to meet your requirements.
44
54
  </p>
45
55
  </div>
56
+
46
57
  <div id="features-right">
47
58
  <h3 class="first">
48
59
  User Authentication
49
60
  </h3>
61
+
50
62
  <p>
51
63
  Use the bundled Devise configuration or implement your own authorization using the provided hooks.
52
64
  </p>
65
+
53
66
  <h3>
54
67
  Action Items
55
68
  </h3>
69
+
56
70
  <p>
57
71
  Add buttons, links or other content in the “Action Items” section on each screen.
58
72
  </p>
73
+
59
74
  <h3>
60
75
  Filters
61
76
  </h3>
77
+
62
78
  <p>
63
79
  Allow users to filter resources by searching strings, text fields, dates, and numeric values.
64
80
  </p>
81
+
65
82
  <h3>
66
83
  Sidebar Sections
67
84
  </h3>
85
+
68
86
  <p>
69
87
  Customize the sidebar sections with a simple <span class="caps">DSL</span> built in to Active Admin.
70
88
  </p>
71
89
  </div>
72
90
  </div>
91
+
73
92
  <p>
74
93
  Active Admin’s interface was designed from the ground up for non-technical users. It makes it easy for developers to build highly usable interfaces that customers will actually enjoy using.
75
94
  </p>
95
+
76
96
  <h2>
77
97
  An elegant <span class="caps">DSL</span> built for developer productivity.
78
98
  </h2>
99
+
79
100
  <p>
80
101
  Get started with one line of code or customize the entire interface with the provided <span class="caps">DSL</span>.
81
102
  </p>
103
+
82
104
  <div id="dsl">
83
105
  <div class="highlight">
84
- <pre>
85
- <code class="ruby"><span class="c1"># app/admin/products.rb</span>
106
+ <pre><code class="ruby"><span class="c1"># app/admin/products.rb</span>
86
107
  <span class="no">ActiveAdmin</span><span class="o">.</span><span class="n">register</span> <span class="no">Product</span> <span class="k">do</span>
87
-
88
108
  <span class="c1"># Create sections on the index screen</span>
89
109
  <span class="n">scope</span> <span class="ss">:all</span><span class="p">,</span> <span class="ss">default:</span> <span class="kp">true</span>
90
110
  <span class="n">scope</span> <span class="ss">:available</span>
@@ -104,12 +124,93 @@
104
124
  <span class="k">end</span>
105
125
  <span class="n">actions</span>
106
126
  <span class="k">end</span>
107
-
108
- <span class="k">end</span>
109
- </code>
110
- </pre>
127
+ <span class="k">end</span></code></pre>
111
128
  </div>
112
129
  </div>
130
+
131
+ <h2>
132
+ Active Admin for enterprise
133
+ </h2>
134
+
135
+ <p>
136
+ <a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=homepage">
137
+ Available as part of the Tidelift Subscription
138
+ </a>
139
+ </p>
140
+
141
+ <p>
142
+ Active Admin and the maintainers of thousands of other packages are
143
+ working with Tidelift to deliver one enterprise subscription that
144
+ covers all of the open source you use.
145
+ </p>
146
+
147
+ <p>
148
+ If you want the flexibility of open source and the confidence of
149
+ commercial-grade software, this is for you.
150
+ </p>
151
+
152
+ <div class="tidelift-buttons">
153
+ <a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=referral" target="_blank">
154
+ <span>LEARN MORE</span>
155
+ </a>
156
+
157
+ <a href="https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-activeadmin&utm_medium=referral" target="_blank">
158
+ <span>REQUEST A DEMO</span>
159
+ </a>
160
+ </div>
161
+
162
+ <h3>
163
+ The Tidelift Subscription manages your dependencies for you.
164
+ </h3>
165
+
166
+ <ul>
167
+ <li>
168
+ Get the tools you need to continuously catalog and understand the open source software that your application depends on.
169
+ </li>
170
+
171
+ <li>
172
+ Your subscription helps pay the open source maintainers of the exact
173
+ packages you use to ensure they meet the standards you require.
174
+ </li>
175
+
176
+ <li>
177
+ Address issues proactively, with tools that scan for new security,
178
+ licensing, and maintenance issues, and alert our participating open
179
+ source maintainers so they can resolve them on your behalf.
180
+ </li>
181
+
182
+ <li>
183
+ Measure and improve your open source dependencies' health—which
184
+ improves your app’s health—and get a short list of high-impact steps
185
+ your team can take to improve them even more.
186
+ </li>
187
+
188
+ <li>
189
+ Get commercial assurances that don't come for free with open source
190
+ packages, like intellectual property indemnification and support
191
+ under a service level agreement. You expect these guarantees from
192
+ proprietary software, and you can have them when using open source
193
+ as well.
194
+ </li>
195
+ </ul>
196
+
197
+ <p>
198
+ The end result? All of the capabilities you expect from
199
+ commercial-grade software, for the full breadth of open source you
200
+ use. That means less time grappling with esoteric open source trivia,
201
+ and more time building your own applications—and your business.
202
+ </p>
203
+
204
+ <div class="tidelift-buttons">
205
+ <a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=referral" target="_blank">
206
+ <span>LEARN MORE</span>
207
+ </a>
208
+
209
+ <a href="https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-activeadmin&utm_medium=referral" target="_blank">
210
+ <span>REQUEST A DEMO</span>
211
+ </a>
212
+ </div>
213
+
113
214
  <h2 class="getting-started-heading">
114
215
  3 Ways to Get Started:
115
216
  </h2>