Posts by Ghilherme Ghidorsi • 11 points
4 posts
-
1
votes2
answers78
viewsA: Because stop["value"] is returning nothing
Try to access the parameters using: params[:yells][:categories}.each |rel| end
-
0
votes1
answer57
viewsA: Error trying to install ruby Gosu library (OS X)
Try downloading this GEM, which is prerequisite: sudo gem install cocoapods Hugs ;)
-
0
votes1
answer27
viewsA: Add all Select Box solver groups
Buddy, you’re using nested_attributes to pass the parameters? Try the following def solver_group_user_params params(:solver_group_user).require(:seus_campos, solver_group_attributes: []) end It got…
-
0
votes1
answer115
viewsA: Fill in an Association from another - ruby on Rails
Hey, buddy, let’s take it slow. First, in the model of Professional I think the most certain would be that the Professional has several or one(has_many or has_one) specialty(s) and does not belong…