Skip to content

Instantly share code, notes, and snippets.

@carlosbrando
Created July 30, 2009 21:42
Show Gist options
  • Select an option

  • Save carlosbrando/158951 to your computer and use it in GitHub Desktop.

Select an option

Save carlosbrando/158951 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
# ...
# Configure generators values. Many other options are available, be sure to
# check the documentation.
config.generators do |g|
g.orm :active_record
g.template_engine :erb
g.test_framework :test_unit, :fixture => true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment