kimihito / railsguides.jp-contributors

The web application that runs https://contributors.railsguides.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Contributors

This is the application behind https://contributors.railsguides.jp/.

Ruby

Needs Ruby 2.2.7.

System dependencies

PostgreSQL, and rugged dependencies.

In Ubuntu:

# PostgreSQL
sudo apt-get install postgresql postgresql-contrib libpq-dev

# rugged dependencies
sudo apt-get install cmake libgit2-0 libgit2-dev

How to run the tests

Use the setup script to configure your application to be able to run the tests:

bin/setup

After this you can use the Rails rake tasks:

bin/rails test

License

Forked from fxn/rails-contributors, Copyright (c) 2012–ω Xavier Noria.

Customized for railsguides.jp, released under the MIT License © 2017 YassLab.

YassLab Logo

About

The web application that runs https://contributors.railsguides.jp/

License:MIT License


Languages

Language:Ruby 92.5%Language:HTML 4.7%Language:CSS 1.9%Language:Nginx 0.6%Language:JavaScript 0.2%Language:Shell 0.1%