Exemple https://linuxfr.org/users/natal/comments.atom
F, [2014-08-31T07:43:22.526065 #23134] FATAL -- :
ActionView::Template::Error (undefined method `created_at' for nil:NilClass):
1: atom_feed do |feed|
2: feed.title("LinuxFr.org : les commentaires pour #{@user.try(:name) || @node.content.title}")
3: feed.updated((@comments.last || @node).created_at)
4: feed.icon("/favicon.png")
5:
6: @comments.each do |comment|
app/views/comments/index.atom.builder:3:in `block in _app_views_comments_index_atom_builder___436111265112466474_68531700'
app/views/comments/index.atom.builder:1:in `_app_views_comments_index_atom_builder___436111265112466474_68531700'
app/controllers/users_controller.rb:64:in `block (2 levels) in comments'
app/controllers/users_controller.rb:62:in `comments'
# Corrigé
Posté par Bruno Michel (site web personnel) . Évalué à 3 (+0/-0).
Cf https://github.com/linuxfrorg/linuxfr.org/commit/86ee4627933274961d3cf441b9ef89d55a40b560
Envoyer un commentaire
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.