JavaScript Ruby

Open-source JavaScript projects categorized as Ruby

Top 23 JavaScript Ruby Projects

  • curriculum

    The open curriculum for learning web development

  • Project mention: Confidently Incorrect - Navigating Battleships | dev.to | 2024-04-16

    There were frustrations and compromises and victories, but little by little I can see my progress, and I still enjoy the act of overcoming these new challenges and learning more and more. Each day is another little lesson. I look forward to continuing with The Odin Project and the next challenges, but in the meantime I must return to looking for my alternance (apprenticeship) and maybe a small personal project before launching into the next part of the curriculum.

  • react-rails

    Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker.

  • 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 logo
  • Administrate

    A Rails engine that helps you put together a super-flexible admin dashboard.

  • up-for-grabs.net

    This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!

  • Project mention: Merge Mastery: Elevating Your Pull Request Game in Open Source Projects | dev.to | 2024-02-15

    Up-for-Grabs projects: Find issues specifically marked for beginner contributions.

  • Sunspot

    Solr-powered search for Ruby objects

  • jekyll-admin

    A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.

  • Twitter-API-v2-sample-code

    Sample code for the Twitter API v2 endpoints

  • Project mention: How do I send an HTTP request to twitter to post a tweet? [Help] | /r/tasker | 2023-07-10

    They have sample code in javascript, python, and ruby for making a tweet. I tried javascript and executing through nodejs, but I kept getting errors on the very first line that I don't understand how to solve . It's about a package that needs to be installed but I installed it already (require ('got') is where the error occurs). Here's the code if it helps: https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/main/Manage-Tweets/create_tweet.js

  • 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 logo
  • Spina CMS

    Spina CMS

  • plugin-ruby

    Prettier Ruby Plugin

  • Project mention: Unveiling the big leap in Ruby 3.3's IRB | news.ycombinator.com | 2023-12-23
  • rules

    Durable Rules Engine (by jruizgit)

  • lookbook

    A UI development environment for Ruby on Rails apps ✨

  • pre-commit

    A slightly improved pre-commit hook for git (by jish)

  • autochecker

    ♻️ Test your libraries in many different versions of NodeJS, Ruby, Java and many other languages

  • Hyperstack

    Hyperstack ALPHA https://hyperstack.org

  • madmin

    A robust Admin Interface for Ruby on Rails apps

  • swift-auto-diagram

    A Ruby script that scans all swift code from the specified folders and files and automatically generates an entity diagram (similar to a class diagram) which can be viewed in a browser.

  • hotwire-livereload

    Live reload gem for Hotwire Rails apps.

  • Wreeto

    Wreeto is an open source note-taking, knowledge management and wiki system.

  • Codecademy-Exercise-Answers

    :mortar_board: Codecademy.com exercise answers

  • reviews

    Reviewing some online CS courses I took (by spamegg1)

  • serverless-layers

    Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.

  • microservice-demo

    A cloud-native project management microservice application. Services are built with various technologies e.g Go, NodeJS, Python, Ruby, MongoDB, MySQL, PostgreSQL

  • tree-sitter-ruby

    Ruby grammar for tree-sitter

  • Project mention: Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit | /r/emacs | 2023-05-19

    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))

  • 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.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-16.

JavaScript Ruby related posts

Index

What are some of the best open-source Ruby projects in JavaScript? This list will help you:

Project Stars
1 curriculum 8,741
2 react-rails 6,723
3 Administrate 5,803
4 up-for-grabs.net 5,188
5 Sunspot 2,966
6 jekyll-admin 2,789
7 Twitter-API-v2-sample-code 2,526
8 Spina CMS 2,165
9 plugin-ruby 1,441
10 rules 1,106
11 lookbook 808
12 pre-commit 789
13 autochecker 597
14 Hyperstack 537
15 madmin 508
16 swift-auto-diagram 482
17 hotwire-livereload 410
18 Wreeto 387
19 Codecademy-Exercise-Answers 293
20 reviews 260
21 serverless-layers 223
22 microservice-demo 160
23 tree-sitter-ruby 152
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