shescoding/shescoding-dot-org

Name: shescoding-dot-org

Owner: She's Coding

Description: null

Created: 2015-03-25 03:57:31.0

Updated: 2017-11-11 18:19:49.0

Pushed: 2017-11-11 01:38:03.0

Homepage: http://shescoding.org

Size: 16481

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

She's Coding

This is the code for the shescoding.org website.

About She's Coding

She's Coding is an open-source website project currently under development in cooperation with the documentary film CODE: Debugging the Gender Gap. She?s Coding is meant to serve as the destination for anyone who wants to learn more about the gender gap problem in computer science and become part of the solution.

Open-source?

Yes! She's Coding is build by the community, for the community. We currently have a small group of volunteers bootstrapping the project, and we are in the process of defining some simple rules on how to contribute for the wider community.

Let us know if you want to join our team!

Installation
Pre-commit hook

Please do not commit and push directly to the master branch! The hooks/pre-commit file in this repository contains a pre-commit hook that warns you if you are checking directly into master. In order to enable this hook, from the root of the repo do:

 hooks/pre-commit .git/hooks/
mod +x .git/hooks/pre-commit
Running the tests

In order to run the tests, make sure all the gems are installed and the test environment is set up properly with working database.

ndle install
ndle exec rake db:create RAILS_ENV=test
ndle exec rake db:schema:load RAILS_ENV=test
ndle exec rspec -fd

Notes:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.