Skip to content

Instantly share code, notes, and snippets.

View benr75's full-sized avatar
💭
Serenity Now.

Ben Reubenstein benr75

💭
Serenity Now.
View GitHub Profile
#!/usr/bin/env ruby
#
# gem install cloudapp_api
# ruby cloud-delete.rb
#
EMAIL_ADDRESS = "**************"
PASSWORD = "**************"
ROOT = File.expand_path('../cloudapp-export', __FILE__)
PER_PAGE = 50
@benr75
benr75 / rails_setup_macOS.md
Last active December 19, 2019 04:49
Instructions for getting a Rails Environment setup on macOS

Instructions to setup a Rails Environment on macOS

Supporting Software

Install Xcode. Be sure to open it once an install the additional components.

Install Homebrew.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# app/assets/stylesheets/application.css
@import 'cookieconsent/build/cookieconsent.min.css';
# In dev 200
https://localhost:3000/assets/cookieconsent/build/cookieconsent.min.css
# In prod 404