Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | main view: Create & style delete link | Teddy Wing | |
Made as an "x" button to the right of the note load/edit link. | |||
2015-01-24 | main view: Add "Save" button | Teddy Wing | |
Create & style a save button to save your current note. | |||
2015-01-24 | Add markup & styles for main page | Teddy Wing | |
Style to have a header, fixed sidebar with links to notes, and lorem ipsum as a main section. | |||
2015-01-23 | Create an index page | Teddy Wing | |
* Add `main` action to HomeController * Set `main` as our root route * Create a view for `main` with dummy text | |||
2015-01-23 | Create HomeController | Teddy Wing | |
2015-01-23 | application.js: Include Angular.js globally | Teddy Wing | |
2015-01-23 | Add actions to NotesController | Teddy Wing | |
* Create routes for notes actions * Add actions to NotesController allowing us to interact with it through a JSON API | |||
2015-01-23 | Generate NotesController | Teddy Wing | |
2015-01-23 | Generate Note model | Teddy Wing | |
2015-01-23 | Initial commit. Base Rails 4.2.0 project. | Teddy Wing | |