
Tip of topic for new episode on hotwire
1
Rails
How to use turbo frames for more complex pages that has menu and sidebars that themself are at least somewhat dynamic (say user name, sidebar options that change depending of what page you are at e...
montigokylie replied

connexion between two microservices in rails
0
Rails
i have a user with devise auth micro service and i have other micro service Costs i want to create cost with user wuthenticated how i can make that connection
meryem sekkat posted

Searchkick Aggregation for has_many_through association
1
Gems / Libraries
Hey guys,
I have an ecommerce product catalogue, where I store products, product options and option values in this kind of fashion:
```
# models/product.rb
has_many :option_values
has_many :optio...

Storing measurements for users in metric and english measurement systems
1
Databases
I am rebuilding an application that stores data for search and recovery divers. Previously, it was for a single team and we used the english measurement systems, however, now that the application i...
Chris Oliver replied

Any gems or methods for reading and writing meta tags of mp3 files?
5
General
If I wanted to have a site similar to bandcamp where I could upload MP3 tracks are there any gems or recommended ways to check the audio quality, and read/write meta tags to the files?

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 ...

How to understand the 'magic'?
0
Rails
Hey everyone, I have been working with rails thanks to the awesome courses that you have, but I want to know about what happens behind the scenes. Where can I find how Rails conventions works and h...
OsqY posted

No value provided for option '--orm' Error
2
Databases
Question:
I tried to set up a polymorphic model and got the following error:
no value provided for option '--orm'
I'm using Rails 7 and postgresql
I tried most probably solutions I found and revi...

Begineer
14
Ruby
As a beginner I don't have any idea about ruby. Can anyone tell me how to get start in ruby by gorail course from A-Z

New computer setup - having trouble getting my Cloud9 to run properly
1
General
Hey there,
I am trying to run my Cloud9 Rails app on a new machine I am setting up. I was assuming that this would be painless, but I am having trouble running the app in a browser on my new machi...
chuckblake replied

Rails 7, Devise in turbo_frames
2
Rails
- Rails 7.0.6
- Devise 4.9
## Summary
- I have a pretty standard Devise setup with links in a global navbar that look like this.
```
<%= link_to('Create account', new_user_registration_path, da...
Whimere replied

Linux Signal Trapping in Ruby Discussion
0
General

Improving form_with Errors in Rails Discussion
3
General
@Collin, this was a great video, but the crown jewel was learning about the existence of <% fail %>, thank you!
LorenzoJeremy replied

See a list of videos I've completed?
3
Site Feedback
Does anyone know of a way to see a list of all the videos I've watched/marked completed? I frequently think "Shoot I saw that in one of the videos I watched, but which ones have I watched?" This ...
LorenzoJeremy replied

Beginner Tutorial in Rails 7
5
General
I am a CS Professor who teaches a web application class in Rails. I created a series of videos for my class. I want to make them publically avaliable for free. (I do not receive money on YouTube fo...
Ohre Alex replied

Github student pack
8
General
Hi, Does GitHub student pack give you access to all the paths and lessons on Gorails or just the free one, I am on a student pack subscription I can't see any benefits from this I get only the vide...
RudolphRutherford replied

Auto-detect User Time Zones in Rails Discussion
6
General
Great video Chris, time zones can be extremely frustating to work with. I would caution against setting time zone in a before action across all controllers. I did something similar and ended up i...
Shawn Wilson replied

Improving the URL Shortener Design Discussion
3
General
Hello Chris and ROR developers, Why I need to add **kwargs and what is doing ??
def favicon_image_tag(domain, **kwargs)
image_tag google_favicon_url(domain), **kwargs
end
cjilbert504 replied

Views Chart for Links Discussion
2
General
Thanks Chris. this help me a lot, not only using this project, but my other project. it is more clean approach. keep it up helping us.
Diego Cuenca replied

Live Reload with Esbuild in Rails using an EventSource Discussion
5
General
got it by googling "live reload esbuild rails", any idea on how to do it?
Tim Case replied