Skip to content

Rake task and capistrao recipe to replace the secret token of your rails configuration

License

Notifications You must be signed in to change notification settings

digineo/secret_token_replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Secret Token Replacer

This gem helps you to replace the secret token of your rails 3.x application. It contains a rake task to replace the secret token in your config/initializers/secret_token.rb and a capistrano recipe that generates and symlinks the secret token during deployment.

Installation

Add this repository to your gemfile:

gem 'secret_token_replacer', :git => 'git://github.com/digineo/secret_token_replacer.git'

And require the recipes in your config/deploy.rb:

require 'secret_token_replacer/recipes'

That's it!

Added tasks

This rake task replaces the secret token in your configuration:

rake secret:replace

This capistrano task replaces and symlinks the secret_token.rb during deployment:

cap deploy:symlink_secret

It will be automatically executed after the deploy:update task.

License

Copyright © 2012 Digineo GmbH, released under the MIT license.

About

Rake task and capistrao recipe to replace the secret token of your rails configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages