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
200
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
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
130
퇴근 후 1억이 거래되는 서비스 만들기 | 내가 AI를 사용하는 방법
maryang
2
560
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
470
CSC509 Lecture 11
javiergs
PRO
0
310
Functional Calisthenics in Kotlin: Kotlinで「関数型エクササイズ」を実践しよう
lagenorhynque
0
130
乱雑なコードの整理から学ぶ設計の初歩
masuda220
PRO
31
12k
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
340
予防に勝る防御なし(2025年版) - 堅牢なコードを導く様々な設計のヒント / Growing Reliable Code PHP Conference Fukuoka 2025
twada
PRO
36
11k
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
160
ノーコードからの脱出 -地獄のデスロード- / Escape from Base44
keisuke69
0
690
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.6k
KoogではじめるAIエージェント開発
hiroaki404
1
480
Featured
See All Featured
Visualization
eitanlees
150
16k
Practical Orchestrator
shlominoach
190
11k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
670
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Producing Creativity
orderedlist
PRO
348
40k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Designing for humans not robots
tammielis
254
26k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
How GitHub (no longer) Works
holman
315
140k
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.