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 45
Search
Jackson Pires
March 14, 2016
Programming
0
83
Ruby on Rails para iniciantes - Aula 45
Ruby on Rails para iniciantes - Aula 44
Asset Pipeline 2/2
Jackson Pires
March 14, 2016
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
A comprehensive view of refactoring
marabesi
0
120
ワンバイナリWebサービスのススメ
mackee
10
7.7k
Use Perl as Better Shell Script
karupanerura
0
690
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
130
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
460
人には人それぞれのサービス層がある
shimabox
3
670
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
100
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
350
カクヨムAndroidアプリのリブート
numeroanddev
0
410
SODA - FACT BOOK
sodainc
1
840
複数アプリケーションを育てていくための共通化戦略
irof
10
3.8k
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
760
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Cult of Friendly URLs
andyhume
79
6.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Site-Speed That Sticks
csswizardry
10
630
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
YesSQL, Process and Tooling at Scale
rocio
172
14k
The World Runs on Bad Software
bkeepers
PRO
68
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Navigating Team Friction
lara
186
15k
Raft: Consensus for Rubyists
vanstee
139
7k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
Ruby on Rails Para iniciantes - 4a Temporada ;-)
http://videosdeti.com.br Subscribe!
Aula 45 Asset Pipeline Básico - Parte 2/2
Ruby on Rails Assets para controllers específicos params[:controller]
Ruby on Rails content_for <%= yield :head %> <% content_for
:head do %> .... <% end %>
Ruby on Rails Precompilar Assets Adicionais Rails.application.config.assets.precompile += %w (
search.js )
Ruby on Rails Obrigado!