New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

evvnt-submission-form-angular-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evvnt-submission-form-angular-rails

  • 0.0.6
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

evvnt-submission-form-angular-rails

evvnt-submission-form-angular packaged for Rails assets pipeline.

Usage

Add the following to your gemfile:

gem "evvnt-submission-form-angular-rails"

Add the following directive to your Javascript manifest file (application.js):

//= require evvnt-submission-form-angular

(or, to application.coffee)

#= require evvnt-submission-form-angular

Add the following directive to your stylesheets manifest file (application.css)

 *= require evvnt-submission-form

Add the following element to the html file you want the form to appear in at the place you want it to appear:

<evvnt-submission-form/>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Updating

Changes to the original javascript module can be pulled into this gem repo with the following command:

rake fetch

remember to then commit and push the changes before rebuilding and releasing the new gem version.

FAQs

Package last updated on 19 Nov 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