JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 692 public repositories matching this topic...
Acceptance criteria
- Name: Break the word and show the name in the second line.
- Email: Truncate the email address, show full email address on hover.
Provide a button on the right to copy the full email addre
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
Web Application Security Scanner Framework
-
Updated
Jan 28, 2020 - Ruby
Automated code review for GitHub pull requests.
-
Updated
Aug 18, 2020 - Ruby
Free, open source mental health communication web app to share experiences with loved ones
-
Updated
Oct 6, 2020 - Ruby
Use Service Worker with the Rails asset pipeline
-
Updated
Sep 9, 2020 - Ruby
Ada Developers Academy Online Curriculum
-
Updated
Sep 3, 2020 - Ruby
Smart code search for Ruby, Go, and JavaScript
-
Updated
Sep 11, 2020 - Ruby
Webpacker plugin to integrate React in your Rails application
-
Updated
Sep 7, 2020 - Ruby
React and Rails 5 calendar appointment app
-
Updated
Feb 12, 2020 - Ruby
18F's Front End Guild – content has been moved to https://github.com/18F/development-guide
-
Updated
Feb 7, 2020 - Ruby
When trying to set a rival for a game/category in which you already have a rival, the button correctly says "Replace as a rival", but clicking it gives an error that "Category has already been taken", presumably because we're not removing the old rivalry before trying to create a new one.
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
-
Updated
Oct 29, 2017 - Ruby
Brings together information about OpenStreetMap tags and makes it searchable and browsable
-
Updated
Oct 6, 2020 - Ruby
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
-
Updated
Jun 24, 2020 - Ruby
A productive library for Classic Rails, React and Redux
-
Updated
Sep 20, 2020 - Ruby
Code Climate engine for code duplication analysis
-
Updated
Aug 19, 2020 - Ruby
Gets your Rails templates/json into your JavaScript specs.
-
Updated
May 31, 2020 - Ruby
This is my personal website. I built it in Ruby on Rails with Haml and other tools. Includes: portfolio section, resume, speaking, and blog with the most recent blog post on the home page. It's open source feel free to fork it.
-
Updated
Jun 5, 2020 - Ruby
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia




I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se