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

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

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

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

Rails associations

3
Rails
I'm create a Ruby on Rails web application. I have 4 models, which are User, Job, Candidate, ApplyingJob. User is the one who will be using the web application and the user can create Job and Candi...
Unknown User replied

Build a URL Shortener with Rails 7: Link Views Chart

0
Rails
I followed this tutorial https://www.youtube.com/watch?v=VMhOr6y9SkE but index page does not update the view count automatically when you click on a link, but it does update if I refresh it. Have ...
Kieran Wild posted

How do I dynamically update views when objects change

9
Rails
Hello, I have objects called lockouts. I have several views where the users lockouts are listed or displayed. I want to update those views without having to refresh the page. So if an attribute of ...
LOLCONCEPTS replied

JavaScript not working for Bootstrap 5 on Rails 7

5
Rails
Hello, I have started learning Ruby on Rails recently. I came across your site when trying to figure out issue I am having when installing Bootstrap 5 with Rails 7. The bootstrap framework is insta...
Malinda Schmeler replied

How to determine acceptable memory baseline for my application?

7
Rails
Hey everyone, I have a Rails app deployed on Render's "Starter" plan which only includes 512MB of memory. My Rails app is a very simple blog that doesn't do anything crazy (as far as I know) with r...
Adam Taylor replied

Fatal - not a git repository on server (deployed with Capistrano)

1
Rails
Some time recently, my app started throwing `fatal: not a git repository (or any of the parent directories): .git` on the server. It shows up if I ever remote in and run a bundle exec command (e.g....
attractive colt replied

How to send Webhook?

11
Rails
I'm building a content management service which needs to send a webhook everytime the user saves a record. What's a best practice to send webhooks in a rails app? A LOT of tutorials are about rece...
Chris Oliver replied
Solved

Can a Rails app send messages through Signal Messenger?

4
Rails
I'm trying to figure out if it's possible to have a Rails application send messages to user via Signal messenger (as opposed to an email or SMS). Has anyone tried to do this?
Waqas Mo replied