spec/test_app/config/application.rb in cssbuttongenerator-css-rails-1.0.4 vs spec/test_app/config/application.rb in cssbuttongenerator-css-rails-1.0.5

- old
+ new

@@ -13,13 +13,13 @@ require 'cssbuttongenerator-css-rails' module TestApp class Application < Rails::Application # Settings in config/environments/* take precedence over those specified - # here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. + # here. Application configuration should go into files in + # config/initializers -- all .rb files in that directory are + # automatically loaded. # Custom directories with classes and modules you want to be autoloadable. # config.autoload_paths += %W(#{config.root}/extras) # Only load the plugins named here, in the order given (default is @@ -30,13 +30,12 @@ # Activate observers that should always be running. # config.active_record.observers = :cacher, :garbage_collector, # :forum_observer # Set Time.zone default to the specified zone and make Active Record - # auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. - # Default is UTC. + # auto-convert to this zone. Run "rake -D time" for a list of tasks for + # finding time zone names. Default is UTC. # config.time_zone = 'Central Time (US & Canada)' # The default locale is :en and all translations from # config/locales/*.rb,yml are auto loaded. # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', @@ -51,13 +50,12 @@ # Enable escaping HTML in JSON. config.active_support.escape_html_entities_in_json = true # 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 + # 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 # Enforce whitelist mode for mass assignment. # This will create an empty whitelist of attributes available for # mass-assignment for all models in your app. As such, your models will