Help with concurrency
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian postedHow can I subscribe a user when creating a new project?
Ruby gems to interact with Raspberry Pi GPIO
I can't remember all of them because I dabbled with that couple of months ago. Most of them are more than 5-6 years without a commit. Didn't cross my mind I could search for help here. What I can ...
Aware repliedHow Do Show Loading Indicator On A Turbo(Stimulus) Form ?
Can't post links but there is a nice example here: www mikewilson . dev/posts/using-hotwire-with-rails-for-a-spa-like-experience
Jonathan Dean replied • SolvedPermission Failed when deploying to render
I am on windows 10 and i was trying to deploy to render but meeting the v=below error Bundle complete! 14 Gemfile dependencies, 68 gems now installed. Gems in the groups 'development' and 'test' ...
Joshua Valeta postedIs Ruby on Rails still relevant in 2023 ?
You solved my problem also, thank you so much.
DanteKulas repliedBegineer
How do i display comments count of next page?
I agree with you.
RichardThames repliedHow to extract from MS Word or Google Docs
Extracting content from Microsoft Word or Google Docs while retaining rich text formatting can be a useful feature. If you're looking to work with rich text, you might find some inspiration in Goog...
MatthewHicks repliedHow do I build a multi step wizard in ruby with StimulusJS
+1 for guidence request as well. I also have this issue: on the multi step form, based on the answer they receive in step1, step 2 form fields will be different, etc. I guess i will give a shot at...
Fatih replied • SolvedHow to work with nested methods correctly
this would only work if the namespace nesting would be perfect
Freibuis repliedHow I setup sqlite3 on Ruby on windows
Is there any gem to transform pdf files to html?
How to count comments like reddit (infinite nested model) ?
Best way to relate models on Jumpstart Pro
In the context of a real estate app, where you want to associate property owners (contacts/users) with properties and allow searching and saving of these associations, you'll need to set up a relat...
Oliver Sawtell replied