Note that there are some explanatory texts on larger screens.

plurals
  1. PORails 3 application templates
    primarykey
    data
    text
    <p><strong>What Rails application templates show best practices for setting up a new Rails 3 application?</strong></p> <p>I'm interested in two things.</p> <ol> <li><p>Which application templates are designed well (modular and easily customized)?</p></li> <li><p>Which offer the best (or most popular) combination of components needed in a typical Rails app?</p></li> </ol> <p>I'm asking about scripts that are used with the <code>rails new app_name -m</code> command to generate an application.</p> <hr> <p>I've looked at some examples. What do you think of these?</p> <blockquote> <p><a href="https://github.com/greendog99/greendog-rails-template">greendog99/greendog-rails-template</a> Devise, RSpec, Factory Girl, jQuery, Haml, Sass, Compass, Git, rvm, HTML5 Boilerplate, plus a layout. Uses subtemplates for easy customizing.</p> <p><a href="https://github.com/dcrec1/rails3_template">dcrec1/rails3_template</a> Devise (with Cucumber steps), Cucumber, RSpec, Factory Girl, Haml, Compass, jQuery, Git, Formtastic, a layout, and more. Uses subtemplates for easy customizing.</p> <p><a href="https://github.com/aentos/rails3-templates">aentos/rails3-templates</a> Devise or Authlogic or OmniAuth, Cucumber, Capybara, RSpec, Factory Girl, Shoulda, jQuery, Haml, Compass, 960 grid or Blueprint, Capistrano or Heroku or Inploy, Git, plus a layout. Uses subtemplates for easy customizing.</p> <p><a href="https://github.com/rubyx/rails3_template">rubyx/rails3_template</a> 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 notifications (optional). With a description of the recipe in the README.</p> <p><a href="https://github.com/perfectline/template-bucket">perfectline/template-bucket</a> Cucumber, RSpec, jQuery, Haml or Jammit, Capistrano, Git, rvm, plus a layout. Uses subtemplates for easy customizing.</p> <p><a href="https://github.com/leshill/rails3-app">leshill/rails3-app</a> Cucumber, RSpec, Factory Girl or Fabrication, Haml, jQuery, Git, rvm.</p> </blockquote> <p>These Rails 2.3 projects look like they were once popular but haven't been updated since 2009 or 2010:</p> <blockquote> <p><a href="https://github.com/jm/rails-templates">jm/rails-templates</a></p> <p><a href="https://github.com/ffmike/BigOldRailsTemplate">ffmike/BigOldRailsTemplate</a></p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload