Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Posts tagged development

for questions about making changes to Codidact software

This tag doesn't have a detailed wiki yet.

60%
+1 −0
Q&A How do I add a new route (URL)?

I was thinking about taking a try at an issue that would add a new sub-page to the user profile. I understand that as part of this I need to add a "route" for the new URL and somehow wire that up ...

1 answer  ·  posted 1y ago by Monica Cellio‭  ·  last activity 11mo ago by trichoplax‭

Question development
60%
+1 −0
Q&A How does a view know it should show the category bar?

Pages that are "in" a category show the category bar at the top, like this: An individual suggested edit should logically be "in" a category too, but isn't shown that way: I'm trying to figur...

1 answer  ·  posted 11mo ago by Monica Cellio‭  ·  last activity 11mo ago by trichoplax‭

Question support development category
88%
+13 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

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?

4 answers  ·  posted 5y ago by luap42‭  ·  last activity 1y ago by trichoplax‭

Question guide installation development
71%
+3 −0
Q&A What does this failure involving mysql on Mac mean?

I had to reinstall mysql on my Mac, and after some thrashing I was able to again connect to my Qpixel database from the command line. The data is as expected, so it appears that mysql itself is ok...

1 answer  ·  posted 1y ago by Monica Cellio‭  ·  last activity 1y ago by trichoplax‭

Question development database
66%
+2 −0
Q&A Please teach me to fish: how do I navigate the edit/suggested-edit code to apply the same error check to both?

I was trying to fix what I thought was an easy bug: suggested edits can add restricted tags (the ones only moderators can apply), which creates a suggested edit that most reviewers can't approve. ...

0 answers  ·  posted 1y ago by Monica Cellio‭  ·  edited 1y ago by trichoplax‭

Question development
60%
+1 −0
Q&A How do I force db:seed to forget previous context and load only what is in the flags YAML file?

In my dev environment I'm editing the flags in db/seeds/post_flag_types.yml. After editing I run rails db:seed, which adds my new flag. Fine so far. However, I had a typo in the name, so I edite...

2 answers  ·  posted 1y ago by Monica Cellio‭  ·  last activity 1y ago by Monica Cellio‭

Question development
Q&A Codidact/QPixel Installation Guide

This post aims to provide a step-by-step tutorial regarding the installation/operation of Codidact/QPixel server locally (development mode) or on a network (in production mode). The "official" ins...

posted 2y ago by zetyty‭  ·  edited 2y ago by zetyty‭

Wiki guide installation development production
66%
+2 −0
Q&A How does caching work in qpixel? Where are the entry points?

Caching is really important for scaling. I know we cache some data -- something about tags (tags for a post?) has been discussed on meta, and I know the "new posts" silver dot (badge) is cached so...

1 answer  ·  posted 3y ago by Monica Cellio‭  ·  last activity 3y ago by trichoplax‭

Question development
60%
+1 −0
Q&A How should I fix this incorrect error message (don't quite understand the code)

I saw this report about a bug in an error message and figured that would be an easy fix. The incorrect error message is: "Tags can't have more than 5 tags". That should be "Posts can't have...". ...

1 answer  ·  posted 3y ago by Monica Cellio‭  ·  last activity 3y ago by Taeir‭

Question support development new-contributors
66%
+2 −0
Q&A Is there a QPixel development roadmap somewhere or can we have one?

One user gave feedback that he/she would be interested in seeing some kind of roadmap for the development (of Codidact). One aspect of that would surely be a development roadmap of QPixel. I know t...

2 answers  ·  posted 4y ago by Trilarion‭  ·  last activity 4y ago by Monica Cellio‭

Question discussion development
71%
+3 −0
Q&A Desired state of code documentation

Was having a look at the QPixel code base and comments in code seem to be relatively scarce. It might be that documentation about the code is stored somewhere else with Ruby or that the general lev...

1 answer  ·  posted 4y ago by Trilarion‭  ·  last activity 4y ago by ArtOfCode‭

Question development comments