RailsCasts Pro episodes are now free!

Learn more or hide this

Khalid Naseem's Profile

GitHub User: knaseem

Comments by Khalid Naseem

Avatar

Please help!! I have followed the tutorial verbatim but the published_on date is not showing up in calendar view. Unless i put this code in articles_controller.rb and it only shows entries for current days only. @articles_by_date = Article.all.group_by {|i| i.created_at.to_date}.
Is there a way to show published_on date for current/past and future dates also?