rubocop-rails VS plugin-ruby

Compare rubocop-rails vs plugin-ruby and see what are their differences.

rubocop-rails

A RuboCop extension focused on enforcing Rails best practices and coding conventions. (by rubocop-hq)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
rubocop-rails plugin-ruby
7 7
781 1,445
2.2% 0.7%
9.1 8.3
9 days ago 7 days ago
Ruby JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rubocop-rails

Posts with mentions or reviews of rubocop-rails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-05.
  • RuboCoping with legacy: Bring your Ruby code up to Standard
    2 projects | /r/ruby | 5 Apr 2023
    1) Auto-correcting a whole (large) codebase at once with tons of offenses and dozens of active branches should be used with caution. Merge conflicts, blame pollution (ok, can be solved with .git-blame-ignore-revs, though can hardly remember any project using it). Though, the most important argument is that auto-correct can introduce bugs. Unfortunately, even safe autocorrect can be unsafe. Recently, I broke one popular project (with a decent, but not 99.999% test coverage) with a single "safe" auto-correction commit πŸ™‚ (This issue).
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    It's also possible to extend RuboCop through additional linters and formatters. You can build your own extensions or take advantage of existing ones if they are relevant to your project. For example, a Rails extension is available for the purpose of enforcing Rails best practices and coding conventions.
  • Technical leadership during large refactors
    1 project | dev.to | 11 May 2022
    I'm still getting used to writing these. Still, this article from Evil Martians has been a big help. The rubocop-rails codebase also had some cops similar to what I wanted to put together. The cop we've put together checks if the class inherits from ActiveModel::Serializer and adds an offence to that line.
  • Future of Ruby – AST Tooling
    4 projects | dev.to | 14 Nov 2021
    Let's take a glance at the action_filter cop real quick here, but just a quick part of it:
  • Learning style?
    2 projects | /r/rails | 14 Jun 2021
    Following on from this, I highly recommend setting up your editor to automatically lint Ruby files with RuboCop and its Rails extension and start adapting your code to adhere to the Ruby Style Guide.
  • Rails 7 will introduce invert_where method, but it's dangerous
    4 projects | dev.to | 2 May 2021
  • Learning Ruby: Things I Like, Things I Miss from Python
    11 projects | news.ycombinator.com | 15 Feb 2021
    I just would like to point out that even though that is the most sane way, it comes with it owns set of problems. One of them is when developers start to code to cheat the linter, or they complicate the code just to "make the linter happy", another is when the linting rule introduces problems/errors like https://github.com/rubocop-hq/rubocop-rails/issues/418

plugin-ruby

Posts with mentions or reviews of plugin-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Unveiling the big leap in Ruby 3.3's IRB
    6 projects | news.ycombinator.com | 23 Dec 2023
  • Rails vs Rubocop?
    3 projects | /r/rails | 1 Jul 2022
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    Prettier started out as an opinionated code formatter for JavaScript, but it now supports many other languages, including Ruby. Installing its Ruby plugin is straight forward: add the prettier gem to your Gemfile and then run bundle.
  • Halp: Prettier not working on lua files
    4 projects | /r/neovim | 14 May 2022
    You'd need a prettier plugin for Lua, similar to the ones that exist for php (https://github.com/prettier/plugin-php) and ruby (https://github.com/prettier/plugin-ruby). I'm pretty sure that there isn't one for Lua, but you can try googling it.
  • Formatter
    1 project | /r/ruby | 31 May 2021
    Did you try prettier maybe?
  • Standard Ruby 1.0
    1 project | news.ycombinator.com | 11 Mar 2021
    To me "stardard" ruby style is style used in the std-lib.

    Whilst I can see the benefit of having an AST format code for you, e.g. if can you use it to fix language version changes like positional arguments and keyword arguments in Ruby 3,.0 I worry about how good/bad RuboCop is at formatting.

    Last time I tried it, it was indenting in a different way to the std-lib.

    At the time I found that prettier-ruby[1] did a much better job. Hopefully that's improved since.

    1. https://github.com/prettier/plugin-ruby

  • My Rubocop Configuration for a Successful Rails Project
    3 projects | dev.to | 9 Feb 2021
    Rubocop has a very nice auto-correct feature to automatically fix many of the warnings it gives, but we've noticed in the past that with line length issues specifically the auto-corrected files can be misformatted. For that reason, we use the Ruby plugin for Prettier to correct line length.

What are some alternatives?

When comparing rubocop-rails and plugin-ruby you can also consider the following projects:

Django - The Web framework for perfectionists with deadlines.

vim-prettier - A Vim plugin for Prettier

coc-solargraph - Solargraph extension for coc.nvim

Strapi - πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

prettier-plugin-solidity - A Prettier plugin for automatically formatting your Solidity code.

rubocop-performance - An extension of RuboCop focused on code performance checks.

prettier-plugin-prisma - Prettier plugin for Prisma

standard - Ruby's bikeshed-proof linter and formatter 🚲

prettier - Prettier is an opinionated code formatter.

gringotts - A complete payment library for Elixir and Phoenix Framework

prettier-eslint - Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles: