Posts by Thiago Vaz • 43 points
5 posts
-
0
votes0
answers12
viewsQ: Sql syntax problem running migrate in ruby on Rails(schema_migrations)
all blz? I have a problem trying to upload an application in Rails, when I run the command bundle exec rake db:migrate it gives me a syntax error when creating the schema_migrations table. Follow…
-
0
votes0
answers14
viewsQ: Inicilization of ruby application on Rails with ssl+Docker+thinserver+apache(httpd)
Hello, I’m having a problem... the application in question works perfectly at http, but I need to add a certificate and start the application by forcing ssl, but I ran into the problem where the…
-
0
votes2
answers36
viewsQ: Actioncontroller::Routingerror (No route Matches {:action=>"show", :controller=>"license_report"}):
I am creating a menu to access part of relay of some system features, but when creating the controller of license_report, when I try to access the path "license_report_path" He presents me with this…
-
1
votes2
answers1180
viewsQ: Nameerror (uninitialized Constant Sistusuario::Empresasistusuario):
Hello, I did a CRUD with scaffold, and now I’m trying to add something else in the methods, I’m beginner in ruby on Rails,when entering Edit mode,presents me the following error and I can not…
-
2
votes1
answer236
viewsQ: Gitignore, Ignore a file without deleting it from versioning
I need to ignore any modification in certain files, but when modifying anything (in those files), it recognizes the change and stays to commit, follows my . gitignore #Arquivos Diversos *.log *.yml…