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
180
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
Findy Team+ Awardを受賞したかった!ベストプラクティス応募内容をふりかえり、開発生産性向上もふりかえる / Findy Team Plus Award BestPractice and DPE Retrospective 2024
honyanya
0
140
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
560
AppRouterを用いた大規模サービス開発におけるディレクトリ構成の変遷と問題点
eiganken
1
450
asdf-ecspresso作って 友達が増えた話 / Fujiwara Tech Conference 2025
koluku
0
1.4k
Amazon Nova Reelの可能性
hideg
0
200
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
300
ecspresso, ecschedule, lambroll を PipeCDプラグインとして動かしてみた (プロトタイプ) / Running ecspresso, ecschedule, and lambroll as PipeCD Plugins (prototype)
tkikuc
2
1.8k
どうして手を動かすよりもチーム内のコードレビューを優先するべきなのか
okashoi
3
870
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
0
150
ドメインイベント増えすぎ問題
h0r15h0
2
560
月刊 競技プログラミングをお仕事に役立てるには
terryu16
1
1.2k
今年のアップデートで振り返るCDKセキュリティのシフトレフト/2024-cdk-security-shift-left
tomoki10
0
360
Featured
See All Featured
The Language of Interfaces
destraynor
155
24k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Speed Design
sergeychernyshev
25
740
The Cost Of JavaScript in 2023
addyosmani
46
7.2k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Unsuck your backbone
ammeep
669
57k
RailsConf 2023
tenderlove
29
970
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
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.