aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-figaro/pkg-descr
blob: 9fdd40739e61acf24d80502ebd5f4e3d916272c7 (plain) (blame)
1
2
3
4
5
6
7
8
Figaro provides simple, Heroku-friendly Rails app configuration using ENV and a
single YAML file.

Figaro was written to make it easy to securely configure Rails applications.

Configuration values often include sensitive information. Figaro strives to be
secure by default by encouraging a convention that keeps configuration out of
Git.