Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
UW Advanced Rails Week 8
Search
Ben Woodall
May 22, 2015
Programming
0
46
UW Advanced Rails Week 8
Week 8 Slides
Ben Woodall
May 22, 2015
Tweet
Share
More Decks by Ben Woodall
See All by Ben Woodall
UW Advanced Rails Week 9
benwoodall
0
37
UW Advanced Rails Week 7
benwoodall
0
43
Week 6
benwoodall
0
44
UW Advanced Rails Week 5
benwoodall
0
52
UW Advanced Rails Week 4
benwoodall
0
64
UW Advanced Rails Week 3
benwoodall
0
65
UW Advanced Rails Week 2
benwoodall
0
160
UW Advanced Rails Week 1
benwoodall
0
94
A Bit More Git
benwoodall
1
5.1k
Other Decks in Programming
See All in Programming
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
130
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
1
390
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
6
1.3k
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
120
Workers を定期実行する方法は一つじゃない
rokuosan
0
130
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
0
220
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
160
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
3
500
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
400
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
23
10k
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
310
MCPで実現できる、Webサービス利用体験について
syumai
7
2.3k
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
65k
Typedesign – Prime Four
hannesfritz
42
2.7k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Gamification - CAS2011
davidbonilla
81
5.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
How to train your dragon (web standard)
notwaldorf
96
6.1k
Balancing Empowerment & Direction
lara
1
510
Visualization
eitanlees
146
16k
GraphQLとの向き合い方2022年版
quramy
49
14k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Transcript
Questions from Week 7? 1
Week 8: Deployments Spring 2015 2
What are Deployments? 3
What are Deployments? The act of pushing to to a
server Maintaining state of all services 4
Coding Life Cycle 5
Heroku Cloud based Instant Deployment with Git push Installable resources
Service scaling 6
Heroku Toolbelt 7 https://toolbelt.heroku.com/
Heroku Deployment 8
PostgreSQL 9 Gemfile
PostgreSQL 10 config/database.yml
PostgreSQL 11 OS X: http://postgresapp.com/ Ubuntu: https://help.ubuntu.com/community/ PostgreSQL
Heroku Deployment 12
Heroku Toolbelt 13
Heroku Toolbelt 14
Heroku Toolbelt 15
Why not Heroku? 16
Why not Heroku? 17
18
19
Managing Services 20
Managing Services 21
Managing Services 22
Managing Services 23 X
Managing Services 24 X
Managing Services 25 X
Managing Services 26 X
Managing Environments 27
Managing Environments 28
Managing Services 29
Managing Services 30
Deploying Services 31 Dokku
Deploying Services 32
Deploying Services 33