From e05a504acb220fb8445afa598c0390606f38a7bf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Jan 2013 12:42:51 +0100 Subject: This is not that common of a change to warrant top-line billing and you should read more about the consequences than just toggling a boolean to make best use of it --- .../lib/rails/generators/rails/app/templates/config/application.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/generators/rails/app/templates/config/application.rb b/railties/lib/rails/generators/rails/app/templates/config/application.rb index 1122d8f6a5..f5d7d698a3 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/application.rb +++ b/railties/lib/rails/generators/rails/app/templates/config/application.rb @@ -22,13 +22,8 @@ module <%= app_const_base %> # Custom directories with classes and modules you want to be autoloadable. # config.autoload_paths += %W(#{config.root}/extras) - - # Use SQL instead of Active Record's schema dumper when creating the database. - # This is necessary if your schema can't be completely dumped by the schema dumper, - # like if you have constraints or database-specific column types. - # config.active_record.schema_format = :sql - <% if options.skip_sprockets? -%> + # Disable the asset pipeline. config.assets.enabled = false <% end -%> -- cgit v1.2.3