Posts by Wagner Rodrigues • 55 points
5 posts
-
1
votes3
answers280
viewsA: How Django URL works
I believe the main one is your main project. In the main project you have the.py urls file that routes to the urls of the various apps that you may have linked to the project. ex : The user accesses…
-
1
votes2
answers82
viewsQ: Instantiate class by passing only a few parameters in Python 3
Good afternoon, everyone I created a very simple python class with a constructor __init__. The constructor expects to receive 3 parameters, and the 3 have default value. I would like to know how to…
-
0
votes0
answers138
viewsQ: Xfce terminal does not recognize ruby and Rails commands
Hello, when trying to run ruby or Rails commands on the linux terminal Manjaro error occurs stating that the command is not recognized. I tried to perform the same procedure I used for Ubuntu, but…
-
1
votes2
answers177
viewsQ: Failed to insert Gem mysql in Linux Manjaro
It’s been a while since I started playing with Ruby on Rails on Ubuntu and created some little projects. I currently installed the distro Manjaro and installed ruby and Rails and I want to run my…
-
2
votes1
answer410
viewsQ: Run Rails commands on the Ubuntu terminal
I’m learning Ruby through an Alura course and I have a question. Every time I want to execute a Rails command, for example startar the server with the command rails server the following error occurs…