rails-env-credentials icon indicating copy to clipboard operation
rails-env-credentials copied to clipboard

Enhances Rails credentials for multiple environments

Results 2 rails-env-credentials issues
Sort by recently updated
recently updated
newest added

Would you like the Readme to mention the convention `RAILS_MASTER_KEY_STAGING` that can be used for deployed environments?

In order to generate files for my staging and development environments, I had to comment out `Rails.application.initialize!` in config/environment.rb. Is this consistent with the experience others should expect, and if...