Skip to content

Instantly share code, notes, and snippets.

@Hinsei
Hinsei / phoenix_errors.md
Created March 30, 2017 09:39
Phoenix ecto errors

Invalid password when trying to run mix exto.create

sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
@Hinsei
Hinsei / tutorial.md
Last active August 27, 2020 21:24
Using Cloudinary With CarrierWave Rails

Uploading Files To A Cloud Via Cloudinary and CarrierWave with Rails

This is a tutorial on how to use Cloudinary cloud services with carrierwave to upload files, in this case we would like to use it for image uploading for our users avatar

Sign Up For A Cloudinary Account

Cloudinary -> Sign up for an account here!

Take Note Of Details In Your Dashboard

After successfuly signing up, you will be redirected to your dashboard.