plugin-ruby VS prism

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
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
plugin-ruby prism
7 6
1,446 761
0.8% 2.6%
8.2 9.9
12 days ago 6 days ago
JavaScript C
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.

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.

prism

Posts with mentions or reviews of prism. 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
    IRB type completion comes as a result of a chain of events which starts from the incredible work done by Kevin Newton (et al) to write a new canonical Ruby parser called Prism in C99 with no dependencies [1].

    With Prism, you can then create tool suites like syntax_tree [2], which then leads Prettier formatters [3], a new Ruby LSP [4], which unlocks a new Ruby LSP VS Code extension [5], not to mention a laundry list of other gems like Rubocop and of course Ruby itself that will benefit from a faster and more maintainable Ruby parser.

    It's a beautiful illustration of the power of questioning conventions, going back to first principles to uncover better solutions to previously solved problems, whose new solutions create new capabilities which unlocks the ability to solve new problems.

    [1]: https://github.com/ruby/prism

  • RubyConf 2023 Recap
    3 projects | dev.to | 20 Nov 2023
    Kevin Newton talked about Prism, a new Ruby parser. He discussed the challenges that come with parsing Ruby. He shared what's next, and what we can and should expect from our Ruby tooling in the future. He ended with an impassioned discussion about building a contributor community around a single tool.
  • Ruby 3.3.0-Preview3 Released
    1 project | news.ycombinator.com | 12 Nov 2023
    It’s disappointing there doesn’t seem to be an easily available blog post or announcement (maybe I just didn’t find it), but the design doc lists a few motivations: https://github.com/ruby/prism/blob/main/docs/design.md

    It looks like there was also a podcast interview last year that touches on the origins of the project: https://topenddevs.com/podcasts/ruby-rogues/episodes/the-new...

    Reading between the lines it looks to me like this is motivated by ripper (the old parser) not being a great fit for tooling around ruby like IDE LSP integrations and such. Ripper isn’t fault tolerant (if the script has a a syntax error you don’t get a partial tree, just an exception); being implemented in ruby enough itself that it kind of depends on ruby which isn’t always convenient for integration (IDEs like vscode make plugins in JS easy, prism comes with node bindings), and maybe being enough of a crufty old code base that maintaining it and fixing those design issues was deemed impracticable.

    Also worth noting if it wasn’t clear I’m pretty sure this parser is not being used or intended to be used for a ruby runtime to actually execute scripts, and that’s not what ripper was for either. This is for tooling that operates on ruby files for other purposes: syntax highlighting, linting, stuff like that.

  • Ruby 3.3.0-preview1 Released
    2 projects | /r/ruby | 12 May 2023
    I thought yarp was where ruby parsing was heading
  • Shopify/Yarp: Yet Another Ruby Parser
    1 project | news.ycombinator.com | 11 Jan 2023
  • Shopify/yarp: Yet Another Ruby Parser
    1 project | /r/ruby | 21 Dec 2022

What are some alternatives?

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

vim-prettier - A Vim plugin for Prettier

ruby-lsp - An opinionated language server for Ruby

coc-solargraph - Solargraph extension for coc.nvim

microjit-bench - Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.

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

prettier-plugin-prisma - Prettier plugin for Prisma

prettier - Prettier is an opinionated code formatter.

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

eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.

solargraph - A Ruby language server.

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

eslint-plugin-prettier - ESLint plugin for Prettier formatting