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
Ruby on Rails para Iniciantes - Aula 24
Search
Jackson Pires
May 06, 2015
Programming
0
110
Ruby on Rails para Iniciantes - Aula 24
Associações
Jackson Pires
May 06, 2015
Tweet
Share
More Decks by Jackson Pires
See All by Jackson Pires
Como usar uma box Vagrant com a Cloud9 IDE para desenvolver com Elixir ou Phoenix?
jackson_pires
0
79
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
56
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
82
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
160
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
80
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Other Decks in Programming
See All in Programming
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
660
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
260
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.3k
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
CSC305 Summer Lecture 12
javiergs
PRO
0
130
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
190
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
200
print("Hello, World")
eddie
1
460
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
390
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
100
Trem on Rails - Prompt Engineering com Ruby
elainenaomi
1
100
機能追加とリーダー業務の類似性
rinchoku
2
850
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Bash Introduction
62gerente
615
210k
Being A Developer After 40
akosma
90
590k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Automating Front-end Workflow
addyosmani
1370
200k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
GraphQLとの向き合い方2022年版
quramy
49
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
Thoughts on Productivity
jonyablonski
69
4.8k
Transcript
Ruby on Rails Para iniciantes - 2a Temporada :)
Aula 24 Associações
Associações belongs_to
Associações Father id name Child id name father_id
Associações has_many
Associações Father id name Child id name father_id
Ruby on Rails Obrigado!