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
Rails超入門
Search
Kazuhito Nakayama
June 25, 2021
Programming
0
120
Rails超入門
Railsを初めてみる方に
Kazuhito Nakayama
June 25, 2021
Tweet
Share
More Decks by Kazuhito Nakayama
See All by Kazuhito Nakayama
GMOペパボにおける Claude Code/Claude Code Actionsの運用と活用について
kazuhitonakayama
0
71
minneはなぜGraphQLを推進しているか
kazuhitonakayama
0
130
SentryとCloudWatchを活用した、より安心なプログレッシブデリバリー
kazuhitonakayama
3
990
検索改善ことはじめ Initiating search improvement
kazuhitonakayama
1
240
コロナの感染者数をLINEに日次で通知するアプリを開発した
kazuhitonakayama
0
180
application_manual_Visibath
kazuhitonakayama
0
91
Application for checking the availability of shared bathrooms
kazuhitonakayama
0
120
Other Decks in Programming
See All in Programming
私はどうやって技術力を上げたのか
yusukebe
43
17k
XP, Testing and ninja testing ZOZ5
m_seki
2
280
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
CSC509 Lecture 04
javiergs
PRO
0
290
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
350
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
140
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
580
GraphQL×Railsアプリのデータベース負荷分散 - 月間3,000万人利用サービスを無停止で
koxya
1
1.1k
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
520
Breaking Up with Big ViewModels — Without Breaking Your Architecture (droidcon Berlin 2025)
steliosf
PRO
1
330
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
明日から始めるリファクタリング
ryounasso
0
110
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Documentation Writing (for coders)
carmenintech
75
5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
The World Runs on Bad Software
bkeepers
PRO
71
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
Typedesign – Prime Four
hannesfritz
42
2.8k
Six Lessons from altMBA
skipperchong
28
4k
Transcript
2021年6月25日 Web Rails RailsでWeb開発!
2021年6月25日 Railsって何で生まれた? 1 今⽇の予定 Railsって人気なの? 2 どんな開発体験? 3 4
なんで⽣まれた? 少人数でのスタートアップでのプロダクト開発 もともと、BasecampというRailsを作った企業 が、社内のプロジェクト管理のプロダクト開発を するために開発したフレームワーク! 2021年6月25日 PHPだと早く書けるけど汚い、Javaだと書くのは 多いけど綺麗。そのいいところドリをしたい。
Railsの特徴 めちゃ書くコードが少ない! 1:DRY Don`t Repeat Yourself 同じことを繰り返さない 2:CoC 設定より規約 Rails独自の設計思想
センスのいい規約によって、設定及 び設計の手間を最小限にできた 書きやすい・直感的 だけど遅い。。。。
Railsって⼈気? 実際どれくらいRailsって使われてる のだろう? Rails使用企業 Rails Spring ・⾷べログ ・クックパッド ・note ・Qiita
・freee ・Twitter などなど (現時点で他の技術に移⾏しているものもある) その開発のし易さから、 多数のWeb系のプログラミングスクールで採⽤ されてます。 (⼤規模アプリには向かない、、、) 実際にアプリ作 ってみます!→