aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2016-02-22Add Angular frontend - live Firehose sessionlive-firehose-project-mentor-session-20160221Teddy Wing
Live coding session with @danyline. Add complete Angular frontend.
2016-02-21Remove bower files so that bower installation can be demoedTeddy Wing
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-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-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-23Initial commit. Base Rails 4.2.0 project.Teddy Wing