Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Giancarlo Guzman
Giancarlo Guzman
701 Points

AngularJS + Devise + Rails 4

Hello everybody, In my project im using rails as the backend and angularjs as frontend, i want to use my frontend authentication with the devise gem but i dont understand very well the tutorials ive found. Thank you so much.

1 Answer

Rachel Bird
Rachel Bird
11,968 Points

The Readme file on Devise's Github page has instructions on how to set up the gem under Getting Started. https://github.com/plataformatec/devise

Also, on there they recommend that if you're new to Rails, that you do simple authentication from scratch and point you to some resources.