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
Namespace and Its Future
tagomoris
6
660
Langfuseと歩む生成AI活用推進
licux
3
320
ソフトウェアテスト徹底指南書の紹介
goyoki
1
120
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
350
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
150
時間軸から考えるTerraformを使う理由と留意点
fufuhu
6
390
オープンセミナー2025@広島LT技術ブログを続けるには
satoshi256kbyte
0
150
未来を拓くAI技術〜エージェント開発とAI駆動開発〜
leveragestech
2
190
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
790
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
17
9.4k
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
790
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
340
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Building an army of robots
kneath
306
46k
Docker and Python
trallard
45
3.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Raft: Consensus for Rubyists
vanstee
140
7.1k
For a Future-Friendly Web
brad_frost
179
9.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.