Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Template project using Rails 6 with PostgreSQL + Docker

Notifications You must be signed in to change notification settings

leap2digital/poc-action-text

 
 

Repository files navigation

Action Text PoC

This is a Rails 6 + PostgreSQL app dockerized built to test Action Text.

It has a Post scaffolded model with a content attribute as rich text. You can create a new Post through the route /posts/new to see the Trix editor running.

You can attach files to the Trix editor and it will be processed by Active Storage locally. If you go to /posts/:id/ you can see the post's rich text content displayed.

Set up

Before running the app you need to set up the containers:

docker-compose up

This should also build any container images you need. After that, you should open a new terminal window, attach to the web container and set up the database:

rails db:setup

Then you should be good to go.

About

Template project using Rails 6 with PostgreSQL + Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.0%
  • HTML 12.3%
  • JavaScript 6.1%
  • SCSS 3.7%
  • Dockerfile 1.3%
  • CSS 1.2%
  • Shell 0.4%