admin管理员组文章数量:1194605
I'm working with Rails application template. Is there a way to customize database.yml?
I can do this with the following template file by rails new foo -m /path/to/template.rb
:
def self.source_paths
[__dir__]
end
template "config/databases/postgresql.yml", "config/database.yml"
where config/databases/postgresql.yml
is placed next to this template:
├── config
│ └── databases
│ └── postgresql.yml
└── template.rb
However, I would like to explore a way to overwrite default database_yml method that is defined in AppBuilder.
本文标签: Ruby on Rails customizing configdatabaseyml in application templateStack Overflow
版权声明:本文标题:Ruby on Rails: customizing configdatabase.yml in application template - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738489609a2089626.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论