Posts by Gabriel • 31 points
4 posts
-
1
votes0
answers100
viewsQ: Variable loses value before operation C#
I haven’t dealt with C#for a while, I’m making a simple code, to perform simulations on demand and process data, applying FIFO. My problem is regarding the variable attributes of the Fila class, I…
-
0
votes1
answer163
viewsA: Admin View Ruby on Rails
Inside a td element I added and modified the update action in the Userscontroller to accept the :scroll parameter <td> <%= form_for(user) do |f| %> <%= f.select(:role,…
-
1
votes1
answer163
viewsQ: Admin View Ruby on Rails
Next I created a website using Ruby on Rails and the Gems Devise and Pundit. Users have a role who may be an Analyst, Developer or Administrator. I’m wearing a View to list all registered users for…
-
1
votes1
answer1145
viewsA: Netbeans + Github = git-receive-pack not permitted
Make sure your user is added as a contributor in the repository settings on Github. Ask the repository owner to access the settings and in the second option, "Collaborators" he can include your git…