This will be setup in postgreSQL
rails new my_great_app -T -d postgresql --skip-turbolinks
cd my_great_app
git init (if this isn't already git)
| def cracklepop | |
| array = (1..100).to_a | |
| array.each do |number| | |
| if number % 3 == 0 && number % 5 == 0 | |
| array << "CracklePop" | |
| elsif number % 3 == 0 | |
| array << "Crackle" | |
| elsif number % 5 == 0 | |
| array << "Pop" |
After downloading, extract the files into the directory where your website is located. Your directory should look something like this:
MyWebsite/
|--css/
| |--materialize.css
|
|--fonts/