Posts by Tiago • 45 points
4 posts
-
1
votes1
answer45
viewsQ: Rails 5 belongs_to namespace
I have the following configuration module Account class Permission < ApplicationRecord end end module Account class GroupPermission < ApplicationRecord belongs_to :permission end end Table:…
-
0
votes2
answers2612
viewsQ: Assign JSON values to simple variables
I’m having trouble reading a JSON I receive: {"data":{"charges":{"data":{"charges":[{"code":10006756,"dueDate":"13/09/2014","link":"https://www.teste.com.br"}]},"success":true} I need to assign…
-
1
votes3
answers241
viewsQ: Hosting php website
I developed a php application and when hosting it, returns me the following problem. Warning: require_once(service/Qualificacaoservice.php) [Function.require-Once]: failed to open stream: No such…
-
2
votes2
answers87
viewsQ: Javascript Array php values
In my database I have id , coluna1, coluna2 1 , 38.951399 , -76.958463 2 , 38.942855, -76.959149 I’m using php I need to transform this information into a Javascript array with the following…