Why install in this way?
To fix some problems with the arm version, like puma SSL.
if you problem is only SSL, try it:
Remove gem puma: gem uninstall puma
And run bundle with DISABLE_SSL=1 bundle install
Why install in this way?
To fix some problems with the arm version, like puma SSL.
if you problem is only SSL, try it:
Remove gem puma: gem uninstall puma
And run bundle with DISABLE_SSL=1 bundle install
| <?php | |
| /* | |
| Conexão com banco de dados MySql usando mysql | |
| @autor Otávio Schwanck | |
| */ | |
| class banco{ | |
| //Endereço do servidor |