Skip to content

Instantly share code, notes, and snippets.

View van-der-ende's full-sized avatar

Nate van der Ende van-der-ende

View GitHub Profile
@van-der-ende
van-der-ende / export.rb
Last active April 21, 2016 09:57
Contentful assets
# Contentful
access_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
space_id = "XXXXXXXXXXXX"
# Leorio
website_slug = "XXXXXXX"
website = Website.friendly.find(website_slug)
files = website.files
# loop through files on Leorio and upload them to Contentful
@van-der-ende
van-der-ende / .railsrc
Created February 20, 2015 12:04
Animade "rails new" defaults
-d postgresql
-m animade_rails_template.rb
--skip-test-unit