Skip to content

Instantly share code, notes, and snippets.

@jwsloan
jwsloan / ruby-on-rails-on-docker-prereqs.md
Last active January 25, 2018 16:48
Ruby on Rails on Docker

What You Should Do Beforehand

If you need help with these steps, tag @jwsloan in a question in the #ruby channel on NashDev Slack.

You don't have to do anything before you arrive, unless you'd like to follow along with Brandon during the live coding portion of the evening. If you think you would like to follow along, the following steps would be advised.

Note: You do not need Ruby, Rails, or Postgres installed on your machine. You don't even need to know how to use any of them. Docker has you covered.

@jwsloan
jwsloan / gist:26a3e82b4d3cb3358aaa64d111535bef
Created January 12, 2018 22:32 — forked from unnitallman/gist:944011
sqlite with activerecord outside rails
require 'active_record'
ActiveRecord::Base.logger = Logger.new(STDERR)
ActiveRecord::Base.colorize_logging = false
ActiveRecord::Base.establish_connection(
adapter: "sqlite3",
database: ":memory:"
)
@jwsloan
jwsloan / nash_rb_feb_1_2018.md
Last active January 13, 2018 12:48
Nash.rb 02/01/2018 Talk Night Description

Ruby on Rails on Docker (no ruby required)

Where We'll Be

This meetup, as with all talk nights this year, will be at the Ramsey Solutions Conference Center. Map to exact location with parking info: https://goo.gl/B1LWBZ

Who Is Presenting?

Brandon Williams will be the guide for the evening.

Brandon is a Systems Engineer at Ramsey Solutions. He spends the day writing Python and Ansible code to create, maintain, and support the infrastructure that powers all of the Ramsey Solutions web applications. Prior to Ramsey Solutions, he was a full stack developer with experience in Java, Python, and lots and lots of Javascript. Now he's caught the "DevOps" bug and helps bridge the gap between the world of systems and application development.