Skip to content

Instantly share code, notes, and snippets.

@vladvinnikov
Created December 22, 2011 23:52
Show Gist options
  • Save vladvinnikov/1512379 to your computer and use it in GitHub Desktop.
Save vladvinnikov/1512379 to your computer and use it in GitHub Desktop.
Rails generators config
config.generators do |g|
g.test_framework :rspec, :views => false, :fixture => true
g.fixture_replacement :factory_girl, :dir => 'spec/factories'
g.form_builder :simple_form
g.template_engine :haml
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment