{"id":15101706,"url":"https://github.com/lucascaton/massa","last_synced_at":"2025-09-26T22:32:00.285Z","repository":{"id":56882894,"uuid":"48423032","full_name":"lucascaton/massa","owner":"lucascaton","description":"Keep the quality, good practices and security of Rails projects.","archived":true,"fork":false,"pushed_at":"2020-09-23T03:07:15.000Z","size":1913,"stargazers_count":60,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-16T07:09:33.988Z","etag":null,"topics":["good-practices","rails","rspec","rubocop","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucascaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-22T09:28:37.000Z","updated_at":"2023-10-11T15:26:13.000Z","dependencies_parsed_at":"2022-08-20T13:10:52.231Z","dependency_job_id":null,"html_url":"https://github.com/lucascaton/massa","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaton%2Fmassa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaton%2Fmassa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaton%2Fmassa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaton%2Fmassa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascaton","download_url":"https://codeload.github.com/lucascaton/massa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234193992,"owners_count":18794089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["good-practices","rails","rspec","rubocop","ruby"],"created_at":"2024-09-25T18:28:44.711Z","updated_at":"2025-09-26T22:31:55.028Z","avatar_url":"https://github.com/lucascaton.png","language":"Ruby","readme":"# 👌 Massa\n\n[![Gem Version](https://badge.fury.io/rb/massa.svg)](https://rubygems.org/gems/massa)\n[![Dependency Status](https://gemnasium.com/badges/github.com/lucascaton/massa.svg)](https://gemnasium.com/github.com/lucascaton/massa)\n[![Build Status](https://travis-ci.org/lucascaton/massa.svg?branch=master)](https://travis-ci.org/lucascaton/massa)\n[![Test Coverage](https://codeclimate.com/github/lucascaton/massa/badges/coverage.svg)](https://codeclimate.com/github/lucascaton/massa/coverage)\n[![Code Climate](https://codeclimate.com/github/lucascaton/massa/badges/gpa.svg)](https://codeclimate.com/github/lucascaton/massa)\n\nIt's not rare to have Ruby (and Rails) projects becoming hard to maintain and less fun after a while.\nThis gem helps you to keep or increase the quality, good practices and security of your projects.\n\n**Massa** can run in your CI using different code analyzers tools along with automated tests, instead of running only your automated tests.\n\nIe.: Instead of:\n\n    $ bundle exec rubocop \u0026\u0026 bundle exec brakeman -Aqz \u0026\u0026 bundle exec rails_best_practices \u0026\u0026 bundle exec rspec \u0026\u0026 karma start --single-run --browsers PhantomJS \u0026\u0026 etc\n\nYou will only need:\n\n    $ bundle exec massa\n\nYou can either use only the [default tools](https://github.com/lucascaton/massa/blob/master/config/default_tools.yml) or define your own by using a [simple config file](https://github.com/lucascaton/massa#usage).\n\n![massa](https://raw.githubusercontent.com/lucascaton/massa/master/readme/massa.gif)\n\nVerbose mode:\n\n![massa-v](https://raw.githubusercontent.com/lucascaton/massa/master/readme/massa-v.gif)\n\n## Installation\n\nAdd the following lines to your application's Gemfile:\n\n```ruby\ngroup :development, :test do\n  gem 'massa'\nend\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nGenerate a config file (optional):\n\n    $ bundle exec massa -g\n\nThis will generate a `config/massa.yml` file, which you can customize.\n\nThen, run:\n\n    $ bundle exec massa\n\nIt's recommended to use `-V` (or `--verbose`) flag when running it in a CI:\n\n    $ bundle exec massa -V\n\n## About the gem name\n\n**\"Massa\"** is a 🇧🇷 Portuguese slang which means **\"awesome\"**, so once you add it to your project, it becomes \"massa\"!\n\n## Contributing\n\n[Bug reports](https://github.com/lucascaton/massa/issues) and [pull requests](https://github.com/lucascaton/massa/pulls) are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Copyright\n\nCopyright (c) Lucas Caton.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaton%2Fmassa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascaton%2Fmassa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaton%2Fmassa/lists"}