Ideal Ruby project structure

前端 未结 4 1175
星月不相逢
星月不相逢 2020-12-04 04:55

I\'m after an overview/clarification of the ideal project structure for a ruby (non-rails/merb/etc) project. I\'m guessing it follows

app/
  bin/                     


        
4条回答
  •  Happy的楠姐
    2020-12-04 05:10

    I attempt to mimic the Rails project structure because my team, which usually deals with Rails, will understand the structure better than another configuration. Convention over Configuration - bleeding over from Rails.

提交回复
热议问题