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

unifig-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unifig-rails

  • 0.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Unifig::Rails

Adds Rails support to Unifig.

Version Test

Installation

Add it to your Gemfile:

gem 'unifig-rails', '~> 0.4.0'

Run the configuration generator:

bundle exec rails generate unifig:config

This project uses Semantic Versioning. Check out GitHub releases for a detailed list of changes.

Usage

Once your Rails app has been started you will be able use Unifig with the setup you've created in config/unifig.yml.

For information on how to use Unifig see the documentation for that gem.

If you need to know more information about the variables in Unifig you can run rake unifig:vars and get a listing.

> rake unifig:vars
┌────────┬────────────────┬──────────┬──────────┬─────────┐
│        │                │          │          │         │
│ Var    │ Value          │ Provider │ Required │ Method  │
├────────┼────────────────┼──────────┼──────────┼─────────┤
│        │                │          │          │         │
│ HOME   │ "/Users/aaron" │ env      │ true     │ .home   │
│        │                │          │          │         │
│ NAME   │ "Aaron"        │ local    │ true     │ .name   │
│        │                │          │          │         │
│ HELLO  │ "hi \"Aaron\"" │ local    │ false    │ .hello  │
└────────┴────────────────┴──────────┴──────────┴─────────┘

Contributing

If you want to contribute to Unifig::Rails, please read our contribution guidelines. A complete list of contributors is available on GitHub.

License

Unifig is licensed under the MIT License.

FAQs

Package last updated on 01 Sep 2022

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