monterail / guidelines

[DEPRECATED] We are Ruby on Rails experts from Poland. Think hussars. Solid & winged. These are our guidelines.
71 stars 17 forks source link

Do not use rails_config #153

Closed jandudulski closed 11 years ago

jandudulski commented 11 years ago

We are using it for a while and we know that it is very unstable (most of last versions doesn't work at all...). For sensitive config use figaro instead. I'm not sure what should we use for global settings and which could be commit into repo.

At least we can put such values into application.yml.example files.

/cc @chytreg @teamon @Ostrzy @szajbus @sheerun @jcieslar

teamon commented 11 years ago

For settings stored in repository we could simply use env-name.rb files and config.foo = "bar".

@teamon uses build-in rails configuration, it's super effective!

chytreg commented 11 years ago

Agree with @jandudulski and @teamon

sheerun commented 11 years ago

ok

teamon commented 11 years ago

@jandudulski Please make PR