Loads environment variables from `.env.[development|test|production][.local]` files
Loads environment variables from .env file
Expand environment variables using dotenv
WebSocket framework for Ruby on Rails.
A global executable to run applications with the ENV variables loaded by dotenv
Rails UJS for the react-rails gem
A simple webpack plugin to support dotenv.
Use webpack to manage app-like JavaScript modules in Rails
Unobtrusive scripting adapter for jQuery
dotenv... but with defaults!
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
react-on-rails JavaScript for react_on_rails Ruby gem
Next.js dotenv file loading
A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request
Robust Environment Configuration for Universal Applications.
Convention over configuration for using Vite in Rails apps
Load environment variables using import statements.
Attach cloud and local files in Rails applications
a secure dotenv–from the creator of `dotenv`
A secretlint rule for dotenv
TypeScript definitions for @rails/activestorage
TypeScript definitions for @rails/actioncable
Ruby on Rails unobtrusive scripting adapter
Preload environment variables with dotenv into serverless.
Autoload dotenv in Rails.
Upload env file to remote server with Capistrano 3.
Decrypt .env.vault file.
Loads environment variables with dotenv-schema in Rails
This rubygem does not have a description or summary.
This gem aims to load config to ENV varaible easily. Currently configuration can be done by a .env, a yaml file or by loading from AWS System Manager Parameter Store which is recommended for production deployment.
Production-ready provisioning and deployment recipes for Rails 4 and Rails 5 stacks. Installs and configures Ruby, Nginx, Unicorn, PostgreSQL, dotenv, and more onto Ubuntu using Capistrano.
Does all the heavy lifting for production-ready provisioning and deployment for the full Rails 5.1 stack. Installs and configures Ruby, Nginx, Puma, PostgreSQL, dotenv, Let's Encrypt and more onto Ubuntu 14.04 LTS using Capistrano.
I wanted to give environment variables to Rails on the host PC while using docker-compose, but I created it for use when I do not want to duplicate definitions. Please use when dotenv etc. can not be used
EnvCheck is a lightweight Ruby gem that ensures your required and optional environment variables are present and valid before your app boots. Features smart config discovery (.env_check.yml or config/env_check.yml), comprehensive type validation with 9 built-in validators, .env loading with dotenv, and professional CLI tools. Framework-agnostic design works with Rails 7.1+ through Rails 8.0+, Ruby 3.0+.