Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.16 KB

Build Status

This is the Rails app that powers RubyMem.com: A website to submit new reports about gems which have memory leaks. Also, a nice way to browse existing memory leak advisories.

Setup

Requires ruby-2.5 or higher, and Postgres.

./bin/setup

Seed

Setup steps will take care of this. If you want to reset your database, you can remove all records from the database and then call:

# ./bin/rails console
RubymemImporter.new.import!

Testing

After making changes, make sure you run the test suite:

bundle exec rake test

Collaboration

New issues and pull requests are welcome. Read our CODE_OF_CONDUCT.md before submitting an issue or pull request. Thank you! ❤️

FastRuby.io

fastruby rubymem.com is maintained and funded by FastRuby.io, inc. The names and logos for FastRuby.io are trademarks of FastRuby.io, inc.