activeadmin 2.13.1 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +58 -0
- data/CONTRIBUTING.md +3 -4
- data/README.md +2 -2
- data/app/assets/javascripts/active_admin/base.js +1 -4
- data/app/assets/stylesheets/active_admin/_forms.scss +1 -1
- data/app/assets/stylesheets/active_admin/structure/_footer.scss +6 -1
- data/app/views/layouts/active_admin_logged_out.html.erb +5 -4
- data/config/locales/fr.yml +3 -3
- data/config/locales/vi.yml +34 -7
- data/config/locales/zh-CN.yml +36 -17
- data/lib/active_admin/asset_registration.rb +3 -3
- data/lib/active_admin/authorization_adapter.rb +2 -0
- data/lib/active_admin/base_controller/authorization.rb +2 -2
- data/lib/active_admin/dependency.rb +0 -4
- data/lib/active_admin/engine.rb +1 -1
- data/lib/active_admin/filters/resource_extension.rb +4 -4
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +1 -1
- data/lib/active_admin/orm/active_record/comments.rb +8 -8
- data/lib/active_admin/pundit_adapter.rb +0 -2
- data/lib/active_admin/resource/action_items.rb +2 -2
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers/auto_link_helper.rb +1 -1
- data/lib/active_admin/views/index_as_table.rb +1 -1
- data/lib/active_admin/views/pages/base.rb +4 -3
- data/lib/active_admin/views/pages/index.rb +1 -1
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +17 -0
- metadata +5 -44
- data/docs/.gitignore +0 -1
- data/docs/0-installation.md +0 -142
- data/docs/1-general-configuration.md +0 -224
- data/docs/10-custom-pages.md +0 -150
- data/docs/11-decorators.md +0 -70
- data/docs/12-arbre-components.md +0 -214
- data/docs/13-authorization-adapter.md +0 -285
- data/docs/14-gotchas.md +0 -138
- data/docs/2-resource-customization.md +0 -475
- data/docs/3-index-pages/custom-index.md +0 -35
- data/docs/3-index-pages/index-as-block.md +0 -19
- data/docs/3-index-pages/index-as-blog.md +0 -69
- data/docs/3-index-pages/index-as-grid.md +0 -27
- data/docs/3-index-pages/index-as-table.md +0 -234
- data/docs/3-index-pages.md +0 -328
- data/docs/4-csv-format.md +0 -74
- data/docs/5-forms.md +0 -238
- data/docs/6-show-pages.md +0 -93
- data/docs/7-sidebars.md +0 -75
- data/docs/8-custom-actions.md +0 -177
- data/docs/9-batch-actions.md +0 -237
- data/docs/CNAME +0 -1
- data/docs/Gemfile +0 -4
- data/docs/Gemfile.lock +0 -283
- data/docs/README.md +0 -24
- data/docs/_config.yml +0 -4
- data/docs/_includes/footer.html +0 -8
- data/docs/_includes/google-analytics.html +0 -16
- data/docs/_includes/head.html +0 -7
- data/docs/_includes/toc.html +0 -98
- data/docs/_includes/top-menu.html +0 -17
- data/docs/_layouts/default.html +0 -21
- data/docs/documentation.md +0 -60
- data/docs/images/activeadmin.png +0 -0
- data/docs/images/code-header.png +0 -0
- data/docs/images/divider.png +0 -0
- data/docs/images/features.png +0 -0
- data/docs/images/tidelift.svg +0 -14
- data/docs/index.html +0 -226
- data/docs/stylesheets/main.css +0 -1205
data/docs/_includes/toc.html
DELETED
@@ -1,98 +0,0 @@
|
|
1
|
-
<ol class='level-1'>
|
2
|
-
<li><a href='{{ site.baseurl }}/0-installation.html'>Installation</a></li>
|
3
|
-
<ol class='level-2'>
|
4
|
-
<li><a href='{{ site.baseurl }}/0-installation.html#setting-up-active-admin'>Setting up Active Admin</a></li>
|
5
|
-
<li><a href='{{ site.baseurl }}/0-installation.html#upgrading'>Upgrading</a></li>
|
6
|
-
<li><a href='{{ site.baseurl }}/0-installation.html#gem-compatibility'>Gem Compatibility</a></li>
|
7
|
-
</ol>
|
8
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html'>General Configuration</a></li>
|
9
|
-
<ol class='level-2'>
|
10
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#authentication'>Authentication</a></li>
|
11
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#site-title-options'>Site Title Options</a></li>
|
12
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#internationalization-i18n'>Internationalization (I18n)</a></li>
|
13
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#namespaces'>Namespaces</a></li>
|
14
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#load-paths'>Load paths</a></li>
|
15
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#comments'>Comments</a></li>
|
16
|
-
<li><a href='{{ site.baseurl }}/1-general-configuration.html#utility-navigation'>Utility Navigation</a></li>
|
17
|
-
</ol>
|
18
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html'>Working with Resources</a></li>
|
19
|
-
<ol class='level-2'>
|
20
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#rename-the-resource'>Rename the Resource</a></li>
|
21
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#customize-the-namespace'>Customize the Namespace</a></li>
|
22
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#customize-the-menu'>Customize the Menu</a></li>
|
23
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#scoping-the-queries'>Scoping the queries</a></li>
|
24
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#customizing-resource-retrieval'>Customizing resource
|
25
|
-
retrieval</a></li>
|
26
|
-
<li><a href='{{ site.baseurl }}/2-resource-customization.html#belongs-to'>Belongs To</a></li>
|
27
|
-
</ol>
|
28
|
-
<li><a href='{{ site.baseurl }}/3-index-pages.html'>Customizing the Index Page</a></li>
|
29
|
-
<ol class='level-2'>
|
30
|
-
<li><a href='{{ site.baseurl }}/3-index-pages/custom-index.html'>Custom Index</a></li>
|
31
|
-
<li><a href='{{ site.baseurl }}/3-index-pages/index-as-block.html'>Index as a Block</a></li>
|
32
|
-
<li><a href='{{ site.baseurl }}/3-index-pages/index-as-blog.html'>Index as Blog</a></li>
|
33
|
-
<li><a href='{{ site.baseurl }}/3-index-pages/index-as-grid.html'>Index as a Grid</a></li>
|
34
|
-
<li><a href='{{ site.baseurl }}/3-index-pages/index-as-table.html'>Index as a Table</a></li>
|
35
|
-
</ol>
|
36
|
-
<li><a href='{{ site.baseurl }}/4-csv-format.html'>Customizing the CSV format</a></li>
|
37
|
-
<li><a href='{{ site.baseurl }}/5-forms.html'>Customizing the Form</a></li>
|
38
|
-
<ol class='level-2'>
|
39
|
-
<li><a href='{{ site.baseurl }}/5-forms.html#default'>Default</a></li>
|
40
|
-
<li><a href='{{ site.baseurl }}/5-forms.html#partials'>Partials</a></li>
|
41
|
-
<li><a href='{{ site.baseurl }}/5-forms.html#nested-resources'>Nested Resources</a></li>
|
42
|
-
<li><a href='{{ site.baseurl }}/5-forms.html#datepicker'>Datepicker</a></li>
|
43
|
-
<li><a href='{{ site.baseurl }}/5-forms.html#displaying-errors'>Displaying Errors</a></li>
|
44
|
-
</ol>
|
45
|
-
<li><a href='{{ site.baseurl }}/6-show-pages.html'>Customize the Show Page</a></li>
|
46
|
-
<li><a href='{{ site.baseurl }}/7-sidebars.html'>Sidebar Sections</a></li>
|
47
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html'>Custom Controller Actions</a></li>
|
48
|
-
<ol class='level-2'>
|
49
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#collection-actions'>Collection Actions</a></li>
|
50
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#member-actions'>Member Actions</a></li>
|
51
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#http-verbs'>HTTP Verbs</a></li>
|
52
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#rendering'>Rendering</a></li>
|
53
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#action-items'>Action Items</a></li>
|
54
|
-
<li><a href='{{ site.baseurl }}/8-custom-actions.html#modifying-the-controller'>Modifying the Controller</a></li>
|
55
|
-
</ol>
|
56
|
-
<li><a href='{{ site.baseurl }}/9-batch-actions.html'>Index Batch Actions</a></li>
|
57
|
-
<ol class='level-2'>
|
58
|
-
<li><a href='{{ site.baseurl }}/9-batch-actions.html#provided-batch-action'>Provided Batch Action</a></li>
|
59
|
-
<li><a href='{{ site.baseurl }}/9-batch-actions.html#creating-your-own'>Creating Your Own</a></li>
|
60
|
-
</ol>
|
61
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html'>Custom Pages</a></li>
|
62
|
-
<ol class='level-2'>
|
63
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html#create-a-new-page'>Create a new Page</a></li>
|
64
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html#customize-the-menu'>Customize the Menu</a></li>
|
65
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html#add-a-sidebar'>Add a Sidebar</a></li>
|
66
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html#add-an-action-item'>Add an Action Item</a></li>
|
67
|
-
<li><a href='{{ site.baseurl }}/10-custom-pages.html#add-a-page-action'>Add a Page Action</a></li>
|
68
|
-
</ol>
|
69
|
-
<li><a href='{{ site.baseurl }}/11-decorators.html'>Decorators</a></li>
|
70
|
-
<ol class='level-2'>
|
71
|
-
<li><a href='{{ site.baseurl }}/11-decorators.html#example-usage'>Example Usage</a></li>
|
72
|
-
<li><a href='{{ site.baseurl }}/11-decorators.html#forms'>Forms</a></li>
|
73
|
-
</ol>
|
74
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html'>Arbre Components</a></li>
|
75
|
-
<ol class='level-2'>
|
76
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#text-node'>Text Node</a></li>
|
77
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#panels'>Panels</a></li>
|
78
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#columns'>Columns</a></li>
|
79
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#table-for'>Table For</a></li>
|
80
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#status-tag'>Status tag</a></li>
|
81
|
-
<li><a href='{{ site.baseurl }}/12-arbre-components.html#tabs'>Tabs</a></li>
|
82
|
-
</ol>
|
83
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html'>Authorization Adapter</a></li>
|
84
|
-
<ol class='level-2'>
|
85
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#setting-up-your-own-authorizationadapter'>Setting up your own
|
86
|
-
AuthorizationAdapter</a></li>
|
87
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#getting-access-to-the-current-user'>Getting Access to the
|
88
|
-
Current User</a></li>
|
89
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#scoping-collections-in-authorization-adapters'>Scoping
|
90
|
-
Collections in Authorization Adapters</a></li>
|
91
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#managing-access-to-pages'>Managing Access to Pages</a></li>
|
92
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#action-types'>Action Types</a></li>
|
93
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#checking-for-authorization-in-controllers-and-views'>Checking
|
94
|
-
for Authorization in Controllers and Views</a></li>
|
95
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#using-the-cancan-adapter'>Using the CanCan Adapter</a></li>
|
96
|
-
<li><a href='{{ site.baseurl }}/13-authorization-adapter.html#using-the-pundit-adapter'>Using the Pundit Adapter</a></li>
|
97
|
-
</ol>
|
98
|
-
</ol>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
<div id="header">
|
2
|
-
<h1><a href="{{ site.baseurl }}/index.html"><span>Active Admin</span></a></h1>
|
3
|
-
|
4
|
-
<div id="nav">
|
5
|
-
<a href="{{ site.baseurl }}/documentation.html">Documentation</a>
|
6
|
-
<a href="http://demo.activeadmin.info/admin">Try It Now!</a>
|
7
|
-
<a href="http://github.com/activeadmin/activeadmin">Get the Code</a>
|
8
|
-
</div>
|
9
|
-
|
10
|
-
<div id="tidelift">
|
11
|
-
<a href="https://tidelift.com/subscription/pkg/rubygems-activeadmin?utm_source=rubygems-activeadmin&utm_medium=referral&utm_campaign=enterprise" target="_blank">
|
12
|
-
<span class="cta">
|
13
|
-
Active Admin for enterprise available via Tidelift
|
14
|
-
</span>
|
15
|
-
</a>
|
16
|
-
</div>
|
17
|
-
</div>
|
data/docs/_layouts/default.html
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
{% include head.html %}
|
4
|
-
<body class="with-sidebar">
|
5
|
-
<div id="wrapper">
|
6
|
-
{% include top-menu.html %}
|
7
|
-
<div id="main-content">
|
8
|
-
<div class='toc'>
|
9
|
-
{% include toc.html %}
|
10
|
-
</div>
|
11
|
-
<div class='toc-content'>
|
12
|
-
<div class='docs-content'>
|
13
|
-
{{ content }}
|
14
|
-
</div>
|
15
|
-
</div>
|
16
|
-
</div>
|
17
|
-
{% include footer.html %}
|
18
|
-
</div>
|
19
|
-
{% include google-analytics.html %}
|
20
|
-
</body>
|
21
|
-
</html>
|
data/docs/documentation.md
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
---
|
2
|
-
redirect_from: /docs/documentation.html
|
3
|
-
---
|
4
|
-
|
5
|
-
Active Admin is a framework for creating administration style interfaces. It
|
6
|
-
abstracts common business application patterns to make it simple for developers
|
7
|
-
to implement beautiful and elegant interfaces with very little effort.
|
8
|
-
|
9
|
-
# Getting Started
|
10
|
-
|
11
|
-
Active Admin is released as a Ruby Gem. The gem is to be installed within a Ruby
|
12
|
-
on Rails application. To install, simply add the following to your Gemfile:
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
# Gemfile
|
16
|
-
gem 'activeadmin'
|
17
|
-
```
|
18
|
-
|
19
|
-
After updating your bundle, run the installer
|
20
|
-
|
21
|
-
```bash
|
22
|
-
rails generate active_admin:install
|
23
|
-
```
|
24
|
-
|
25
|
-
The installer creates an initializer used for configuring defaults used by
|
26
|
-
Active Admin as well as a new folder at `app/admin` to put all your admin
|
27
|
-
configurations.
|
28
|
-
|
29
|
-
Migrate your db and start the server:
|
30
|
-
|
31
|
-
```bash
|
32
|
-
$> rails db:migrate
|
33
|
-
$> rails server
|
34
|
-
```
|
35
|
-
|
36
|
-
Visit `http://localhost:3000/admin` and log in using:
|
37
|
-
|
38
|
-
* __User__: admin@example.com
|
39
|
-
* __Password__: password
|
40
|
-
|
41
|
-
Voila! You’re on your brand new Active Admin dashboard.
|
42
|
-
|
43
|
-
To register your first model, run:
|
44
|
-
|
45
|
-
```bash
|
46
|
-
$> rails generate active_admin:resource
|
47
|
-
[MyModelName]
|
48
|
-
```
|
49
|
-
|
50
|
-
This creates a file at `app/admin/my_model_names.rb` for configuring the
|
51
|
-
resource. Refresh your web browser to see the interface.
|
52
|
-
|
53
|
-
# Next Steps
|
54
|
-
|
55
|
-
Now that you have a working Active Admin installation, learn how to customize it:
|
56
|
-
|
57
|
-
* [Customize the Index Page](3-index-pages.md)
|
58
|
-
* [Customize the New and Edit Form](5-forms.md)
|
59
|
-
* [Customize the Show Page](6-show-pages.md)
|
60
|
-
* [Customize the Resource in General](2-resource-customization.md)
|
data/docs/images/activeadmin.png
DELETED
Binary file
|
data/docs/images/code-header.png
DELETED
Binary file
|
data/docs/images/divider.png
DELETED
Binary file
|
data/docs/images/features.png
DELETED
Binary file
|
data/docs/images/tidelift.svg
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 30">
|
2
|
-
<defs>
|
3
|
-
<style>.cls-1{fill:#626908}.cls-2{fill:#f6914d}</style>
|
4
|
-
</defs>
|
5
|
-
|
6
|
-
<g id="Layer_2" data-name="Layer 2">
|
7
|
-
<g id="Artwork">
|
8
|
-
<path class="cls-1" d="M16.07 0H2.77C0 0 0 0 0 2.54S0 5 2.77 5h7.91v9l5.39-4.2z"/>
|
9
|
-
<path class="cls-2" d="M10.68 27.82c0 2.56 0 2.56 2.71 2.56s2.68 0 2.68-2.61V15l-5.39 4.22z"/>
|
10
|
-
<path class="cls-1" d="M20.35 0h13.29C36.42 0 37 0 37 2.54S36.42 5 33.64 5h-7.9v9l-5.39-4.2z"/>
|
11
|
-
<path class="cls-2" d="M25.74 27.82c0 2.56 0 2.56-2.71 2.56s-2.68 0-2.68-2.61V15l5.39 4.22z"/>
|
12
|
-
</g>
|
13
|
-
</g>
|
14
|
-
</svg>
|
data/docs/index.html
DELETED
@@ -1,226 +0,0 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
4
|
-
<html>
|
5
|
-
{% include head.html %}
|
6
|
-
<body>
|
7
|
-
<div id="wrapper">
|
8
|
-
{% include top-menu.html %}
|
9
|
-
<div id="main-content">
|
10
|
-
<p class="intro">
|
11
|
-
The <strong>administration framework</strong> for business critical <strong>Ruby on Rails</strong> applications.
|
12
|
-
</p>
|
13
|
-
|
14
|
-
<p>
|
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.
|
16
|
-
</p>
|
17
|
-
|
18
|
-
<h2>
|
19
|
-
A beautiful interface designed for real people.
|
20
|
-
</h2>
|
21
|
-
|
22
|
-
<div id="features">
|
23
|
-
<div id="features-left">
|
24
|
-
<h3 class="first">
|
25
|
-
Global Navigation
|
26
|
-
</h3>
|
27
|
-
|
28
|
-
<p>
|
29
|
-
Customizable global navigation allows you to create usable admin interfaces for your business.
|
30
|
-
</p>
|
31
|
-
|
32
|
-
<h3>
|
33
|
-
Scopes
|
34
|
-
</h3>
|
35
|
-
|
36
|
-
<p>
|
37
|
-
Use scopes to create sections of mutually exclusive resources for quick navigation and reporting.
|
38
|
-
</p>
|
39
|
-
|
40
|
-
<h3>
|
41
|
-
Index Styles
|
42
|
-
</h3>
|
43
|
-
|
44
|
-
<p>
|
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.
|
46
|
-
</p>
|
47
|
-
|
48
|
-
<h3>
|
49
|
-
<span class="caps">API</span> & Downloads
|
50
|
-
</h3>
|
51
|
-
|
52
|
-
<p>
|
53
|
-
Each resource that is registered with 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.
|
54
|
-
</p>
|
55
|
-
</div>
|
56
|
-
|
57
|
-
<div id="features-right">
|
58
|
-
<h3 class="first">
|
59
|
-
User Authentication
|
60
|
-
</h3>
|
61
|
-
|
62
|
-
<p>
|
63
|
-
Use the bundled Devise configuration or implement your own authorization using the provided hooks.
|
64
|
-
</p>
|
65
|
-
|
66
|
-
<h3>
|
67
|
-
Action Items
|
68
|
-
</h3>
|
69
|
-
|
70
|
-
<p>
|
71
|
-
Add buttons, links or other content in the “Action Items” section on each screen.
|
72
|
-
</p>
|
73
|
-
|
74
|
-
<h3>
|
75
|
-
Filters
|
76
|
-
</h3>
|
77
|
-
|
78
|
-
<p>
|
79
|
-
Allow users to filter resources by searching strings, text fields, dates, and numeric values.
|
80
|
-
</p>
|
81
|
-
|
82
|
-
<h3>
|
83
|
-
Sidebar Sections
|
84
|
-
</h3>
|
85
|
-
|
86
|
-
<p>
|
87
|
-
Customize the sidebar sections with a simple <span class="caps">DSL</span> built in to Active Admin.
|
88
|
-
</p>
|
89
|
-
</div>
|
90
|
-
</div>
|
91
|
-
|
92
|
-
<p>
|
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.
|
94
|
-
</p>
|
95
|
-
|
96
|
-
<h2>
|
97
|
-
An elegant <span class="caps">DSL</span> built for developer productivity.
|
98
|
-
</h2>
|
99
|
-
|
100
|
-
<p>
|
101
|
-
Get started with one line of code or customize the entire interface with the provided <span class="caps">DSL</span>.
|
102
|
-
</p>
|
103
|
-
|
104
|
-
<div id="dsl">
|
105
|
-
<div class="highlight">
|
106
|
-
<pre><code class="ruby"><span class="c1"># app/admin/products.rb</span>
|
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>
|
108
|
-
<span class="c1"># Create sections on the index screen</span>
|
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>
|
110
|
-
<span class="n">scope</span> <span class="ss">:available</span>
|
111
|
-
<span class="n">scope</span> <span class="ss">:drafts</span>
|
112
|
-
|
113
|
-
<span class="c1"># Filterable attributes on the index screen</span>
|
114
|
-
<span class="n">filter</span> <span class="ss">:title</span>
|
115
|
-
<span class="n">filter</span> <span class="ss">:author</span><span class="p">,</span> <span class="ss">as:</span> <span class="ss">:select</span><span class="p">,</span> <span class="ss">collection:</span> <span class="nb">-></span><span class="p">{</span> <span class="no">Product</span><span class="o">.</span><span class="n">authors</span> <span class="p">}</span>
|
116
|
-
<span class="n">filter</span> <span class="ss">:price</span>
|
117
|
-
<span class="n">filter</span> <span class="ss">:created_at</span>
|
118
|
-
|
119
|
-
<span class="c1"># Customize columns displayed on the index screen in the table</span>
|
120
|
-
<span class="n">index</span> <span class="k">do</span>
|
121
|
-
<span class="n">column</span> <span class="ss">:title</span>
|
122
|
-
<span class="n">column</span> <span class="s2">"Price"</span><span class="p">,</span> <span class="ss">sortable:</span> <span class="ss">:price</span> <span class="k">do</span> <span class="o">|</span><span class="n">product</span><span class="o">|</span>
|
123
|
-
<span class="n">number_to_currency</span> <span class="n">product</span><span class="o">.</span><span class="n">price</span>
|
124
|
-
<span class="k">end</span>
|
125
|
-
<span class="n">actions</span>
|
126
|
-
<span class="k">end</span>
|
127
|
-
<span class="k">end</span></code></pre>
|
128
|
-
</div>
|
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=referral&utm_campaign=enterprise">
|
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&utm_campaign=enterprise" 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&utm_campaign=enterprise" 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&utm_campaign=enterprise" 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&utm_campaign=enterprise" target="_blank">
|
210
|
-
<span>REQUEST A DEMO</span>
|
211
|
-
</a>
|
212
|
-
</div>
|
213
|
-
|
214
|
-
<h2 class="getting-started-heading">
|
215
|
-
3 Ways to Get Started:
|
216
|
-
</h2>
|
217
|
-
<p class="getting-started">
|
218
|
-
<a href="http://demo.activeadmin.info/admin">Check Out the Live Demo</a> <a href="{{ site.baseurl }}/documentation.html">Read The Documentation</a> <a href="http://github.com/activeadmin/activeadmin">Visit the Git Repository</a>
|
219
|
-
</p>
|
220
|
-
</div>{% include footer.html %}
|
221
|
-
</div>
|
222
|
-
<p>
|
223
|
-
{% include google-analytics.html %}
|
224
|
-
</p>
|
225
|
-
</body>
|
226
|
-
</html>
|