mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Docs update
This commit is contained in:
parent
acd66deeea
commit
502f53eb92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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. 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
|
1. To run VS Code plugin Ruby Test Explorer in docker container you need to create path to custom
|
||||||
|
1. Do not commit too much without testing. Also keep commits small for documentation and reversability issues.
|
||||||
This is just random tips for development. Not a full documentation.
|
|
||||||
|
|
||||||
## Best practices
|
## Best practices
|
||||||
|
|
||||||
|
1. https://nvie.com/posts/a-successful-git-branching-model/
|
||||||
1. https://github.com/rubocop-hq/ruby-style-guide
|
1. https://github.com/rubocop-hq/ruby-style-guide
|
||||||
1. https://rails-bestpractices.com/
|
1. https://rails-bestpractices.com/
|
||||||
1. http://www.betterspecs.org/
|
1. http://www.betterspecs.org/
|
||||||
|
|
Loading…
Reference in a new issue