我總結/澄清了紅寶石(非rails/merb/etc)項目的理想項目結構。我猜測它遵循以下幾點:理想的紅寶石項目結構
app/
bin/ #Files for command-line execution
lib/
appname.rb
appname/ #Classes and so on
Rakefile #Running tests
README
test,spec,features/ #Whichever means of testing you go for
appname.gemspec #If it's a gem
我有什麼問題嗎?我錯過了哪些部分?
請注意下面的例子中,你將不得不[須藤]創業板安裝newgem得到newgem命令 – 2009-03-05 12:16:00
甜蜜。我不知道newgem。我的非rails項目經常反映Rails結構,因爲我發現它很熟悉。感謝這個最佳實踐提示。 – 2009-03-06 05:30:04