
development env: is the asset pipeline expected to compile all assets or just those in demand?
3
Rails
I'm trying to understand if, in development, the asset pipeline is supposed to compile ALL assets found in manifest.js or just the ones that are requested.
I've been doing some testing and have fo...
Martine Dpoon replied

How do I install a Bootstrap 5 theme with Rails 7
8
Rails
Hello,
I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...
Martine Dpoon replied

Problem with Stimulus and counter_culture gem (counter_cache)
5
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
Martine Dpoon replied

How do I create a reply comment system?
14
Rails
I have been trying to get the hang of rails and I understand most of Rails but I'm currently stuck on how I would go about and create a reply commenting system. For example, just like on GoRails.&n...
Bassons replied

Struggling with Active Storage delete/purge on uploads
7
Rails
I have a projects model. A project could have many uploads that could be anything (pdf, word, cad, image etc.) I have the uploading working and I am displaying links to the files on the projects/sh...
hershelsipes replied

How to limit comment nesting with Hotwire and Turbo?
7
Rails
I asked this question in the discussion on the tutorial itself, but there doesn’t seem to be any activity there. I went through the nested comments series, and the last three videos focused on real...
Alice Spencer replied
Solved

How to read EDI (electronic data interchange) Format in rails
4
Rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Sherearter1975 replied

Recommended UI component sets?
1
Rails
Our Rails codebase has been going strong for over 10 years now, but we're looking to upgrade the UI of our admin pages. These are all served as HTML snippets as always advocated by the Rails team (...
James Smith replied

How do I structure my DB to set up oAuth integrations with Facebook, Instagram, etc.
3
Rails
I have a Shopify app where they (Shopify) handle authentication. If you can login to your Shop on their platform, you can login to the Rails app. Therefore I have no need for Devise. It seems like ...

http://localhost:3000/admin
2
Rails
Chris Oliver,
https://github.com/vidosrd1/Dark_mode/
Dark_mode/config/routes.rb
Srđan Vidović
hadbobolink replied

Devise and Turbo-rails
8
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
EthanFinn replied
Solved

LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
3
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...

Use select_tag to link to customer show page
14
Rails
I'm converting a MS access databse to Rails. The database has a customer table of over 5,000 customers. I have imprted the customer table from the Acces db into the Rails postgres db.
I can use th...
Audrey Square replied

HAtchbox problem with solid_queue / active_storage ...
0
Rails
Hello i have an account on hatchbox everything work fine on development but crash on PRODUCTION
i have a problem with solid_queue i think ....
Here the log :
```
[49fdd936-fd24-4c71-b0b1-7d766...
Code Capsules posted

Esbuild
5
Rails
I'm trying to get away from Webpacker... Installed the gem JSBundling on a Rails 6.0.1.x app, followed the setup procedures to use EsBuild, and it worked. Got BootStrap 5 working with the guidance ...

Is there a beginners course?
7
Rails
Hi I've searched but I cant find a beginners to rails course, am I being blind? Thanks

Dubugging
4
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object

How do I connect StimulusJS controller to ActiveAdmin resource
1
Rails
Hi Everyone, I've recently moved on rails 7 and new to stimulus as well. for some reason when i connect my stimulus controller to normal index.html.erb file (or any other file outside activeadmin) ...
Ajit Dhanje replied

Sprockets::FileNotFound in Users::Sessions#new
5
Rails
Thank you for allowing me to be part of your group and my problem is the following, I currently have version 2.7.0 of ruby on my computer, version 5.1.7 of rails, they just shared a project that ...
Gilbert Wise replied
Solved

Schema character set
1
Rails
I am new to ruby on rails, can please guide me, when I run migration my schema.rb has a character set = latin1, I wanted it to be utf8mb4, how to set this by default.
TerryBrown replied