我一直在努力弄清楚为什么我会收到以下错误。看起来好像有一个fruit_controller,参数:fruit应该存在。任何帮助都会非常感激,因为这让我在过去的五个小时里一直在推动。
ActionController::ParameterMissing in FruitsController#new
param not found: fruit
Extracted source (around line #80):
78
79
80
81
82
def fruit_params
params.require(:fruit).permit(:name, :color)
end
end
Rails.root: C:/Users/Guy/code/food-master
Application Trace | Framework Trace | Full Trace
actionpack (4.0.0) lib/action_controller/metal/strong_parameters.rb:173:in `require'
app/controllers/fruits_controller.rb:80:in `fruit_params'
app/controllers/fruits_controller.rb:24:in `new'
actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (4.0.0) lib/active_support/callbacks.rb:413:in `_run__564231598__process_action__callbacks'
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1012308376__call__callbacks'
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
railties (4.0.0) lib/rails/engine.rb:511:in `call'
railties (4.0.0) lib/rails/application.rb:97:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Request
Parameters:
{"food_id"=>"1"}
Toggle session dump
Toggle env dump
Response
Headers:
None
这是fruits_controller.rb:
class fruitsController < ApplicationController
before_action :set_fruit, only: [:show, :edit, :update, :destroy]
# GET /fruits
# GET /fruits.json
def index
@food = Food.find(params[:food_id])
@fruits = @food.fruits.all
end
# GET /fruits/1
# GET /fruits/1.json
def show
@fruit = fruit.find(params[:id])
respond_to do |format|
format.html
format.json {render json: @fruit}
end
end
# GET /fruits/new
def new
@food = Food.find(params[:food_id])
@fruit = @food.fruits.new(fruit_params)
end
# GET /fruits/1/edit
def edit
end
# POST /fruits
# POST /fruits.json
def create
@food = Food.find(params[:food_id])
@fruit = @food.fruits.create(fruit_params)
respond_to do |format|
if @fruit.save
format.html { redirect_to @fruit, notice: 'fruit was successfully created.' }
format.json { render action: 'show', status: :created, location: @fruit }
else
format.html { render action: 'new' }
format.json { render json: @fruit.errors, status: :unprocessable_entity }
end
end
end
# PATCH/PUT /fruits/1
# PATCH/PUT /fruits/1.json
def update
respond_to do |format|
if @fruit.update(fruit_params)
format.html { redirect_to @fruit, notice: 'fruit was successfully updated.' }
format.json { head :no_content }
else
format.html { render action: 'edit' }
format.json { render json: @fruit.errors, status: :unprocessable_entity }
end
end
end
# DELETE /fruits/1
# DELETE /fruits/1.json
def destroy
@fruit.destroy
respond_to do |format|
format.html { redirect_to fruits_url }
format.json { head :no_content }
end
end
private
# Use callbacks to share common setup or constraints between actions.
def set_fruit
@fruit = fruit.find(params[:id])
end
def fruit_params
params.require(:fruit).permit(:name,:color)
end
end
这里是fruits / index.html.erb
<h1>New fruit</h1>
<%= render 'form' %>
<%= link_to 'Back', food_fruit_path(@food) %>
和fruits / _form.html.erb
<%= form_for(@fruit) do |f| %>
<% if @fruit.errors.any? %>
<div id="error_explanation">
<h2><%= pluralize(@fruit.errors.count, "error") %> prohibited this fruit from being saved:</h2>
<ul>
<% @fruit.errors.full_messages.each do |msg| %>
<li><%= msg %></li>
<% end %>
</ul>
</div>
<% end %>
<div class="form-group">
<%= f.label :name %><br>
<%= f.text_field :name, :class => "form-control" %>
</div>
<div class="form-group">
<%= f.label :color %><br>
<%= f.number_field :color, :class => "form-control" %>
</div>
<div class="actions">
<%= f.submit "Save fruit", :class => "btn btn-success" %>
</div>
<% end %>
我对索引视图没有问题,但只有当我尝试从索引视图创建新的水果时才会发生这种情况:
<%= link_to 'New Fruit', new_food_fruit_path %>
谢谢!
答案 0 :(得分:0)
发生此错误是因为您在fruit_params
操作中呼叫new
。您应该只在build
操作中new
个对象,以便他们为表单做好准备。
这是您现在拥有的代码:
@fruit = @food.fruits.new(fruit_params)
这几乎是功能性的...唯一的问题是fruit_params
调用,它希望params[:fruit]
可用,但这不是因为你使用这个来向该路径发出请求助手:
<%= link_to 'New Fruit', new_food_fruit_path %>
此处没有传递任何参数,因此params[:fruit]
行动中将缺少new
。
将您的new
操作代码更改为:
def new
@food = Food.find(params[:food_id])
@fruit = @food.fruits.new
end
这将设置要在@fruit
的表单中使用的app/views/fruits/_form.html.erb
变量。