Captain1

Results 2 issues of Captain1

http://localhost:3000/api/v1/contacts/ Rake routes: Prefix Verb URI Pattern Controller#Action api_v1_contacts GET /api/v1/contacts(.:format) api/v1/contacts#index {:format=>:json} POST /api/v1/contacts(.:format) api/v1/contacts#create {:format=>:json} api_v1 GET /api/v1/contacts/:id(.:format) api/v1/contacts#show {:format=>:json} PUT /api/v1/contacts/:id(.:format) api/v1/contacts#update {:format=>:json} DELETE /api/v1/contacts/:id(.:format) api/v1/contacts#destroy {:format=>:json}

By default, the web interface is enabled,right? But when I enter 'mydomain/migrations', I encountered 500 server error: Here is the debug log: 2017-06-08 20:46:04 --- EMERGENCY: ErrorException [ 2 ]:...