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
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
コンテキストエンジニアリング Cursor編
kinopeee
1
750
tool ディレクティブを導入してみた感想
sgash708
1
160
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
230
ProxyによるWindow間RPC機構の構築
syumai
3
880
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
1.7k
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1k
AIコーディングAgentとの向き合い方
eycjur
0
250
AWS発のAIエディタKiroを使ってみた
iriikeita
1
150
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
810
Langfuseと歩む生成AI活用推進
licux
3
320
Trem on Rails - Prompt Engineering com Ruby
elainenaomi
1
100
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
2
240
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
The Cult of Friendly URLs
andyhume
79
6.6k
Building Applications with DynamoDB
mza
96
6.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Six Lessons from altMBA
skipperchong
28
4k
Visualization
eitanlees
147
16k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Into the Great Unknown - MozCon
thekraken
40
2k
Practical Orchestrator
shlominoach
190
11k
Docker and Python
trallard
45
3.5k
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!