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
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
910
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
120
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
120
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
890
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.2k
Contemporary Test Cases
maaretp
0
130
Jakarta EE meets AI
ivargrimstad
0
600
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
Quine, Polyglot, 良いコード
qnighy
4
640
watsonx.ai Dojo #4 生成AIを使ったアプリ開発、応用編
oniak3ibm
PRO
1
100
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
A Philosophy of Restraint
colly
203
16k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Happy Clients
brianwarren
98
6.7k
Thoughts on Productivity
jonyablonski
67
4.3k
A designer walks into a library…
pauljervisheath
203
24k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Scaling GitHub
holman
458
140k
KATA
mclloyd
29
14k
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.