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 26
Search
Jackson Pires
May 06, 2015
Programming
0
75
Ruby on Rails para Iniciantes - Aula 26
Associações na View - Parte 2
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
72
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
60
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
78
GDG Meetup - Carreiras em T.I.
jackson_pires
0
70
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
78
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
360
Other Decks in Programming
See All in Programming
return文におけるstd::moveについて
onihusube
1
1.4k
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
530
命名をリントする
chiroruxx
1
550
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
860
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
230
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
350
Flatt Security XSS Challenge 解答・解説
flatt_security
0
540
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
720
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
390
Amazon S3 NYJavaSIG 2024-12-12
sullis
0
130
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
110
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Making the Leap to Tech Lead
cromwellryan
133
9k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Agile that works and the tools we love
rasmusluckow
328
21k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
Building Applications with DynamoDB
mza
92
6.1k
Side Projects
sachag
452
42k
Transcript
Ruby on Rails Para iniciantes - 2a Temporada :)
Aula 26 Associações na View - Continuação Criando seus próprios
helpers
Associações na View belongs_to / has_many
Associações na View Father id:int autoinc name:string Child id:int autoinc
name:string sex:string M/F father_id:int
Ruby on Rails Obrigado!