Posts by Chimmichunga • 51 points
3 posts
-
2
votes1
answer152
viewsQ: Ror - Get controller Strong files inside the Application Controller
I am developing a logging process on my system (Rails 5), more specifically within the application controller. This process is being created there so I can add one before_save us controllers that I…
-
2
votes2
answers737
viewsA: Filter select fields using other selects with Ruby on Rails
Thanks for the personal answers. I solved this problem by creating a function Ajax calling a method in the controller which searches in the BD the dice I need to throw in the fields select and…
-
1
votes2
answers737
viewsQ: Filter select fields using other selects with Ruby on Rails
Good afternoon, I have a problem to solve here in my application. The problem is to filter the select HTML "Solution" field, based on the values of the other selected fields above it. The image…