Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Created November 23, 2010 15:17
Show Gist options
  • Save kossnocorp/711911 to your computer and use it in GitHub Desktop.
Save kossnocorp/711911 to your computer and use it in GitHub Desktop.
config/application.rb
...
config.generators do |g|
g.template_engine :haml
g.form_builder :formtastic
g.test_framework :rspec, :fixture => true, :views => true
g.fixture_replacement :factory_girl, :dir => 'factories'
g.stylesheets false
end
...
...
group :development do
...
gem 'rails3-generators'
gem 'haml-rails'
...
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment