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 »

Posts by trichoplax‭

15 posts
66%
+2 −0
Q&A How to set up a new (development) instance of Codidact/QPixel

Installing QPixel on Fedora Linux using RVM without brew If you happen to be installing in this situation, a few things might have different names. Here are some of the differences I had to allow ...

posted 2y ago by trichoplax‭  ·  edited 7mo ago by trichoplax‭

Answer
66%
+2 −0
Q&A Rails cache returning empty string

I'm trying to understand the root cause of a bug, HTML meta tag for description is not question specific. On any individual question page, instead of showing an excerpt of the question and top ans...

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

Question cache redis
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 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 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 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 "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 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 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 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 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 11mo ago by trichoplax‭  ·  edited 5mo ago by trichoplax‭

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 10mo ago by trichoplax‭

Answer
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 5mo ago by trichoplax‭  ·  edited 5mo ago by trichoplax‭

Answer
50%
+0 −0
Q&A Meta: Should Collab have Categories?

When creating a new post in the Q&A Category, I'm asked whether I want to create a question or a wiki article. Are these both stored in the Q&A Category for historical reasons, perhaps due ...

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

Question discussion
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 11mo ago by trichoplax‭  ·  edited 11mo ago by trichoplax‭

Answer