Nested Forms Tutorial: How do you display the Tasks in the Project Index and Show Views?
Looking for Sr. RoR developer/consultant for SaaS web application
Hi, this community is more suited for discussing and sharing knowledge rather than directly recruiting for long-term consultative or development opportunities. For such needs, platforms like Linked...
ViolentLeopard replied • SolvedHow do I share my master.key with capistrano deployment
In app-name/shared/config/ you can add your master.key Then in Capistrano's deploy.rb add: append :linked_files, "config/master.key"
Erica McDevitt replied • SolvedCould I deploy two different apps on the same server?
How 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 • SolvedConfigure Redis Session Store
The issue was that I had `secure: true` set per the documentation. This enforces ssl/https and I was in a local dev env
Derek Dyer posted • Solvedsimple_discussion gem vs. discourse for lightweight forum
It's really simple, so you won't have any issues with it on Heroku or Cloudflare. There's no Javascript or anything to worry about.
Chris Oliver replied • SolvedNew Project Rails 6 rc1 or 5.2.3?
Thanks
Lardius replied • SolvedBest way to create a belongs_to object from a has_many
In essence, this code structure enables the creation of listings that are independent of users, offering flexibility in your application's data modeling.
alangosh replied • SolvedHow to create new contacts from nested attributes form
In the signin_params method, you need to use contacts_attributes instead of contacts. Here's the corrected code: private def signin_params params.require(:signin).permit(contacts_attributes: [:n...
LucyHills replied • SolvedI'm lost and can't find the way out
So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great. Basically I'm tryi...
Andrea Fomera replied • SolvedSprockets::FileNotFound in Users::Sessions#new
How to limit comment nesting with Hotwire and Turbo?
How 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 • Solved