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 »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
60%
+1 −0
Q&A Cannot find definition of function that returns a path

The function comment_thread_path is created automatically by Rails, based on the information provided in config/routes.rb. See Rails Routing from the Outside In for further details. Specifically,...

posted 1y ago by trichoplax‭  ·  edited 1y ago by trichoplax‭

Answer
60%
+1 −0
Q&A Cannot find definition of function that returns a path

I want to find the place in the codebase where a path is defined, but searching for the function that creates it gives no results apart from the usage of that function. For example, see thread.htm...

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

Question support
60%
+1 −0
Q&A No route matches [POST] "/users/<>/auth"

I'm trying to get QPixel working, but I'm stuck at SSO. I'm using Microsoft Entra ID as IDP. Every time I try to login, I get this error: No route matches [POST] "/users/saml/auth"

0 answers  ·  posted 1y ago by Sandman‭  ·  edited 9mo ago by Andreas has suspended his contributions‭

Question support sso
60%
+1 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

Debian-based (including on WSL) Required time: less than 1 hour. This workflow was tested on : Debian 12 (fresh install with debian-12.0.0-amd64-netinst.iso on Virtual Box 7.0.8 and Windows 1...

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

Answer
60%
+1 −0
Q&A How to get QPixel bundle install working without sudo privileges on Debian?

Thanks to this answer and related comments I was able to install bundle without sudo privileges. The problems were: On Debian 11 WSL: I installed bundler with sudo apt install bundler before ...

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

Answer
60%
+1 −0
Q&A What is a "Category" in QPixel?

What is a "Category" in QPixel? Does this allow you to create something equivalent to a Site Proposal in Codidact Community Proposals or is it something else?

1 answer  ·  posted 2y ago by zetyty‭  ·  last activity 2y ago by Mithical‭

Question category
60%
+1 −0
Q&A Is the difference in Codidact's CDN guidance intentional?

Codidact has a guide to installing Co-Design. The section "Using a pre-built version" recommends using a CDN. I notice that the CDN recommended in the guide is different to the CDN used in the Cod...

0 answers  ·  posted 2y ago by trichoplax‭  ·  edited 2y ago by trichoplax‭

Question installation cdn
60%
+1 −0
Q&A Meta: Is there an argument for having Collab under codidact.com?

Does having Codidact Collab under codidact.org rather than under codidact.com with the other communities cause an additional administrative burden, for example when releasing code changes? Would t...

0 answers  ·  posted 2y ago by trichoplax‭

Question discussion
60%
+1 −0
Q&A Categories aren't seeded

I do not really know why rails db:schema:load stopped giving output, but it still does create all the tables as intended. The seeding of categories did indeed break due to rails being more strict o...

posted 3y ago by Taeir‭

Answer
60%
+1 −0
Q&A "Confirm my account" link shows as https in development

As instructed in the "Create administrator account" section of the QPixel Installation guide I created a second new user through the user interface (clicking "Sign Up") in my local development inst...

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

Question discussion
60%
+1 −0
Q&A Checking if the user is signed in from front end code

When writing front end code for QPixel, is there a preferred way to check whether the user is signed in? The back end code has access to this information, and constructs the page accordingly. Some...

1 answer  ·  posted 2y ago by trichoplax‭  ·  last activity 2y ago by ArtOfCode‭

Question support discussion frontend
60%
+1 −0
Q&A Checking if the user is signed in from front end code

When you say front-end code, do you mean views or JavaScript? The answer is different. Views are the client-side code, but are generated server-side so you have access to things like user_signed_i...

posted 2y ago by ArtOfCode‭

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

Rails has a whole validation logic for showing nice errors whenever things are not valid. What you are adding an error to is the tags "field" of "Post" (in app/models/post.rb you will see a has_man...

posted 3y ago by Taeir‭

Answer
60%
+1 −0
Q&A Categories aren't seeded

I followed the instructions here, but even after running rails db:seed, there aren't any categories. Console: moshi@Alpha:~/qpixel$ rails db:create Running via Spring preloader in process 11391 ...

1 answer  ·  posted 3y ago by Moshi‭  ·  last activity 2y ago by Moshi‭

Question support setup
60%
+1 −0
Q&A Meta: Should Collab have Categories?

The front page is less cluttered without "Question" With Q&A containing both questions and wiki posts, every question is labelled "Question", like this: If Wiki were a separate Category the...

posted 2y ago by trichoplax‭

Answer
60%
+1 −0
Q&A How can I remove a category from a community?

I believe there's no way to remove a category without direct database hackery. We didn't want to have a Meta category for Collab, but when I asked about nuking it people expressed concerns about c...

posted 3y ago by Monica Cellio‭

Answer
60%
+1 −0
Q&A What (where) are the current code standards and commit guidelines?

So far nobody else has answered. That's why I took the code standards that were stored in the old core.wiki (https://github.com/codidact/core/wiki) and combined them and re-formatted them slightly ...

posted 3y ago by Trilarion‭

Answer
60%
+1 −0
Q&A 422 unprocessable error

422 unprocessable error We followed the installation instructions and have a QPixel standalone instance with seems to be working. However we are not able to create the first account. The sign-up p...

0 answers  ·  posted 2y ago by hdmm‭  ·  edited 2y ago by hdmm‭

Question validation
60%
+1 −0
Q&A What (where) are the current code standards and commit guidelines?

The contributing guidelines are probably copied from the previous "core" project. They even link to there while mentioning code standards and commit guidelines. I wanted to update those, but could...

1 answer  ·  posted 3y ago by Trilarion‭  ·  last activity 3y ago by Trilarion‭

Question support guide documentation
60%
+1 −0
Q&A How can I remove a category from a community?

On page /categories it's easy to create or edit a category, but I cannot find a way to delete a category again. Is the functionality not existing? Following the setup guide my user is a global adm...

2 answers  ·  posted 3y ago by Trilarion‭  ·  last activity 3y ago by Taeir‭

Question support
60%
+1 −0
Q&A Do seed posts need to be HTML rather than Markdown?

In QPixel, under db/seeds/posts, there are a number of HTML files which are starting points for various help guides and documents such as Terms of Service and Code of Conduct. These can be edited ...

0 answers  ·  posted 2y ago by trichoplax‭

Question help-system html markdown
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
60%
+1 −0
Q&A What can Co-Design learn from other CSS frameworks?

The Co-Design homepage shows the various elements of Co-Design very nicely and explains the usage. From my experience with other CSS frameworks like Bootstrap or Bulma, it's quite on par feature wi...

0 answers  ·  posted 3y ago by Trilarion‭  ·  edited 3y ago by Trilarion‭

Question co-design css
60%
+1 −0
Q&A How does help get propagated, both seeds and updates? (What do doc maintainers need to know?)

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...

posted 4y ago by luap42‭

Answer
60%
+1 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

I am adding some more information on prerequisites. For Arch-Based Linux : sudo pacman -Syyu sudo pacman -Sy gcc sudo pacman -Sy make sudo pacman -Sy ruby autoconf bison base-devel ruby unixod...

posted 4y ago by deleted user  ·  edited 4y ago by deleted user

Answer