ksoda / rails-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails playground

Creating blog app

System dependencies

gem install bundler-audit
docker-compose run --rm rails bin/setup

How to run the test suite

bin/rake

Services (job queues, cache servers, search engines, etc.)

Deployment instructions

Local development

docker run --rm --net=host -e POSTGRES_HOST_AUTH_METHOD=trust postgres
env RAILS_ENV=development DATABASE_URL=postgres://postgres@localhost:5432 bin/rails db:setup

About


Languages

Language:Ruby 74.8%Language:HTML 14.2%Language:JavaScript 7.3%Language:Dockerfile 3.1%Language:TypeScript 0.4%Language:Svelte 0.2%Language:SCSS 0.2%