Skip to content

Instantly share code, notes, and snippets.

@josevalim
Created July 15, 2009 20:47
Show Gist options
  • Save josevalim/147968 to your computer and use it in GitHub Desktop.
Save josevalim/147968 to your computer and use it in GitHub Desktop.
# Configure generators default options.
config.generators do |g|
g.rails :helper => true, :stylesheets => true
g.orm :active_record, :migration => true, :timestamps => true
g.template_engine :erb, :layout => true
g.test_framework :test_unit, :fixtures => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment