Skip to content

prakashlaxkar/rails-contributors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Contributors

This is the application behind http://contributors.rubyonrails.org.

Ruby

Needs Ruby 2.1.

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/rake test

License

Released under the MIT License, Copyright (c) 2012–ω Xavier Noria.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.1%
  • HTML 5.0%
  • CSS 2.0%
  • Other 0.9%