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
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
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
230
時間軸から考えるTerraformを使う理由と留意点
fufuhu
12
4.1k
旅行プランAIエージェント開発の裏側
ippo012
2
830
TanStack DB ~状態管理の新しい考え方~
bmthd
2
460
Trem on Rails - Prompt Engineering com Ruby
elainenaomi
1
100
速いWebフレームワークを作る
yusukebe
5
1.6k
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
810
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
260
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
690
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
2
240
OSS開発者という働き方
andpad
5
1.7k
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
240
Featured
See All Featured
Making Projects Easy
brettharned
117
6.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Embracing the Ebb and Flow
colly
87
4.8k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
YesSQL, Process and Tooling at Scale
rocio
173
14k
A designer walks into a library…
pauljervisheath
207
24k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
What's in a price? How to price your products and services
michaelherold
246
12k
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!