Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView::Template::Error: undefined method `created_at' for nil:NilClass #8726

Closed
sentry-io bot opened this issue Nov 10, 2020 · 1 comment · Fixed by #8727
Closed

ActionView::Template::Error: undefined method `created_at' for nil:NilClass #8726

sentry-io bot opened this issue Nov 10, 2020 · 1 comment · Fixed by #8727
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 10, 2020

Sentry Issue: PLOTS2-K2

NoMethodError: undefined method `created_at' for nil:NilClass
  app/views/wiki/index.html.erb:9:
    <h3 style="margin-top:0;"><%= raw translation('wiki.index.wiki_pages_by', :url1 => "/people/"[email protected], :user => @user.name, :note_length => @user.notes.size, :time => time_ago_in_words(@user.notes.first.created_at)) %></h3>
  app/controllers/wiki_controller.rb:496:in `author'
    render template: 'wiki/index'
...
(137 additional frame(s) were not displayed)

ActionView::Template::Error: undefined method `created_at' for nil:NilClass
@jywarren
Copy link
Member

image

Since efa7744

@jywarren jywarren added the bug the issue is regarding one of our programs which faces problems when a certain task is executed label Nov 10, 2020
manchere pushed a commit to manchere/plots2 that referenced this issue Feb 13, 2021
lagunasmel pushed a commit to lagunasmel/plots2 that referenced this issue Mar 2, 2021
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this issue Oct 16, 2021
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this issue Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant