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

erp_app

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erp_app

  • 4.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

#ErpApp

Provides an application infrastructure based on the Sencha/extjs UI framework, as well as several utilities and example applications. It houses the core application container framework and component model infrastructure that play a key role in the RAD/Agile orientation of CompassAE.

##Initializer Options

  • session_warn_after
    • This is the time in minutes when the user will be warned that thier session is about to expire due to inactivity.
    • Default : 18
  • session_redirect_after
    • This is the time in minutes a user will be redirected to the login screen. It should be set to mimic your Rails configuration
    • Default : 20

Override Initializer

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

Rails.application.config.erp_app.configure do |config|
  config.session_warn_after = 18 #in minutes
  config.session_redirect_after = 20 #in minutes
end
Rails.application.config.erp_app.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