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

knitkit

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knitkit

  • 3.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

#Knitkit CMS

Knitkit is an application that sits on top of the Compass AE framework that adds a fully functional CMS to Compass AE. It integrates with Amazon S3 and has extensions for our Erp Modules.

Logo

##Initializer Options

  • unauthorized_url
    • Url to redirect to when user attempts to navigate to a page they are not authorized to view.
    • Default : '/unauthorized'
  • ignored_prefix_paths
    • Array of paths for Knitkit to ignore.
    • Default : []

Override Initializer

To override these settings simple create a knikit.rb file in your initializers and override the config options you want

Rails.application.config.knitkit.configure do |config|
  config.unauthorized_url     = '/unauthorized'
  config.ignored_prefix_paths = []
end
Rails.application.config.knitkit.configure!

FAQs

Package last updated on 30 Jun 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