gpt4 book ai didi

jquery - 导轨 : Javascript not working in Production

转载 作者:行者123 更新时间:2023-12-03 22:57:06 27 4
gpt4 key购买 nike

到目前为止,这就是我所做的。

  1. 我在 Capfile 中加载了资源:js 仍然无法正常工作 http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets

  2. 我将 Coffee-rails 从 Assets 移至主要部分:仍然无法正常工作

    gem 'coffee-rails', '~> 3.2.1'

    组: Assets 做 gem 'sass-rails', '~> 3.2.3'结束

更新:生产环境

SolidAdmin::Application.configure 执行 # 此处指定的设置将优先于 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
Paperclip.options[:command_path] = "/usr/bin/"
# 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

# 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 nil and saved in location specified by config.assets.prefix
# 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
# 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
end

其他所有内容几乎都是默认/注释掉的

最佳答案

编辑:通过聊天讨论后,在页面中包含两次 jquery 是一个问题。

检查您的页面(liquid-radio.com)后,我发现一个很大的错误:

<!DOCTYPE html>
<html>
<head>
<title>liquid.radio</title>
<link href="/assets/application-c9ed21e2be2e7bb9955d6a0d89357d16.css" media="all" rel="stylesheet" type="text/css" />
<script src="/assets/application-09500810259983928e0b1b4d46b49071.js" type="text/javascript"></script>
<meta content="authenticity_token" name="csrf-param" />
<meta content="MYdcXuDSzYg1qSHrRwx0y0VK5VmqhWmLLGiYSOX7pOI=" name="csrf-token" />
</head>
<body style="background: #FFF;">

<!DOCTYPE html>
<html>
<head>

第一部分重复了几次,导致 html 无效。

关于jquery - 导轨 : Javascript not working in Production,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17762509/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com