Codebrahma / gurukul

The science of skill enhancement.
http://gurukul.codebrahma.com
0 stars 0 forks source link

Devise setup and Api, Spec Architechture. #14

Closed aalavandhan closed 3 years ago

aalavandhan commented 9 years ago

[DO NOT MERGE UNTILL THERE ARE NO PENDING TASKS] This pull request contains.

  1. Devise gem and configuration.
  2. Sessions API controller to handle user sigin/signout.
  3. Specs to test signin/signout. (Pending)
  4. Custom API errors, Scheme to rescue from api errors.
  5. BaseSerializers and responding scheme.
  6. Rolebased authorization with CANCAN.
  7. HTTP Interceptor to handle specific Api response codes.
  8. Spec helpers and DB cleaner setup
aalavandhan commented 9 years ago

@Kameshwaran please, Address the second comment.