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
One or two things you always wanted to know abo...
Search
Nicklas Persson
February 04, 2014
Programming
0
190
One or two things you always wanted to know about Ruby on Rails but were afraid to ask - Belfast Ruby, 4 Feb 2014
Further reading here:
https://gist.github.com/sl33p/8827692
Nicklas Persson
February 04, 2014
Tweet
Share
Other Decks in Programming
See All in Programming
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
7
1.7k
Advanced Micro Frontends: Multi Version/ Framework Scenarios
manfredsteyer
PRO
0
140
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
230
新世界の理解
koriym
0
130
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
280
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
150
AWS Summit Japan 2024と2025の比較/はじめてのKiro、今あなたは岐路に立つ
satoshi256kbyte
1
260
構文解析器入門
ydah
7
2k
kiroでゲームを作ってみた
iriikeita
0
140
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1.1k
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
110
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
220
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
Code Reviewing Like a Champion
maltzj
524
40k
Fireside Chat
paigeccino
37
3.6k
GraphQLとの向き合い方2022年版
quramy
49
14k
Building Adaptive Systems
keathley
43
2.7k
Unsuck your backbone
ammeep
671
58k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
The Pragmatic Product Professional
lauravandoore
36
6.8k
GitHub's CSS Performance
jonrohan
1031
460k
Speed Design
sergeychernyshev
32
1.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
790
Transcript
None
One or two things you always wanted to know about
Ruby on Rails but were afraid to ask
Ruby
“An elegant syntax that is natural to read and easy
to write”
…on Rails
Rails is designed to make building web applications simpler and
easier.
Ruby on Rails: providing standards, conventions, tools, a foundation
$rails new awesomewebsite
None
The project
None
None
None
None
None
None
MVC
$rails server
None
None
None
None
None
None
Awesome.