Skip to content

Instantly share code, notes, and snippets.

@bpohoriletz
Last active March 4, 2019 15:25
Show Gist options
  • Save bpohoriletz/df58b07b15d8336ca5b748c7a7a398b4 to your computer and use it in GitHub Desktop.
Save bpohoriletz/df58b07b15d8336ca5b748c7a7a398b4 to your computer and use it in GitHub Desktop.
# Perform migrations
migrations = [CreateEventTableMigration, AddEventCreatedMigration]
ActiveRecord::Migrator.new(:up, migrations).migrate
# Inline bundler
require "bundler/inline"
gemfile do
source "https://rubygems.org"
gem "sinatra", "2.0.5"
end
# method shorthand
Object.new.:hash
Object.:hash
Class.new.:hash
Class.:hash
Module.:hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment