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

github.com/cleverlemming/refinerycms-snoods

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cleverlemming/refinerycms-snoods

  • v0.0.0-20160313191259-9b40d46e8da6
  • Source
  • Go
  • Socket score

Version published
Created
Source

Snoods extension for Refinery CMS.

Simple RefineryCMS extension for creating download pages and sending leads to Salesforce.

How does Snoods work?

Snoods provides a basic form for embedding on lead generation/download pages. The prospect surrenders an email address for access to a download like a white paper or video. Prospect information is saved in a table called Snoods and is sent to Salesforce using Salesforce's web-to-lead process (Salesforce account required). The link is sent from Salesforce, where you can also automate various processes to manage the lead over its lifetime.

Requirements

This version of refinerycms-snoods supports Refinery 3.x and Rails 4.1.x.

  • Refinery CMS version 3.0.0 or above.
  • Figaro gem recommended for configuration

Install

Open up your Gemfile and add at the bottom this line:

gem 'refinerycms-snoods', github: 'cleverlemming/refinerycms-snoods', branch: 'master'

Now, run bundle install

Next, to install the snoods plugin run:

rails generate refinery:snoods

Run database migrations:

rake db:migrate

Configuration

Copy application.example.yml to refinery's root config directory and be sure application.yml is in .gitignore (Figaro gem required). Figaro will add application.yml to .gitignore when you run figaro install.

Testing

Run tests from vendor/extensions/snoods. Open up coverage/index.html in a web browser to see test coverage (uses simplecov gem).

FAQs

Package last updated on 13 Mar 2016

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