rails_admin_actiontext 0.0.1 → 0.0.2
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 +4 -3
- data/lib/rails_admin_actiontext/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9145fbf157192327bc8dd7791f1cf34809a3d68f8ccad46af589c86f932a72db
|
|
4
|
+
data.tar.gz: e357478608355ecdcd488ec26f69dbcc0b0b627fd950fe37da9479bb74d975ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e111c07813b5c874686c7687c8119f3f655c876966e80fd9faeccab33627e81e537f589c23bb733b8f1d395f6c1e83a809956d734aea65f800ca8e8963fe806
|
|
7
|
+
data.tar.gz: eed649b00fce50eb3ef90567686efa879b7f4cd623075a81ce42a20db5ad16e30ae5ad34f0ce36f25fa85668ba9a02995705fb297eb59a74715301e9e61626cb
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# RailsAdminActiontext
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/rb/rails_admin_actiontext)
|
|
4
|
+
[](https://codeclimate.com/github/jemcode/rails_admin_actiontext)
|
|
5
5
|
|
|
6
6
|
[RailsAdmin](https://github.com/sferik/rails_admin) extension for enabling the Rails 6 [ActionText](https://github.com/rails/actiontext) editor.
|
|
7
7
|
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
To enable **rails_admin_actiontext**, add the following to your `Gemfile`:
|
|
11
11
|
|
|
12
12
|
```ruby
|
|
13
|
+
gem 'rails_admin'
|
|
13
14
|
gem 'rails_admin_actiontext'
|
|
14
15
|
```
|
|
15
16
|
|
|
@@ -19,7 +20,7 @@ E.g. `gem 'actiontext'`
|
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
## Configuration
|
|
22
|
-
To use ActionText follow
|
|
23
|
+
To use ActionText follow the Rails installation instructions (don't forget ActiveStorage if you want to allow drag and drop images).
|
|
23
24
|
|
|
24
25
|
```ruby
|
|
25
26
|
RailsAdmin.config do |config|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_admin_actiontext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rikki Pitt
|
|
@@ -50,20 +50,6 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 1.0.0
|
|
53
|
-
- !ruby/object:Gem::Dependency
|
|
54
|
-
name: actiontext
|
|
55
|
-
requirement: !ruby/object:Gem::Requirement
|
|
56
|
-
requirements:
|
|
57
|
-
- - "~>"
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: '0'
|
|
60
|
-
type: :runtime
|
|
61
|
-
prerelease: false
|
|
62
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
63
|
-
requirements:
|
|
64
|
-
- - "~>"
|
|
65
|
-
- !ruby/object:Gem::Version
|
|
66
|
-
version: '0'
|
|
67
53
|
description: Enables an integration for the Trix powered ActionText content editor
|
|
68
54
|
for RailsAdmin
|
|
69
55
|
email:
|