aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-01-23application.js: Include Angular.js globallyTeddy Wing
2015-01-23config/application.rb: Add bower components dir to asset pathTeddy Wing
This ensures our Bower-installed files are accessible through the asset pipeline.
2015-01-23Create .bowerrc & bower.json, install AngularTeddy Wing
2015-01-23Merge branch 'create-api-endpoints'Teddy 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-23Migrate NoteTeddy Wing
Initial Note migration
2015-01-23Generate Note modelTeddy Wing
2015-01-23Initial commit. Base Rails 4.2.0 project.Teddy Wing