项目作者: yegor256

项目描述 :
Open Source Incubator
高级语言: Ruby
项目地址: git://github.com/yegor256/codexia.git
创建时间: 2020-01-16T15:22:04Z
项目社区:https://github.com/yegor256/codexia

开源协议:MIT License

下载


EO principles respected here
DevOps By Rultor.com
We recommend RubyMine

Build Status
PDD status
codecov
Maintainability
License
Hits-of-Code

Codexia is an open source incubator. We want to build
a community of reviewers and advisers to help us select the most
interesting emerging open source projects. According to
the selection made by the community we want to donate
our funds to the most promising teams and projects.

Read our Terms of Use.

We have the following official bots at the moment:

If you want to add yours, join our
Telegram group and suggest it.

How to contribute

Read these guidelines.
Make sure your build is green before you contribute
your pull request. You will need to have Ruby 2.3+,
Java 8+, Maven 3.2+, PostgreSQL 10+, and
Bundler installed. Then:

  1. $ bundle update
  2. $ bundle exec rake

If it’s clean and you don’t see any error messages, submit your pull request.

To run a single unit test you should first do this:

  1. $ bundle exec rake run

And then, in another terminal (for example):

  1. $ ruby test/test_risks.rb -n test_adds_and_fetches

If you want to test it in your browser, open http://localhost:9292. If you
want to login as a test user, just open this: http://localhost:9292?glogin=test.

Should work.