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 25
Search
Jackson Pires
May 06, 2015
Programming
0
79
Ruby on Rails para Iniciantes - Aula 25
Associações na View - Parte 1
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
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
9
2.3k
create_tableをしただけなのに〜囚われのuuid編〜
daisukeshinoku
0
330
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
4
1k
range over funcの使い道と非同期N+1リゾルバーの夢 / about a range over func
mackee
0
200
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
390
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
240
良いユニットテストを書こう
mototakatsu
11
3.5k
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
250
テストケースの名前はどうつけるべきか?
orgachem
PRO
1
180
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
130
CloudflareStack でRAGに入門
asahiiwm
0
140
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
560
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1030
460k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
940
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Fireside Chat
paigeccino
34
3.1k
Automating Front-end Workflow
addyosmani
1366
200k
Raft: Consensus for Rubyists
vanstee
137
6.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
Building an army of robots
kneath
302
44k
Transcript
Ruby on Rails Para iniciantes - 2a Temporada :)
Aula 25 Associações na View - Parte 1
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
Associações na View options_for_select
Associações na View collection_select
Associações na View belongs_to / has_many
Ruby on Rails Obrigado!