• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    Ruby
  • Created over 11 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bootstrapping an blog using Rails and AngularJS

Rails-Angular-Tutorial

See the accompanying blog posts on my blog.

This continues to be a work in progress. The parts completed thus far are:

  • Part 1 - Creating Rails app, adding AngularJS, setting up structure, implementing basic Rails and AngularJS controllers

  • Part 2 - Modularizing the AngularJS side of the app, setting up AngularJS routing, and using Angular routing to manage multiple controllers and templates.

  • Part 3 - Building a simple Rails API to serve blog post data to the main Angular controller.

  • Part 4 - Building a shared AngularJS service to access our Rails API.

  • Part 5 - Creating server database records from the client side and using Angular promises to handle asynchronous data loading.