Skip to content

Source Code for a Rails application to report gems that are known to have memory leaks.

License

Notifications You must be signed in to change notification settings

ombulabs/rubymem.com

This branch is 35 commits behind rubymem/rubymem.com:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2019
May 16, 2020
Oct 29, 2019
May 16, 2020
Sep 22, 2019
Aug 21, 2019
Aug 23, 2019
Aug 21, 2019
Oct 28, 2019
Aug 21, 2019
Aug 21, 2019
Oct 29, 2019
Oct 29, 2019
May 16, 2020
Oct 24, 2019
Aug 21, 2019
Apr 2, 2020
May 16, 2020
Aug 21, 2019
Aug 21, 2019
May 16, 2020
Aug 26, 2019
Aug 21, 2019
Aug 21, 2019

Repository files navigation

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! ❤️

About

Source Code for a Rails application to report gems that are known to have memory leaks.

https://rubymem.com

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.8%
  • HTML 25.0%
  • CSS 3.0%
  • JavaScript 1.2%