From 502f53eb9232e72c76119773155397f8f0def233 Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Sun, 22 Mar 2020 15:24:57 +0200 Subject: [PATCH] Docs update --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e1bfa3e..19540d7 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -16,11 +16,11 @@ Just run and open http://localhost:4000/ sudo echo `docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ensl_dev_db` db >> /etc/hosts 1. VS Code and RubyMine are great IDE's/editors. 1. To run VS Code plugin Ruby Test Explorer in docker container you need to create path to custom - -This is just random tips for development. Not a full documentation. +1. Do not commit too much without testing. Also keep commits small for documentation and reversability issues. ## Best practices +1. https://nvie.com/posts/a-successful-git-branching-model/ 1. https://github.com/rubocop-hq/ruby-style-guide 1. https://rails-bestpractices.com/ 1. http://www.betterspecs.org/