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

rubyfy-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubyfy-rails

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Rubyfy for Rails

Rubyfy brings some of the Ruby methods you miss in JavaScript to your Rails app.

Installation

Add Rubyfy to your gemfile:

gem 'rubyfy-rails'

Inside of your application.js file add the line:

//= require rubyfy

And wham-bam you can now call [1, 2, 3].last() in your JS code and get 3 returned to you!

Why?

The rubyfy-rails gem makes it easy to add Rubyfy to your Rails app. If you're like me, you might miss some of the Ruby methods you love when coding in JavaScript.

Configuration + Methods

Check out config options and a full list of available methods in the Rubyfy README.

License

MIT - Free and open for all. Plz contribue!

FAQs

Package last updated on 13 Nov 2019

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