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

7
Ruby
How to work with nested methods correctly
this would only work if the namespace nesting would be perfect

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

2
Ruby
while installing iam getting error
I am very grateful that you shared this fantastic content with

5
Ruby
how can i pass mailer_name into a method using noticed gem
us = User.first
email = EmailDetail.find_by_name("Welcome User Email")
UserNotification.with(email_class: "UserMailer" , email: email.function_name).deliver(us)
i am trying to pass maile...

1
Ruby