哪些 Rails 应用程序模板展示了设置新 Ruby on Rails 应用程序的最佳实践?
我对两件事感兴趣。
哪些应用程序模板设计得很好(模块化且易于定制)?
哪个提供了典型 Rails 应用程序所需的最佳(或最受欢迎)组件组合?
我在询问与rails new app_name -m
命令一起使用以生成应用程序的脚本。
我看过一些例子。你怎么看这些?
greendog99/greendog-rails-template 设计、RSpec、Factory Girl、jQuery、Haml、Sass、Compass、Git、rvm、HTML5 样板,以及布局。使用子模板轻松定制。
dcrec1/rails3_template 设计(带有 Cucumber 步骤)、Cucumber、RSpec、Factory Girl、Haml、Compass、jQuery、Git、Formtastic、布局等。使用子模板轻松定制。
aentos/rails3-templates Devise 或 Authlogic 或 OmniAuth、Cucumber、Capybara、RSpec、Factory Girl、Shouda、jQuery、Haml、Compass、960 网格或蓝图、Capistrano 或 Heroku 或 Inploy、Git,以及布局。使用子模板轻松定制。
rubyx/rails3_template PostgreSQL, Devise, Cucumber with Selenium and Capybara, RSpec with Machinist and Faker, JQuery, Simple Form, Haml, SASS, Git, rvm, Google analytics (optional), Hoptoad for issue tracking (optional), TellThemWhen for downtime notification (可选的)。在 README 中有配方的描述。
完美线/模板桶 Cucumber、RSpec、jQuery、Haml 或 Jammit、Capistrano、Git、rvm 以及布局。使用子模板轻松定制。
leshill/rails3-app Cucumber、RSpec、Factory Girl 或 Fabrication、Haml、jQuery、Git、rvm。
这些 Rails 2.3 项目看起来曾经很流行,但自 2009 年或 2010 年以来就没有更新过: