Socket
Book a DemoInstallSign in
Socket

rack-environment

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rack-environment

1.2.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

= rack-environment

Sets ENVironment variables around your app.

This can help you to more closely simulate your Heroku environment in development.

== Rails

config/environments/development.rb

config.gem 'rack-environment' config.middleware.use 'RackEnvironment'

config/environment.yml

VARIABLE1: value1 VARIABLE2: value2

== Rack

config.ru

Rack::Builder.new use RackEnvironment if ENV['RACK_ENV'] == 'development' run MyApplication.new end

== Options

use RackEnvironment, :environment => { :ONE => 'one', 'two' => 'two' } use RackEnvironment, :file => 'config/environment.yml'

== Using outside the Rack stack (Rake tasks)

Rakefile

require 'rack_environment_task' RackEnvironment::Task.new(...) # accepts same options as RackEnvironment

== Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with Rakefile or VERSION
  • Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2009 David Dollar. See LICENSE for details.

FAQs

Package last updated on 10 Nov 2009

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.