gpt4 book ai didi

javascript - 在 heroku 上部署的 rails 3.1 项目出现问题

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:53:01 26 4
gpt4 key购买 nike

由于某些原因,我的项目中的 .js.coffee 文件没有通过 :remote => true 链接/表单调用

我正在尝试通过 Ajax 调用 posts/new Controller 。 Controller 正在被调用和执行,但找不到重定向的位置。

在日志中我收到以下消息:

ActionView:MissingTemplate (Missing template posts/new, application/new with {:handlers => [:erb, :builders], :formats => [:js, :html], :locale => [:en, :en]}. searched in: * "/app/app/views"

当我将 new.js.coffee 文件更改为 new.js 时,它工作正常。知道该怎么做才能让我也能运行 Coffee 脚本文件吗?

更新

我的 gem 文件:

source 'http://rubygems.org'

gem 'rails', '3.1.1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

group :development do
gem 'sqlite3'
end

group :deployment do
gem 'pg'
end

gem 'devise', '1.4.9'
gem 'omniauth', '1.0.0'
gem 'omniauth-facebook'
gem 'rails_autolink'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

group :test do
# Pretty printed test output
gem 'turn', :require => false
end

最佳答案

gem 'coffee-rails' 行放在 :assets 组之外,也许在 jquery-rails gem 行之后。 :assets gem 不会在生产过程中使用。

关于javascript - 在 heroku 上部署的 rails 3.1 项目出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8155509/

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