Wrapping up our Web Scraper in Rails Discussion
0
General
The source code link for this lesson is missing.
This is for anyone who is looking: https://github.com/gorails-screencasts/web-scraper
Anthony Veaudry posted
How To Use Importmaps With Rails Discussion
7
General
Are you using import maps yet?
Daniel Lee replied
Adding Sales to the black_friday gem Discussion
0
General
SQL Learning Path - Creating and Dropping Databases Discussion
7
General
Initially, I got a connection error, to the effect, 'database 'my_user_name' does not exist.
After running `createdb` and then `psql`, everything works and I was able to connect using 'TablePlus' ...
Jesus replied
How to Add Pagination for Blog Posts in Rails Discussion
5
General
I like the manual approach of looking inside the `pagy` object and finding your way to get what you want! That is what I usually do instead of searching the doc :)
A simpler approach that I recomm...
D john replied
Noticed V2 is great! What am I missing on the issue of 'persisting clients subscription'
2
Gems / Libraries
I use the web_push strategy in Noticed V2 - and it's a kicker - my +1 on that, really!
But I must be doing something wrong b/c everytime a user logs into the app hem is requested (by the service-w...
Walther Diechmann replied
How do I modify the query used to eager load associations
0
Databases
Hi, I have a classic hierarchical entity with single level of nesting
```
class Job < ApplicationRecord
has_many :children, class_name: 'Job', foreign_key: 'parent_id'
belongs_to :parent, op...
mchwalek posted
Blog Posts with File Uploads using ActiveStorage & Amazon S3 Discussion
25
General
How did you get to the Policy section on AWS?
D john replied
Adding Bluesky Delivery Method To The Noticed Gem Discussion
0
General
Next session should do this for nostr 🙃
Martin Barilik posted
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
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
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
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