Closed liquidat closed 7 years ago
@liquidat Thanks for reporting. I've updated the blank template (for ActiveRecord 5+). It requires to_a in https://github.com/planet-templates/planet-blank/blob/master/blank.cards.html.erb#L56 e.g.
site.items.latest.limit(24).to_a.in_columns(2).each do |items|
Please, try again (should now work as advertised). Sorry for the trouble.
Perfect, it works now. Thanks =)
I am trying to run pluto from within CentOS with ruby 2.3 installed. However, when building using the blank template an error occurs stating that there is an undefined method for ActiveRecord::AssociationRelation:
The config file is a shortened version of your example:
If I take the news template, there are no problems.