aboutsummaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)Author
2016-10-06Mentor session prepfirehose-project-mentor-session-prep-20161006Teddy Wing
Prepare for mentor session with Andrew Clark. Refresh my memory on how this all works and is implemented by rewriting the code, using the code from Dany's live session as a reference.
2016-02-21Add correct header buttons from masterTeddy Wing
With Angular directives removed for demonstration purposes.
2016-02-21Use latest master stylesTeddy Wing
2016-02-21Update styles on sans-angularTeddy Wing
Get styles to be the same as the mainline version with the textarea instead of a `contenteditable` div.
2015-01-25application.js: Include angular-resourcebaseTeddy Wing
2015-01-24main view: Create & style delete linkTeddy Wing
Made as an "x" button to the right of the note load/edit link.
2015-01-24main view: Add "Save" buttonTeddy Wing
Create & style a save button to save your current note.
2015-01-24Add markup & styles for main pageTeddy Wing
Style to have a header, fixed sidebar with links to notes, and lorem ipsum as a main section.
2015-01-23Create an index pageTeddy Wing
* Add `main` action to HomeController * Set `main` as our root route * Create a view for `main` with dummy text
2015-01-23Create HomeControllerTeddy Wing
2015-01-23application.js: Include Angular.js globallyTeddy Wing
2015-01-23Add actions to NotesControllerTeddy Wing
* Create routes for notes actions * Add actions to NotesController allowing us to interact with it through a JSON API
2015-01-23Generate NotesControllerTeddy Wing
2015-01-23Generate Note modelTeddy Wing
2015-01-23Initial commit. Base Rails 4.2.0 project.Teddy Wing