- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
过去 2 天我一直在调查这个问题,我正在运行 Rails 5.3.2,并且我一直在尝试使用事件存储来上传已创建的用户的个人资料图片
我的模型如下所示:
MyModel < ApplicationRecord
has_one_attached :avatar
...
end
我的 Controller :
class MyModelsController < ApplicationController
before_action :load_my_model, only: %i[edit show update]
...
def update
authorize @my_model
@my_model.avatar.attach(params[:my_model][:avatar])
respond_to do |format|
if @my_model.update(model_params)
format.html { redirect_to my_model_url(@my_model), notice: 'My model was successfully updated.' }
format.json { render :show, status: :ok, location: @my_model }
else
format.html { render :edit }
format.json { render json: @my_model.errors, status: :unprocessable_entity }
end
end
end
...
private
def load_my_model
@my_model = MyModel.find(params[:id])
end
end
每次这一行都会抛出错误:
@my_model.avatar.attach(params[:my_model][:avatar])
错误:
NoMethodError (undefined method `[]' for nil:NilClass):
(erb):19:in `<main>'
app/controllers/my_models_controller.rb:38:in `block in update'
app/controllers/my_models_controller.rb:37:in `update'
原始参数:
{
"utf8"=>"✓",
"authenticity_token"=>"*******REDACTED****",
"my_model"=>
{
"name"=>"Bambam",
"my_model_type"=>"",
"country"=>"blue",
"avatar"=>#<ActionDispatch::Http::UploadedFile:0x00007fdd275ce3e0 @tempfile=#<Tempfile:/var/folders/9p/llb8yydx59g535nqkbj0xv0w0000gp/T/RackMultipart20200201-7622-vp74wb.png>, @original_filename="undraw_instant_information_6755.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"hair_stylist[avatar]\"; filename=\"undraw_instant_information_6755.png\"\r\nContent-Type: image/png\r\n">
},
"commit"=>"Update",
"id"=>"2"
}
我尝试过:
@my_model.update(model_params)
进行更新,但它会引发相同的错误我真的没有想法了,知道问题是什么吗?
最佳答案
存在与 rails 凭据相关的问题。如果您只是按照事件存储指南进行操作,您可能已经在 config/storage.yml 中配置了存储服务提供程序。无论您将其用作开发存储服务,附加文件时都会引发此异常。例如:
amazon:
service: S3
access_key_id: <%= Rails.application.credentials[Rails.env.to_sym][:aws][:access_key_id] %>
secret_access_key: <%= Rails.application.credentials[Rails.env.to_sym][:aws][:secret_access_key] %>
region: us-east-1
bucket: ...
因此,请确保您已设置 Rails 凭据,或将其更改为环境变量。
关于ruby-on-rails - 事件存储 : NoMethodError (undefined method `[]' for nil:NilClass),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60018091/
我只是有一个更琐碎的问题。 为什么undefined == undefined 返回true,而undefined >= undefined 为false? undefined 等于 undefine
用PHP 7.2编写套接字服务器。根据Firefox 60中的“网络”选项卡,服务器的一些HTTP响应的第一行随机变为undefined undefined undefined。因此,我尝试记录套接字
在 JavaScript 中这是真的: undefined == undefined 但这是错误的: undefined <= undefined 起初我以为<=运算符包含第一个,但我猜它试图将其转换
在回答这个问题 (Difference between [Object, Object] and Array(2)) 时,我在 JavaScript 数组中遇到了一些我以前不知道的东西(具有讽刺意味的
来自https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of , Note: thi
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
当我添加 到我的 PrimeFaces Mobile 页面,然后我在服务器日志中收到以下警告 WARNING: JSF1064: Unable to find or serve resource, u
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我是一名优秀的程序员,十分优秀!