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 27
Search
Jackson Pires
May 06, 2015
Programming
0
85
Ruby on Rails para Iniciantes - Aula 27
Adicionando novos campos após o Scaffold
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
77
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
Conhecendo a gem guard, guard-rspec e guard-livereload
jackson_pires
0
80
GDG Meetup - Carreiras em T.I.
jackson_pires
0
75
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
カクヨムAndroidアプリのリブート
numeroanddev
0
410
Passkeys for Java Developers
ynojima
3
850
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
0
120
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
120
ReadMoreTextView
fornewid
1
360
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
350
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
280
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
190
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
100
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
170
実践ArchUnit ~実例による検証パターンの紹介~
ogiwarat
2
250
Prism.parseで 300本以上あるエンドポイントに 接続できる権限の一覧表を作ってみた
hatsu38
1
110
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.6k
Gamification - CAS2011
davidbonilla
81
5.3k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Automating Front-end Workflow
addyosmani
1370
200k
Why Our Code Smells
bkeepers
PRO
337
57k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Designing Experiences People Love
moore
142
24k
GitHub's CSS Performance
jonrohan
1031
460k
How GitHub (no longer) Works
holman
314
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Code Review Best Practice
trishagee
68
18k
Transcript
Ruby on Rails Para iniciantes - 2a Temporada :)
Aula 27 Adicionando novos campos após o scaffold
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 Father id:int autoinc name:string cpf:string email:string Child
id:int autoinc name:string sex:string M/F father_id:int Occupation id:int autoinc description:string
Associações na View Father id:int autoinc name:string cpf:string email:string occupation_id:int
Child id:int autoinc name:string sex:string M/F father_id:int Occupation id:int autoinc description:string
Ruby on Rails Obrigado!