How to use Google Analytics gtag.js with Turbolinks & Webpacker Discussion
Are you using GA for the public parts of GoRails or are you also using it for the authenticated parts of GoRails too?

1
General
How to start with parallel testing in local as well as with travis CI?
I want to use parallel testing to reduce the build time.

2
Testing
How to upgrade rails 5.2 to 6.0
I'm trying to upgrade rails but stuck on
"bundle update rails"
I'm following this article https://fullstackheroes.com/rails/upgrade-to-rails-6/

1
Rails
Setup Ubuntu 20.04 Focal Fossa Discussion
should be:
sudo apt install postgresql-12 libpq-dev
instead of:
sudo apt install postgresql-11 libpq-dev
cheers.

8
General
Recurring events with the ice_cube gem Discussion
I've installed the gem exactly as the video says, however throws an error "wrong number of arguments (given 1, expected 0)"
It's as if the gem hasn't installed and can't find the form helper.
Doe...

38
General
Ranking system on Ruby on Rails
You need to provide a bit more information Yasen. What do you need help with? Design the Domain models? Tools/Gems to use?

2
Rails
how to make the forum lagg free
how to make the forum lagg free. A few minutes ago I was able to access this information and found it very lagg. I understand why. I pressed f5 but it's still the same. I see all the text in blue (...

1
General
Resetting the password while Roadrunner email login:
Well, I guess that's is something too common. Still, it's great to share information as there are people who don't know about it and can get guidance from it.
sill if you are looking out for web ...

2
General
Got error message when I install Capistrano, stuck at deployment for two days.

26
Servers
Digital Ocean Spaces does not respect ACL Public-Read (Active Storage)
I guess Digital Ocean uses Minio (https://min.io) and this issue is caused by some S3 API incompatibility. Unfortunately I needed to use AWS S3 as I dont like the monkey patch way.

3
Rails
Debugging need help
What u mean. https://techymax.com/flip-diving-mod-apk/

5
Rails
How can I validate from a gem that doesn't have the proper validation calls in the model?
Hello Folks,
I want to do validation for my mail functionality on my web page. I want to require that a recipient has been entered as well as a subject and body when a new mail is written.
Th...

1
Rails
Knowing you're probably preparing some episodes on Hotwire, here are some questions
I really want a comparison with Stimulus Reflex, I don't know what technology to study.
- Are they use to solve the same problems ?
- If not, Can they be used together ?
- What are the principal di...

2
General