Skip to content

Instantly share code, notes, and snippets.

@jeremy
Forked from josevalim/config.rb
Created July 15, 2009 20:50
Show Gist options
  • Save jeremy/147971 to your computer and use it in GitHub Desktop.
Save jeremy/147971 to your computer and use it in GitHub Desktop.
# Configure generators to use sequel, haml, and shoulda.
config.generators do |g|
g.orm :sequel
g.template_engine :haml
g.test_framework :shoulda, :fixtures => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment