Skip to content

Instantly share code, notes, and snippets.

View otavioschwanck's full-sized avatar

Otávio Schwanck dos Santos otavioschwanck

View GitHub Profile
@otavioschwanck
otavioschwanck / install rails 7 m1.md
Last active April 26, 2022 19:44
Rails 7 on m1 mac

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

@otavioschwanck
otavioschwanck / banco.php
Created November 4, 2014 11:44
Conexão com banco de dados MySql usando a linguagem PHP.
<?php
/*
Conexão com banco de dados MySql usando mysql
@autor Otávio Schwanck
*/
class banco{
//Endereço do servidor