You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`createuser [new_user] --createdb` # if necessary
39
-
-`rake db:create db:migrate`
40
-
-`rake db:migrate`
41
-
-`rake db:seed`
42
-
43
-
### Run tests faster
44
-
45
-
Spring will make running your tests faster, but to take advantage of it you need to run it independently (i.e. without `bundle exec`). Install spring gem the old fashioned way
46
-
47
-
gem install spring
48
-
49
-
### Update configurations
50
-
51
-
rake secret
52
-
53
-
And place result into config/initializers/secret_token.rb
54
-
55
-
**prerequisite:**
56
-
57
-
`brew install postgres` or [install and launch Postgres app](http://postgresapp.com/)
58
-
59
-
You will probably run into some errors, use these resources to fix them:
-[[...] Setting SHMMAX etc values on MAC OS X 10.6 for PostgreSQL](http://stackoverflow.com/questions/2017004/setting-shmmax-etc-values-on-mac-os-x-10-6-for-postgresql)
26
+
-`rake db:setup db:seed`
64
27
65
28
# Workflow
66
29
@@ -73,7 +36,3 @@ You will probably run into some errors, use these resources to fix them:
0 commit comments