- Always Read the Rails Guides for Overviews
- Search for solutions on google
- Really only read the API Docs if things get really gnarly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// to understand any system we must retain either control or visibility (or both) | |
// this is how you retain visibility | |
console.log('hello world') | |
// so now we can give up our need for control :) | |
// and along the way you'll see new words and language syntax. share your confusion! | |
// it's the greatest of gifts from a shameless heart and playfully curious mind. |
#Asset Pipeline
#Bullet Points
- Rails Guides Asset Pipeline
- Any file in any subfolder:
app/assets
,lib/assets
,vendor/assets
, + gems...
- demo text file in assets subfolder
- JavaScript
- concatenate <- In Production