Rails backend: debugging [closed]
- by banditKing
I have a rails -API app with Rabl. Im trying to build a photo sharing app.
Im getting status 500 codes when my client communicates with the server. Im trying to find out how to debug this. The client is an iOS app I wrote. Where should I begin the debugging process and what are the best tools for debugging rails-api backend apps. Im new to server development so trying to learn the tricks of the trade.
Any help would be appreciated.
Thanks