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 36
Search
Jackson Pires
May 06, 2015
Programming
0
120
Ruby on Rails para Iniciantes - Aula 36
Criando um formulário de pesquisa
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
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
1.2k
Findy Team+ Awardを受賞したかった!ベストプラクティス応募内容をふりかえり、開発生産性向上もふりかえる / Findy Team Plus Award BestPractice and DPE Retrospective 2024
honyanya
0
130
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
530
Fibonacci Function Gallery - Part 1
philipschwarz
PRO
0
260
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
390
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
260
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
130
ドメインイベント増えすぎ問題
h0r15h0
2
530
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
250
PHPカンファレンス 2024|共創を加速するための若手の技術挑戦
weddingpark
0
110
iOS開発におけるCopilot For XcodeとCode Completion / copilot for xcode
fuyan777
1
1.1k
数十万行のプロジェクトを Scala 2から3に完全移行した
xuwei_k
0
500
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Being A Developer After 40
akosma
89
590k
How to train your dragon (web standard)
notwaldorf
88
5.8k
For a Future-Friendly Web
brad_frost
176
9.5k
Building Applications with DynamoDB
mza
92
6.1k
4 Signs Your Business is Dying
shpigford
182
21k
How STYLIGHT went responsive
nonsquared
96
5.3k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Documentation Writing (for coders)
carmenintech
67
4.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Transcript
Ruby on Rails Para iniciantes - 3a Temporada \o/
http://videosdeti.com.br
[email protected]
Mentoring
Aula 36 Criando um formulário de pesquisa
Ruby on Rails Nosso model Customer name email
Ruby on Rails Entendendo os parâmetros
Ruby on Rails Criando o formulário de pesquisa
Ruby on Rails Conhecendo o form_tag / text_field_tag
Ruby on Rails Criando a pesquisa como um método de
classe
Ruby on Rails Usando scopes
Ruby on Rails Obrigado!