Search Results for "how-do-i-build-a-dynamic-drop-down-menu-in-rails-with-simple-form-c6937aed-f66b-4c49-9a92-83bd83c34d33"

Lessons





















Forum Threads

How do I build a dynamic drop down menu in Rails with Simple Form?

1
Rails
I would like some help on how to build a dynamic dropdown menu with Rails Simple form. I'm really new to programming so any help will be appreciated. Many Thanks, SS Here is my Simple Form cod...
Chris Oliver replied

HTTParty and trycelery.com API

2
General
Ok. I have tried for 3 days and I'm not getting anywhere. I am building a small kickstarter style campaign module for several products that will be run through Celery. What I want to accomplish ...
Edward Bishop replied

In-App Navbar Notifications Discussion

55
General
Thank you thank you thank you!
Ken Hibino replied

Using the Trix Editor plus File Upload Attachments Discussion

52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

How do I allow a multi-select to be sortable?

0
General
I have a ton of many-to-many relationships in a CMS I built for work. I am currently using [Select2 3.5.3](http://select2.github.io/select2/) to assign these relationships. This all works well. ...
Thomas Bush posted

Are there any up to date tutorials for jquery-sortable?

8
Gems / Libraries
I've built a todo list that consists of lists and tasks. I am looking to use sortable to allow someone to move items around and between lists. Can anyone recommend any resources on how to do this? ...
Ohad Dahan replied
Solved

How do I build conditional form fields?

4
General
I'm trying to build a form which contains categories and subcategories. The desired effect is to display the subcategories field or the relevant subcategories depending on the category that has bee...
Charles Fonlupt replied

How do I create a filterer with checkboxs that dynamically search for results?

1
Rails
Hey everyone, I am attempting to build a checkbox filter with Rails 7. I would like to render a list of businesses on a page and have a side panel with a bunch of checkboxes. This side panel woul...
jackjohnsonpo replied

How do I create an attendance form for student attendance?

9
General
I've been racking my brain and just need to ask for help on the creating this function in my app. **Scope:** simple app for non-profit for tracking student attendance What I've done: * created the...
Solved

Rails 6 With Full Vue Frontend vs Sprinkled Vue Components

4
Rails
I'm struggling to decide how best to integrate Vue in my Rails 6 app. 🤔 I've read [some tutorials](https://web-crunch.com/ruby-on-rails-api-vue-js/) that suggest using Rails as API with Vue as fro...
Tabish Iqbal replied

Forum Series Part 7: Time Zones using the local_time Gem Discussion

23
General
strfti.me is the time zone website recommended in the video.foragoodstrftime.com is another one to check out.
character804 replied

Using Purchased Themes with Rails | GoRails - GoRails

28
General
2 Pro episodes in a row? :(
Chris Oliver replied

Forum Series Part 3: Nested Attributes and fields_for Discussion

29
General
What do you think about using ActiveForm? https://github.com/rails/ac...

Should I switch to RoR from Laravel?

5
General
Hello there, I'm a web developer and using Laravel for day-to-day life. It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel. And I feel ...
hennybell227 replied
Solved

Create form object with has_many attribute

3
Rails
Hi all,I often use form objects in some places in my application. But what I need now is something a little more complex.When I create them, it's always an ActiveModel object with simple string att...
Rafael Soares replied

DB Structure for custom forms

6
Databases
Hi all,I am building an app that has the ability to create/edit forms with custom fields as a feature. Form templates can be assigned to personal record to be completed by users (google forms? :) )...
Jacob Montgomery replied

Form item disappearing when failing nested validations

4
Rails
I have a Rails 5 app, and I'm having a problem with validations using the Cocoon gem with nested, dynamic forms. When a validation on my Book model fails, and my create action renders :new, th...
Nino Rosella replied
Solved

Direct File Uploads to S3: Part 1 Discussion

18
General
how could you handle wildcard domains with CORS?? I have a multi-tenant site with dynamic subdomains? or can i just leave it defaulted to *?
Vladyslav Knysh replied

How do you reference current_user with stimulus_reflex?

1
General
Trying to slightly build off the stimulus reflex dynamic forms checkbox lesson. I wanted to add the current_user id to the lastUpdateBy field when the checkbox is checked. I have not been able to g...
spacerobotTR replied