motor-admin 0.2.14 β 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/generators/motor/templates/install.rb +1 -1
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-6568183ef6647799a421.css.gz β main-e5afce0ea81ef4505dc5.css.gz} +0 -0
- data/ui/dist/main-e5afce0ea81ef4505dc5.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +3 -3
- data/ui/dist/main-6568183ef6647799a421.js.gz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0254bb1cf5ab3176c1c2e923ad755e1f6e445da757aa7981b93b127cb5757c57
|
|
4
|
+
data.tar.gz: b8c3a27811eb765056a67ffd9f1cb35fbc374b810be25cfa1de2f9791764f162
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07a1cfb97147d11a5f8abd505e7ab2f91a3568a817ced4043b0db394cf3c8d097ae1bbaca27a391af6b133aea89d9a9470afac9ed670b693098d854168c3656c
|
|
7
|
+
data.tar.gz: be58770afa9930c45e0e66e34d5762de7f3d44acf8775afc01cc945c7a13410a0c1b342f6be0e44f0f59047a5fc7a50d20fec1df5e7d1aaeb3a3c541c3743db3
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Low-code Admin panel and Business intelligence Rails engine **(no DSL - configurable from the UI)**.
|
|
4
4
|
|
|
5
|
-
π€ [Demo App](https://motor-admin.herokuapp.com/demo) | π [Features overview](https://www.youtube.com/watch?v=ngVoci8Hll4&list=PLu7llEMh0KcOkR3Uy_RJT0cXPZQKAYVsq&index=1) | β [
|
|
5
|
+
π€ [Demo App](https://motor-admin.herokuapp.com/demo) | π [Features overview](https://www.youtube.com/watch?v=ngVoci8Hll4&list=PLu7llEMh0KcOkR3Uy_RJT0cXPZQKAYVsq&index=1) | β [Pro](https://www.getmotoradmin.com/pro)
|
|
6
6
|
|
|
7
7
|
[](https://motor-admin.herokuapp.com/demo)
|
|
8
8
|
|
|
@@ -62,7 +62,7 @@ Everything in the admin panel can be configured using the intuitive settings UI,
|
|
|
62
62
|
|
|
63
63
|
Data displayed on the resource page can be completely customized via [SQL queries](#sql-queries) and [dashboards](#dashboards) attached to the resource as a tab. Usually, queries used to display resource data should contain `{{resource_name_id}}` [variable](#sql-queries).
|
|
64
64
|
|
|
65
|
-
[Learn more about resource customizations](https://github.com/
|
|
65
|
+
[Learn more about resource customizations](https://github.com/motor-admin/motor-admin-rails/blob/master/guides/customizing_resource_table.md)
|
|
66
66
|
|
|
67
67
|
### Custom Actions
|
|
68
68
|
|
|
@@ -92,7 +92,7 @@ end
|
|
|
92
92
|
|
|
93
93
|
Values from the form fields can be used in API path via `{field_name}` syntax: `/api/some-endpoint/{resource_id}/apply`.
|
|
94
94
|
|
|
95
|
-
[Learn more about custom forms builder](https://github.com/
|
|
95
|
+
[Learn more about custom forms builder](https://github.com/motor-admin/motor-admin-rails/blob/master/guides/building_custom_forms.md)
|
|
96
96
|
|
|
97
97
|
### SQL Queries
|
|
98
98
|
|
|
@@ -128,7 +128,7 @@ Intelligence search can be opened via the top right corner button or using <kbd>
|
|
|
128
128
|
|
|
129
129
|
### Authorization
|
|
130
130
|
|
|
131
|
-
Motor Admin allows to set row-level and column-level permissions via [cancan](https://github.com/CanCanCommunity/cancancan) gem. Admin UI permissions should be defined in `app/models/motor/ability.rb` file in `Motor::Ability` class. See [Motor Admin guide](https://github.com/
|
|
131
|
+
Motor Admin allows to set row-level and column-level permissions via [cancan](https://github.com/CanCanCommunity/cancancan) gem. Admin UI permissions should be defined in `app/models/motor/ability.rb` file in `Motor::Ability` class. See [Motor Admin guide](https://github.com/motor-admin/motor-admin-rails/blob/master/guides/defining_permissions.md) and [CanCan documentation](https://github.com/CanCanCommunity/cancancan/blob/develop/docs/Defining-Abilities.md) to learn how to define user permissions.
|
|
132
132
|
|
|
133
133
|
### I18n
|
|
134
134
|
|
|
@@ -199,4 +199,4 @@ MOTOR_DEVELOPMENT=true rails s
|
|
|
199
199
|
|
|
200
200
|
## License
|
|
201
201
|
|
|
202
|
-
The gem is available as open source under the terms of the [MIT License](https://github.com/
|
|
202
|
+
The gem is available as open source under the terms of the [MIT License](https://github.com/motor-admin/motor-admin-rails/blob/master/LICENSE).
|
|
@@ -150,7 +150,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Mi
|
|
|
150
150
|
|
|
151
151
|
model.create!(key: 'header.links', value: [{
|
|
152
152
|
name: 'βΒ Star on GitHub',
|
|
153
|
-
path: 'https://github.com/
|
|
153
|
+
path: 'https://github.com/motor-admin/motor-admin-rails'
|
|
154
154
|
}].to_json)
|
|
155
155
|
end
|
|
156
156
|
|
data/lib/motor/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
|
@@ -2601,9 +2601,9 @@
|
|
|
2601
2601
|
"icons/zoom-out.svg.gz": "icons/zoom-out.svg.gz",
|
|
2602
2602
|
"icons/zoom-question.svg": "icons/zoom-question.svg",
|
|
2603
2603
|
"icons/zoom-question.svg.gz": "icons/zoom-question.svg.gz",
|
|
2604
|
-
"main-
|
|
2605
|
-
"main-
|
|
2606
|
-
"main-
|
|
2607
|
-
"main.css": "main-
|
|
2608
|
-
"main.js": "main-
|
|
2604
|
+
"main-e5afce0ea81ef4505dc5.css.gz": "main-e5afce0ea81ef4505dc5.css.gz",
|
|
2605
|
+
"main-e5afce0ea81ef4505dc5.js.LICENSE.txt": "main-e5afce0ea81ef4505dc5.js.LICENSE.txt",
|
|
2606
|
+
"main-e5afce0ea81ef4505dc5.js.gz": "main-e5afce0ea81ef4505dc5.js.gz",
|
|
2607
|
+
"main.css": "main-e5afce0ea81ef4505dc5.css",
|
|
2608
|
+
"main.js": "main-e5afce0ea81ef4505dc5.js"
|
|
2609
2609
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motor-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pete Matsyburka
|
|
@@ -1525,8 +1525,8 @@ files:
|
|
|
1525
1525
|
- ui/dist/icons/zoom-money.svg.gz
|
|
1526
1526
|
- ui/dist/icons/zoom-out.svg.gz
|
|
1527
1527
|
- ui/dist/icons/zoom-question.svg.gz
|
|
1528
|
-
- ui/dist/main-
|
|
1529
|
-
- ui/dist/main-
|
|
1528
|
+
- ui/dist/main-e5afce0ea81ef4505dc5.css.gz
|
|
1529
|
+
- ui/dist/main-e5afce0ea81ef4505dc5.js.gz
|
|
1530
1530
|
- ui/dist/manifest.json
|
|
1531
1531
|
homepage:
|
|
1532
1532
|
licenses:
|
|
Binary file
|