Posts by luap42
The QPixel repository on GitHub contains the source code for the Codidact software. How can I set up a new development instance of it, so that I can work on it on my local machine?
Welcome to Codidact Collab! This is a special community outside the general Codidact network. Unlike the other topical communities, this one is for questions about the Codidact engine (QPixel) its...
Before you can get started, you need to check, whether you have all the prerequisites. QPixel is built with Ruby on Rails, therefore you'll need: a Linux or Mac computer (Windows WSL is also oka...
Sure. Why not? I don't think we are currently actively working on moving the text to the config files, but it can't harm, can it? Also, feel free to share your translation if you want.
I can only really answer the first part of the question -- how help topics get initially: From a software development position, it doesn't really matter what happens to the articles in the docs re...
If I understand you correctly, you want to get the last_edited_at column for every child post, i.e. a list of last edit dates? For this you should use post.children.map(&:last_edited_at) w...