Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@workmaster2n
Created March 29, 2012 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save workmaster2n/2233071 to your computer and use it in GitHub Desktop.
Save workmaster2n/2233071 to your computer and use it in GitHub Desktop.
Error when trying to precompile assets
require File.expand_path('../boot', __FILE__)
# Pick the frameworks you want:
require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
require "active_resource/railtie"
require "sprockets/railtie"
# require "rails/test_unit/railtie"
if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
Bundler.require(*Rails.groups(:assets => %w(development test)))
# If you want your assets lazily compiled in production, use this line
# Bundler.require(:default, :assets, Rails.env)
end
module WeaponXO
class Application < Rails::Application
config.csbb = ActiveSupport::OrderedOptions.new
# 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.
# 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 alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
# 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.
# 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', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password, :password_confirmation]
# 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
# 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 need to explicitly whitelist or blacklist accessible
# parameters by using an attr_accessible or attr_protected declaration.
# config.active_record.whitelist_attributes = true
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
end
end
** Invoke assets:precompile (first_time)
** Execute assets:precompile
/home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/bin/ruby /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
rake aborted!
Undefined variable: "$baseLineHeight".
(in /var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss)
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss:7
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/script/variable.rb:49:in `_perform'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/script/node.rb:40:in `perform'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:216:in `visit_prop'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:18:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `map'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:27:in `block in visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:39:in `with_environment'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:26:in `visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:238:in `visit_rule'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:18:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `map'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:27:in `block in visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:39:in `with_environment'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:26:in `visit_children'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:47:in `visit_root'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:18:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/visitors/perform.rb:7:in `visit'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/tree/root_node.rb:20:in `render'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/engine.rb:299:in `_render'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-3.1.14/lib/sass/engine.rb:246:in `render'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sass-rails-3.2.3/lib/sass/rails/template_handlers.rb:106:in `evaluate'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/tilt-1.3.3/lib/tilt/template.rb:76:in `render'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/context.rb:177:in `block in evaluate'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/context.rb:174:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/context.rb:174:in `evaluate'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/processed_asset.rb:12:in `initialize'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:241:in `new'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:241:in `block in build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:262:in `circular_call_protection'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:240:in `build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:89:in `block in build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/caching.rb:19:in `cache_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:88:in `build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:163:in `find_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:56:in `find_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/bundled_asset.rb:16:in `initialize'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:244:in `new'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:244:in `build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:89:in `block in build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/caching.rb:19:in `cache_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:88:in `build_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:163:in `find_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/index.rb:56:in `find_asset'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/static_compiler.rb:20:in `block in compile'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:212:in `block in each_logical_path'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:200:in `block (2 levels) in each_file'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:190:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:190:in `each_entry'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:198:in `block in each_file'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:197:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:197:in `each_file'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/sprockets-2.1.2/lib/sprockets/base.rb:210:in `each_logical_path'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/static_compiler.rb:18:in `compile'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:52:in `internal_precompile'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:66:in `block (3 levels) in <top (required)>'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:56:in `block (3 levels) in <top (required)>'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `load'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `<main>'
Tasks: TOP => assets:precompile:primary
rake aborted!
Command failed with status (1): [/home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/b...]
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils.rb:53:in `block in create_shell_runner'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils.rb:45:in `call'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils.rb:45:in `sh'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:39:in `sh'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils.rb:80:in `ruby'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:39:in `ruby'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:9:in `ruby_rake_task'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:17:in `invoke_or_reboot_rake_task'
/var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/sprockets/assets.rake:25:in `block (2 levels) in <top (required)>'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/ubuntu/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `load'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `<main>'
Tasks: TOP => assets:precompile
WeaponXO::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
# Compress JavaScripts and CSS
config.assets.compress = true
# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = false
# Generate digests for assets URLs
config.assets.digest = true
# Defaults to Rails.root.join("public/assets")
# config.assets.manifest = YOUR_PATH
# Specifies the header that your server uses for sending files
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]
# Use a different logger for distributed setups
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
# Use a different cache store in production
# config.cache_store = :mem_cache_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( *.css *.js )
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
# Enable threaded mode
# config.threadsafe!
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
#config.action_mailer.default_url_options = { :host => 'http://vivid-galaxy-4821.herokuapp.com' }
### ActionMailer Config
# Setup for production - deliveries, no errors raised
#config.action_mailer.delivery_method = :smtp
#config.action_mailer.perform_deliveries = true
#config.action_mailer.raise_delivery_errors = false
#config.action_mailer.default :charset => "utf-8"
config.action_mailer.default_url_options = { :host => 'wow.weaponxo.com' }
config.action_mailer.delivery_method = :smtp
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true
config.action_mailer.default :charset => "utf-8"
config.action_mailer.smtp_settings = {
address: "smtp.gmail.com",
port: 587,
authentication: "plain",
enable_starttls_auto: true,
user_name: "web@weaponxo.com",
password: <PASSWORD>
}
config.csbb.paypalurl = "https://www.paypal.com/cgi-bin/webscr"
config.csbb.paypalemail = "tb@lateralsports.com"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment