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: nil can't be converted to a Time value #8732

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

ActionView::Template::Error: nil can't be converted to a Time value #8732

sentry-io bot opened this issue Nov 11, 2020 · 1 comment · Fixed by #8733
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 11, 2020

Sentry Issue: PLOTS2-12M

ArgumentError: nil can't be converted to a Time value
  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:500:in `author'
    render template: 'wiki/index'
...
(140 additional frame(s) were not displayed)

ActionView::Template::Error: nil can't be converted to a Time value
jywarren added a commit that referenced this issue Nov 11, 2020
@jywarren jywarren added the bug the issue is regarding one of our programs which faces problems when a certain task is executed label Nov 11, 2020
@jywarren
Copy link
Member

follow up of #8726

jywarren added a commit that referenced this issue Nov 11, 2020
* fixed time value nil

fixes #8732

* Update index.html.erb
manchere pushed a commit to manchere/plots2 that referenced this issue Feb 13, 2021
* fixed time value nil

fixes publiclab#8732

* Update index.html.erb
lagunasmel pushed a commit to lagunasmel/plots2 that referenced this issue Mar 2, 2021
* fixed time value nil

fixes publiclab#8732

* Update index.html.erb
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this issue Oct 16, 2021
* fixed time value nil

fixes publiclab#8732

* Update index.html.erb
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this issue Dec 28, 2021
* fixed time value nil

fixes publiclab#8732

* Update index.html.erb
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