Last active
March 4, 2019 15:25
-
-
Save bpohoriletz/df58b07b15d8336ca5b748c7a7a398b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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