Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Versions File

Tom Scott edited this page Nov 2, 2012 · 2 revisions

Versions File

The config/versions.yml is and will always remain the only configuration necessary for Rain to function on your Rails app, besides the Capistrano tasks. It should look something like this:

---
stage: rel_1.5.0
production: rel_1.4.9

To generate this file, run rails generate rain:install, and it should appear in your config/ folder. You should never need to edit this file, the YAML format was chosen as a readable data store, not a configuration platform.

Clone this wiki locally