Skip to content
This repository was 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

d15f9f6 · Jun 25, 2012

History

43 Commits
Jun 25, 2012
Jun 24, 2012
Mar 23, 2012
Apr 6, 2012
Mar 23, 2012
Mar 24, 2012
Jun 25, 2012
Apr 9, 2012
Apr 6, 2012
Apr 10, 2012
Mar 24, 2012
Mar 30, 2012

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