http://wiki.growstuff.org/index.php/Development/Coding_session
Make sure Postgres is running... $ pg_ctl -l ~/logs/postgresql.txt restart
check ruby --version (should be 2.1.1)
because I'm using rbenv and not rvm, to run locally do:
bundle exec unicorn
Issue tracker https://www.pivotaltracker.com/s/projects/646869
CI Server https://travis-ci.org/Growstuff/growstuff/builds/35780042
Test Coverage https://coveralls.io/files/295321166
To run a single test:
rake spec SPEC=spec/features/signup.rb
Mostly from this page: http://wiki.growstuff.org/index.php/Development/Setup
fork on github
git clone ...wsmoak/growstuff...
needs 'bundle exec unicorn' at the end -- (not using rvm but rbenv instead?!)