Posts by Jorge Miguel • 17 points
3 posts
-
0
votes1
answer460
viewsQ: Pass parameter of selected line to another RUBY view
I’m a beginner in Ruby. I have a table in a view, that when I click on the line/item it should take the ID of the selected line and pass to the other view that will be triggered, I’m 3 days…
-
0
votes1
answer640
viewsQ: How to pass parameter for validation/processing in the RUBY view
I’m in deep doubt, I’ll take tips if you see a better option to do what I’m looking for. I have a layout that links to two items in the same view>> <ul class="nav nav-second-level">…
-
1
votes1
answer42
viewsQ: Retrieve field with Join in RUBY/Ror view
I have a big doubt, I’m a beginner in Ruby, and I’m not able to print the value of a field in my view, the result is this. My Model: class Pedido < ActiveRecord::Base has_many :produtos scope…