最佳答案
我正在对 Ruby (non-ails/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
我做错了什么吗? 我错过了哪些部分?