Skip to content

thape-cn/high-five

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

58 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

High Five ๐Ÿ™Œ

Build Status

How to import DB

psql -d postgres
DROP DATABASE highfive_development;
CREATE DATABASE highfive_development WITH ENCODING='UTF8';
\q
psql -d highfive_development -f high_five_prod_db.sql

Development notes

When you want to debug the SCSS

Set shakapacker.yml hmr to true.

hmr: true

Why should always include "stimulus"

Because using webpack 5, the loading sequence do matter.

How to debug in VSCode?

Install Ruby LSP by Shopify and VSCode rdbg Ruby Debugger by KoichiSasada.

Make sure debug only having one version install as default gems, otherwise uninstall first:

gem uninstall -i /opt/homebrew/Cellar/ruby/3.2.2/lib/ruby/gems/3.2.0 debug
gem install debug --default

About

๐Ÿ™Œ Recognize employee done right and showing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published