Created
June 18, 2015 13:47
-
-
Save benjaminmateev/461b5d4741f218b72d6b to your computer and use it in GitHub Desktop.
Revisions
-
Benjamin Mateev created this gist
Jun 18, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # config/application.rb # Don't generate assets and helpers config.generators do |g| g.assets = false g.helper = false end # Don't include all helpers globally, just the right helper for the current namespace config.action_controller.include_all_helpers = false # Create a structure.sql not a schema.rb config.active_record.schema_format = :sql