/enigma-rb

Enigma cipher written in Ruby and Rails

Primary LanguageRubyMIT LicenseMIT

Enigma.rb

Enigma cipher written in Ruby and Rails

The goal of this project was...

  • to learn about Ruby on Rails,
  • to learn about openShift,
  • and of course to learn about Enigma. :)

Config to work on openShift

Replace the following line in config/secrets.yml:

secret_key_base: <%=ENV['SECRET_KEY_BASE']%>

with:

secret_key_base: <%=ENV['OPENSHIFT_SECRET_TOKEN']%>

Push to openShift

git remote add openshift ssh://<your ssh url>

git push --set-upstream openshift master

References