[ ] We should be writing it as batman.js, aka no capitalization
starting_guide.md
[x] rails news (line 51)
[x] Specified 'sqlite3' for database adapter, but the gem is not loaded. Addgem 'sqlite3'to your Gemfile. (Gem::LoadError) - Have to update database.yml with mysql2 or stick to sqlite3
[x] Database setup should come before model generation?
[x] How do you run MySQL in OS X! (mysqld? MAMP?)
[x] Where does the batman.js code live? Assets? Maybe point to the directory structure page from the docs also.
simple_forms.md
[x] Markdown links are [title](link) not (title)[link] (line 9)
[x] Pasted HTML has an extra div; should be </body>? (Iine 34)
[x] Should these@resources already be in our routes file? (line 37-41)
[x] "Add the following action" does this mean inside the class? (line 62)
[ ] "NOTE: If you hit refresh in this page and get something like this"...like what? (line 97)
[ ] Where did the rails team controller come from? (line 149)
General
batman.js
, aka no capitalizationstarting_guide.md
Specified 'sqlite3' for database adapter, but the gem is not loaded. Add
gem 'sqlite3'to your Gemfile. (Gem::LoadError)
- Have to update database.yml with mysql2 or stick to sqlite3simple_forms.md
[title](link)
not(title)[link]
(line 9)</body>
? (Iine 34)@resources
already be in our routes file? (line 37-41)