Embedded JavaScript templates
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
TypeScript definitions for ejs
For ruby and ruby on rails
EJS (Underscore/LoDash Templates) loader for webpack
Ruby SemVer in TypeScript.
Use Ejs in your entrypoint i.e index.html
Convention over configuration for using Vite in Ruby apps
EJS renderer plugin for Hexo
Like ruby's abbrev module, but in js
Linter/Syntax Checker for EJS Templates
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
Layout support for ejs in express.
No description provided.
Embedded JavaScript templates
Embedded Template (ERB, EJS) grammar for tree-sitter
Base view plugin for egg
EJS support for JSTransformers.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Convention over configuration for using Vite in Rails apps
JavaScript client for graphql-ruby
EJS webpack loader (without frontend dependencies)
Compile EJS (Embedded JavaScript) templates in Ruby.
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
Ejs to Javascript compiler.
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.
Clientide Haml JS templates for rails that "just work" (like they should). Why another Haml JavaScript gem? Uglyog's library lets you use coffeescript, which allows the embedded JavaScript in your Haml templates to be much more beautiful and Ruby-like. While I'm not the biggest fan of coffeescript for actual javascript coding, it's the perfect solution for haml templates. The gem hooks in to the asset pipeline, convention over configuration style, very similar to the EJS gem, to give you precompiled haml templates which are actually blazing fast for the user and should be perfectly compatible with precompiled assets in production environments.