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
Nelson Jimenez
12,061 PointsAdvices for build API with Ruby on rails
Hi Everyone, anyone has experience building an API with ruby on Rails and devise ?. I have used token_autheticable and I can use a token for login through my API. Any recommendation for build a secure API using Rails and Devise Gem ?.
Regards from Chile
Nelson Jimenez
12,061 PointsThanks a lot dude, I'll try this gems.
Fabiano Leite
129 PointsFabiano Leite
129 PointsHave these two gems here, currently the most used:
https://github.com/rails-api/active_model_serializers
https://github.com/rails-api/rails-api