You can find the week outline here.
The card wall is here (Need an invite? Ask on Slack!)
Database has been changed from SQLite to Postgresql. If you are getting an error from your latest pull request please rerun the 'quickstart' process to update the DB ORM and initialize the new DB locally.
First, clone this repository. Then:
bundle install
bin/rails db:create
bin/rails db:migrate
bundle exec rspec # Run the tests to ensure it works
bin/rails server # Start the server at localhost:3000We're using:
- RSpec for testing
- Clearance for user authentication
Uploaded images are all same height, keep the correct aspect ratio.