Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rails Style Guide | 6,365 | 2 months ago | 19 | |||||||
A community-driven Ruby on Rails style guide | ||||||||||
Rubocop Rails | 712 | 537 | 380 | 2 days ago | 63 | July 07, 2022 | 114 | mit | Ruby | |
A RuboCop extension focused on enforcing Rails best practices and coding conventions. | ||||||||||
Souls | 329 | 7 months ago | 733 | October 14, 2022 | 3 | apache-2.0 | Ruby | |||
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, Active Record, RSpec, RuboCop, and Google Cloud. | ||||||||||
Rails Base | 189 | a year ago | 15 | Ruby | ||||||
Skeleton for new Rails based projects. | ||||||||||
Expertiza | 177 | a month ago | 135 | mit | Ruby | |||||
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation. | ||||||||||
Kitsu Server | 174 | 4 days ago | 27 | apache-2.0 | Ruby | |||||
:steam_locomotive: Rails API server for Kitsu | ||||||||||
Granite | 158 | 1 | 2 months ago | 29 | January 31, 2023 | 3 | mit | Ruby | ||
Business Actions architecture for Rails apps | ||||||||||
Rubocop Rails_config | 149 | 64 | 63 | a month ago | 102 | January 14, 2023 | 2 | mit | Ruby | |
RuboCop configuration which has the same code style checking as official Ruby on Rails. | ||||||||||
Devise Doorkeeper Cancan Api Example | 124 | 6 years ago | Ruby | |||||||
rails 4, rails-api, devise, doorkeeper, oauth, cancancan, rspec, puma, vcr, factory_girl, reqres_rspec, pg, dotenv, rack-cors, active_model_serializers, rubocop | ||||||||||
Rubocop Linter Action | 81 | 3 years ago | n,ull | mit | Ruby | |||||
Rubocop Linter Action: A GitHub Action to run Rubocop against your code! |
Granite is an alternative Rails application architecture framework.
Add this line to your application's Gemfile:
gem 'granite'
And then execute:
$ bundle
Or install it yourself as:
$ gem install granite
Please see our official documentation or check the granite application example.
We use semantic versioning for our releases.
Bug reports and pull requests are welcome on GitHub at toptal/granite.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
To run specs you can run
bin/setup
docker-compose up
rspec
Add this to your Rubocop config file:
require:
- rubocop-granite
This will add config for Lint/UselessAccessModifier
to treat projector
as separate context. It is equivalent to:
Lint/UselessAccessModifier:
ContextCreatingMethods:
- projector
Granite is released under the MIT License.