在rails应用程序中存储非预编译公共资产的标准位置是“公共/系统”.这有什么理由吗?我想保持简单,为什么不把资产放在“公共”文件夹中呢? 公共/系统文件夹本身不是Rails标准,甚至
如果您看一下paperclip’s(这是一个广泛使用的上传库)文档,您会发现:
By default, this location is
:rails_root/public/system/:class/:attachment/:id_partition/:style/:filename. This location was chosen because, on standard Capistrano deployments,
the public/system directory can be symlinked to the app’s shared
directory, meaning it survives between deployments.
在您的开发环境中,如果您愿意采用该约定,则应忽略.gitignore中的该文件夹.