Rails 4 + AngularJs (unembedded client) integration sample

Hi everybody,

I’m experimenting with Rails and AngularJs (as unembedded client) and
decided to upload to a public github repository my efforts.

Of course, everything is just a toy application I use to experiment and
test on various stuff (there’s absolutely no production ready nor
TDD/BDD backed code).

As of now a very basic login/signup feature is implemented and there’s
no structured layout.
Authentication is based on has_secure_password, with auth_token
verification.

Here follows the link to the repository:

I hope it could be of any help.

Regards

Thanks for sharing !