
How can I pass an array to where includes clause
0
General
@items=Item.where(category_id IN ()
Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition
Fugee Ohu posted

Space Upgrades - A browser game made in Rails
12
Showcase
Hey there,
I recently released a browser game that I made in Rails! It's a javascript canvas game that loads a bunch of content from the database. Making it in Rails allowed me to make a content m...

HTML Learning Path - Additional Input Types Discussion
0
General

HTML Learning Path - Button Element Discussion
0
General

HTML Learning Path - Intro to Forms Discussion
0
General

HTML Learning Path - Additional Semantic Elements Discussion
0
General

HTML Learning Path - List and Nav Elements Discussion
0
General

HTML Learning Path - Anchor Elements Discussion
0
General

HTML Learning Path - HTML Document Structure Discussion
0
General

HTML Learning Path - What is HTML and Why Learn It Discussion
0
General

Dynamic Select Fields in Rails with Hotwire Discussion
19
General
If I'm reading this error correctly does this mean the url value and param value are not being pulled from the data fields?
GET "/undefined?undefined=Head&target=muscle-table"
chloetakahashi replied

How do I provide a file for downloading while ignoring timeouts
6
General
I want to provide a file for downloading. The download is allways cancled after 60 seconds.
I'm hosting my Rails project (ruby '2.7.4', rails '6.1.0') on platform.sh (docs.platform .sh/). Because ...