Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
/ ruvii Public archive

A collection of functions and patterns that we use on a daily basis; also serving as a style guide.

License

Notifications You must be signed in to change notification settings

wavii/ruvii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruvii

A collection of functions and patterns that we use on a daily basis; also serving as a style guide.

Usage

Stick it in your Gemfile and require it.

Developing

We manage nearly all of the dev concerns of ruvii via guard. Just kick off guard in the background, and it will take charge of running the tests and reloading them whenever anything changes.

Remember: This project includes only features and patterns that we use on a (mostly) daily basis. Keep it focused!

Code Coverage

For small focused features like this, code coverage is great! You have two options to get at it:

  • Run rake or rake coverage - it will run the full test suite and report on coverage

  • Start guard in coverage mode via COVERAGE=yes guard and you will have partial coverage reports written with each test run.

License

Ruvii is MIT licensed by Wavii, Inc. http://wavii.com

See the accompanying file, MIT-LICENSE, for the full text.

About

A collection of functions and patterns that we use on a daily basis; also serving as a style guide.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages