Posts by Rafael Gomides • 3 points
4 posts
-
0
votes0
answers138
viewsQ: Send Email with Ruby
Good night! The scenario I find myself in is this:: I have a canvas that presents an already completed form. At the bottom of the screen, there is a button to send the link from form by email. And…
-
0
votes1
answer21
viewsA: Error editing record in DB
Fixed issue: def edit options_for_select end The function has been added to the Edit method. Allowing the system to use the variable as soon as the action is requested.…
-
0
votes1
answer21
viewsQ: Error editing record in DB
Hi, I’m having trouble editar a record: Follows View _form.html.erb <%= form_with(model: cliente, local: true) do |form| %> <% if cliente.errors.any? %> <div…
-
0
votes2
answers50
viewsQ: Hide registration to the user
When "delete" an accurate record hides it from a table, in the user view, but it must remain in the database. I put a field called 'status' on the table that manages just that. In the exhibition I…