Skip to content

johanla0/rails-community-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Main CI

What is it?

Just a simple community blog example with a pinch of Hotwire. Everybody can read it, but you need to sign up to post new articles and leave comments.

App can be found here

TBU (moving from PaaS to VPS)

Development

Install locally (no docker containers currently)

make install

Start a new branch

make branch feature_name

Check styles (slim, js, scss) and run tests (models, controllers) before pushing

make check

Push

make push