https://github.com/poudelmadhav/rails-action-text-example
Implementation of rails action text
https://github.com/poudelmadhav/rails-action-text-example
actiontext activestorage rails rails6 ruby
Last synced: 5 months ago
JSON representation
Implementation of rails action text
- Host: GitHub
- URL: https://github.com/poudelmadhav/rails-action-text-example
- Owner: poudelmadhav
- Created: 2021-04-21T12:41:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T12:04:33.000Z (about 4 years ago)
- Last Synced: 2025-02-13T12:53:47.630Z (over 1 year ago)
- Topics: actiontext, activestorage, rails, rails6, ruby
- Language: Ruby
- Homepage: https://edgeguides.rubyonrails.org/action_text_overview.html
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example implementation of Rails Action Text
Example implementaion of action text in rails.
# Getting started
```console
bundle install
rails s
```
Note: We may need imagemagic installed seperately in our system for this app to be functional.