@@ -31,6 +31,8 @@ start their own crowdfunding platform or campaign.
31
31
32
32
macOS: =brew install rbenv=
33
33
34
+ Official rbenv documentation: https://github.com/rbenv/rbenv.
35
+
34
36
**** Install Ruby version 2.4.1
35
37
36
38
macOS: =rbenv install 2.4.1=
@@ -55,7 +57,7 @@ however that you can easily use by:
55
57
56
58
=cd config; ln -s database.yml.example database.yml; cd -=
57
59
58
- Alternatively you can configure PG , MySQL or others.
60
+ Alternatively you can configure PostgreSQL , MySQL or others.
59
61
60
62
**** Migrate Database
61
63
@@ -74,7 +76,7 @@ Automatically run tests while development
74
76
guard
75
77
#+END_SRC
76
78
77
- For Emacs Users: When using ` enh-ruby-mode` , this will also
79
+ Note for Emacs Users: When using = enh-ruby-mode= , this will also
78
80
automatically color your status bar either green on success or red on error.
79
81
80
82
**** Live Reload
@@ -84,20 +86,6 @@ and saving of =*.erb= files will reload your browser. Developing
84
86
=*.scss= files will also hot-load the respective CSS within the
85
87
browser.
86
88
87
- **** Development collaboration
88
-
89
- We have good quality assurance and an established workflow. This is it:
90
-
91
- 1. New Story in this README, section TODOs
92
- - In the form of a User Story (As =<persona>=, [When I =<state>= ],
93
- I want =<something>=, so that =<measurable achievement>=
94
- 1. New Branch in Git
95
- - Naming: (feature|bugfix|chore)/short-description
96
- 1. Develop / Test Locally until tests pass on CI
97
- 1. Create Merge Request on Gitlab to Master. Assign someone to review.
98
- 1. Finish Story
99
- 1. Assigned person: Merge to Master, deploy and accept the story on Pivotal
100
-
101
89
*** Deployment
102
90
103
91
**** Premise
0 commit comments