Reputation: 1876
I am building a very simple app using angular js as frontend and rails as backend. When building only using rails, it was simple to use devise gem and work with rails views (erb). But now the scene is entirely different for me. I wish to keep both the codebases in separate repositories and run both servers separately (grunt and rails server). Here are my queries (if somebody could answer)
Thanks alot in advance !
Upvotes: 1
Views: 191
Reputation: 2102
Devise is the best option for authentication.
For Rails backend follow this admin static content
For angular frontend follow this Angular Admin UI
Upvotes: 1