##Introduction to Background Workers
#####Repository
git clone https://github.com/turingschool-examples/loremore.git background_workers
##Introduction to Background Workers
#####Repository
git clone https://github.com/turingschool-examples/loremore.git background_workers
Caching Strategies in Rails rails caching guide
Repository
git clone https://github.com/turingschool-examples/storedom.git caching_strategies
Procedure
Go to site and explore the app. Show how to read the output in the console for the items/index page.
Working with AJAX
[fundimental ajax](git clone https://github.com/turingschool-examples/birdeck.git fundamental_ajax)
Procedure
What is AJAX Asyncronous Javascript and ajax How does it work with JavaScript
| rails new myapp -T --database=postgresql | |
| # Gemfile | |
| source 'https://rubygems.org' | |
| ruby '2.2.2' | |
| gem 'rails', '4.2.4' | |
| gem 'pg' |
Outline:
| data = { an_outer: "hash", | |
| with_another: { | |
| inner: "hash", | |
| and_another: { | |
| inside: "that" | |
| } | |
| } | |
| } |