veronicacannon / stylist

Rails App for Alycia the Stylist
4 stars 2 forks source link

YAML Configs #32

Open Seberius opened 10 years ago

Seberius commented 10 years ago

The major change is that stylist, mail, and smtp configs are now parsed from a YAML file. The defaults are located in default_stylist.yml and will be used unless stylist.yml is present (see Local Settings in root for more info). This will need some testing with services present and an active smtp account (I can't get the app to create an admin account).

veronicacannon commented 10 years ago

Okay!

For the admin account, you’ll want to get the latest version from master. Sue-ting has set up the seed (for database records such as admin and a default service). Or you can add a record manually via rails console. You’ll see the code in the seed.

From: Seberius [mailto:notifications@github.com] Sent: Tuesday, April 29, 2014 4:51 PM To: veronicacannon/stylist Subject: [stylist] YAML Configs (#32)

The major change is that stylist, mail, and smtp configs are now parsed from a YAML file. The defaults are located in default_stylist.yml and will be used unless stylist.yml is present (see Local Settings in root for more info). This will need some testing with services present and an active smtp account (I can't get the app to create an admin account).


You can merge this Pull Request by running

git pull https://github.com/veronicacannon/stylist organize-configs

Or view, comment on, or merge it at:

https://github.com/veronicacannon/stylist/pull/32

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/veronicacannon/stylist/pull/32.