
Mac Sequoia: Rails installs but command line does not see it
2
Rails
I followed the directions but errors running the mise global command: gorails.com/setup/macos/15-sequoia
Now, with this setup the command line sees ruby and gem.
export PATH="/opt/homebrew/opt/rub...
Greg S replied

How can i install Daisy UI?
0
Javascript
I want to be able to use Daisy UI, but i am reading different ways to accomplish this – making me confused on how to actually install node packages.
1. One way is setting up the CDN, which is not ...

Tutorial on verifalia gem
2
Rails
Having trouble setting this up on my Rails 7 app. A tutorial would be very helpful! Some goofball is using a bot to clog up my db with fake users. I've got him throttled to one a day, but it's quit...
Cassandra Pace replied

How to build a chat app with Ruby on Rails
2
General
I recently put together a chat build tutorial where strangers can connect with each other via advanced group chats. I wanted to run it here and see if there's any suggestion or feedback to make it ...
Jacqueline Lavender replied

Authenticating Blog Admin Pages Discussion
18
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
Chris Oliver replied

Searchkick - Searching Polymorphic Associations
1
Gems / Libraries
I have an activity feed (thanks Chris for the lesson) and I would like my users to be able to search the feed for search terms. The activity is created on a nested record. Is there a way to search ...
Terry Bonds replied

Devise multiples scopes
1
Rails
Hi !, i'am using devise in rails, and i want to use devise for multiples scopes such as User, Member, Partner, etc..., But i would like to separete them both into diferents models, and there contro...
Jacqueline Lavender replied

How do I install a Bootstrap 5 theme with Rails 7
2
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...
Tommy Ortega replied

HTML Learning Path - Form Parameter Naming Conventions In Rails Discussion
1
General
Overall epic course on the basics of HTML Collin. Thank you for taking the time to create these videos. I was always wondering about the tag being used to break the controls to a new line. Never s...
cjilbert504 replied

How can I solve this problem?
2
Servers
ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1
docker stdout: Nothing written
docker stderr: Error: target failed to become healthy
Alan Reid replied

Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
7
General
is magic link login considered secure ?
can it be used for a production website reliably ?
Thanks
Andrei A replied

Send Notifications in Rails with Noticed gem v2 Discussion
9
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
Monica Wolff replied

Stripe Connect setup with Pay gem
2
Rails
I am setting up a payment pathway in my application to accept and pay other users within the platform, but there is an extra step to this. A User belongs to an Organization.
user belongs_to :organ...
Cal Findeiss replied

Acts as Tenant with Active Storage
2
Gems / Libraries
Hello! I have been developing a multitenancy app using acts_ac_tenant. Until now it works really well but now I want to add some support for storing some files. I got a little bit confused about ho...
Andres Carvajal replied

Active Support Deprecation Exceptions Discussion
3
General
Thank you greatly for the useful material you provide. Hope you will always publish as many outstanding pieces as you can going forward for everyone.
Chang Kook replied

How to Upgrade Old Projects: ActsAsTenant Discussion
6
General
Great episode!!!
Alexander John replied

How to use jQuery & jQueryUI with Esbuild Discussion
16
General
If we're not using jQueryUI or any library that depends on jQuery, then are these lines enough by themselves?
window.jQuery = jquery;
window.$ = jquery;
Alex replied

Adding Custom Inputs to GitHub Actions Discussion
2
General
Have you used GitHub Action Inputs for any other cool things?
selpinka pioky replied

Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With Discussion
18
General
Small comment about those delete links (I really dislike using links for delete requests): when you need to put a delete button inside form, consider moving the submit button outside of the form in...
Colin Ambler replied