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
78
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
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
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
250
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
360
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
880
GitHubで育つ コラボレーション文化 : ニフティでのインナーソース挑戦事例 - 2024-12-16 GitHub Universe 2024 Recap in ZOZO
niftycorp
PRO
0
1k
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
220
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
320
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
4
1k
HTML/CSS超絶浅い説明
yuki0329
0
150
Flatt Security XSS Challenge 解答・解説
flatt_security
0
520
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
php-conference-japan-2024
tasuku43
0
400
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
340
Featured
See All Featured
RailsConf 2023
tenderlove
29
960
Documentation Writing (for coders)
carmenintech
67
4.5k
4 Signs Your Business is Dying
shpigford
182
21k
BBQ
matthewcrist
85
9.4k
Speed Design
sergeychernyshev
25
720
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Making the Leap to Tech Lead
cromwellryan
133
9k
What's in a price? How to price your products and services
michaelherold
244
12k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
It's Worth the Effort
3n
183
28k
Designing for humans not robots
tammielis
250
25k
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!