I'm doing an app with Rails + Angular, with authentication via Devise. I haven't understood yet how I can save in angular the information after the login, such as user_id. And how can I use that information with ngRoute, and be able to do the correct GET and POST
Also I don't really understand what angular-resource is doing. I've been reading a lot of blog posts and questions here but I'm still confuse about all this