Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jade-rails-adapter

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jade-rails-adapter

  • 1.11.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Ruby on Rails Integration with Jade

Forked from mahipal/jade-rails

What this fork introduces

This fork changes the way template is compiled. It adds support of useful Jade features:

How it works

In mahipal/jade-rails templates were compiled using Jade compiler with ExecJS. But ExecJS has some limitations to Node API and this restrics some Jade features.

Jade template can be alternatively compiled using command line. This method is impemented in this fork.

Installing

Install Jade globally via npm:

npm install -g jade

Add to your Gemfile:

gem 'jade-rails', github: 'yivo/jade-rails'

Require Jade runtime.js:

//= require jade/runtime

Rest of README

Check mahipal/jade-rails

FAQs

Package last updated on 04 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc