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
 
71%
+3 −0
Q&A Search function not working in a new instance

I have successfully set up QPixel on my local machine, but any attempt to use the "Search" function fails with "Your search syntax is incorrect.". I found out that this is caused by an exception i...

0 answers  ·  posted 3mo ago by Arnaud‭

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

Hidden helper functions There are additional helper functions defined that can be used from the view files. These can be found in a separate helpers directory. In this particular case, the expanda...

posted 11mo ago by trichoplax‭  ·  edited 11mo ago by trichoplax‭

Answer
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
66%
+2 −0
Q&A Using Docker in a dev environment: ongoing maintenance?

I followed the instructions to set up Docker on my developer machine and it works great. Sometimes, though, I run into problems after I've pulled updates or switched branches. I don't really unde...

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

Question guide docker
60%
+1 −0
Q&A Setting up Single-Sign-On

Not a complete answer (I'm not fluent in SSO), but the developer who implemented SSO created this wiki page about setup. We had failed to incorporate that into our installation doc -- now linked f...

posted 1y ago by Monica Cellio‭  ·  edited 1y ago by Monica Cellio‭

Answer
66%
+2 −0
Q&A Setting up Single-Sign-On

I have successfully set up QPixel on my local machine. However, I encountered an issue with user authentication — when registering a new user, the SSO authentication doesn’t work as expected. I’ve ...

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

Question support sso
66%
+2 −0
Q&A "Confirm my account" link shows as https in development

As of this commit, there is a new environment variable, MAILER_PROTOCOL, that accepts values of http or https. The default is https, but you can set this to http in a development environment to av...

posted 1y ago by Monica Cellio‭  ·  edited 1y ago by Monica Cellio‭

Answer
60%
+1 −0
Q&A Need Help Setting Up Email Verification in Codidact

Since you mention setting this up on your local machine, I assume this is a development environment, intended for your own testing (so the new user you are creating is still controlled by you on yo...

posted 1y ago by trichoplax‭

Answer
71%
+3 −0
Q&A Need Help Setting Up Email Verification in Codidact

I’m a learner exploring Q&A tools, and after researching, I came across Codidact. I’m impressed with its features and have successfully set it up on my local machine. However, I encountered an ...

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

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

You can add a new route in the file config/routes.rb, and the existing routes in that file for the other "tabs" on the user profile page show the template to follow. The relevant part of the route...

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

Answer
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
50%
+0 −0
Q&A What does this failure involving mysql on Mac mean?

It looks like you are using a database user root. I suspect this is at least part of the problem, so I recommend fixing it first. If you look in the QPixel repository at the file config/database.y...

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

Answer
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
71%
+3 −0
Q&A Valkey instead of Redis

Does anyone have experience and tips migrating to Valkey? The reason I ask is becuase Redis changed their license in the beginning of 2024 and is now closed source.

0 answers  ·  posted 1y ago by hdmm‭

Question discussion installation setup redis
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?

As this answer says, db:seed isn't the right tool here. Short of dropping the entire database as suggested in that answer, you can delete individual flags in the database. From the mysql console,...

posted 1y ago by Monica Cellio‭

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

This is the difference between refreshing the database and seeding the database. db:seed does what it says on the tin - seeds the database. That means it adds pre-defined data to the database. It ...

posted 1y ago by ArtOfCode‭

Answer
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
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 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
71%
+3 −0
Q&A migrate/import data from Stackoverflow for Teams to QPixel?

How do I migrate/import data from Stack Overflow for Teams to a custom instance of QPixel? I have a few JSON files that I need to migrate/import to QPixel, e.g. users, posts, comments etc..

0 answers  ·  posted 2y ago by Sandman‭  ·  edited 2y ago by Andreas‭

Question support migration import stack-overflow-teams
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 2y ago by Sandman‭  ·  edited 1y ago by Andreas‭

Question support sso
77%
+5 −0
Q&A Why shouldn't one run a production server in Docker?

Assuming you set it to production mode in the documentation, I think it's mostly fine. As far as I know the following features don't work in the docker setup: Redis data is not stored outside of...

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

Answer
77%
+5 −0
Q&A Why shouldn't one run a production server in Docker?

QPixel's Docker documentation says that the Docker setup is intended for development environments, not production. The documentation calls out one specific issue: email doesn't work. Are there ot...

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

Question installation
71%
+3 −0
Q&A Warning about ruby version when moving to qpixel installation directory with RVM

I believe that rvm has a mechanism where it will automatically switch to the correct ruby version based on the lockfile. So if the lockfile of an application were to say: ruby '3.1', rvm will dete...

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

Answer