Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajcybage/72252880f972a807285aea04dfb886b3 to your computer and use it in GitHub Desktop.
Save rajcybage/72252880f972a807285aea04dfb886b3 to your computer and use it in GitHub Desktop.
Sure is!
We can disable generation of helpers and assets using the following configuration block in our config/application.rb file:
config.generators do |generate|
generate.helper false
generate.assets false
end
Check out the Rails guide to Configuring Generators for all the available generator specific options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment