1
|
Started POST "/projects/ecookbook/issues" for 127.0.0.1 at 2017-07-24 12:32:14 +0900
|
2
|
Processing by IssuesController#create as HTML
|
3
|
Parameters: {"utf8"=>"✓", "authenticity_token"=>"eWRCiQ1lmF3y/o3mWvLvsLjJRfm2qKguBV6vUMAFxqRHpWOKVpl2Opto1aT6f47yw7MdXy//i46kXK+OGxqBzA==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "tracker_id"=>"1", "subject"=>"aaaaa", "description"=>"@admin", "status_id"=>"1", "priority_id"=>"5", "assigned_to_id"=>"", "category_id"=>"", "fixed_version_id"=>"", "parent_issue_id"=>"", "start_date"=>"2017-07-24", "due_date"=>"", "estimated_hours"=>"", "done_ratio"=>"0", "custom_field_values"=>{"2"=>"Default string", "1"=>"", "6"=>"", "8"=>"", "9"=>""}}, "was_default_status"=>"1", "commit"=>"Create", "project_id"=>"ecookbook"}
|
4
|
.
|
5
|
.
|
6
|
(snip)
|
7
|
.
|
8
|
.
|
9
|
Rendered mailer/_issue.html.erb (102.3ms)
|
10
|
Rendered mailer/issue_add.html.erb within layouts/mailer (106.5ms)
|
11
|
Mailer#issue_add: processed outbound mail in 143.5ms
|
12
|
[1m[35m (6.3ms)[0m [1m[31mrollback transaction[0m
|
13
|
Completed 500 Internal Server Error in 319ms (ActiveRecord: 19.2ms)
|
14
|
|
15
|
|
16
|
|
17
|
ActionView::Template::Error (undefined method `user_path' for #<#<Class:0x007f9e377014d0>:0x007f9e38042fd0>
|
18
|
Did you mean? user_url):
|
19
|
2:
|
20
|
3: <%= render_email_issue_attributes(issue, users.first, true) %>
|
21
|
4:
|
22
|
5: <%= textilizable(issue, :description, :only_path => false) %>
|
23
|
6:
|
24
|
7: <% if issue.attachments.any? %>
|
25
|
8: <fieldset class="attachments"><legend><%= l(:label_attachment_plural) %></legend>
|
26
|
|
27
|
app/helpers/application_helper.rb:56:in `link_to_user'
|
28
|
app/helpers/application_helper.rb:974:in `block in parse_redmine_links'
|
29
|
app/helpers/application_helper.rb:826:in `gsub!'
|
30
|
app/helpers/application_helper.rb:826:in `parse_redmine_links'
|
31
|
app/helpers/application_helper.rb:647:in `block (2 levels) in textilizable'
|
32
|
app/helpers/application_helper.rb:646:in `each'
|
33
|
app/helpers/application_helper.rb:646:in `block in textilizable'
|
34
|
app/helpers/application_helper.rb:667:in `parse_non_pre_blocks'
|
35
|
app/helpers/application_helper.rb:645:in `textilizable'
|
36
|
app/views/mailer/_issue.html.erb:5:in `_app_views_mailer__issue_html_erb___956311118549200885_70158760642600'
|
37
|
app/views/mailer/issue_add.html.erb:3:in `_app_views_mailer_issue_add_html_erb__1768278735693334508_70158760675980'
|
38
|
app/models/mailer.rb:486:in `block in mail'
|
39
|
app/models/mailer.rb:484:in `mail'
|
40
|
app/models/mailer.rb:54:in `issue_add'
|
41
|
config/initializers/10-patches.rb:163:in `deliver'
|
42
|
app/models/mailer.rb:64:in `block in deliver_issue_add'
|
43
|
app/models/issue.rb:1055:in `each_notification'
|
44
|
app/models/mailer.rb:63:in `deliver_issue_add'
|
45
|
app/models/issue.rb:1842:in `send_notification'
|
46
|
app/models/issue.rb:209:in `create_or_update'
|
47
|
app/controllers/issues_controller.rb:129:in `create'
|
48
|
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
|